body {
  margin: 0;
  background-color: #f5f5f7;
}
body,
td,
input,
textarea {
  color: #5c6170;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
input,
button {
  outline: 0;
}
.anon-related-q-list {
  padding-left: 0;
  list-style: none;
}
.anon-related-q-item {
  margin-bottom: 2px;
  padding: 5px 4px 6px 8px;
  border-bottom: 1px solid #f6f6f8;
}
.anon-related-q-item a {
  color: #516064;
  font-weight: bold;
}
.anon-body-in {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-right: 2%;
  padding-left: 2%;
  box-sizing: border-box;
}
.anon-nav-main-clear,
.anon-nav-sub-clear,
.anon-q-item-clear,
.anon-q-view-clear,
.anon-a-item-clear,
.anon-c-item-clear,
.anon-footer-clear,
.anon-vote-count-clear,
.anon-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;
}
.anon-favoriting {
  position: relative;
  margin-right: 8px;
}
.anon-favorite-button,
.anon-favorite-hover,
.anon-unfavorite-button,
.anon-unfavorite-hover {
  position: relative;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #e7e7e9 inset;
  box-shadow: 0 0 0 1px #e7e7e9 inset;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  outline: 0;
}
.anon-favorite-hover,
.anon-favorite-button:hover {
  color: #a1a1a1;
}
.anon-unfavorite-button {
  background-color: #a1a1a1;
  box-shadow: inherit;
  color: #fff;
}
.anon-favorite-button:focus i:after,
.anon-unfavorite-button:focus i:after {
  content: "\f004";
  position: absolute;
  left: 10px;
  padding: 0 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0;
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
  }
}
.anon-error {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 998;
  padding: 15px 0;
  border-radius: 14px;
  background-color: rgb(0 0 0 / 82%);
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}
.anon-header {
  position: relative;
  z-index: 12;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  height: 72px;
  padding-right: 2%;
  padding-left: 2%;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px -1px 0 #f6f6f8;
  box-shadow: inset 0px -1px 0 #f6f6f8;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}
.anon-nav-cat {
  margin: 0 0;
}
.anon-nav-cat-list-1 {
  font-size: 13px;
}
.anon-nav-cat-list-2 {
  font-size: 11px;
}
.anon-nav-cat-list-3 {
  font-size: 10px;
}
.anon-nav-cat-list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-radius: 14px;
  overflow: hidden;
}
.anon-nav-cat-item {
  display: block;
}
.anon-nav-cat-link {
  display: block;
  padding: 12px 0;
  color: #2c3e50;
  font-weight: 700;
  border-bottom: 1px solid #f5f5f7;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.anon-nav-cat-link span i {
  margin: 0 10px;
  font-size: 14px;
  font-weight: 550;
}
.anon-nav-cat-selected:hover,
.anon-nav-cat-item:hover,
.anon-nav-cat-link:hover {
  color: #a1a1a1;
  text-decoration: none;
}
.anon-nav-cat-selected {
  color: #a1a1a1;
}
.anon-nav-cat-all {
  display: none;
}
.anon-feed-link {
  color: #1d1d1f;
  font-size: 10px;
}
.anon-template-search .pheader,
.anon-template-tag .pheader {
  padding: 10px 8px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.anon-template-tag .pheader h9 {
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 300;
}
.maincom {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 14px;
  background: white;
  box-sizing: border-box;
}
.anon-main.post-page {
  display: flex;
  width: 1200px;
  margin: 0 auto 20px;
}
.anon-main.one-page {
  display: block;
  max-width: 1020px;
  margin: 32px auto 40px;
}
.anon-part-custom {
  text-align: center;
}
.anon-inner {
  margin-bottom: 20px;
}
.anon-main.one-page .anon-inner {
  display: block;
  padding: 20px 30px;
  border-radius: 14px;
  background-color: #fff;
  box-sizing: border-box;
}
.anon-main {
  display: flex;
  margin-right: -0.5%;
  margin-bottom: 20px;
  margin-left: -0.5%;
}
.anon-main-in {
  flex: 4;
  min-height: 500px;
  padding-right: 1%;
  padding-left: 1%;
}
.anon-template-question .anon-main-in,
.anon-template-custom .anon-main-in {
  max-width: 840px;
  margin: 0 auto;
}
.anon-part-q-list {
  position: relative;
  display: flex;
}
.container {
  display: block;
  flex: 3;
  margin-right: -1%;
  margin-left: -1%;
  padding-bottom: 80px;
  font-size: 0;
  box-sizing: border-box;
}
.ias-trigger-next,
.load-nomore {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 280px;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 14px;
  background-color: #1d1d1f;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 24%);
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  transition: all 0.3s ease-in-out;
}
.ias-trigger-next a {
  color: #fff;
}
.load-nomore {
  background-color: #f6f6f8;
  box-shadow: inherit;
  text-align: center;
}
.rightsidebar {
  position: sticky;
  bottom: 0;
  flex: 1;
  padding-right: 0.5%;
  padding-left: 0.5%;
  align-self: flex-end;
}
.anon-main-hidden {
  opacity: 0.5;
}
.anon-footer {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 8px 0;
  background: #fff;
  color: #758399;
  font-size: 10px;
  text-align: center;
  clear: both;
}
.anon-footer a {
  color: #1d1d1f;
}
.anon-error a {
  color: #fff;
  font-weight: bold;
}
.anon-nav-footer-list {
  margin: 30px 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-gap: 10px;
  column-rule: 1px solid #f6f6f8;
  list-style: none;
  box-sizing: border-box;
}
.anon-nav-footer-link i {
  margin-right: 8px;
  font-size: 14px;
}
.anon-logo {
  max-height: 66px;
}
.anon-logo-link {
  font-size: 22px;
}
.anon-logo img {
  display: block;
  max-height: 60px;
}
.anon-logo .anon-logon {
  display: none;
}
.reklam {
  margin: 0 0 12px 12px;
  padding: 4px;
  background-color: #f0f1f4;
  float: right;
  border-left: 1px solid #ddd;
}
.fb-login-button {
  padding: 10px 20px;
}
.anon-nav-user {
  margin: 5px 0 4px 0;
  color: #2c3e50;
  font-size: 12px;
  float: left;
  white-space: nowrap;
}
.anon-dropdown ul li {
  list-style: none;
}
.anon-dropdown .anon-nav-user-item a {
  display: block;
  background-color: #f6f7f9;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 600;
  line-height: 41px;
  border-bottom: 1px solid #f0f2f4;
}
.anon-dropdown .anon-nav-user-item a:hover {
  background-color: #fff;
  color: #1d1d1f;
}
.anon-search {
  position: fixed;
  top: -600px;
  right: 0;
  left: 0;
  z-index: 14;
  padding: 60px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 7px -8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 7px -8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: top 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.anon-search.open {
  top: 0;
  opacity: 1;
}
.anon-search form {
  display: flex;
  border-bottom: 3px solid #1d1d1f;
}
.anon-search-field {
  flex: 1 1 100%;
  font-size: 40px;
  line-height: 40px;
}
.anon-search-field,.anon-search-button {
  border: 0;
  background-color: inherit;
}
.anon-search-button {
  width: 40px;
  font-size: 22px;
  cursor: pointer;
}
.search-toggle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #f6f6f8;
  border-radius: 32px;
  color: #2c3e50;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.search-toggle:hover {
  border-color: #a1a1a1;
  color: #a1a1a1;
}
.anon-headerf {
  position: sticky;
  top: 0;
  z-index: 18;
}
.head-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background-color: #0c0b0d;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.anon-nav-main-list {
  font-size: 14px;
  font-weight: 300;
  list-style: none;
}
.anon-nav-main-item {
  display: block;
}
.anon-nav-main-link {
  display: block;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 4px 14px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 14px;
  color: #2c3e50;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.anon-nav-main-selected:hover,
.anon-nav-main-selected,
.anon-nav-main-link:hover {
  background-color: #f6f6f8;
  color: #19191b;
}
.anon-q-view-tag-list li {
  display: inline-block;
}
.anon-nav-sub-list {
  position: relative;
  z-index: 4;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 8px;
  border-radius: 14px;
  background-color: #fff;
  list-style: none;
}
.anon-template-updates .anon-nav-sub-list {
  margin-top: -50px;
}
.anon-template-updates .head-title {
  padding-bottom: 60px;
}
.anon-nav-sub-item {
  display: inline-block;
}
.anon-nav-sub-link {
  position: relative;
  z-index: 1;
  display: block;
  margin: 8px 4px;
  padding: 8px 16px;
  border-radius: 14px;
  color: #2c3e50;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.anon-nav-sub-selected,
.anon-nav-sub-link:hover {
  color: #2c3e50;
}
.anon-page-links {
  position: relative;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  clear: both;
}
.anon-page-links-list {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.anon-page-links-item {
  display: inline;
}
.anon-page-selected,
.anon-page-links-item a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #fff;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.anon-page-links-item a:hover {
  background-color: #a1a1a1;
  color: #fff;
}
.anon-page-link {
  color: #ccc;
}
.anon-page-prev,
.anon-page-next {
  color: #a1a1a1;
  font-size: 18px;
}
.anon-page-selected {
  width: 45px;
  height: 45px;
  background-color: #a1a1a1;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 45px;
}
.anon-page-ellipsis {
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
}
.anon-form-tall-table {
  width: 100%;
  margin: 10px 0;
  padding: 5px;
}
.askbox {
  width: 656px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 7px;
  border: 2px solid #a1a1a1;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(53, 136, 194, 0.33);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.askkutu {
  width: 580px;
  height: 36px;
  padding-left: 8px;
  border: none;
  background: none;
  color: #555;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.askbox input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.userust {
  width: 250px;
  color: #a1a1a1;
  font-size: 12px;
  line-height: 47px;
  float: right;
}
.anon-form-tall-ok {
  display: block;
  padding: 12px;
  border-radius: 14px;
  background: #1d1d1f;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.anon-form-tall-label {
  display: block;
  margin-top: 5px;
  padding-top: 6px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.wdgt-li {
  margin-bottom: 8px;
  padding: 14px 18px;
  border-radius: 14px;
  background-color: #f6f6f8;
  list-style: none;
}
.img-submit {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  border: none;
  border-radius: 0 0 5px 5px;
  background-color: #a1a1a1;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.anon-form-tall-text {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 10px;
  border: 1px solid #e7e7e9;
  border-radius: 14px;
  background: #fff;
  color: #667686;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.25s linear;
  box-sizing: border-box;
}
.anon-form-tall-text::placeholder {
  color: #cdd2d8;
}
.anon-form-tall-text:hover,
.anon-form-tall-text:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 4px rgb(136 126 242 / 10%);
  box-shadow: 0 0 0 4px rgb(136 126 242 / 10%);
}
.anon-form-tall-checkbox {
  margin-right: 6px;
}
.anon-form-tall-error {
  margin: 8px 0;
  padding: 8px;
  border-radius: 14px;
  background: #a1a1a1ba;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.anon-template-login .anon-form-tall-note a {
  background-color: inherit;
  color: #293d39;
}
.anon-form-wide-table {
  width: 100%;
  margin-bottom: 5px;
  padding: 15px;
  text-align: left;
}
.anon-form-wide-ok {
  padding: 6px;
  border-radius: 14px;
  background: #1d1d1f;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.anon-form-wide-label {
  padding: 10px;
  color: #667686;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}
.anon-template-user .anon-form-wide-label,.anon-template-user .anon-form-wide-data {
  text-align: left;
  border-bottom: 1px solid #e7ebec;
}
.anon-form-wide-text {
  width: 80%;
  padding: 6px 2px 6px 3px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 600;
}
.anon-form-wide-error {
  margin-left: 6px;
  padding: 0.5em;
  border: 1px solid #e5a3a3;
  background: #ffcfcf;
  color: #801b3e;
  font-size: 11px;
}
.anon-form-wide-note {
  margin-left: 4px;
  color: #235272;
  font-size: 10px;
}
.anon-form-light-button,
.anon-form-light-hover {
  height: 27px;
  padding: 0 10px 0 0;
  border: none;
  background-color: inherit;
  color: #8c97aa;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.anon-form-wide-button:hover,
.anon-form-tall-button:hover,
.anon-form-light-hover,
#submit-btn:hover {
  background: #383838;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f6f6f8;
  text-decoration: none;
}
.anon-form-light-button:hover {
  border-color: #1d1d1f;
  color: #1d1d1f;
}
.anon-form-tall-button-cancel {
  background-color: #7c8792 !important;
}
.anon-form-wide-button,
.anon-form-tall-button,
#submit-btn {
  min-width: 200px;
  padding: 14px 30px;
  border: none;
  border-radius: 14px;
  background: #a1a1a1;
  color: #fff;
  font-size: 14px;
  transition: 0.25s linear;
  cursor: pointer;
}
.anon-form-basic-button,
.anon-form-basic-hover {
  margin: 4px 4px 4px 0;
  padding: 6px 14px;
  border: 0;
  border-radius: 14px;
  background-color: #a1a1a1;
  vertical-align: middle;
}
.anon-form-basic-button {
  color: #fff;
}
.anon-form-basic-hover,
.anon-form-basic-button:hover {
  border: 0;
  background: #fbca54;
  color: #fff;
}
.anon-form-basic-note {
  font-size: 8pt;
}
.anon-q-item-title a h2 {
  display: -webkit-box;
  color: #313647;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.anon-p-who {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  line-height: normal;
}
.anon-p-who a {
  color: #b0b7bb;
  font-size: 13px;
  font-weight: 600;
}
.anon-q-item-tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.anon-c-form {
  margin: 10px 0;
}
.anon-c-form textarea {
  height: 50px;
}
.anon-c-form h2 {
  display: none;
}
.anon-c-form .anon-form-tall-buttons {
  text-align: left;
}
.anon-suggest-next {
  display: block;
  padding: 10px 0;
  background-color: #f9fafa;
  color: #b2bac2;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  clear: both;
}
.anon-suggest-next a {
  color: #a8abba;
  font-weight: bold;
}
.anon-q-item-stats {
  height: 80px;
  padding: 0;
}
.anon-voting {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  margin-right: 8px;
  border-radius: 14px;
  color: #f8f8f8;
  font-size: 13px;
  font-weight: 700;
}
.anon-vote-buttons-netup button,
.anon-vote-buttons-netdown button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: inherit;
  color: #1d1d1f;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  outline: 0;
}
button.anon-vote-up-disabled,
button.anon-vote-down-disabled {
  color: #1010104d;
}
.anon-vote-buttons-netup button:after,
.anon-vote-buttons-netdown button:after {
  content: "\f078";
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.anon-vote-buttons-netup button:after {
  content: "\f077";
}
.anon-vote-up-hover,
.anon-vote-up-button:hover {
  color: #7bb742;
}
.anon-vote-down-hover,
.anon-vote-down-button:hover {
  color: #a1a1a1;
}
.anon-voted-up-button,
.anon-voted-up-hover {
  color: #7bb742 !important;
}
.anon-voted-down-button,
.anon-voted-down-hover {
  color: #a1a1a1 !important;
}
.anon-vote-count {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background-color: #f6f6f8;
  color: #f69423;
  line-height: 40px;
  text-align: center;
}
.anon-netvote-count-data {
  width: 40px;
  font-size: 18px;
  text-align: center;
}
.anon-netvote-count-pad {
  font-size: 0;
}
.anon-updownvote-count {
  position: relative;
  display: block;
  width: 48px;
  height: 27px;
}
.anon-updownvote-count-data {
  display: inline;
  font-size: 18px;
  font-weight: 700;
}
.anon-updownvote-count-pad {
  display: none;
  font-size: 9px;
}
.anon-a-count,.anon-view-count {
  padding: 0 4px;
  font-size: 11px;
  overflow: hidden;
}
.anon-view-count-data,.anon-a-count-data {
  font-weight: 700;
}
.anon-a-count-data,.anon-a-count-pad {
  font-size: 11px;
}
.anon-a-selection {
  display: none;
}
.anon-top-users-table tr {
  width: 100%;
  text-align: center;
}
.anon-top-users-label {
  display: block;
  height: 150px;
  margin: 10px 5px 0;
  padding-top: 8px;
  border-radius: 6px 6px 0 0;
  background-color: #f1f3f4;
}
.anon-top-users-table .anon-user-link {
  display: block;
  width: 100%;
  margin-top: 8px;
  text-align: center;
}
.anon-top-users-label a {
  display: block;
  color: #7c8792;
  font-size: 16px;
  clear: both;
}
.anon-top-users-score {
  display: block;
  margin: 0 5px;
  margin-bottom: 5px;
  padding: 6px 12px;
  border-radius: 0 0 5px 5px;
  background-color: #f9fafa;
  -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);
  color: #ddb550;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #d4d9dd;
}
.anon-q-view {
  position: relative;
  display: block;
  margin-bottom: 32px;
  padding: 20px;
  border-radius: 14px;
  background-color: #fff;
}
.smeta {
  width: 650px;
  padding: 10px;
  -webkit-transition: left 0.1s ease-out 0.1s;
  transition: left 0.1s ease-out 0.1s;
}
.anon-q-view-tag-list:hover {
  color: #a1a1a1;
}
.share-widget-container {
  position: relative;
  display: inline-block;
}
.anon-share-button {
  width: 54px;
}
.meta-when {
  margin: 0 3px;
  padding: 3px 6px;
  color: #bababa;
  font-size: 10px;
  font-weight: 500;
}
.anon-q-view-buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.anon-q-view-buttons button {
  min-width: 40px;
  height: 40px;
  margin-right: 4px;
  padding: 0 7px;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 0 1px #e7e7e9 inset;
  box-shadow: 0 0 0 1px #e7e7e9 inset;
  color: #1d1d1f;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.anon-q-view-buttons button:hover {
  border-color: #a1a1a1;
  background: none;
  color: #a1a1a1;
}
.anon-q-view-c-list {
  margin: 24px 0 0;
  clear: both;
  border-top: 2px dashed #c4e3f8;
}
.post-content img {
  max-height: 400px;
  margin: 14px 0;
  border-radius: 14px;
}
.anon-a-list {
  position: relative;
  margin-bottom: 10px;
}
h9 {
  margin: 14px 0 0 0;
  font-size: 18px;
  line-height: 22px;
}
.commentmain {
  display: block;
  margin-bottom: 4px;
  margin-left: 80px;
  padding: 5px 10px;
  border-radius: 14px;
  background-color: #f5f5f7;
}
.meta-who {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.anon-a-item-hidden .anon-a-item-content {
  color: #999;
}
.anon-a-item-main {
  display: block;
  width: 100%;
}
.anon-a-item-selected {
  margin: -21px -10px 0px -85px;
  padding: 20px 10px 0 85px;
  border: 1px solid #d5f2dd;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 5px;
  background: #f0fbf3;
}
.anon-a-item-content {
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
.anon-a-item-content img {
  max-width: 95%;
  margin: 4px 0;
  padding: 5px;
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
}
.anon-a-item-meta {
  margin-left: 4px;
  color: #b2bac2;
  font-size: 10px;
}
.anon-a-item-meta a {
  font-weight: bold;
}
.anon-a-item-c-list {
  display: block;
}
.anon-c-list-item {
  position: relative;
  margin-bottom: 2px;
  margin-left: 120px;
  padding: 6px 10px;
  border-radius: 14px;
  background-color: #f9f9f9;
}
.anon-c-item-hidden .anon-c-item-content {
  width: 547px;
  color: #bbb;
}
.anon-c-item-content {
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
.anon-c-item-content img {
  max-width: 95%;
  margin: 4px 0;
  padding: 5px;
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
}
.anon-c-item-content pre {
  position: relative;
  display: block;
  width: 90%;
  margin-bottom: 20px;
  padding: 15px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 5px;
  background: #384047;
  font-family: "monoco", courier, monospace;
  font-size: 16px;
  overflow: hidden;
  clear: both;
  overflow-x: scroll;
}
.anon-c-item-meta {
  display: inline;
  color: #b2bac2;
  font-size: 10px;
}
.anon-c-item-buttons {
  display: inline;
  float: left;
}
.anon-a-list .anon-user-link {
  margin-right: 5px;
  color: #707e96;
  font-size: 18px;
  font-weight: 600;
}
.anon-a-list .anon-user-link:hover {
  color: #a1a1a1 !important;
}
.anon-top-tags-count {
  display: none;
}
.anon-tag-link {
  display: inline-block;
  margin-right: 2px;
  padding: 1px 12px;
  border-radius: 14px;
  background-color: #f6f6f8;
  color: #2c3e50;
  font-size: 12px;
}
.anon-tag-link:hover {
  background-color: #a1a1a1;
  color: #fff;
  text-decoration: none !important;
}
.anon-template-users .anon-top-users-label .anon-avatar-image {
  width: 100px;
  height: 100px;
  padding: 4px;
  border: 4px solid #fff;
}
#avatar .anon-avatar-image {
  width: 144px !important;
  height: 144px !important;
  padding: 4px;
  border: 2px solid #e7ebec;
  border-radius: 50%;
  text-align: center;
}
.anon-avatar-image {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}
a:active,
a:visited,
.anon-avatar-link:hover {
  text-decoration: none;
}
a,a:hover {
  color: #a1a1a1;
  text-decoration: none;
}
.anon-page-links-label,
.anon-a-item-hidden .anon-voting,
.anon-a-item-hidden .anon-a-item-meta,
.anon-c-item-hidden .anon-c-item-meta {
  color: #ccc;
}
.anon-form-tall-select {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 12px;
  border: 1px solid #e7e7e9;
  border-radius: 14px;
  color: #667686;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}
.anon-form-tall-number,
.anon-form-wide-number {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}
.anon-form-tall-number,
.anon-form-wide-number,.anon-form-wide-text,
.anon-form-wide-select {
  padding: 4px;
  border: 2px solid #e7e7e9;
  border-radius: 14px;
  color: #1d1d1f;
}
.anon-q-item-when-data,
.anon-q-item-points-data,
.anon-q-view-when-data,
.anon-q-view-points-data,
.anon-a-item-when-data,
.anon-a-item-points-data {
  font-weight: 700;
}
.anon-a-select-button,
.anon-a-unselect-hover,
.anon-a-unselect-button:hover {
  background-position: 0 -28px;
}
.anon-top-users-table {
  margin-bottom: 30px;
}
.anon-top-users-table,.anon-top-tags-table {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
}
.anon-top-tags-table {
  margin-bottom: 1em;
}
.anon-top-tags-table tr {
  display: inline-block;
  margin: 10px 0 0 8px;
}
.anon-top-tags-spacer {
  padding: 0 4px;
}
.anon-a-item-content h2,
#wmd-preview h2 {
  color: #000;
  font-size: 24px;
}
.anon-a-item-content h3,
#wmd-preview h3 {
  color: #000;
  font-size: 20px;
}
.anon-a-item-content h4,
#wmd-preview h4 {
  color: #000;
  font-size: 16px;
}
.anon-a-item-content h5,
#wmd-preview h5,
.anon-a-item-content h6,
#wmd-preview h6 {
  color: #000;
  font-size: 13px;
}
.anon-q-view-tags {
  display: block;
  margin-bottom: 12px;
}
.usrname {
  position: relative;
  display: block;
  width: 220px;
  padding: 8px 0;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #d4d9dd;
}
.usrname .anon-user-link {
  color: #a8abba;
  float: none;
}
.usrname a {
  width: 180px;
  height: 33px;
}
.anon-nav-user-register {
  height: 0;
}
.anon-q-view-extra {
  display: block;
  width: 95%;
  margin: 0 0 15px 9px;
  font-size: 14px;
}
.anon-q-view-extra-title {
  font-weight: 700;
}
.pboxes {
  position: relative;
  display: block;
  margin-bottom: 32px;
  border-radius: 14px;
  background-color: #fff;
  text-align: center;
}
.pboxes .anon-avatar-image {
  width: 78px !important;
  height: 78px !important;
  padding: 4px;
  border: 1px solid #ccc;
  object-fit: cover;
}
.pboxes .anon-user-link {
  display: block;
  margin: 7px 0 12px;
  color: #1d1d1f;
  font-size: 22px;
  font-weight: 600;
  float: none;
  clear: both;
}
.pboxes .anon-q-view-avatar {
  display: block;
  margin: 0;
  float: none;
  clear: both;
}
.anon-a-item-who {
  font-size: 1.4em;
}
.anon-a-item-who,.anon-c-item-who {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.anon-c-item-who {
  font-size: 11px;
}
.anon-a-item-avatar {
  position: absolute;
  left: 10px;
}
.anon-a-item-avatar .anon-avatar-image {
  width: 50px;
  height: 50px;
  border: 4px solid rgb(255 255 255);
  border-radius: 100%;
  background: linear-gradient(to bottom, #e1e0e5, #ced0d9 100%);
  background-color: #e1e0e5;
  box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
  overflow: hidden;
}
.anon-c-item-avatar {
  position: absolute;
  left: -45px;
}
.anon-c-item-avatar .anon-avatar-image {
  width: 32px;
  height: 32px;
  border: 4px solid rgb(255 255 255);
  border-radius: 100%;
  background: linear-gradient(to bottom, #e1e0e5, #ced0d9 100%);
  background-color: #e1e0e5;
  box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
}
.anon-q-item-when {
  margin-right: 8px;
  float: left;
}
.anon-q-item-who {
  margin-left: 8px;
  font-size: 11px;
  line-height: 24px;
  float: left;
}
.anon-q-item-who a {
  font-size: 14px;
}
.anon-q-item-who-data {
  color: #555;
  font-size: 14px;
  font-weight: 700;
}
.share-bar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding: 10px;
  border-radius: 14px;
  background-color: #fff;
}
.share-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 0 1px #e7e7e9 inset;
  box-shadow: 0 0 0 1px #e7e7e9 inset;
  color: #1d1d1f;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
#drop2 img {
  padding: 15px 12px;
  background: #2c3e50;
  border-left: 1px solid #2c3e50;
  border-right: 1px solid #2c3e50;
}
#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: #494949;
  outline: 0;
  outline: thin dotted \9;
}
.anon-modal-form form {
  display: flex;
  flex-direction: column;
}
.modal-input {
  height: 34px;
  margin: 5px 0 10px;
  padding: 4px 8px;
  border: 2px solid #e7e7e9;
  border-radius: 14px;
  color: #667686;
  font-size: 15px;
  font-weight: bold;
  -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;
  transition: border-color 0.25s linear;
}
.modal-input:focus {
  border-color: #df4a37;
}
#anon-login {
  display: block;
  height: 50px;
  margin-top: 10px;
  padding: 0 38px;
  border: 0;
  border-radius: 14px;
  background-color: #a1a1a1;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 50px;
  -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;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
#anon-login:hover,
#anon-login:focus,
#anon-login:active,
#ga-login.active {
  background-color: #383838;
  box-shadow: none;
  color: #fff;
}
.anon-related-qs {
  margin-bottom: 10px;
  padding: 0 0 14px 0;
  border-radius: 14px;
  background-color: #fff;
  list-style: none;
}
.a-alt {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.anon-c-item-footer {
  display: block;
  height: 28px;
}
.a-alt .anon-voting {
  margin-right: 5px;
  box-shadow: none;
}
.anon-message-item {
  margin: 8px;
  padding: 14px 14px 14px 80px;
  border-radius: 14px;
  background-color: #f6f6f8;
  color: #1d1d1f;
}
.anon-message-item,.anon-message-list {
  position: relative;
  display: block;
}
.anon-message-list .anon-avatar {
  position: absolute;
  top: 14px;
  left: 10px;
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border: 3px solid #fff;
  background-color: #8c97aa;
  line-height: 50px;
  text-align: center;
}
.anon-message-content {
  margin-bottom: 5px;
  font-size: 14px;
}
.fbcomments {
  margin-top: 14px;
  margin-left: 10px;
}
#anew {
  margin: 10px;
}
#anew #a_content {
  width: 99%;
  height: 50px;
}
#anew .anon-form-tall-buttons {
  text-align: left;
}
#anew h2,.anon-form-light-button-claim,
.anon-form-light-button-follow,
.anon-form-light-button-close,
#extraf {
  display: none;
}
.prev-next {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 0 -20px -20px;
  padding: 20px;
  border-radius: 0 0 14px 14px;
  background-color: #f9f9fa;
}
.anon-next-q,
.anon-prev-q {
  margin-right: 8px;
  border-radius: 8px;
  color: #1d1d1f;
  line-height: 22px;
  text-align: left;
}
.anon-prev-q {
  text-align: right;
}
.prev-next i {
  margin: 0 4px;
  font-size: 25px;
  vertical-align: middle;
}
.socialicons {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 40px;
  margin: 15px 0;
  list-style-type: none;
}
.socialicons li a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  border: 1px solid #f6f6f8;
  border-radius: 14px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}
.tagcloud a {
  display: inline-block;
  margin: 0 4px 8px 0;
  padding: 2px 12px;
  border-radius: 14px;
  background-color: #f6f6f8;
  color: #8c8b8f;
  font-size: 12px;
}
.tagcloud a:hover {
  background-color: #a1a1a1;
  color: #fff;
}
.header-right {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  text-align: center;
}
.header-right > ul {
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  -ms-flex-pack: start;
}
.loginavatar .anon-avatar-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.username {
  width: 160px;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
.reglink:hover {
  border-color: #a1a1a1;
  background-color: #a1a1a1;
  color: #fff;
}
.reglink {
  display: block;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #f6f6f8;
  border-radius: 32px;
  color: #2c3e50;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  -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;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.anon-video {
  margin: 0 auto 20px;
  background: rgb(25 25 25);
  text-align: center;
  box-sizing: border-box;
}
.anon-video iframe {
  display: block;
  width: 960px;
  height: 540px;
  margin: 0 auto;
  border: 0;
}
.anon-video .instaframe {
  width: 845px;
  height: 900px;
}
.meta-who-data {
  color: #a8abba;
  font-size: 13px;
  font-weight: bold;
}
#a_list_title {
  margin-top: 12px;
  font-weight: normal;
}
#a_list_title,.anon-template-user .anon-form-tall-image {
  text-align: center;
}
.anon-logged-in {
  display: block;
}
.anon-logged-in-points {
  padding: 0 2px;
  border: 1px solid #ddb550;
  border-radius: 3px;
  color: #ddb550;
  font-size: 11px;
  text-transform: uppercase;
}
.ads {
  display: block;
  padding: 20px;
  background-color: #a4abc2;
  color: #fff;
  text-align: center;
}
.entry-title {
  line-height: 30px;
}
.anon-q-view-main iframe {
  width: 670px;
}
.anon-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,.nav-tabs {
  display: block;
}
.nav-tabs {
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 14px;
  background-color: #f6f6f8;
}
.nav-tabs li {
  display: inline-block;
  text-align: center;
  list-style: none;
}
.nav-tabs .active a {
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  color: #1d1d1f;
}
.nav-tabs li a {
  display: inline-block;
  height: 34px;
  padding: 2px 28px;
  border-radius: 14px;
  color: #13151d;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.closebtn {
  margin: 8px 0;
  padding: 12px 28px;
  border: 2px solid #e7e7e9;
  border-radius: 14px;
  background-color: #fff;
  color: #667686;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  -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;
  transition: all 0.2s ease-out;
  cursor: pointer;
  float: left;
}
.leftmenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -420px;
  z-index: 18;
  display: flex;
  width: 360px;
  min-height: 460px;
  padding-left: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: all 336ms ease-in-out;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.leftmenu.open {
  left: -60px;
}
.leftmenu-left {
  justify-content: space-between;
  width: 60px;
  padding: 20px 0;
  border-right: 1px solid #c7cdd226;
}
.leftmenu-left,.leftmenu-left > span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.leftmenu-left span a {
  position: relative;
  width: 38px;
  height: 38px;
  margin-top: 20px;
  border-radius: 14px;
  background-color: #f6f6f8;
  color: #2c3e50;
  line-height: 38px;
  text-align: center;
}
.leftmenu-left span a:hover {
  color: #a1a1a1;
}
.anon-nightb {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 34px;
  height: 58px;
  padding: 13px 4px;
  border-radius: 32px;
  background-color: #f6f6f8;
  color: #2c3e50;
  cursor: pointer;
}
.anon-nightb i {
  position: relative;
  z-index: 2;
  font-size: 15px;
}
.anon-nightb:after {
  content: "";
  position: absolute;
  top: 4px;
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
  transition: all 436ms ease-out;
}
.anon-night .anon-nightb:after {
  top: 46px;
}
.mcount {
  position: absolute;
  top: -3px;
  right: -2px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #a1a1a1;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}
.anonscroll::-webkit-scrollbar {
  width: 6px;
}
.anonscroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.17);
}
.anonscroll::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #d9dce1;
}
.anonscroll::-webkit-scrollbar-thumb:hover {
  background-color: #a1a1a1;
}
.anon-left-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.anon-left-toggle:before,
.anon-left-toggle:after,
.left-toggle-line {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 24px;
  height: 3.5px;
  border-radius: 4px;
  background-color: #2c3e50;
  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;
}
.anon-left-toggle:before {
  top: 10px;
}
.left-toggle-line {
  top: 18px;
  width: 14px;
}
.anon-left-toggle:hover .left-toggle-line {
  width: 24px;
}
.anon-left-toggle:after {
  top: 26px;
}
.leftmenu .anon-left-close {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border: 0;
  background-color: inherit;
  cursor: pointer;
}
.anon-left-close:before,
.anon-left-close:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 24px;
  height: 3.5px;
  border-radius: 4px;
  background-color: #2c3e50;
  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;
}
.leftmenu.open .anon-left-close:before {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-delay: 0.2s, 0.4s, 0s;
}
.leftmenu.open .anon-left-close:after {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.2s, 0.4s, 0s;
}
.header-right > ul > li {
  position: relative;
  margin-left: 9px;
  list-style: none;
}
.anon-dropdown {
  position: absolute;
  top: 50px;
  right: 0;
  width: 220px;
  border-radius: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  overflow: hidden;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.anon-dropdown h3 {
  margin: 8px 0 0;
  color: #353535;
}
.header-right .open.anon-dropdown {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.anon-modal-login {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  background-color: rgb(111 105 132 / 92%);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.anon-modal-login.in {
  opacity: 1;
}
.modal-open .anon-modal-login {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-open,.anon-modal-content {
  overflow: hidden;
}
.anon-modal-content {
  max-width: 440px;
  margin: 120px auto;
  border-radius: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.anon-modal-login.in .anon-modal-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.anon-modal-header {
  padding: 25px 0 10px;
  border: 0;
  text-align: center;
}
.anon-modal-form {
  max-width: 300px;
  margin: 0 auto;
  padding: 25px 0;
  color: #667d99;
}
.anon-modal-form .social-login {
  margin: 0 0 25px 0;
  padding: 0;
  border-radius: 0;
  background-color: inherit;
}
.anon-modal-footer {
  padding: 20px;
  border: 0;
  color: #667d99;
  text-align: center;
}
.anon-modal-form .bpinput {
  background-color: #fff;
}
.anon-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background-color: inherit;
  color: #667d99;
  font-size: 18px;
  cursor: pointer;
}
.anon-modal-close:hover {
  color: #a1a1a1;
}
.tooltip {
  position: absolute !important;
  z-index: 4;
  padding: 0 14px;
  border-radius: 10px;
  background-color: #0c0b0d;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top .tooltip-arrow {
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0c0b0d;
}
.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: #0c0b0d;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: -4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #0c0b0d;
}
.tooltip.bottom .tooltip-arrow {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0c0b0d;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.anon-template-custom .anon-part-custompage {
  position: relative;
  display: block;
  margin-bottom: 32px;
  padding: 40px 28px;
  border-radius: 14px;
  background-color: #fff;
}
.social-share {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
  padding: 40px 20px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}
.social-share h3 {
  min-width: 100%;
  padding: 10px 20px;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
}
#modal-url {
  width: 100%;
  margin: 10px 14px;
  padding: 6px;
  border: 2px solid #e7e7e9;
  border-radius: 12px;
  box-shadow: inherit;
  box-sizing: border-box;
  outline: 0;
}
.social-share a {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: 4px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #e7e7e9 inset;
  box-shadow: 0 0 0 1px #e7e7e9 inset;
  color: #1d1d1f;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}
.social-share a:hover {
  color: #74778d;
}
.anon-nav-user-item {
  list-style: none;
}
.anonadd {
  z-index: 4;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 32px;
  background-color: #a1a1a1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
}
.anonadd:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  z-index: -1;
  border-radius: 32px;
  background-color: rgb(0 0 0 / 9%);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.open .anonadd:before,
.anonadd:hover:before {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
.anonadd i {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.open .anonadd i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.anon-dropdown2 {
  position: absolute;
  top: 55px;
  right: 0;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 340px;
  padding: 12px;
  padding: 14px;
  border-radius: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-right .open .anon-dropdown2 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.anon-dropdown2 a {
  position: relative;
  display: block;
  min-width: calc(50% - 68px);
  margin: 4px;
  padding-left: 60px;
  border-radius: 14px;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
}
.anon-dropdown2 a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 50px;
  border-radius: 14px;
  background-color: #f6f6f8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.anon-dropdown2 i {
  position: absolute;
  top: 13px;
  left: 20px;
}
.anon-dropdown2 a:hover:before {
  width: 100%;
}
.anon-waiting {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/loader.gif) no-repeat center center;
  background-size: 16px 16px;
}
.anon-nothumb {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-flex: 1;
  flex: 1;
  min-height: 200px;
  margin: 2px;
  border-radius: 14px;
  background: linear-gradient(to bottom, #e1e0e5, #ced0d9 100%);
  line-height: 0;
}
.anonimgupload img {
  display: block;
  width: 230px;
  max-height: 350px;
  margin: 0 auto;
}
.ilgilit {
  display: block;
  margin-bottom: 22px;
}
.widget-title {
  display: block;
  margin-bottom: 10px;
  padding: 12px 20px;
  border-radius: 14px;
  background-color: #fff;
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.under-content .ilgili {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.under-content .anon-related {
  width: 48%;
  margin: 1%;
  box-sizing: border-box;
}
.anon-related .anon-p-who {
  display: none;
}
.grid-sizer,.box {
  width: 20%;
}
.box {
  position: relative;
  display: inline-block;
  padding-right: 0.5%;
  padding-bottom: 1%;
  padding-left: 0.5%;
  font-size: 14px;
  box-sizing: border-box;
}
.anon-template-home .with-side .box,
.anon-template-home .with-side .grid-sizer {
  width: 25%;
}
.anon-q-item-main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 0 2px rgb(0 0 0 / 10%);
  box-sizing: border-box;
}
.anon-q-item-main,.item-a {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.item-a {
  z-index: 1;
  display: block;
  -webkit-flex: 1;
  flex: 1;
  line-height: 0;
}
.item-img {
  width: 100%;
  height: auto;
  min-height: 240px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  object-fit: cover;
}
.anon-q-item-main:hover .item-img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.anon-post-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  margin: 10px;
}
.anon-post-content,.anon-q-item-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.post-meta {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 1px 0 1px 0;
  border-radius: 34px;
  color: #b0b7bb;
  font-size: 13px;
  line-height: 0;
}
.post-meta div span {
  margin-right: 8px;
}
.box.anon-class-image .anon-post-content {
  position: absolute;
  right: 0;
  bottom: -250px;
  left: 0;
  z-index: 2;
  margin: 6px;
  padding: 10px;
  border-radius: 14px;
  background-color: #fff;
  transition: all 350ms cubic-bezier(0.24, 0.22, 0.38, 1.28);
}
.box.anon-class-image:hover .anon-post-content {
  bottom: 0;
  opacity: 1;
}
.box.anon-class-image .item-img {
  min-height: 280px;
}
.box .anon-nsfw-post {
  min-height: 200px;
}
.switch-loader {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 34px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.72);
  line-height: 30px;
  text-align: center;
}
.loader,
.loader:before,
.loader:after {
  width: 4px;
  height: 20px;
  border-radius: 2px;
}
.loader {
  position: relative;
  display: inline-block;
  background-color: #f6a226;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  text-indent: -9999em;
  vertical-align: middle;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
}
.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: 0;
    margin-bottom: 0;
  }
  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 {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 18px;
  background-color: #ffdf1f;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
}
.box .anon-title-up {
  display: flex;
  align-items: center;
  gap: 4px;
}
.anon-class-video .post-meta {
  display: none;
}
.box .anon-title-up a {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 25px;
  padding: 0 10px;
  border-radius: 14px;
  color: #2c3e50;
  font-size: 10px;
  font-weight: 700;
  line-height: 25px;
  box-sizing: border-box;
}
.anon-havatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f3f5;
  overflow: hidden;
  cursor: pointer;
}
.anon-havatar img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.anon-template-admin .anon-nav-sub-link {
  margin: 8px 0;
  padding: 6px 12px;
  font-size: 0.8em;
}
.meta-who-title {
  display: inline-block;
  padding: 0 14px;
  border-radius: 18px;
  background-color: #a1d936;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.anon-form-wide-button-reset,
.anon-form-tall-button-reset {
  background-color: #b0b7bb;
}
.anon-template-question .anon-view-count {
  margin-right: 6px;
  font-size: 20px;
}
.anon-template-question .anon-view-count-pad {
  font-size: 11px;
}
.anon-userpanel {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
}
.leftmenu .reglink {
  width: 40%;
  margin: 10px 8px;
  padding: 3px 0;
  border: 1px solid #32394a;
  color: #8995b2;
  float: left;
}
.leftmenu .reglink:hover {
  background-color: #32394a;
  color: #fff;
}
.modal-footer {
  position: relative;
  display: block;
  width: 100%;
  height: 53px;
  margin-top: 10px;
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  -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);
  text-align: center;
}
.modal-footer .anon-nav-user-login,
.modal-footer .anon-nav-user-register {
  display: none !important;
}
.modal-footer .anon-nav-user-item {
  display: inline-block;
  width: auto;
  float: none;
}
.modal-footer .anon-nav-user-item a {
  display: inline-block !important;
  width: 52px !important;
  height: 52px !important;
  margin-left: 5px;
  border: 0;
  background-position: center center;
  font-size: 0;
}
.modal-footer .anon-nav-user-item a:hover {
  border-radius: 8px;
  background-color: #1d1d1f;
}
.nopermission {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.nopermission span {
  display: block;
  margin: 30px 5px;
}
.nopermission .reglink {
  width: 30%;
  margin: 5px auto;
}
.anon-cat .anon-nav-cat-note,
.rightsidebar .anon-nav-cat-note {
  display: none;
}
.anon-mega-menu {
  position: absolute;
  top: 62px;
  right: 2%;
  left: 2%;
  z-index: 14;
  padding: 35px;
  border-radius: 14px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.anon-mega-menu.open {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.anon-cat-link {
  color: #65737f;
  font-size: 16px;
  font-weight: bold;
}
.anon-cat .anon-nav-cat-item {
  padding: 0;
  border: 0;
  background: inherit;
  color: #000;
}
.anon-cat .anon-nav-cat-link {
  margin-bottom: 0;
  padding: 8px 0;
  border: 0;
  font-weight: normal;
}
.anon-cat .anon-nav-cat-link:hover,
.anon-nav-headmenu-list li a:hover {
  color: #a1a1a1;
}
.anon-cat > .anon-nav-cat-list,
.anon-nav-headmenu-list {
  max-height: 500px;
  background: inherit;
  font-size: 14px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.anon-cat ul li .anon-nav-cat-list a {
  padding-left: 0;
}
.anon-nav-cat-list li .anon-nav-cat-list {
  margin: 0;
  padding: 0;
  background-color: inherit;
}
.anon-nav-cat-list li .anon-nav-cat-list a {
  padding-left: 28px;
}
.anon-form-tall-label i {
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
.anon-notice {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 20px;
  background-color: rgb(35 37 41 / 90%);
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}
.anon-notice a {
  color: #a1a1a1;
}
.anon-notice a:hover {
  color: #dc5a5a;
}
.anon-notice-close-button {
  position: absolute;
  top: 14px;
  right: 14px;
  height: 30px;
  border: none;
  background: none;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  cursor: pointer;
}
.anon-notice-close-button:hover {
  color: #a1a1a1;
}
.anon-q-view-content img {
  display: block;
  max-width: 820px;
  margin: 0 auto;
  padding: 6px 0;
}
.tabcontent {
  display: none;
}
.tabcontent.active,.snote {
  display: block;
}
.snote {
  margin-bottom: 10px;
  padding: 14px 8px;
  border-radius: 14px;
  background-color: #faefc5;
  color: #736357;
  font-size: 13px;
  font-weight: bold;
}
.video-js {
  margin: auto;
}
.anon-q-view-content .video-js {
  height: 380px !important;
}
.anon-active {
  opacity: 1;
  visibility: visible;
}
.mce-content-body {
  border: 2px solid #e7e7e9;
  border-radius: 14px;
}
.mce-content-body,.anon-template-news .mce-content-body {
  display: block;
  min-height: 160px;
  padding: 8px;
  font-size: 16px;
}
.anon-template-news .mce-content-body {
  border: 1px solid #e7e7e9;
  border-radius: 14px;
}
.mce-content-body:focus {
  border-color: #494949;
  outline: 0;
}
.mce-content-body img {
  max-width: 600px;
}
blockquote {
  padding-left: 20px;
  border-left: 5px solid #f6f6f8;
}
.rightview .anon-q-view-content img {
  margin: 8px 0;
  border-radius: 14px;
}
.anon-part-form-q-edit {
  border-radius: 8px;
  background-color: #fff;
}
.anon-part-form-q-edit .mce-content-body {
  min-height: 20px;
}
.anon-template-news #submit-btn {
  display: inline-block !important;
}
.anon-template-news .imgprev {
  margin-top: -17px;
  margin-right: -7px;
  margin-left: -7px;
  border-radius: 4px 4px 0 0;
  background-color: #d4d9dd;
  background-image: url(img/nothumb.png);
  background-position: center 45px;
  background-repeat: no-repeat;
}
.anon-template-news .imgprev #imgprev {
  min-height: 150px;
}
.mfp-bg {
  z-index: 22;
  background-color: rgb(111 105 132 / 92%);
  overflow: hidden;
}
.mfp-bg,.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mfp-wrap {
  z-index: 38;
  outline: none !important;
}
.mfp-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
  box-sizing: border-box;
}
.mfp-content {
  position: relative;
  display: block;
  max-width: 960px;
  margin: 60px auto;
  padding-bottom: 20px;
  border-radius: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35);
  text-align: left;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  overflow: hidden;
  box-sizing: border-box;
  visibility: hidden;
}
.mfp-content .rightview {
  width: auto;
  padding: 20px;
}
.mfp-content .prev-next {
  display: none;
}
.mfp-s-ready .mfp-content {
  opacity: 1;
  visibility: visible;
}
.mfp-s-ready .mfp-content,.anon-listener .mfp-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.anon-listener .mfp-content {
  bottom: -200px;
  transition: bottom 0.2s ease-out;
}
.anon-listener.mfp-ready .mfp-content {
  bottom: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.mfp-preloader {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 16;
  width: auto;
  margin-top: -0.8em;
  color: #ccc;
  text-align: center;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-close {
  position: fixed;
  top: 10px;
  right: 30px;
  z-index: 14;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 218px;
  background-color: inherit;
  color: #fff;
  font-size: 34px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  outline: 0;
}
.mfp-close:focus {
  box-shadow: inherit;
  outline: 0;
}
.mfp-content .anon-video {
  width: 100%;
  padding: 0;
}
.mfp-content .anon-q-view-content {
  border-radius: 0;
}
.anon-part-rananon-users h2 {
  display: block;
  margin-top: 10px;
  padding: 10px;
  background-color: #f1f3f4;
  text-align: center;
}
.anon-related .anon-post-format-video,
.anon-related .anon-post-format-image {
  position: absolute;
  top: 10px;
  left: 20px;
  display: inline-block;
  padding: 4px 12px;
  border: 0;
  border-radius: 16px;
  background-color: rgba(176, 183, 187, 0.69);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.ad-below {
  display: block;
  padding: 10px;
  text-align: center;
  clear: both;
}
.anon-template-admin .anon-nav-sub-list {
  width: auto;
  text-align: center;
}
.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;
}
.anoneditli:nth-child(2n + 0) {
  background-color: #f6f6f8;
  border-bottom: 4px solid #fff;
}
.anoneditli:hover {
  background-color: #f9f9fa;
}
.anon-edit-button {
  display: inline-block;
  height: 32px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  background-color: #0c0b0d;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  cursor: pointer;
}
.anon-edit-button:hover {
  background-color: #494949;
  color: #fff;
}
.anon-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 24px;
  height: 24px;
  border-radius: 32px;
  background-color: #a1a1a1;
  color: #fff;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.anon-post-upbtn {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}
.anon-post-upbtn a {
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 33px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  color: #151419;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  transition: all 450ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
}
.anon-post-upbtn .mgbutton {
  width: 42px;
  height: 42px;
  font-weight: 600;
  line-height: 44px;
}
.anon-post-upbtn a:hover {
  background-color: #a1a1a1;
  color: #fff;
}
.box:hover .anon-post-upbtn a {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.anonp-tabs label i {
  display: inline-block;
  margin: 6px;
  padding: 14px 14px;
  border-radius: 14px;
  cursor: pointer;
}
.anonp-tabs label i:hover,
.anonp-tabs input[type="radio"]:checked ~ i {
  background-color: #a1a1a1;
  color: #fff;
}
.anon-pfiels,.anon-poll-grids {
  display: flex;
  display: -webkit-flex;
}
.anon-poll-grids {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1%;
  margin-left: -1%;
}
.anon-poll-grid {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
  max-width: 460px;
  margin: 1%;
  padding: 14px;
  border: 1px solid #f6f6f8;
  border-radius: 12px;
  box-sizing: border-box;
}
.anon-poll-grid,.anon-pfield {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.anon-pfield {
  margin: 10px 0;
}
.grid1 .anon-poll-grid {
  width: 100%;
  max-width: inherit;
}
.grid3 .anon-poll-grid {
  width: 31.33%;
  max-width: 300px;
}
.anon-poll-file {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 140px;
  margin: 6px 0;
  border: 1px solid #e7e7e9;
  border-radius: 14px;
  background-color: #f6f6f8;
  color: #cbced1;
  text-align: center;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-message .dz-button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  margin: 16px;
  border-radius: 12px;
  background-color: #e1e4ed;
  overflow: hidden;
  vertical-align: top;
}
#viddropzone img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
.dz-progress {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: block;
  height: 16px;
  border-radius: 14px;
  background-color: #fff9;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #1d1d1f;
  background: linear-gradient(to right, red, orange);
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.ui-sortable-helper {
  background-color: #fff;
  box-shadow: 0 8px 18px rgb(153 153 153 / 12%);
}
.add-poll {
  width: 40px;
  height: 80px;
  margin: 0 auto;
  border-radius: 46px;
  background-color: #12141d;
  box-shadow: 0 -4px 6px rgb(137 137 137 / 33%);
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.add-poll:active {
  box-shadow: inherit;
}
.anon-polls {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-right: -1%;
  margin-left: -1%;
}
.anon-polls li {
  width: 100%;
  margin: 1%;
  list-style: none;
  box-sizing: border-box;
}
.polls-grid3 li {
  width: 31.33%;
}
.polls-grid2 li {
  width: 48%;
}
.anon-polls li .poll-item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  border: 4px solid #f8f8f8;
  border-radius: 14px;
  background-color: #f8f8f8;
  color: #1d1d1f;
  font-size: 16px;
  overflow: hidden;
  box-sizing: border-box;
}
.anon-polls li .poll-item:hover {
  background-color: #e6e7ed;
  cursor: pointer;
}
.anon-polls.voted li .poll-item:hover {
  border-color: #e6e7ed;
  cursor: inherit;
}
.anon-polls li img {
  z-index: 2;
  height: 200px;
  margin-bottom: 8px;
  border-radius: 14px;
  object-fit: cover;
}
.not-voted .poll-results {
  opacity: 0;
  visibility: hidden;
}
.voted .poll-results {
  opacity: 1;
  visibility: visible;
}
.voted .poll-result {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  border-radius: 14px;
  background-color: #fbd971ba;
}
.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 {
  top: auto;
  right: 0;
  bottom: 0;
  width: auto !important;
  transition: height 0.3s ease-in-out;
}
.poll-title {
  z-index: 3;
}
.polls-grid2 .poll-numbers,
.polls-grid3 .poll-numbers {
  position: absolute;
  top: 30%;
  right: auto;
  left: 50%;
  z-index: 3;
  padding: 6px 18px;
  border-radius: 14px;
  background-color: rgb(0 0 0 / 68%);
  color: #ffffff;
  transform: translateX(-50%);
}
.poll-result-voted {
  margin-left: 6px;
}
.poll-numbers {
  position: absolute;
  right: 10px;
  z-index: 3;
}
.anon-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0;
  padding: 14px;
  border-radius: 14px;
  background-color: #fafafa;
}
.inright {
  -webkit-flex: 1;
  flex: 1;
}
.number-list {
  margin: 4px;
  font-size: 18px;
  font-weight: bold;
}
.anonp-tabs .addtab {
  display: inline-block;
  margin: 6px 6px 6px 0;
  padding: 12px 18px;
  border-radius: 14px;
  background-color: #f6f6f8;
  cursor: pointer;
}
.anonp-tabs .addtab:hover,
.anonp-tabs .addtab.active {
  background-color: #a1a1a1;
  color: #fff;
}
.list-item {
  display: block;
  margin: 20px 0 40px;
  list-style: none;
}
.list-title {
  position: relative;
  display: block;
  min-height: 50px;
  margin: 8px 0 12px;
  padding-left: 60px;
  color: #1d1d1f;
}
.list-title .list-id {
  font-weight: bold;
}
.list-img,
.list-video iframe {
  display: block;
  max-height: 500px;
  margin-bottom: 10px;
  border-radius: 14px;
}
.list-video .instaframe {
  max-height: 740px;
}
.anon-cover-ac img {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 5px 5px 0;
  vertical-align: bottom;
}
.anon-follow {
  position: relative;
  min-width: 130px;
  margin: 10px 0;
  padding: 0 20px 0 30px;
  border: 0;
  border-radius: 32px;
  background-color: #a1a1a1;
  color: #fff;
  line-height: 36px;
  cursor: pointer;
}
.anon-follow i {
  position: absolute;
  top: 9px;
  left: 12px;
  font-size: 18px;
}
.anon-follow.active {
  background-color: #000;
}
.anon-follow.active i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#anon_nsfw {
  display: none;
}
.anon-nsfw {
  display: inline-block;
  margin: 10px 5px 10px 0;
  padding: 4px 20px;
  border-radius: 14px;
  background-color: #232830;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
#anon_nsfw:checked + label {
  background-color: #a1a1a1;
  color: #fff !important;
}
.anon-nsfw-post {
  display: block;
  min-height: 200px;
  padding: 40px 50px 0;
  background-color: #2c2d2e;
  color: #fff;
  line-height: 28px;
  text-align: center;
  box-sizing: border-box;
}
.anon-template-question .anon-nsfw-post {
  width: 100%;
  min-height: 300px;
  padding-top: 100px;
  border-radius: 12px;
  font-size: 22px;
}
.videoembedup iframe {
  display: block;
  max-width: 680px;
  margin: 8px;
  padding: 0;
  border-radius: 14px;
}
#videoembed {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100px;
  margin-bottom: 6px;
  padding: 8px;
  border-radius: 12px;
  background-color: #ced0d9;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
}
#videoembed iframe {
  border-radius: 14px;
}
.dz-error .dz-error-message {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 6px 20px;
  border-radius: 12px;
  background-color: #e71414e0;
  color: #fff;
  font-size: 13px;
}
.thumb-radio {
  position: absolute;
  top: 10px;
  left: 10px;
}
.thumb-radio-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  border-radius: 12px;
  cursor: pointer;
}
.thumb-radio[type="radio"]:checked + label {
  border: 6px solid #a1a1a1;
}
.d-remove,
.dz-remove {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 5;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background-color: #fff;
  color: #1d1d1f;
  line-height: 32px;
}
.anon-dropzone-edit {
  display: flex;
  display: -webkit-flex;
}
.edit-prev {
  width: 160px;
  height: 120px;
  margin: 6px 10px 6px 0;
  border-radius: 12px;
  background-color: #e1e4ed;
  object-fit: cover;
}
.anon-poll-grid .edit-prev {
  width: 60px;
  height: 60px;
}
.anon-dropzone-edit .video-js {
  width: 25%;
  height: 160px;
  margin: 6px 6px 6px 0;
  border-radius: 14px;
}
.editi-prev {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
.anon-template-search .head-title {
  margin-bottom: 80px;
}
.anon-searchp {
  display: block;
  display: flex;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: -50px;
  text-align: center;
}
.anon-searchp-form {
  position: relative;
  width: 100%;
  max-width: 628px;
  height: 64px;
  border-radius: 14px;
  background: #fff;
  -webkit-box-shadow: 0 8px 20px rgb(0 0 0 / 6%);
  box-shadow: 0 8px 20px rgb(0 0 0 / 6%);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.anon-searchp-field {
  display: block;
  width: 100%;
  padding: 0 16px;
  color: #1d1d1f;
  line-height: 64px;
  box-sizing: border-box;
}
.anon-searchp-field,.anon-searchp-button {
  border: 0;
  background-color: inherit;
  font-size: 22px;
}
.anon-searchp-button {
  position: absolute;
  top: 20px;
  right: 10px;
  color: rgb(166, 176, 195);
  cursor: pointer;
}
.watermarkadmin {
  width: 34px;
  padding: 10px;
  background-color: #f6f6f8;
}
.watermarkadmin,.logoadmin {
  border-radius: 14px;
  object-fit: cover;
}
.logoadmin {
  height: 55px;
  padding: 10px 0;
}
.nfyWrap {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 999;
  width: 300px;
  padding: 0;
  border-radius: 14px;
  background: #fefefe;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  color: #7c8792;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.nfyWrap .nfyTop {
  display: block;
  padding: 10px 5px;
  color: #a8abba;
}
.nfyWrap .nfyContainer {
  width: 100%;
  height: 240px;
  padding: 0;
  background: #f9fafa;
  overflow-y: auto;
  overflow-x: hidden;
}
.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 {
  display: block;
  padding: 8px 0;
  color: #b2bac2;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.nfyWrap .nfyFooter a:hover {
  color: #a1a1a1;
}
.nfyWrap .itemBox-new {
  position: relative;
  margin-bottom: 1px;
  background: #ebf8ff;
}
.nfyWrap .itemBox:hover {
  background-color: #fff;
}
.nfyWrap .nfyItemLine {
  padding-left: 40px;
  color: #1d1d1f;
  font-size: 11px;
  text-align: left;
}
.nfyWrap .nfyItemLine a {
  display: block;
  color: #2c3e50;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.nfyWrap .siteLink {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 9px !important;
  font-weight: normal !important;
  text-decoration: none;
}
.nfyWrap .nfyItemLine a:hover {
  color: #a1a1a1;
}
.nfyIcon {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #2c3e50;
  font-size: 16px;
  transform: translateY(-50%);
}
.nfyIcon .fa-chevron-up {
  color: #7bb742;
}
.nfyIcon .fa-chevron-down {
  color: #a1a1a1;
}
.nfyIcon img {
  width: 16px;
  height: 16px;
  border: 0;
}
.nfyTime,
.nfyWhat {
  color: #a8abba;
}
.anon-history-event-nill {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 14px;
  background-color: #999;
  -moz-box-shadow: 0 1px 1px #999;
  -webkit-box-shadow: 0 1px 1px #999;
  box-shadow: 0 1px 1px #999;
  overflow: hidden;
  font-style: italic;
}
.anon-history-event-nill,.ntfy-event-new {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.ntfy-event-new {
  position: absolute;
  top: -5px;
  right: 0;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background-color: #a1a1a1;
  font-size: 9px;
  line-height: 18px;
}
.ntfy-event-nill {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background-color: #f6f6f8;
  color: #2c3e50;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.ntfy-read {
  background-color: #b0b7bb;
}
.nfyWrap .arrow {
  content: "";
  position: absolute;
  top: -7px;
  right: 10px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.no-nfy {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 998;
  width: 300px;
  font-size: 16px;
}
.itemBox {
  padding: 2px;
  background-color: #f6f7f9;
  clear: both;
  border-bottom: 1px solid #fff;
}
.itemBox,.open-login-button {
  position: relative;
  display: block;
}
.open-login-button {
  max-width: 300px;
  height: 50px;
  margin: 0 auto 10px;
  border-radius: 14px;
  background-color: #1d1d1f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
.open-login-button:hover {
  box-shadow: none;
  color: #fff;
  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";
  position: absolute;
  left: 15px;
  display: block;
  font-family: "Font Awesome 5 Brands";
  font-size: 17px;
  font-weight: 400;
}
.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";
}
.anon-browse-cat-list {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 20px;
}
.anon-browse-cat-item {
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 32.3333%;
  min-height: 180px;
  margin: 0 1% 1% 0;
  padding: 20px 10px 80px;
  border-radius: 14px;
  background-color: #1d1d1f;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  transform: scale(1) translateZ(0);
  transition: transform 0.28s ease;
  list-style: none;
  box-sizing: border-box;
  vertical-align: top;
}
.anon-browse-cat-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.anon-browse-cat-item:hover {
  z-index: 2;
  box-shadow: 0 4px 14px rgb(0 0 0 / 15%);
  transform: scale(1.06) translateZ(0);
}
.anon-cat-icon {
  margin-bottom: 8px;
  font-size: 28px;
}
.anon-subbrowse-cat {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(255 255 255 / 26%);
}
a.anon-subbrowse-cat-item {
  display: inline-block;
  margin: 5px;
  font-size: 12px;
  font-weight: 600;
}
.cat-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1d1d1f;
  color: #fff;
}
.cat-title > i {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border: 4px solid #fff;
  border-radius: 100%;
  background-color: #1d1d1f;
  box-shadow: 0 1px 6px rgb(0 0 0 / 34%);
  line-height: 60px;
}
.cat-title p {
  margin: 10px;
  font-size: 14px;
}
.vid-upload {
  display: flex;
  gap: 10px;
}
.vid-upload-label {
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 2px 12px;
  border-radius: 14px;
  background-color: #353535;
  color: #fff;
}
.g-recaptcha {
  margin: 10px 0;
  text-align: left;
}
.anon-poll-grid.paddnew {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 22px;
  cursor: pointer;
}
.anon-poll-grid.paddnew:hover {
  border-color: #a1a1a1;
  color: #a1a1a1;
}
.poll-img {
  display: block;
  width: 100%;
  height: 250px;
  border-radius: 14px;
  object-fit: cover;
}
.anon-ang {
  display: flex;
  margin: 30px 0;
}
.inputarea {
  flex-grow: 2;
}
.anonp-tabs {
  position: sticky;
  top: 70px;
  text-align: center;
}
.anonp-tabs,.anonp-left {
  display: flex;
  flex-direction: column;
}
.anonp-left {
  margin-right: 20px;
}
.anonp-leftin {
  flex: 1;
  border-radius: 14px;
  background-color: #f6f6f8;
}
.ttab {
  display: none;
}
.ttab.active {
  display: flex;
}
.tblack {
  bottom: -60px;
  width: 54px;
  height: 54px;
  margin-top: 5px;
  border-radius: 14px;
  background-color: #f6f6f8;
  color: #a1a1a1;
  font-size: 18px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}
.tblack:hover {
  background-color: #a1a1a1;
  color: #fff;
}
#tanswers {
  flex-direction: column;
  margin-top: 20px;
}
.results-p {
  display: flex;
  display: -webkit-flex;
}
.results-p .number {
  width: 100px;
  border-radius: 10px 0 0 10px;
}
.results-p span {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0 10px;
  border-radius: 0 10px 10px 0;
  background-color: #e7e7e9;
  color: #fff;
}
.anon-polls li div.poll-item.not-correct {
  background-color: #a1a1a17a;
}
.anon-polls li div.poll-item.correct {
  background-color: #fbd971ba;
}
.anon-polls-up {
  margin: 40px 0;
}
.noname h3 {
  color: #1d1d1f;
}
.addfeatured.selected {
  background-color: #1d1d1f;
  box-shadow: none;
  color: #fff;
}
.anon-box-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.anon-box-bg.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 0.25s;
  transition: opacity 0.6s ease 0.25s;
}
.anon-featureds {
  display: block;
  margin-top: 12px;
  margin-bottom: 32px;
  text-align: center;
}
.anon-featured-grid {
  display: grid;
  font-size: 22px;
  overflow: hidden;
  column-gap: 1%;
  row-gap: 10px;
  grid-template-columns: 25% 24% 24% 24%;
  grid-auto-rows: 220px;
}
.featured-meta {
  display: flex;
  gap: 10px;
  font-size: 12px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.58s cubic-bezier(0.05, 0.2, 0.1, 1) 0.3s,
    transform 0.38s cubic-bezier(0.05, 0.2, 0.1, 1) 0.3s;
}
.featured-posts:hover .featured-meta {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.anon-featured-grid .featured-posts > a {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.featured-post {
  top: 0;
  height: 100%;
  background-color: #c2c6cb;
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}
.featured-post,.anon-featured-grid .featured-post:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.anon-featured-grid .featured-post:after {
  content: "";
  top: auto;
  height: 45%;
  background: linear-gradient(
    to bottom,
    rgba(35, 35, 35, 0),
    rgba(35, 35, 35, 0.65) 100%
  );
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.featured-posts:hover .featured-post {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.anon-featured-grid .featured-posts {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 14px;
  background-color: #fff;
}
.featured-posts .featured-content {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 15px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 8px 6px;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff9e;
  text-align: left;
}
.featured-posts .featured-title {
  display: block;
  color: #fff;
  font-weight: 500;
  line-height: 1.4em;
  transform: translateY(30px);
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.3s;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.featured-posts .mslider-post-meta {
  transform: translateY(30px);
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.5s;
}
.featured-posts:hover .featured-title,
.featured-posts:hover .mslider-post-meta {
  transform: translateY(0);
}
.grid-1 {
  grid-column: 1;
}
.grid-1,.grid-2 {
  font-size: 28px;
  grid-row: 1 / 3;
}
.grid-2 {
  grid-column: 2;
}
.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 {
  font-size: inherit;
  grid-row: 1;
}
.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 {
  font-size: inherit;
  grid-column: 3;
  grid-row: 1;
}
.grids-5 .grid-3 {
  grid-column: 4;
  grid-row: 1;
}
.grids-6 .grid-3 {
  grid-column: 3;
}
.grids-6 .grid-3,.grids-6 .grid-4 {
  font-size: 28px;
  grid-row: 1 / 3;
}
.grids-6 .grid-4 {
  grid-column: 4;
}
.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 {
  grid-column: 3;
}
.grids-7 .grid-4,.grids-7 .grid-5 {
  font-size: 28px;
  grid-row: 1 / 3;
}
.grids-7 .grid-5 {
  grid-column: 4;
}
.grids-7 .grid-6 {
  font-size: 28px;
  grid-column: 3 / 5;
  grid-row: 3;
}
.anon-users-page {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 40px;
}
.user-boxx {
  width: 33.33%;
  padding-right: 1%;
  padding-bottom: 2%;
  padding-left: 1%;
}
.user-boxx,.user-box {
  box-sizing: border-box;
}
.user-box {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 6px;
  border-radius: 18px;
  background-color: #fff;
  text-align: center;
}
.user-box-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
  padding: 0 2%;
}
.user-box-cover {
  position: relative;
  min-height: 140px;
  background-color: #e1e0e5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.user-box-cover,.user-box-cover .anon-box-bg {
  border-radius: 14px;
}
.user-box-cover:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45%;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(
    to bottom,
    rgba(35, 35, 35, 0),
    rgb(72 74 91 / 62%) 100%
  );
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.user-box-up {
  position: absolute;
  right: 20px;
  bottom: -50px;
  left: 20px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-box-links {
  position: absolute;
  right: 2%;
}
.user-box-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  color: #37383e;
  line-height: 40px;
}
.user-box-alink {
  width: 90px;
  height: 90px;
  border: 4px solid rgb(255 255 255);
  border-radius: 100%;
  background: linear-gradient(to bottom, #e1e0e5, #ced0d9 100%);
  background-color: #e1e0e5;
  overflow: hidden;
  object-fit: cover;
}
.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 {
  display: inline-block;
  margin: 10px 6px;
  padding: 4px 16px;
  border-radius: 32px;
  background-color: #fbd971;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  color: #fff !important;
  font-size: 11px;
  line-height: 22px;
}
.user-box-title {
  background-color: #353535;
  font-size: 11px;
  font-weight: 600;
}
.user-box-credits {
  background-color: #2c3e50;
}
.anon-stats {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.anon-stats span {
  margin: 0 13px;
  font-size: 12px;
  font-weight: 600;
}
.anon-stats span strong {
  display: block;
  font-size: 22px;
}
.user-boxx.anon-profile {
  width: 100%;
  padding: 0;
}
.anon-profile .user-box {
  padding: 0;
  background-color: inherit;
}
.anon-profile .user-box-cover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 220px;
  border-radius: 0;
}
.anon-profile .user-box-cover:after,
.anon-profile .user-box-cover .anon-box-bg {
  border-radius: 0;
}
.anon-profile .user-box-up {
  right: 0;
  bottom: -77px;
  left: 0;
  padding: 0 2%;
}
.anon-profile .user-box-in {
  margin-top: 85px;
}
.user-box-name {
  display: flex;
  align-items: center;
}
.anon-profile h3 {
  font-size: 48px;
  line-height: 48px;
}
.anon-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;
  margin: 10px 0;
  padding: 20px;
  border-radius: 14px;
  background-color: #f6f6f8;
  font-size: 16px;
}
.tresult h3,
.tresult img,
.tresult span {
  margin-bottom: 12px;
}
.quiz-share {
  width: 100%;
  margin: 20px 0 8px;
  padding: 8px 0;
  border-radius: 14px;
  background-color: #fff;
  text-align: center;
}
.quiz-share h5 {
  display: block;
  font-weight: bold;
}
.qresult-share {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top: 14px;
}
.qresult-share a {
  width: 45%;
  padding: 8px 0;
  border-radius: 14px;
  background-color: #1d1d1f;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  color: #fff;
  text-align: center;
}
.reactions {
  display: flex;
  padding: 20px;
  list-style: none;
}
.reactions li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 90px;
  height: 120px;
  margin: 30px 4px 4px 4px;
  padding: 2px;
  border-radius: 14px;
  background-color: #f6f6f8;
}
.reactions li:before {
  content: "\f585";
  position: absolute;
  top: -33px;
  left: 50%;
  color: #c2c6cb;
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
  font-weight: 400;
  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 {
  color: #fbd971;
  font-weight: 900;
}
.reaction {
  margin-top: 2px;
  padding: 3px;
  border-radius: 14px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  cursor: pointer;
}
.reaction-in {
  position: relative;
  flex: 1;
}
.reaction-result {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 14px;
  background-color: #fbd971;
  color: #fff;
  transition: height 0.3s ease-in-out;
}
.reaction-percent {
  position: absolute;
  top: 10px;
  left: 50%;
  color: #1d1d1f;
  transform: translateX(-50%);
}
.nopost {
  display: block;
  width: 30%;
  min-width: 260px;
  margin: 60px auto;
  padding: 30px;
  border-radius: 14px;
  background-color: #fff;
  color: #2c3e50;
  font-size: 22px;
  text-align: center;
}
.nopost i {
  display: block;
  margin-bottom: 20px;
}
.anon-search-in {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  max-width: 50%;
  margin: 0 auto;
}
.liveresults {
  padding-top: 30px;
}
.liveresults a {
  display: block;
  padding: 4px 10px;
  color: #1d1d1f;
  border-bottom: 1px solid #f6f6f8;
}
.inleft {
  display: flex;
  display: -webkit-flex;
}
.inleft .pbutton {
  min-width: 36px;
  height: 42px;
  margin-left: 3px;
  border-radius: 14px;
  background-color: #f6f6f8;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.anon-lazy {
  opacity: 0;
}
.anon-lazy.loaded {
  opacity: 1;
  -webkit-transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1),
    opacity 0.6s ease 0.25s;
  transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1),
    opacity 0.6s ease 0.25s;
}
.anon-avatar {
  display: block;
  border-radius: 100%;
  object-fit: cover;
}
.anon-noavatar {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1em;
  text-shadow: none;
}
.editusers-table td img,
.editusers-table td .anon-noavatar {
  margin-right: 10px;
  background-color: #d4d9dd;
  vertical-align: middle;
  float: left;
}
.simple-posts {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 14px;
  padding: 6px;
  border-radius: 14px;
  background-color: #fff;
  box-sizing: border-box;
}
.under-content .simple-posts {
  display: inline-block;
  width: 48%;
  margin: 0 1% 2% 1%;
}
.simple-posts > a {
  position: relative;
  display: block;
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
}
.simple-post {
  top: 0;
  height: 100%;
  background-color: #e0dfe4;
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}
.simple-post,.simple-post:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.simple-post:after {
  content: "";
  top: auto;
  height: 45%;
  background: linear-gradient(
    to bottom,
    rgba(35, 35, 35, 0),
    rgb(67 78 90 / 65%) 100%
  );
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.simple-posts:hover .simple-post {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.simple-post-content {
  position: absolute;
  right: 10px;
  bottom: 30px;
  left: 10px;
  z-index: 4;
  padding: 8px 6px;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff9e;
  text-align: left;
  -webkit-transition: bottom 0.2s;
  -moz-transition: bottom 0.2s;
  transition: bottom 0.2s;
}
.simple-post-title {
  display: block;
  margin: 8px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  text-shadow: 1px 2px 2px rgb(0 0 0 / 20%);
}
.simple-post-meta {
  display: inline-block;
  padding: 6px 2px 0 10px;
  color: #2c3e50;
  font-size: 12px;
  text-align: right;
}
.simple-post-meta span {
  margin-right: 8px;
}
.anon-widget-wb {
  position: relative;
  padding: 20px;
  border-radius: 14px;
  background-color: #fff;
}
.anon-widget-side {
  margin-bottom: 32px;
}
.anon-widget-wb .widget-title {
  padding: 0;
}
.inleft .pbutton:hover,
.inleft input[type="radio"]:checked ~ i {
  background-color: #a1a1a1;
  color: #fff;
}
.anon-playlist {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 16;
}
.vjs-playlist-name {
  font-weight: 600;
  font-style: normal;
}
.anon-listener.mfp-wrap {
  position: fixed !important;
  top: auto !important;
  right: 0;
  bottom: 0;
  height: auto !important;
  min-height: 60px;
}
.mfp-bg.anon-listener {
  display: none;
}
.anon-listener .mfp-content {
  max-width: 100%;
  min-height: 60px;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background-color: #141414;
  overflow: inherit;
}
.anon-listener .mfp-close {
  top: 0;
  right: 0;
  border-radius: 14px 14px 0 0;
  background-color: #2c3e50;
  font-size: 27px;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
}
.anon-listener:hover .mfp-close {
  top: -35px;
  opacity: 1;
}
.anon-listener .mfp-container {
  position: relative;
  padding: 0;
}
.anon-listener .anon-playlist {
  position: relative;
}
.anon-video .anon-playlist-post {
  flex: 1;
  margin: 20px;
  background-color: inherit;
}
.anon-playlist-uo {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
}
.anon-playlist-thumb {
  width: 380px;
  max-height: 400px;
  margin: 20px;
  border-radius: 14px;
  box-shadow: 0 0 20px 0 rgb(130 139 180 / 80%);
  object-fit: cover;
}
.header-middle {
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  align-items: center;
}
.anon-nav-head-list {
  display: flex;
  gap: 4px;
  list-style: none;
}
.anon-nav-head-list li i {
  margin-right: 4px;
}
.anon-nav-head-list li a {
  position: relative;
  padding: 10px;
  color: #2c3e50;
  font-size: 13px;
}
.anon-nav-head-list li a:after,
.anon-nav-sub-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 14px;
  background-color: #f6f6f8;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.anon-nav-head-list li a:hover,
.anon-nav-head-list li a.anon-nav-head-selected {
  color: #0c0b0d;
}
.anon-nav-head-list li a:hover:after,
.anon-nav-head-list li a.anon-nav-head-selected:after,
.anon-nav-sub-link:hover:after,
.anon-nav-sub-selected:after {
  opacity: 1;
  transform: scale(1);
}
.header-left {
  display: flex;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  align-items: center;
}
.anon-nav-headmenu-list li {
  list-style: none;
}
.anon-nav-headmenu-list li a {
  display: block;
  padding: 6px 0;
  color: #2c3e50;
}
.anon-nav-headmenu-list li a i {
  margin-right: 10px;
}
.menutoggle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.menutoggle i {
  transition: all 550ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
}
.menutoggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.menutoggle:hover {
  background-color: #f6f6f8;
}
.follow-tc {
  display: inline-block;
  margin-top: 14px;
  padding: 6px 14px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 22%);
  color: #1d1d1f;
  font-size: 16px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.follow-tc i {
  margin-right: 10px;
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
}
.follow-tc.fllowing {
  background-color: #2c3e50;
  color: #fff;
}
.follow-tc.fllowing i {
  transform: rotate(45deg);
}
.dashavatar {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  border: 5px solid #fff;
  border-radius: 100%;
  background-color: #8c97aa;
  box-shadow: 0 1px 6px rgb(0 0 0 / 34%);
}
.discover-boxes {
  margin-top: 20px;
}
.discover-boxes a {
  margin: 0 4px;
  padding: 5px 14px;
  border-radius: 14px;
  background-color: #fff;
  color: #2c3e50;
  font-size: 15px;
  font-weight: 600;
}
.musica .anon-ang {
  flex: 0 0 100%;
  flex-direction: column;
}
.musica .inputarea {
  margin-bottom: 10px;
}
.musica .anon-poll-grid {
  width: 100%;
  max-width: inherit;
  margin: 0;
}
.anon-widget-main,
.anon-widget-full {
  margin-bottom: 24px;
}
button.verify-button {
  cursor: pointer;
}
.verify-button {
  display: flex;
  margin-left: 5px;
  padding: 0;
  border: 0;
  background-color: inherit;
  color: #dfdfe4;
  font-size: 20px;
}
.verify-button.verified {
  color: #3452ff;
}
.anon-profile .verify-button {
  font-size: 33px;
}
.anon-message {
  width: 36px;
  height: 36px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #2c3e50;
  color: #fff;
  line-height: 36px;
}
.user-box-buttons {
  display: flex;
  align-items: center;
}
.anon-nav-main {
  min-width: 250px;
  margin: auto auto;
}
.anon-pm-list {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  align-items: flex-start;
  max-height: 400px;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
.anon-pm-item {
  position: relative;
  max-width: 40%;
  margin: 0 40px 10px;
  padding: 8px 16px;
  border-radius: 4px 14px 14px 14px;
  background-color: #f6f6f8;
}
.anon-pm-item.pm-owner {
  border-radius: 14px 4px 14px 14px;
  background-color: #a1a1a1 !important;
  color: #fff;
  align-self: flex-end;
}
.anon-pmessage-avatar-meta {
  position: absolute;
  top: 0;
  left: -40px;
}
.anon-pm-item.pm-owner .anon-pmessage-avatar-meta {
  right: -40px;
  left: auto;
}
.anon-pmessage-avatar-meta .anon-avatar-image {
  width: 34px;
  height: 34px;
}
.anon-pm-item b {
  display: block;
}
.anon-pm-item.pm-owner b {
  text-align: right;
}
.owl-prev:hover,
.owl-next:hover {
  color: #a1a1a1;
  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 {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-stage {
  position: relative;
  display: flex;
  margin: 0 auto;
  touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  display: block;
  text-align: center;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.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 {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  border-radius: 14px;
  background-color: #333333;
  float: left;
  backface-visibility: hidden;
}
.owl-carousel .owl-item img {
  display: block;
  transform-style: preserve-3d;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.gallery-img {
  width: auto;
  height: 480px;
  margin: auto;
  border-radius: 14px;
}
.anon-gallery {
  padding: 14px;
  box-sizing: border-box;
}
.anon-gallery.owl-carousel .owl-stage {
  justify-content: center;
}
.owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  flex-direction: column;
  width: 34px;
  padding: 20px 0;
  border-radius: 100px;
  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;
  transform: translate(0, -50%);
}
.owl-carousel .owl-dots .owl-dot {
  display: block;
  width: 8px;
  height: 8px;
  margin: 4px auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #f6f6f8;
  box-shadow: inset 0 0 0 8px #f6f6f8;
  -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 {
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #a1a1a1;
  box-shadow: inset 0 0 0 2px #a1a1a1;
}
.owl-carousel .owl-nav {
  display: inline-block;
  margin-top: 20px;
  border-radius: 32px;
  background-color: #fff;
}
.owl-carousel .owl-nav button {
  padding: 8px 14px;
  border: 0;
  background-color: transparent;
  font-size: 16px;
}
.owl-carousel .owl-nav button.disabled {
  color: #f6f6f8;
}
.anon-gallery-zoom .mfp-content {
  max-width: inherit;
  margin: 20px auto;
  border-radius: 14px;
  background-color: inherit;
  box-shadow: inherit;
  text-align: center;
  overflow: visible;
}
.anon-gallery-zoom .mfp-content .mfp-img {
  border-radius: 14px;
}
.anon-gallery-zoom .mfp-container,
.anon-gallery-zoom.mfp-bg {
  opacity: 0;
  -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;
}
.anon-gallery-zoom.mfp-ready .mfp-container,.anon-gallery-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}
.anon-gallery-zoom.mfp-removing .mfp-container,
.anon-gallery-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.anon-gallery-zoom .mfp-arrow-left,
.anon-gallery-zoom .mfp-arrow-right {
  position: fixed;
  bottom: 20px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 100%;
  background-color: #fff;
  font-size: 20px;
  line-height: 38px;
  cursor: pointer;
}
.anon-gallery-zoom .mfp-arrow-left:before,
.anon-gallery-zoom .mfp-arrow-right:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.anon-gallery-zoom .mfp-arrow-left {
  transform: translateX(-60%);
}
.anon-gallery-zoom .mfp-arrow-right {
  transform: translateX(60%) rotate(180deg);
}
.anon-gallery-zoom .mfp-bottom-bar {
  display: none;
}
#anon_grids .anon-form-tall-data {
  display: flex;
  flex-wrap: wrap;
}
#anon_grids .anon-form-tall-data label img {
  margin-right: 9px;
  padding: 4px;
  border: 4px solid #e6e8ec;
  border-radius: 14px;
  object-fit: cover;
}
#anon_grids .anon-form-tall-data label input[type="radio"]:checked ~ img {
  border-color: #a1a1a1;
}
#anon_grids .anon-form-tall-data label input {
  display: none;
}
#notice_gdpr {
  right: auto;
  bottom: 14px;
  left: 14px;
  max-width: 280px;
  padding-right: 50px;
  border-radius: 14px;
  font-size: 15px;
  text-align: left;
}
.videoembedup {
  padding: 10px;
  border-radius: 14px;
  background-color: #f6f6f8;
}
.modal-reglink {
  display: block;
  padding: 14px 20px;
  background-color: #f6f6f8;
  color: #2c3e50;
  text-align: center;
}
.modal-reglink a {
  display: block;
  max-width: 200px;
  margin: auto;
  padding: 8px 14px;
  border-radius: 14px;
  background-color: #1d1d1f;
  color: #fff;
}
.modal-reglink a:hover {
  background-color: #a1a1a1;
  color: #fff;
}
.anon-template-shorts .anon-main-in {
  display: block;
}
.anon-template-shorts .anon-main-in,.anon-shorts {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.anon-shorts {
  display: none;
  clear: both;
}
.shorts-item {
  position: relative;
  display: flex;
  width: 486px;
  list-style: none;
}
.shorts-item-in {
  flex: 9;
}
.shorts-item-inright {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
}
.shorts-item-inright a {
  width: 40px;
  margin-top: 14px;
  margin-bottom: 6px;
  color: #b0b7bb;
  font-size: 18px;
}
.shorts-item-inright a span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.short-video {
  height: 530px;
  border: 8px solid #fff;
  border-radius: 20px;
  box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
  overflow: hidden;
}
@-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% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
  }
}
.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 {
  width: 46px;
  height: 80px;
  margin: 10px;
  border: 0;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  color: #2c3e50;
  font-size: 22px;
  text-align: center;
}
.shorts-nav button.disabled {
  color: #f5f5f7;
}
.anon-shorts.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: inherit;
}
.anon-shorts.owl-loaded {
  display: flex;
}
.shorts-item-inright .anon-voting {
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 0 6px 0;
}
.shorts-item-inright .anon-vote-count {
  background-color: #fff;
}
.poll-circle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: 4px 0;
}
.circle-back {
  stroke: #efefef;
  stroke-width: 4;
}
.circle-chart {
  transform: rotate(-90deg);
  animation: circle-chart-fill 2s reverse;
  animation-delay: 2s;
  transform-origin: center;
  stroke-width: 4;
  stroke: #a1a1a1;
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
.rssfeed a {
  display: block;
  padding: 5px 20px;
  color: #2c3e50;
  text-align: left;
  border-bottom: 1px solid #2c3e501f;
}
.rssfeed i {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 14px;
  background-color: #f6f6f8;
  line-height: 40px;
  text-align: center;
}
.rssfeed a:hover i {
  background-color: #000;
  color: #fff;
}
.hide {
  display: none;
}
.membership-plans {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.membership-plans,.membership-plan {
  display: -webkit-flex;
  display: flex;
}
.membership-plan {
  position: relative;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 22%;
  padding: 20px 20px 130px 20px;
  border: 1px solid #efefef;
  border-radius: 14px;
  color: #333;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.membership-plans input {
  display: none;
}
.membership-plans input:checked + label {
  border-color: #a1a1a1;
}
.membership-plan div {
  position: absolute;
  bottom: 20px;
  font-size: 24px;
}
.membership-up {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 300px;
  margin: 20px auto 40px;
}
.membership-up:after {
  content: "";
  position: absolute;
  top: 18px;
  z-index: 1;
  width: 0;
  height: 5px;
  background-color: #333;
  transition: width 1s ease-in-out;
}
.membership-up span {
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid #efefef;
  border-radius: 100%;
  background-color: #fff;
  font-weight: 700;
  line-height: 40px;
}
.membership-up span.active {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
.membership-payments {
  display: none;
}
.anon-membership.step-2 .membership-payments {
  display: block;
}
.anon-membership.step-2 .membership-plans,
.anon-membership.step-3 .membership-plans,
.anon-membership.step-3 .mem-next,
.anon-membership.step-2 .membership-credits,
.anon-membership.step-3 .membership-credits {
  display: none;
}
.anon-membership.step-2 .mem-next {
  transform: rotate(180deg);
}
.anon-membership.step-2 .membership-up:after {
  width: 50%;
}
.anon-membership.step-2 .membership-up span:nth-child(2),
.anon-membership.step-3 .membership-up span:nth-child(2),
.anon-membership.step-3 .membership-up span:nth-child(3) {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  transition: all 1s ease-in-out 1s;
}
.anon-membership.step-3 .membership-up:after {
  width: 100%;
}
.mem-next {
  width: 80px;
  height: 40px;
  margin-top: 20px;
  border: 0;
  border-radius: 32px;
  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;
  padding: 40px;
  border: 2px solid #efefef;
  border-radius: 14px;
}
.anon-membership.step-3 .mem-message {
  display: block;
}
.mem-message i {
  margin-bottom: 20px;
  font-size: 44px;
}
.mem-button {
  margin: 20px 10px 0;
  padding: 12px 80px;
  border: 0;
  border-radius: 14px;
  background-color: #a1a1a1;
  color: #fff;
  cursor: pointer;
}
.membership-badge {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  border-radius: 100%;
  background-color: #2c3e50;
  color: #fff;
  font-size: 10px;
  line-height: 22px;
}
.anon-profile .membership-badge {
  width: 34px;
  height: 34px;
  font-size: 17px;
  line-height: 34px;
}
.meme-button {
  display: inline-block;
  margin: 20px;
  padding: 10px 20px;
  border-radius: 14px;
  background-color: #a1a1a1;
  color: #fff;
  font-size: 18px;
}
.meme-button:hover {
  background-color: #0c0b0d;
  color: #fff;
}
.membership-me {
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: #425561;
  text-align: left;
}
.membership-me label {
  display: block;
  margin-top: 14px;
  color: #aeacb6;
}
.mem-info {
  max-width: 320px;
  margin: auto;
  padding: 40px;
  border: 2px solid #efefef;
  border-radius: 14px;
  font-size: 18px;
}
.anon-homelogin {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.anon-homelogin .anon-headerf,
.anon-homelogin .anon-footer {
  display: none;
}
.anon-homelogin .anon-main-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.anon-homelogin .anon-part-form {
  flex: 2;
}
.anon-homelogin .one-page .anon-part-custom {
  flex: 3;
  background-color: inherit;
  text-align: left;
}
.hlogin-logo {
  display: block;
  max-height: 150px;
}
.login-desc {
  line-height: 34px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.anon-form-tall-note a.hllink {
  margin-left: 6px;
  color: #2c3e50;
}
a.anon-readlater {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.anon-readlater.selected {
  background-color: #0c0b0d;
  color: #fff;
  transition: all 1s ease-in-out;
}
.anon-rlater {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #f6f6f8;
  border-radius: 32px;
  color: #2c3e50;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.anon-bmcount {
  position: absolute;
  top: 0;
  right: -4px;
  width: 16px;
  height: 16px;
  border-radius: 32px;
  background-color: #333;
  color: #fff;
  font-size: 8px;
  line-height: 16px;
}
#rlatermodal .anon-modal-content {
  max-width: 800px;
}
.bm-posts {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.bm-post {
  display: flex;
  flex: 0 0 50%;
}
.bm-bg {
  position: relative;
  min-width: 90px;
  height: 90px;
  margin: 10px;
  border-radius: 14px;
  background-color: #ced0d9;
  background-size: cover;
  box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
  background-repeat: no-repeat;
}
.bm-title {
  display: block;
  margin: 10px 20px 10px 5px;
  color: #0c0b0d;
  font-size: 16px;
  font-weight: 600;
}
.see-plans {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border: 2px solid #0c0b0d;
  border-radius: 14px;
  color: #0c0b0d;
  align-self: flex-end;
}
.modalbook {
  position: relative;
  left: 12px;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff4d;
  color: #fff;
}
.share-link.selected {
  background-color: #333;
  box-shadow: none;
  color: #fff;
  transition: all 300ms ease-in-out;
}
.anon-notify {
  -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.anon-notify.open {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.anon-nav-anonsub-list {
  position: relative;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto 20px;
  margin-bottom: 20px;
  padding: 0 8px;
  padding: 5px;
  border-radius: 14px;
  background-color: #fff;
  list-style: none;
}
.anon-nav-anonsub-list li a {
  display: block;
  padding: 5px 20px;
  color: #2c3e50;
}
.anon-nav-anonsub-list a.anon-nav-anonsub-selected {
  border-radius: 10px;
  background-color: #f6f6f8;
  color: #2c3e50;
}
.edit-media {
  width: 80px;
  height: 80px;
  margin: 0 !important;
  border: 0;
  border-radius: 14px;
  object-fit: cover;
}
.anon-logo .anon-mlogo,
.anon-logo .anon-mlogon {
  display: none;
}
.anon-mem-m {
  display: block;
  margin-bottom: 30px;
  padding: 14px;
  border: 2px dashed #e8ebed;
  border-radius: 16px;
  font-size: 16px;
  line-height: 24px;
}
.anoncre-input {
  flex-direction: column;
  margin: 20px auto;
  padding: 30px;
  border-radius: 14px;
  background-color: #f6f6f8;
}
.anoncre-input,.creinput {
  display: flex;
  align-items: center;
}
.creinput {
  position: relative;
  min-width: 350px;
  margin-top: 20px;
}
.creinput span {
  position: absolute;
  left: 12px;
  font-size: 22px;
}
.creinput strong {
  position: absolute;
  top: 14px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100px;
  border-radius: 12px;
  font-size: 13px;
}
.anon-form-desc {
  padding: 10px;
  border-radius: 14px;
  background-color: #f6f6f8;
  color: #2c3e50;
  text-align: center;
}
.anonai-input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 20px;
  padding: 6px;
  border: 2px solid #ffffff;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 10px 40px #0000001a;
  transition: 0.3s;
}
.anonai-input:hover {
  border-color: #e7e7e9;
  box-shadow: 0 0 0 4px rgb(136 126 242 / 10%);
}
.aiinput {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 0;
  border-radius: 14px;
  background-color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75rem;
  overflow: hidden;
  outline: 0;
  resize: none;
  box-sizing: border-box;
}
.anonai-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.promter.loading i {
  display: none;
}
.anon-main.ai-create {
  display: block;
  max-width: 1080px;
  margin: 32px auto 40px;
}
.ai-create .loader {
  display: none;
}
.ai-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  padding: 0 24px;
  border: 0;
  border-radius: 14px;
  background-color: #13151d;
  color: #fff;
  transition: 0.2s;
  cursor: pointer;
}
.ai-submit span {
  display: flex;
  gap: 4px;
}
.anonai-ext {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  height: 0;
  padding: 0;
  border-radius: 14px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.anonai-box.active .anonai-ext {
  height: auto;
  padding: 14px;
  opacity: 1;
  transition: opacity 500ms linear;
  visibility: visible;
}
.ai-select {
  padding: 11px;
  border: 1px solid #e7e7e9;
  border-radius: 14px;
  cursor: pointer;
  outline: 0;
}
.ailabel {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 10px;
  border: 1px solid #e7e7e9;
  border-radius: 32px;
  background-color: #fff;
  color: #0c0b0d;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.anonai-ext .desize,
.anonai-ext .desize3,.de .sdsize,
.sd .desize,
.sd .desize3,
.de .desize3,
.de3 .sdsize {
  display: none;
}
.de .desize,
.de3 .desize3 {
  display: flex;
}
.anonai-ext input:checked + label {
  border: 0;
  background-color: #0c0b0d;
  color: #fff;
}
.aistyles.active {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}
#desizes {
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
  width: 100%;
}
#desizes,.anonai-ext .nav-tabs {
  display: flex;
  text-align: left;
}
.anonai-ext .nav-tabs {
  margin: inherit;
  padding: 4px;
}
.ai-submit .loader,
.ai-submit.loading span,
.promter .loader {
  display: none;
}
.ai-submit.loading .loader,
.promter.loading .loader {
  display: block;
}
.ai-create .anon-part-form .anon-form-tall-table {
  width: 380px;
  margin: 20px;
  padding: 20px;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  transition: transform 350ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
}
.ai-create.active .anon-part-form .anon-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;
  top: 0;
  right: -520px;
  bottom: 0;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
}
.ai-create.active .anon-part-form #ai-form {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.ai-create.active .anon-part-form:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 18;
  background-color: rgb(111 105 132 / 92%);
  transition: opacity 0.15s linear;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.aipublish {
  padding: 12px 14px;
  border: 0;
  border-radius: 14px;
  background-color: #0c0b0d;
  color: #fff;
  cursor: pointer;
}
.aipublish:disabled,
.aipublish[disabled] {
  background-color: #e7e7e9;
  color: #fff;
  cursor: default;
}
.aisclose {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin: 0 0 10px;
  border: 1px solid #e7e7e9;
  border-radius: 32px;
  color: #0c0b0d;
  font-size: 16px;
  cursor: pointer;
}
.aiplabel {
  display: block;
  color: #8c8b8f;
  font-size: 13px;
}
#copyp {
  max-width: 180px;
  margin: 10px 0;
  padding: 10px 30px;
  border: 0;
  border-radius: 14px;
  background-color: #f1f2f4;
  box-shadow: 0 0 0 1px #e7e7e9;
  font-size: 11px;
  cursor: pointer;
}
#credit-box {
  margin: 0;
  padding-right: 120px;
  padding-left: 40px;
  font-size: 22px;
  line-height: 0;
}
.mslider-posts {
  position: relative;
  min-height: 220px;
  border-radius: 14px;
  overflow: hidden;
}
.mslider-post {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  transform: scale(1) translateZ(0);
  transition: transform 0.28s ease;
}
.mslider-posts:hover .mslider-post {
  transform: scale(1.13) translateZ(0);
}
.mslider-post:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 55%;
  background: linear-gradient(
    to bottom,
    rgba(15, 15, 15, 0),
    rgba(15, 15, 15, 0.75) 100%
  );
  opacity: 0.9;
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.mslider-post-content {
  position: absolute;
  right: 20px;
  bottom: 35px;
  left: 35px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  text-align: left;
}
.mslider-post-meta {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 24px;
  padding: 0 9px 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 36px;
  color: #fff;
  font-size: 11px;
  -ms-flex-align: center;
  white-space: nowrap;
}
.mslider-post-content a {
  color: #fff;
  font-size: 20px;
}
.post-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 250px;
  padding: 20px;
}
.anon-button {
  padding: 10px 20px;
  border: 0;
  border-radius: 14px;
  background-color: #0c0b0d;
  color: #fff;
  cursor: pointer;
}
#anon_prvt:checked + label {
  background-color: #a1a1a1;
  color: #fff !important;
}
.anon-flter {
  position: absolute;
  right: 10px;
  gap: 4px;
  padding: 8px 16px;
  box-shadow: 0 0 0 1px #e7e7e9 inset;
  cursor: pointer;
}
.anon-flter,.anon-secondnav {
  display: flex;
  align-items: center;
  border-radius: 14px;
}
.anon-secondnav {
  position: relative;
  top: -60px;
  z-index: 3;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  height: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
  opacity: 0;
  transition: top 200ms ease-out;
  visibility: hidden;
}
.anon-secondnav.active {
  top: 0;
  height: auto;
  margin-bottom: 20px;
  padding: 14px;
  opacity: 1;
  visibility: visible;
}
.anon-nav-time {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}
.anon-time-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 14px;
  border-radius: 14px;
  box-shadow: 0 0 0 1px #e7e7e9 inset;
  cursor: pointer;
}
.anon-nav-time.open .anon-time-drop {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.anon-time-drop {
  position: absolute;
  top: 70px;
  right: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 8px;
  border-radius: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.anon-time-drop a {
  padding: 4px 8px;
  border-radius: 14px;
  color: #2c3e50;
}
.anon-time-drop a:hover,
.anon-time-drop a.active {
  background-color: #f6f6f8;
  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;
}
.anon-template-type .cat-title {
  padding-bottom: 60px;
}
.anon-template-type .anon-nav-sub-list {
  margin-top: -50px;
}
.aicontnt {
  margin: 22px 0;
}
.aicontnt,.rightview {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.anon-news-thumb {
  width: 100%;
  max-height: 400px;
  border-radius: 14px;
  object-fit: cover;
}
#ifrme .anon-form-tall-text {
  flex: 1;
}
.anonai-ask {
  margin: 20px 0;
}
.anonai-aski {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
  padding: 0 0 4px;
  border: 2px solid #ffffff;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgb(136 126 242 / 10%);
  transition: 0.3s;
}
.ai-img.dz-preview {
  width: 160px;
  height: auto;
  line-height: 0;
}
.ai-img.dz-preview img {
  width: 160px;
}
.anon-aiposts {
  flex-direction: column;
  padding: 20px 0;
}
.anon-aiposts,.ai-result {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.ai-result {
  position: relative;
  padding: 20px;
  border-radius: 14px;
  background-color: #fff;
}
.ai-published {
  flex: 1;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 14px;
  background-color: #f6f6f8;
}
.ai-published,.anon-aipost-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.anon-aipost-left {
  position: relative;
  flex: 6;
  justify-content: flex-start;
}
.anon-aipost-left a {
  max-width: 60%;
}
.ai-img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.anon-aipost-content {
  display: flex;
  flex: 2;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  align-content: flex-start;
}
.anon-aipost-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.anon-dropdownup {
  position: relative;
}
.anon-dropdownc {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  min-width: 220px;
  padding: 5px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  visibility: hidden;
  list-style: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.anon-dropleft {
  right: auto;
  left: 0;
}
.anon-dropdownc.open,
.anon-dropdownup.open .anon-dropdownc {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.anon-sbutton {
  height: 40px;
  padding: 0 14px;
  border: 1px solid #e7e7e9;
  background-color: #f6f6f8;
  color: #2c3e50;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
}
.anon-sbutton,.cradio span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  cursor: pointer;
}
.cradio span {
  gap: 8px;
  margin: 2px 4px;
  padding: 8px;
}
.cradio input[type="radio"]:checked + span,
.cradio span:hover {
  background-color: #f6f6f8;
}
.cradio input {
  display: none;
}
.anon-square {
  min-width: 14px;
  border: 2px solid #2c3e50;
  border-radius: 4px;
  aspect-ratio: 1/1;
}
.anon-square.s1 {
  min-width: 24px;
  aspect-ratio: 16/9;
}
.anon-square.s2 {
  min-width: 18px;
  aspect-ratio: 4/3;
}
.anon-square.s4 {
  aspect-ratio: 3/4;
}
.anon-square.s5 {
  aspect-ratio: 9/16;
}
.anonai-down {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.wan .hwan,
.veo .hwan,
.veo3 .hveo,
.veo3f .hveo,
.kst .hveo {
  display: none;
}
.kst .aiupload {
  display: flex;
}
.anon-aivid {
  max-width: 550px;
  border-radius: 14px;
}
.imagen .aisize8,
.imagen4 .aisize8 {
  display: none;
}
.aiupload {
  min-width: 80px;
  min-height: 40px;
  margin: 0;
  font-size: 0;
}
.aiupload .dz-button:before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
}
.aiupload i {
  font-size: 14px;
}
.ail-settings .aiupload {
  display: none;
}
.fluxkon .ail-settings .aiupload,
.sdream .ail-settings .aiupload,
.banana .ail-settings .aiupload {
  display: block;
  margin-top: 10px;
}
.anon-aividcont {
  position: absolute;
  left: 10px;
  display: flex;
  gap: 8px;
}
.anon-bbutton {
  padding: 10px 20px;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s ease;
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.anon-rtl .anon-body-in,
.anon-rtl .anon-mega-menu,
.anon-rtl .anon-nav-main {
  direction: rtl;
}
.pixverse .hwan {
  display: none;
}
.pixverse .dhpix {
  display: block;
}
.anon-form-tall-label .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  user-select: none;
}
.anon-form-tall-label .checkbox input[type="checkbox"] {
  display: none;
}
.anon-form-tall-label .checkbox .slider {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 34px;
  background-color: #e7e7e9;
  transition: background-color 0.3s;
}
.anon-form-tall-label .checkbox .slider::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}
.anon-form-tall-label .checkbox input:checked + .slider {
  background-color: #0c0b0d;
}
.anon-form-tall-label .checkbox input:checked + .slider::before {
  transform: translateX(20px);
}
.anon-form-tall-note {
  margin-bottom: 10px;
  padding: 0 5px;
  font-size: 12px;
}
.anon-form-tall-spacer,
.anon-form-wide-spacer {
  display: block;
  margin: 8px 0;
  line-height: 0;
  border-bottom: 2px solid #efefef;
}
@media (max-width: 1200px) {
  .anon-template-home .box,
  .anon-template-home .grid-sizer {
    width: 50%;
  }
  .anon-main.post-page {
    width: 100%;
  }
  .anon-template-question .anon-main-in,
  .anon-template-custom .anon-main-in {
    width: 60%;
    max-width: inherit !important;
  }
  .anon-nav-sub-list::-webkit-scrollbar-track {
    background-color: inherit;
  }
  .anon-nav-sub-list::-webkit-scrollbar {
    height: 6px;
  }
  .anon-nav-sub-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(172, 183, 190, 0.5);
  }
  .anon-gallery-zoom .mfp-content .mfp-img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .anon-nav-sub-list {
    justify-content: flex-start;
    overflow: hidden;
    overflow-x: auto;
  }
  .anon-template-home .box,
  .anon-template-home .grid-sizer,
  .anon-template-home .with-side .box,
  .anon-template-home .with-side .grid-sizer {
    width: 33.33%;
  }
  .anon-flter {
    position: relative;
    font-size: 0;
  }
  .anon-flter i {
    font-size: 18px;
  }
  .rightsidebar,
  .header-middle {
    display: none;
  }
  .anon-search-in {
    max-width: 100%;
  }
  .list-img,
  .list-video iframe {
    width: 100%;
  }
  .anon-video iframe,
  .vjs-theme-forest,
  .anon-video .instaframe {
    width: 100%;
    height: 400px;
  }
  .anon-video {
    width: 100%;
    padding: 10px;
  }
  .anon-playlist-uo {
    flex-direction: column;
    align-items: stretch;
    max-width: 1200px;
  }
  .user-boxx {
    width: 50%;
  }
  .anon-main.post-page {
    width: auto;
  }
  .reactions {
    flex-wrap: wrap;
  }
  .reactions li {
    margin-top: 50px;
  }
  .box,
  .grid-sizer {
    width: 33.333%;
  }
  .anon-nav-footer-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 725px) {
  .box,
  .grid-sizer {
    width: 50%;
  }
  .anon-featured-grid {
    display: flex;
    flex-direction: column;
  }
  .anon-featured-grid .featured-posts {
    width: auto;
    height: 250px;
  }
  .user-boxx {
    width: 100%;
  }
  .user-box-links {
    top: -120px;
  }
  .shorts-item {
    width: 100%;
  }
  .shorts-item-inright a {
    color: #fff;
  }
  .anon-shorts.owl-carousel .owl-item {
    padding-right: 70px;
  }
  .shorts-item-in {
    position: relative;
    z-index: 3;
  }
  .shorts-item-inright {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 4;
    padding: 4px;
    border-radius: 14px;
    background-color: #ffffff45;
  }
  .anon-form-wide-table tr {
    width: 100%;
  }
  .anon-form-wide-table tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .anon-form-wide-label {
    padding: 10px 0 2px;
  }
  .anon-form-wide-text,
  .anon-form-wide-data {
    display: block;
  }
}
@media (max-width: 500px) {
  .anon-dropdown2 {
    left: -100px;
    flex-direction: column;
    width: 200px;
  }
  .anon-q-view-buttons {
    flex: 1 1 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
    -ms-flex-pack: start;
  }
  .user-box {
    width: 100%;
  }
  .box,
  .grid-sizer {
    width: 100% !important;
  }
  .anon-browse-cat-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .anon-browse-cat-item,.anon-polls li {
    width: 100%;
  }
  .hreg,
  .meta-when {
    display: none;
  }
  .anon-playlist-thumb {
    width: 100%;
    margin: 0;
  }
  .prev-next {
    flex-direction: column;
  }
  .grid3 .anon-poll-grid,
  .anon-poll-grid {
    width: 100%;
  }
  .anon-search-field {
    flex: auto;
    width: 100%;
  }
  .bm-posts {
    flex-direction: column;
  }
  .anon-logo .anon-mlogo,.anon-night img.anon-mlogon {
    display: block !important;
  }
  .anon-logo .anon-logol,
  .anon-logo .anon-logoln,
  .anon-night img.anon-mlogo,
  .anon-night .anon-logo .anon-logon {
    display: none !important;
  }
  .ai-imgs {
    width: 100%;
    max-width: 95%;
  }
  .gallery-img {
    width: 100%;
    height: auto;
  }
  .anonai-ext,
  .ai-result {
    flex-direction: column;
  }
  .ail-settings,.anon-aivid {
    width: 100%;
  }
  .videoembedup iframe {
    width: 100%;
    height: auto;
  }
  .anonai-down {
    flex-wrap: wrap;
    gap: 10px;
  }
}
