@import "https://fonts.googleapis.com/css?family=Lato:400,700";
@import "https://fonts.googleapis.com/css?family=Hind";

/*Basic*/
body,
html {
  margin: 0;
  padding: 0;
}
body {
  background: #f9f9f9;
  overflow-x: hidden;
  font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 14.5px;
}
html{
  overflow-x: hidden;
}
body .mfp-wrap .mfp-progress-line span {
  width: 0;
  height: 4px;
  background: #ededed;
  margin-bottom: -40px;
  transition: width 10s ease-in-out;
  display: inline-block;
  background: #ff9900;
}
a {
  word-wrap: break-word;
  text-decoration: none;
}
a.white:focus {
  color: #fff !important;
  text-decoration: none;
}
a.white:hover {
  color: #f3f3f3;
  text-decoration: none;
}
a,
button {
  outline: 0 !important;
}


.flex{
  display:flex;
}

.font-bold{
  font-weight: 500;
}
.font-bolder{
  font-weight: 600;
}

.w-full{
  width:100%;
}
.common-btn{
  margin-top: 4px;
  border-radius: 8px;
  font-weight: 600;
  padding: 8px 5px;
  font-size: 14px;
  font-family: "Poppins";
  font-style: normal;
  display:inline-block;
  text-align: center;
  text-decoration: none;
}
.common-btn:hover{
  text-decoration: none;
}


.container {
  margin-top: 120px;
}
.wow_content {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 15px 15px 1px;
  box-shadow: none;
}
.wow_content.negg_padd {
  padding: 0;
}
.wow_sett_content {
  padding: 3px 20px 20px;
}
.wow_sett_content .text-center > .btn-mat {
  min-width: 150px;
  margin: 17px 0;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.dropdown-menu > li > a {
  color: #333;
}

/*Buttons*/
.btn-mat {
  position: relative;
  user-select: none;
  outline: 0;
  border: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  text-align: center;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  transform: translate3d(0, 0, 0);
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 15px;
  overflow: hidden;
  font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
}
.btn-mat::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 0.2s;
}
.btn-mat::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  padding: 50%;
  width: 32px;
  height: 32px;
  background-color: currentColor;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1s, transform 0.5s;
}
.btn-mat:active::after {
  opacity: 0.16;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s;
}
.btn-mat svg {
  width: 17px;
  height: 17px;
  margin: -2px 3px 0 0;
}
.btn-mat-raised {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn-mat-raised:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.btn-loading {
  position: relative;
  box-shadow: none;
}
.btn-loading:before {
  display: none;
}
.btn-loading:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  transform: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50px' height='50px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3e%3crect x='0' y='0' fill='none' class='bk'%3e%3c/rect%3e%3ccircle cx='50' cy='50' r='40' stroke='%23fff' fill='none' stroke-width='6' stroke-linecap='round'%3e%3canimate attributeName='stroke-dashoffset' dur='1.5s' repeatCount='indefinite' from='0' to='502'%3e%3c/animate%3e%3canimate attributeName='stroke-dasharray' dur='1.5s' repeatCount='indefinite' values='150.6 100.4;1 250;150.6 100.4'%3e%3c/animate%3e%3c/circle%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: none;
}

.next_thumb,
.prev_thumb,
.small_text {
  text-shadow: 0 1px 2px #333;
}
.owl-item,
.slick-slider {
  -webkit-tap-highlight-color: transparent;
}
.blog-com-wrapper,
.movies-com-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
}
.blog-com-wrapper .blog-comlist-container,
.movies-com-wrapper .movies-comlist-container {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 30px;
}
.blog-com-wrapper .blog-comlist-container .blog-comment-item,
.movies-com-wrapper .movies-comlist-container .movies-comment-item {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.blog-com-wrapper
  .blog-comlist-container
  .blog-comment-item
  .blog-comment-reply-box
  .form-group,
.movies-com-wrapper
  .movies-comlist-container
  .movies-comment-item
  .movies-comment-reply-box
  .form-group {
  margin: 4px;
}
.blog-com-wrapper
  .blog-comlist-container
  .blog-comment-item
  .blog-comment-reply-box
  textarea,
.movies-com-wrapper
  .movies-comlist-container
  .movies-comment-item
  .movies-comment-reply-box
  textarea {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  font-size: 14.5px;
  padding: 5px 10px;
  box-shadow: rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  border: 0;
  transition: background-color 240ms, box-shadow 240ms;
}
.blog-com-wrapper
  .blog-comlist-container
  .blog-comment-item
  .blog-comment-reply-box
  textarea:focus,
.movies-com-wrapper
  .movies-comlist-container
  .movies-comment-item
  .movies-comment-reply-box
  textarea:focus {
  box-shadow: rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(58, 151, 212, 0.28) 0px 0px 0px 4px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.blog-com-wrapper
  .blog-comlist-container
  .blog-comment-item
  .blog-comment-item-img,
.movies-com-wrapper
  .movies-comlist-container
  .movies-comment-item
  .movies-comment-item-img {
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 45px;
  width: 45px;
}
.blog-com-wrapper
  .blog-comlist-container
  .blog-comment-item
  .blog-comment-item-body
  h5
  span,
.movies-com-wrapper
  .movies-comlist-container
  .movies-comment-item
  .movies-comment-item-body
  h5
  span {
  font-size: 14.5px;
  color: #aaa;
  margin-top: 0;
  display: inline;
}
.blog-com-wrapper
  .blog-comlist-container
  .blog-comment-item
  .blog-comment-item-body
  p,
.movies-com-wrapper
  .movies-comlist-container
  .movies-comment-item
  .movies-comment-item-body
  p {
  overflow: hidden;
  padding-right: 0;
  font-size: 14.5px;
  color: #777;
  font-family: Hind, sans-serif;
}
.blog-com-wrapper
  .blog-comlist-container
  .blog-comment-item
  .blog-comment-item-body
  > div,
.movies-com-wrapper
  .movies-comlist-container
  .movies-comment-item
  .movies-comment-item-body
  div {
  /*width:100%;*/ /*overflow:hidden;*/
  color: #888;
  position: relative;
  font-size: 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
}
.movies-com-wrapper .movies-com-top {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}
.blog-com-wrapper .blog-com-box,
.movies-com-wrapper .movies-com-box {
  margin-right: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}
.blog-com-wrapper .blog-com-box .blog-com-box-act,
.movies-com-wrapper .movies-com-box .movies-com-box-act {
  width: 100%;
  overflow: hidden;
  height: 35px;
  background-color: #fff;
  padding-top: 5px;
}
.blog-com-wrapper .blog-com-box .blog-com-box-act button,
.movies-com-wrapper .movies-com-box .movies-com-box-act button {
  padding: 1px 15px;
  border-radius: 3px;
  margin: 2px 0 2px 5px;
  border-color: #d3d3d3;
  background-color: #f8f8f8;
}
.blog-com-wrapper .blog-com-box .blog-com-box-act button.bg-main,
.movies-com-wrapper .movies-com-box .movies-com-box-act button.bg-main {
  color: #fff;
  border: 1px solid #a84849;
  background-color: #a84849;
}
.blog-com-wrapper .blog-com-box textarea,
.movies-com-wrapper .movies-com-box textarea {
  width: 100%;
  border-radius: 0;
  height: 50px;
  padding: 10px;
}
.blog-com-wrapper .blog-com-head,
.movies-com-wrapper .movies-com-head {
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
  display: inline-block;
}
.blog-comment-item .comment-icons svg.feather,
.blog-comment-item .del-blog-comment svg.feather,
.movies-comment-item .comment-icons svg.feather,
.movies-comment-item .del-movies-comment svg.feather {
  margin-top: 0;
  width: 15px;
  height: 15px;
}
.blog-comment-reply-cont .comment-icons svg.feather,
.blog-comment-reply-cont .del-blog-commreplies svg.feather,
.movies-comment-reply-cont .comment-icons svg.feather,
.movies-comment-reply-cont .del-movies-commreplies svg.feather {
  margin-top: 0;
  width: 13px;
  height: 13px;
}

.movies-com-wrapper .movies-comlist-container {
  margin-top: 10px;
}
.movies-com-wrapper
  .movies-comlist-container
  .movies-comment-item
  .movies-comment-item-body
  div.comment-heading
  .del-movies-comment {
  margin-left: 10px;
}

.next_thumb,
.prev_thumb {
  color: #fff;
  cursor: pointer;
  margin-left: 10px;
  float: right;
}
.lightbox-post-footer .comments-list .reply,
.post .post-footer .comments-list .reply {
  display: block;
  width: 100%;
  margin: 25px 0;
}
.lightbox-post-footer .comments-list .comment .reply .avatar,
.post .post-footer .comments-list .reply .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.lightbox-post-footer .comments-list .reply .reply-heading .user,
.post .post-footer .comments-list .reply .reply-heading .user {
  font-size: 14.5px;
  font-weight: 700;
  display: inline;
  margin-top: 0;
}
.lightbox-post-footer .comments-list .reply .reply-heading .time,
.post .post-footer .comments-list .reply .reply-heading .time {
  font-size: 10px;
  color: #aaa;
  margin-top: 0;
  display: inline;
}
.post-map img {
  padding: 2px;
}
.fluid_theatre_mode {
  z-index: 99 !important;
}
.post-file video {
  max-height: 600px;
}
.fluid_video_wrapper.fluid_player_layout_default:-webkit-full-screen video {
  max-height: 100%;
}
.active-player {
  max-height: 100% !important;
}
iframe,
.post-map img {
  border: none;
  border-radius: 3px;
}
.post-shared,
.post-likes,
.post-wonders,
.post-reacted {
  display: none;
  overflow: auto;
  max-height: 300px;
}
.comment-text,
.reply-text {
  color: #777;
  overflow: hidden;
  width: 85%;
  word-wrap: break-word;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
.comment-edit input,
.comment-reply input {
  font-size: 14.5px;
  margin-top: 10px;
  height: 30px;
  border-radius: 3px;
}
.options-buttons a,
.options-buttons button {
  margin-left: 10px;
  font-size: 14.5px;
  float: right;
}
.no-messages {
  text-align: center;
  padding: 10px;
  margin-top: 100px;
  color: #666;
  font-size: 20px;
}
.dropdown-menu.post-privacy-menu {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
.post-privacy-menu li a,
.post-privacy-menu li div {
  color: #777;
  font-size: 13.5px;
  transition: none !important;
}
.post-privacy-menu li div {
  padding: 0 16px !important;
  line-height: 32px;
}
.post .post_drop_menu_loading {
  text-align: center;
  padding: 4.36px 0 !important;
}
.post_drop_menu_loading .ball-pulse {
  display: block;
  float: none;
  margin: 0;
  line-height: 0;
  padding: 0 !important;
}
.post_drop_menu_loading .ball-pulse > div {
  padding: 0 !important;
}
.app-website,
.page-website {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
  margin-top: 2px;
}
.blog-com-wrapper
  .blog-comlist-container
  .blog-comment-item
  .blog-comment-item-body
  h5,
.movies-com-wrapper
  .movies-comlist-container
  .movies-comment-item
  .movies-comment-item-body
  h5 {
  margin-top: 0;
}
.faa-parent.animated-hover:hover > .faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
}
.list-group-item.black-list,
.list-group-item.gray-list {
  padding: 10px;
  font-size: 14.5px;
  transition: all 0.2s;
}
.setting-well input[type="text"],
.setting-well input[type="password"],
.setting-well select {
  height: 30px !important;
  color: #666 !important;
  font-size: 14.5px;
  box-shadow: 0 1px 0 0 #f0f2f5, 0 0 0 1px #f0f2f5;
  border: none;
  border-radius: 0;
}
.movies-com-wrapper
  .movies-comlist-container
  .movies-comment-item
  .movies-comment-reply-box {
  padding: 0;
  overflow: hidden;
}
.movies-com-wrapper
  .movies-comlist-container
  .movies-comment-item
  .movies-comment-reply-cont {
  width: 100%;
  overflow: hidden;
}
.movies-com-wrapper .movies-com-top h4 {
  width: 100%;
  font-size: 17px;
  font-weight: 700;
}
.movies-com-wrapper .movies-com-box form {
  width: 100%;
  overflow: hidden;
}
.movies-com-wrapper .movies-com-head img {
  height: 100%;
  width: 100%;
}

/*Blog Comments*/
.blog-com-wrapper {
  padding: 20px 20px 1px;
}
.blog-com-wrapper .wo_page_hdng {
  padding: 0 0 10px;
  margin-bottom: 20px;
}
.blog-com-wrapper
  .blog-comlist-container
  .blog-comment-item
  .blog-comment-reply-box {
  padding: 0;
  overflow: hidden;
}
.blog-com-wrapper
  .blog-comlist-container
  .blog-comment-item
  .blog-comment-reply-cont {
  width: 100%;
  overflow: hidden;
}
.blog-com-wrapper .blog-com-box form {
  width: 100%;
  overflow: hidden;
}
.blog-com-wrapper .blog-comlist-container:empty {
  padding: 0;
}
.wo_blogcomm_combo {
  display: flex;
  padding: 5px 0;
}
.wo_blogcomm_combo img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  margin-right: 10px;
}
.wo_blogcomm_combo textarea {
  min-height: 50px;
  padding: 10px 15px 7px !important;
  box-shadow: none;
  border: 0;
  transition: background-color 240ms, box-shadow 240ms;
  font-size: 16px;
  line-height: 28px;
  background: #f2f2f2;
  border-radius: 9px !important;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
}
.wo_blogcomm_combo textarea:focus {
  box-shadow: rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(58, 151, 212, 0.28) 0px 0px 0px 4px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.wo_blogcomm_combo button {
  border-radius: 25px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 0;
  margin-left: 10px;
  display: none;
}
.wo_blogcomm_combo button svg {
  margin: 0;
  width: 24px;
  height: 24px;
}
.wo_blogcomm_combo button {
  display: block;
}
.blog-com-wrapper .blog-com-head img {
  height: 100%;
  width: 100%;
}

.header-fixed1200 {
  max-width: 1100px;
}
.post .panel {
  box-shadow: none;
  border-radius: 16px;
}
.post .post-footer {
  padding: 15px 0;
  border-radius: 16px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0;
}
.post .post-footer.post-reacted {
  position: relative;
}
.post .post-footer.post-reacted .hide_who_reacted_it {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  color: #7e7e7e;
  cursor: pointer;
}
.post .post-footer.post-reacted .hide_who_reacted_it svg {
  width: 20px;
  height: 20px;
}
/* .post .post-footer.post-comments{border-top:0} */
.post .post-footer .comments-list {
  padding: 0;
  list-style-type: none;
}
.post .post-footer .comments-list .reply .reply-heading {
  display: block;
  width: 100%;
}
.post .post-footer .comments-list .reply .comment-body {
  margin-left: 40px;
  margin-top: -3px;
}
.post .post-footer .comments-list .comment {
  display: block;
  width: 100%;
  margin: 20px 0;
  padding: 0 15px;
}
.post .post-footer .comments-list .comment .comment-body,
.post .post-footer .comments-list .comment > .comments-list {
  margin-left: 52px;
}
.post .post-footer .comments-list .comment-container:nth-child(2) {
  margin-top: 5px;
}
.post .post-footer .comments-list .comment .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.post .post-footer .comments-list .comment .comment-heading {
  /*display:inline-block; background: #f0f2f5; border-radius:8px; padding: 10px; margin-left: 0; max-width: calc(100% - 70px); min-width: 45%;*/
}
.post .post-footer .comments-list .comment .comment-heading .user {
  display: inline;
  margin-top: 0;
  color: #050505;
  font-size: 17px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
}
.post .post-footer .comments-list .comment .comment-heading .time {
  color: #aaa;
  margin-top: 0;
  display: inline;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}
.post
  .post-footer
  .comments-list
  .comment
  .comment-body
  .comment_edele_options {
  visibility: hidden;
}
.like-btn-comment .active-like {
  display: block !important;
}
.post
  .post-footer
  .comments-list
  .comment
  .comment-body:hover
  .comment_edele_options {
  visibility: visible;
}
.post .post-footer .textarea {
  height: 30px;
  font-size: 13.5px;
  padding-right: 140px;
  background: #f0f2f5;
}
.post .post-footer .btn:not(.social-btn) {
  padding: 3px 11px;
}
.post .post-footer .input-group-addon a {
  color: #444;
}
.post .post-heading {
  padding: 20px 15px 15px;
}
.post .post-heading .avatar {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 6px;
  box-shadow: none;
  margin-right: 15px;
}
.post .post-heading .meta .title {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
}
.post .post-heading .meta .title a {
  color: #050505;
  margin-right: -7px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
}
.post .post-heading .meta .title a:hover {
  text-decoration: underline !important;
}
.post .post-heading .meta .title a b {
  font-weight: 400;
}
.post .post-heading .meta .title .small-text {
  font-size: 14px !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
}
.post .post-heading .meta h6 {
  margin-bottom: 0;
}
.post .post-heading .meta .time {
  margin-top: 8px;
  color: #999;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}
.post .post-description {
  padding: 8px 15px;
}
.post .post-description p {
  font-size: 16px;
  color: #555;
  overflow: hidden;
  word-wrap: break-word;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
}
.post .post-description .stats .stat-item {
  display: inline-block;
  padding: 3px 7px;
  font-size: 14.5px;
  border: 0;
  color: #555;
}
.post .post-description .stats .stat-item .icon {
  margin-right: 8px;
}
.post .post-file {
  width: 100%;
}
.post .post-file .media-video-file {
  border-radius: 2px;
  background-color: #000;
  padding: 0;
  width: 100%;
  max-height: 380px;
  max-width: 100%;
}
.post .post-file img {
  max-height: 500px;
  max-width: 100%;
  width: 100%;
  border: 0;
  border-radius: 10px;
  object-fit: cover;
}
.post .post-image .image {
  width: 100%;
  height: auto;
}
.post .post-actions .stat-item {
  margin-top: 15px !important;
  font-size: 12px !important;
  color: #999 !important;
}
.comment-reply {
  display: none;
}
.comment-reply .wo_commreply_combo {
  margin-top: 10px;
  display: flex;
  position: relative;
}
.comment-reply .wo_commreply_combo .avatar {
  width: 30px !important;
  height: 30px !important;
}
.comment-reply .wo_commreply_combo .textarea {
  margin-top: 0;
  border-radius: 15px !important;
  padding-right: 120px;
  margin-left: 5px;
}
.comment-reply .wo_commreply_combo .image-comment {
  right: 10px;
}
.comment-reply .wo_commreply_combo .image-comment .btn-file {
  padding: 4px 0 !important;
  font-size: 0;
  margin: 5px 0px;
  background: transparent;
}
.comment-edit {
  display: none;
  margin-bottom: 15px;
}
.options-buttons {
  position: absolute;
  margin-left: 20px;
  margin-top: -40px;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:5px
}
.list-group-item {
  padding-left: 15px;
}
.list-group-item.black-list.active-list.users {
  background-color: #4c75a3 !important;
}
.list-group-item.black-list.active-list.pages {
  background-color: #ce3d3d !important;
}
.list-group-item.black-list.active-list.groups {
  background-color: #f2b92b !important;
}
.list-group-item.black-list.active-list.posts {
  background-color: #6abd46 !important;
}
.list-group-item.black-list a:hover {
  cursor: pointer;
  text-decoration: none;
}
.list-group-item.gray-list {
  padding: 8px !important;
  font-size: 14.5px !important;
}
.list-group-item.gray-list:hover {
  color: #444;
}
.list-group-item.gray-list a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #222;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #f9f9f9;
  color: #444;
}
.setting-well {
  padding: 10px;
}
.setting-well .btn-main {
  height: 30px !important;
  font-size: 14.5px;
  min-width: 100px !important;
}
.setting-well textarea {
  color: #666 !important;
  font-size: 14.5px;
}
.setting-well .profile-style {
  margin-bottom: 0 !important;
  margin-top: 20px;
}
/*.content-container {overflow-x:hidden;}*/

.header-container {
  background: #fff;
  width: 100%;
}
.header-container .user-avatar img {
  width: 34px;
  height: 34px;
  border-radius: 6px;
}
.message-user-image {
  margin-right: 15px;
  border-radius: 50%;
}
.message-user-image img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.comment-btn-wrapper {
  display: inline-block;
}
.comment-btn-wrapper div {
  display: inline;
  overflow: hidden;
}
.comment-btn-wrapper [data-comment-rtime] {
  font-size: 14.5px;
  padding: 3px 0;
}
.comment-record {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
}
.comment-record:empty {
  padding: 0;
}
.user-ad-container {
  width: 100%;
  position: relative;
}
.user-ad-container div.post-advertisement .ads-heading {
  overflow: hidden;
  width: 100%;
  padding: 10px 15px;
}
.user-ad-container div.post-advertisement .ads-image {
  width: 46px;
  height: 46px;
  display: block;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 50%;
  margin-top: -3px;
}
.user-ad-container div.post-advertisement .panel {
  padding-top: 15px;
}
.user-ad-container div.post-advertisement .ads-meta {
  color: #555;
}
.user-ad-container div.post-advertisement .ads-meta .title {
  margin-bottom: 0;
  margin-top: 1px;
}
.user-ad-container div.post-advertisement .ads-headline {
  font-size: 14.5px;
  color: #555;
  overflow: hidden;
  word-wrap: break-word;
  padding: 15px 0;
}
.user-ad-container div.post-advertisement .ads-headline p {
  /*text-transform:capitalize;*/
  margin-bottom: 0;
  font-size: 14.5px;
  color: #555;
  line-height: 20px;
  font-weight: 400;
}
.user-ad-container div.post-advertisement .ads-cover {
  width: 100%;
  position: relative;
}
.user-ad-container div.post-advertisement .ads-cover .ads-description {
  font-size: 14.5px;
  position: absolute;
  max-width: 90%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  padding: 5px 8px;
  margin: 16px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-ad-container div.post-advertisement .ads-cover a {
  display: block;
  max-height: 700px;
}
.user-ad-container div.post-advertisement .ads-footer {
  width: 100%;
  overflow: hidden;
  height: 10px;
}
.user-ad-container div.post-advertisement .ads-footer .stat-item {
  display: inline-block;
  padding: 3px 7px;
  font-size: 14.5px;
  border: 0;
  color: #555;
}
.text-dnone {
  text-decoration: none !important;
}
.ads-cont-wrapper a,
.hashtag-search-result a,
.left-sidebar ul li a:focus,
.left-sidebar ul li a:hover,
.notification-list a:hover {
  text-decoration: none;
}
.unsetheight {
  height: unset !important;
}

/*Ads*/
.ads_col_4 {
  padding-left: 15px;
}
.ads_col_8 {
  padding-left: 0;
}
.ads-navbar-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 16px;
}
.ads-navbar-wrapper ul {
  margin: 15px;
}
.ads-navbar-wrapper ul li a {
  text-transform: capitalize;
  display: block;
  transition: all 0.2s;
  padding: 10px 15px;
  /* border-left: 2px solid white; */
  font-size: 14px;
  margin: 10px 0;
  text-decoration: none;
  font-family: "Poppins";
  color: #222;
  font-weight: 600;
  border-radius: 10px;
}
.ads-navbar-wrapper ul li a:hover {
  color: #222;
}
.ads-navbar-wrapper ul li a.active {
  color: #000;
  font-weight: 600;
  background: rgb(0 0 0 / 6%);
}
.ads-navbar-wrapper ul li a svg {
  width: 20px;
  height: 20px;
  margin: -4px 10px 0 0;
}
.ads_mini_wallet {
  padding: 25px;
  display: flex;
  justify-content: space-between;
}
.ads_mini_wallet p {
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  margin: 0 0 8px;
}
.ads_mini_wallet h3 {
  margin: 0;
  font-size: 28px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
}
.ads_mini_wallet img {
  flex: 0 0 auto;
  max-width: 76px;
  display: none;
}
.wow_mini_wallets {
  display: flex;
  align-items: center;
  padding-bottom: 7px;
}
.wow_mini_wallets h5 {
  margin: 0;
  font-size: 50px;
  font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
}
.wow_mini_wallets_btns {
  margin-left: auto;
}
.wow_mini_wallets_btns .btn {
  margin-left: 5px;
}
.wow_add_money_hid_form {
  display: none;
}
.wow_snd_money_form .add-amount {
  margin: 15px 0 25px;
}
.wow_add_money_hid_form .add-amount h5,
.wow_snd_money_form .add-amount h5 {
  margin: 0 auto;
  font-size: 42px;
  font-family: "Lato", sans-serif;
  width: 130px;
  padding: 4px 0;
  border-bottom: 2px solid #ddd;
}
.wow_add_money_hid_form .add-amount h5 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.wow_add_money_hid_form .add-amount h5 input,
.wow_snd_money_form .add-amount h5 input {
  width: 105px;
  border: 0;
  outline: none;
  background: transparent !important;
}
.wow_add_money_hid_form form {
  padding: 25px 0 0;
  border-top: 1px solid #ececec;
  margin-top: 25px;
}
.wow_wallet_trans {
  font-family: "Poppins";
  border: 0;
}
.wow_wallet_trans thead {
  border-bottom: 1px solid #ececec;
}
.wow_wallet_trans thead tr th {
  font-weight: bold;
}
.wow_wallet_trans tbody tr {
  border-bottom: 1px solid #ececec;
}
.wow_wallet_trans tbody tr:last-child {
  border: 0;
}
.ads-cont-wrapper {
  width: 100%;
}
.wow_ads_list_head {
  font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: bold;
  width: 100%;
  padding: 2px 10px;
  margin-top: 5px;
  overflow: hidden;
  font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
}
.wow_ads_list_head li {
  display: inline-block;
  margin: 0 -1.7px;
}
.wow_ads_list_head li.aid,
.wow_ads_lists li .aid {
  width: 9%;
}
.wow_ads_list_head li.acomp,
.wow_ads_lists li .acomp {
  width: 33%;
}
.wow_ads_list_head li.abid,
.wow_ads_lists li .abid {
  width: 13%;
}
.wow_ads_list_head li.aclck,
.wow_ads_lists li .aclck {
  width: 13%;
}
.wow_ads_list_head li.avew,
.wow_ads_lists li .avew {
  width: 13%;
}
.wow_ads_list_head li.asts,
.wow_ads_lists li .asts {
  width: 14%;
}
.wow_ads_list_head li.aemp,
.wow_ads_lists li .aemp {
  width: 4.5%;
  text-align: end;
}
.wow_ads_lists > li {
  background-color: #fff;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  margin: 8px 0;
  padding: 10px;
}
.wow_ads_lists > li > div {
  display: inline-block;
  margin: 0 -1.7px;
  vertical-align: middle;
}
.wow_ads_lists > li > div .dropdown-menu li a {
  font-size: 14.5px;
}
.wow_ads_lists > li > div .dropdown-menu li a svg {
  width: 20px;
  height: 20px;
  margin: -2px 5px 0 0;
}
.wow_ad_sts_actv {
  display: inline-block;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  color: #4caf50;
  background-color: rgba(76, 175, 80, 0.1);
}
.wow_ad_sts_noactv {
  display: inline-block;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  color: #f44336;
  background-color: rgba(244, 67, 54, 0.1);
}
.ads-cont-wrapper .table td {
  vertical-align: middle;
  padding: 13px 8px !important;
}
.wow_creads_minstp {
  padding: 47px 80px 27px;
}
.wow_creads_minstp .line {
  width: 100%;
  height: 2px;
  background: #ddd;
  position: relative;
  border-radius: 8px;
  margin-bottom: 15px;
}
.wow_creads_minstp .line .line_sec {
  height: 2px;
  width: 0;
  background: #2196f3;
  border-radius: 2em;
  position: absolute;
  transition: all 0.3s;
}
.wow_creads_minstp .line .dot {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  background: #dadada;
  border-radius: 50%;
  transition: 0.3s all ease;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 44px;
}
.wow_creads_minstp .line .dot svg {
  width: 18px;
  height: 18px;
  margin: 3px 0;
}
.wow_creads_minstp .line .dot.one {
  left: 0%;
  transform: translate(-50%);
}
.wow_creads_minstp .line .dot.two {
  left: 50%;
}
.wow_creads_minstp .line .dot.three {
  left: calc(100% - 11px);
}
.step-one-active.wow_creads_minstp .dot.one {
  background: #2196f3;
  color: #fff;
  transform: translate(0px, -50%);
}
.step-two-active.wow_creads_minstp .dot.one,
.step-three-active.wow_creads_minstp .dot.one {
  background: #2196f3;
  color: #fff;
  transform: translate(0px, -50%);
}
.step-two-active.wow_creads_minstp .dot.two,
.step-three-active.wow_creads_minstp .dot.two {
  background: #2196f3;
  color: #fff;
}
.step-three-active.wow_creads_minstp .dot.three {
  background: #2196f3;
  color: #fff;
}
.step-one-active.wow_creads_minstp .line .line_sec {
  width: 25%;
}
.step-two-active.wow_creads_minstp .line .line_sec {
  width: 75%;
}
.step-three-active.wow_creads_minstp .line .line_sec {
  width: 100%;
}
.wow_creads_minstp .steps {
  margin: 30px 0 0;
  position: relative;
  height: 20px;
}
.wow_creads_minstp .steps > div {
  position: absolute;
  top: 0;
  transform: translate(-50%);
  height: 20px;
  display: inline-block;
  text-align: center;
  transition: 0.3s all ease;
  font-size: 15px;
  display: block;
  font-family: "Poppins";
}
.step-one-active .steps > .step-one,
.step-two-active .steps > .step-one,
.step-two-active .steps > .step-two,
.step-three-active .steps > .step-one,
.step-three-active .steps > .step-two,
.step-three-active .steps > .step-three {
  color: #2196f3;
}
.wow_creads_minstp .steps > div.step-one {
  left: -15px;
  transform: none;
}
.wow_creads_minstp .steps > div.step-two {
  left: 50%;
}
.wow_creads_minstp .steps > div.step-three {
  left: auto;
  right: -27px;
  transform: none;
}
.wow_create_ads_stp {
  background-color: #fff;
  border-radius: 16px;
  padding: 15px 20px;
}
.wow_create_ads_stp .wo_page_hdng.pag_neg_padd {
  margin-bottom: 15px;
}
.wow_create_ads_stp .modal-footer {
  border: 0;
  padding: 0;
  background: transparent !important;
}
.wow_create_ads_stp .btn-mat {
  min-width: 200px;
  margin: 15px 0 8px;
  line-height: 50px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
}
.wow_create_ads_stp .wow_fcov_image {
  min-height: 320px;
}
.wow_create_ads_stp .wow_fcov_image img {
  min-height: 320px;
  max-height: 320px;
}
.estimated_ad_limit p {
  margin-bottom: 0px;
}
.estimated_ad_limit svg {
  width: 20px;
  height: 20px;
  margin: -2px 3px 0 0;
  opacity: 0.8;
}
.wow_fcov_image {
  position: relative;
  width: 100%;
  min-height: 250px;
  background: #f5f5f5;
  border-radius: 9px;
  margin-top: 10px;
}
.wow_fcov_image > div {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}
.wow_fcov_image > div#productimage-holder {
  white-space: normal;
  padding: 0;
  min-height: 250px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wow_fcov_image > div#productimage-holder .thumb-image {
  width: 100%;
  height: auto;
  margin: 0;
  min-height: auto;
}
.wow_fcov_image img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
  border-radius: 9px;
}
.wow_fcov_image .upload_ad_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 9px;
  padding: 15px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}
.wow_fcov_image .upload_ad_image .upload_ad_image_content {
  font-size: 15px;
  background: rgb(245 245 245 / 70%);
  border-radius: 10px;
  padding: 15px;
}
.wow_fcov_image .upload_ad_image .upload_ad_image_content svg {
  display: block;
  margin: 0 auto 15px;
}
.wow_fcov_image .upload_ad_image .upload_ad_image_content b {
  margin: 0;
  border-bottom: 1px solid;
}

/*Fake Ad Post*/
.fake_ad_post {
  width: 100%;
  position: relative;
  border-radius: 16px;
  background-color: #fff;
  padding: 15px;
}
.fake_ad_post .wo_page_hdng {
  margin: 0 0 13px;
  border: 0;
  padding: 0;
  font-family: "Poppins";
}
.fake_ad_post .wo_page_hdng_innr {
  font-size: 14px;
  font-weight: 500;
}
.fake_ad_post .fads_heading {
  overflow: hidden;
  width: 100%;
}
.fake_ad_post .fads_meta {
  overflow: hidden;
}
.fake_ad_post .fads_meta .fads_avatar {
  width: 45px;
  height: 45px;
  display: block;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  float: left;
}
.fake_ad_post .fads_meta .fads_m_info {
  margin-left: 58px;
}
.fake_ad_post .fads_meta .fads_m_info .company {
  display: block;
  width: 90%;
  border: 0;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  font-family: "Poppins";
}
.fake_ad_post .fads_meta .fads_m_info .location {
  display: block;
  width: 50%;
  border: 0;
  outline: none;
  font-family: "Poppins";
}
.fake_ad_post .fcov_title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 17px;
  margin: 12px 0;
  line-height: 28px;
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 8px 5px;
}
.fake_ad_post .fcov_title svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  margin: 0 10px;
}
.fake_ad_post .fcov_title div {
  outline: none;
  font-size: 15px;
  width: 100%;
  display: inline-block;
  padding-left: 30px;
  border: 0;
  font-family: "Poppins";
}
.fake_ad_post .fads_headline {
  font-size: 14.5px;
  color: #555;
  overflow: hidden;
  word-wrap: break-word;
  margin: 15px 0;
}
.fake_ad_post .fads_headline div {
  width: 100%;
  font-size: 14.5px;
  height: 90px;
  overflow-y: auto;
  font-family: "Poppins";
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px;
}
.fake_ad_post .fads_cover {
  position: relative;
}
.fake_ad_post .fads_cover .fcov_image {
  position: relative;
  width: 100%;
  height: 180px;
  background: #f7f7f7;
  border-radius: 13px;
}
.fake_ad_post .fads_cover .fcov_image > div {
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.fake_ad_post .fads_cover .fcov_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
}
.fake_ad_post .fads_meta .fads_m_info .company span,
.fake_ad_post .fads_meta .fads_m_info .location span,
.fake_ad_post .fads_headline div span,
.fake_ad_post .fads_cover .fcov_title div span {
  user-select: none;
  pointer-events: none;
}

textarea {
  font-size: 14.5px;
}
textarea.form-control {
  resize: none !important;
}
textarea.form-control.url-input {
  padding-top: 3px;
  min-height: 100px;
}
textarea.postText {
  border: none;
  padding-top: 12px;
  padding-left: 50px;
  height: 45px;
  box-shadow: none;
}
.responsive-img {
  width: 100%;
  max-width: 100%;
}

/*Header*/
.side_slide_menu {
  cursor: pointer;
  margin-right: 15px;
  flex: 0 0 auto;
  display: none;
}
.header-fixed1000,
.header-fixed1200 {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0;
}
.header-fixed1000 > .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-fixed1000 > .container-fluid:before,
.header-fixed1000 > .container-fluid:after {
  display: none;
}
.wow_hdr_innr_left {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
.wow_hdr_innr_left .nav {
  margin-left: auto;
}
.header-brand {
  display: block;
}
.header-brand img {
  width: 100%;
  max-width: 180px;
  max-height: 30px;
}
.headtoppoint {
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  position: absolute;
  left: 100%;
  margin-left: -35px;
  -webkit-filter: drop-shadow(0 -5px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 -5px 4px rgba(0, 0, 0, 0.2));
}
.hide_fill_svg {
  display: none;
}
.navbar-default li.dropdown.notification-container {
  margin-right: 10px;
}
.navbar-default .dropdown-menu li a svg {
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin: -3px 15px 0 2px;
}
.navbar-default .user-menu-combination .user-avatar {
  display: inline-block;
}
.navbar-default .user-menu-combination .user-avatar img {
  border-radius: 50%;
}
.navbar-default .user-menu-combination b {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  vertical-align: middle;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85px;
  display: inline-block;
  white-space: nowrap;
}
.navbar-default .user-menu-combination:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  content: "";
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}
.navbar-default .dropdown-menu.ani-acc-menu {
  min-width: 270px;
  padding: 15px 20px !important;
}
.navbar-default .dropdown-menu.ani-acc-menu .wo_user_name {
  margin: 0 8px 8px;
  background-color: rgb(0 0 0 / 4%);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  overflow: hidden;
}
.navbar-default
  .dropdown-menu.ani-acc-menu
  .wo_user_name
  > a:not(.wow_hdr_menu_usr_lnk) {
  padding: 4px 15px;
  font-size: 14px;
}
.navbar-default .dropdown-menu.ani-acc-menu > li > a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  padding: 10px 5px;
}
.navbar-default .dropdown-menu.ani-acc-menu > li > a > svg {
  height: 22px;
  width: 22px;
  margin: -3px 12px 0 0;
}
.navbar-default .dropdown-menu.ani-acc-menu > li > a:focus {
  background: transparent !important;
}
.navbar-default .dropdown-menu.ani-acc-menu > li > a:hover {
  margin: 0 -20px;
  padding: 10px 25px;
  background-color: #f9f9f9 !important;
}

.navbar-default .sixteen-font-size svg {
  width: 22px;
  height: 22px;
  margin: -1px 0;
}
.head_name_links {
  margin-left: 8px;
}
.head_name_links .btn-main {
  height: 33px;
  margin: 6px 0;
  padding: 0;
  border-radius: 9px;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_name_links .sixteen-font-size {
  font-size: 14.5px !important;
  font-weight: bold;
  line-height: 21px;
}
.head_name_links .btn-material {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  transform-origin: 50%;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  visibility: hidden;
}
.head_name_links.open .btn-material {
  transform: scale(70);
  z-index: 9;
  visibility: visible;
}

body .dropdown-menu.create_head_menu.fulls:not(.notfi-dropdown) {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transform-origin: center top;
  background: transparent !important;
  max-height: 100%;
  overflow-y: auto;
}
body .open .dropdown-menu.create_head_menu.fulls:not(.notfi-dropdown) {
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.dropdown-menu.create_head_menu.fulls > svg {
  position: fixed;
  top: 0;
  right: 0;
  margin: 20px;
  cursor: pointer;
  border-radius: 6px;
  padding: 3px;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease;
}
.dropdown-menu.create_head_menu.fulls > svg:hover {
  background: #f5f5f5;
}
.create_head_menu.fulls li a {
  line-height: normal !important;
  user-select: none;
  display: flex;
  align-items: center;
  padding: 60px 30px !important;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  flex-direction: column;
  background: #f5f5f5;
  border-radius: 12px;
  margin: 15px;
  transition: all 0.2s ease;
  min-width: 200px;
}
.create_head_menu.fulls li a:hover {
  box-shadow: rgb(0 0 0 / 5%) 0px 10px 15px -3px,
    rgb(0 0 0 / 7%) 0px 4px 6px -4px;
  background: #fff;
}
.create_head_menu.fulls li a svg {
  margin: 0 0 20px 0 !important;
  height: 60px !important;
  width: 60px !important;
  padding: 5px;
}
.wow_hdr_menu_usr_lnk img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: -2px 12px 0 0;
}
.wow_hdr_requests {
  padding: 13px 15px;
}
.wow_hdr_requests .user-request-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.request-list li {
  margin: 0;
}
.user-request-list .user-info {
  max-width: 75%;
  flex: 1 1 auto;
}
.user-request-list .user-info > a {
  font-weight: bold;
  color: #272727;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  max-width: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
}
.user-request-list .user-info .avatar {
  display: inline;
}
.user-request-list .user-lastseen {
  /* margin-left: 50px; */
  margin-top: -2px;
}
.user-request-list img {
  width: 46px;
  height: 46px;
  object-fit:cover;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
}
.user-request-list button {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* width: 30px; */
  min-width: 30px;
  height: 30px;
  border: 0;
  border-radius: 8px;
  margin:0 2px;
}
.user-request-list:not(:first-child) {
  margin-bottom: 10px;
}

#wo_home_btns > span {
  display: none;
}

.ui-menu-item span {
  font-size: 14.5px;
}
.ui-menu-item img {
  width: 32px;
  margin: 3px;
  border-radius: 3px;
}
.small-mention {
  color: #888 !important;
  font-size: 12px !important;
}
.margin {
  margin: 5px;
}
.font-13 {
  font-size: 14.5px;
}
.no-padding-right {
  padding-right: 0 !important;
}
.recent-searches {
  padding: 6px 10px;
}
/* .content-container {
  margin-top: 78px;
} */
.page-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*Sidebar Invite*/
.sidebar .wow_side_invite_prnt {
  box-shadow: 0 1px 3px rgba(129, 92, 0, 0.2);
}
.wow_side_invite {
  padding: 15px;
}
.wow_side_invite_hdr {
  display: flex;
  align-items: center;
}
.wow_side_invite_hdr svg {
  width: 25px;
  height: 25px;
  display: none;
}
.wow_side_invite_hdr p {
  margin: 0;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
}
.invite-user-form .invite-user-combine {
  position: relative;
  margin: 10px 0 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.invite-user-form .invite-user-combine input {
  height: 48px;
  padding: 8px 15px;
  width: 100%;
  flex: 1 1 auto;
  margin: 0 0;
  border: 2px solid #f5f5f5;
  background: transparent;
  font-family: "Poppins";
}
.invite-user-form button {
  line-height: 16px;
  height: 42px;
  border-radius: 9px;
  flex: 0 0 auto;
  padding: 0 16px;
  font-family: "Poppins";
  margin: 10px 0 0;
  min-width: 100px;
}
.invite-user-form button svg {
  height: 18px;
  width: 18px;
}
.order_by ul li.active a b {
  color: #fff;
}

/*Left Sidebar*/
.wo_new_left_side {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px;
}
.left-sidebar > ul {
  padding-left: 0 !important;
}
.side_brand {
  /* display: none; */
  margin: 10px 0 20px;
}
.side_brand a {
  display: inline-block;
}
.side_brand a img {
  /* width: 100%; */
  object-fit:contain;
  max-width: 180px;
  max-height: 30px;
}
.left-sidebar > ul > li > a,
.ezw-drop-down-content li a,
.ezw-drop-down-toggle {
  border-radius: 6px;
  padding: 7px 5px;
  display: block;
  margin: 5px 0;
  transition: all 0.2s ease;
  color: #333;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.left-sidebar > ul > li > a:hover,
.ezw-drop-down-content li a:hover,
.ezw-drop-down-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #050505;
}
.left-sidebar > ul > li > a > img,
.ezw-drop-down-content li a img {
  display: none;
}
.left-sidebar > ul > li > a > svg,
.left-sidebar ul li a img,
.ezw-drop-down-content svg {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-top: -3px;
}
.left-sidebar > ul > li > a > svg,
.ezw-drop-down-content svg {
  width: 30px;
  height: 30px;
  /*background: #f6f6f6;*/
  border-radius: 6px;
  padding: 5px;
}
.left-sidebar ul li a img ,
.ezw-drop-down-content li a img {
  height: 18px;
  width: 18px;
}
.left-sidebar li a .sidebar-icon {
  width: 20px;
  margin-right: 7px;
}
.left-sidebar .trending {
  background: 0 0;
  margin-top: 30px;
  box-shadow: none;
}
.left-sidebar .sidebar .sidebar-title-back {
  padding-left: 0;
  line-height: 30px;
  background: 0 0;
}
.left-sidebar .sidebar .trending .list-group-item {
  padding: 1px 5px;
  background: 0 0;
}
.left-sidebar .sidebar .trending .list-group-item a {
  margin: 0;
  line-height: 18px;
}

/*Dropdown*/
.dropdown-menu:not(.notfi-dropdown):not([role="combobox"]) {
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px,
    rgb(0 0 0 / 10%) 0px 4px 6px -4px;
  padding: 8px 0;
  transform: scale3d(0.8, 0.8, 1);
  transform-origin: right top;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: 0;
}
.dropdown-menu.toleft {
  transform-origin: left top !important;
}
.open > .dropdown-menu:not(.notfi-dropdown):not([role="combobox"]) {
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transform: none;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu:not(.notfi-dropdown) > li > a {
  padding: 5px 15px;
  line-height: 30px;
}

/*Header Search*/
.search-container .search-input {
  transition: all 0.3s;
  border-radius: 8px;
  border: 0;
  width: 100%;
  height: 40px;
  color: #777;
  box-shadow: none;
  background: 0 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  padding: 0 15px;
}
.search-container .search-input:focus {
  background: #fff;
  color: #333;
}
.search-container .inner-addon .glyphicon {
  padding: 0 !important;
  color: #666 !important;
  margin: 8px 14px;
  right: 0;
  left: auto;
}
.search-dropdown-container {
  width: 100%;
  transform-origin: center top !important;
}
.search-dropdown-result {
  margin: -8px 0 0;
}
.search-dropdown-result .center-text {
  margin-top: 5px;
}
.search-dropdown-result li {
  margin: 9px;
  padding: 0;
  border: 1px solid rgb(0 0 0 / 11%);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}
.search-dropdown-result li a {
  display: block;
  padding: 10px;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
.search-dropdown-result li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.search-dropdown-result .search-user-name {
  font-size: 14.5px;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-weight: 500;
  color: #222;
}
.search-dropdown-result .search-user-lastseen {
  font-size: 12px;
  color: #999;
}
.search-dropdown-result .user-lastseen .small-last-seen {
  font-size: 12px;
}
.search-dropdown-result .search-user-avatar img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
  margin: 2px 10px 0 0;
}
.search-dropdown-result li .search_result_badge {
  border: 1px solid #03a9f4;
  color: #03a9f4;
  padding: 1px 5px 1.5px;
  text-transform: uppercase;
  font-size: 9px;
  margin-left: 5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  border-radius: 3px;
}

.emo-message {
  position: absolute;
  display: none;
  color: #5b5b5b;
  right: 110px;
  z-index: 2;
}
.show-message-link-container {
  padding: 6px 6px 10px;
  text-align: center;
}
.show-message-link-container a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #347ae2;
  text-decoration: none;
}
.hashtag-search-result {
  padding: 0;
  position: relative;
}
.hashtag-search-result a {
  display: block;
  padding: 7px 8px;
}
.hashtag-search-result a:hover {
  background: #ecf0f7;
}
.hdr_notis_title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
}
.hdr_notis_title h3 {
  margin: 0;
  font-size: 17px;
  font-family: "Poppins";
  font-style: normal;
}
.notification-list {
  padding: 13px 17px;
}
.notification-list:hover {
  background: #f7f7f7;
}
.notification-user-avatar {
  position: relative;
}
.notification-user-avatar > span {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  bottom: -3px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 8%);
}
body .notification-list .notification-user-avatar > span svg {
  width: 14px;
  height: 14px;
  margin: 0;
}
body .notification-list .notification-user-avatar > span .inline_act_emoji {
  line-height: 1;
  transform: scale(0.9);
  margin-bottom: 0;
}
.notification-list .notification-text {
  font-size: 15px;
  color: #666;
  font-family: "Poppins";
  font-style: normal;
  margin-left: 72px;
  margin-top: 6px;
}
.notification-list .notification-time {
  font-size: 13px;
  color: #666;
  margin: 4px 0 0;
}
.notification-list .notification-time svg.feather {
  margin: -1px 3px 0;
  width: 15px;
  height: 15px;
  color: #575757;
}
.notification-list span.main-color {
  color: #050505 !important;
  font-weight: 600;
}
.notification-list .notification-user-avatar > img {
  border-radius: 50%;
  margin-right: 10px;
  width: 54px;
  height: 54px;
  margin-left: 0;
}
.notifications-dropdown {
  width: 390px;
  overflow: auto;
  max-height: 550px;
  padding: 0 !important;
}
.notifications-dropdown .turn-off-sound {
  color: #ff574b;
  padding: 6px;
  display: inline-block;
  background-color: rgb(244 67 54 / 10%);
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 0;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  cursor: pointer;
}
.notifications-dropdown .turn-off-sound svg {
  margin-top: -2px;
}
.order-by {
  padding: 15px;
  margin-bottom: 20px;
  font-family: "Poppins";
}
.order-by .dropdown-toggle {
  cursor: pointer;
  font-weight: 600;
  color: inherit;
  padding: 4px;
  border-radius: 5px;
  margin: 0 3px;
}
.order-by .dropdown-menu {
  margin-top: 6px;
}
.plus-images {
  position: relative;
}
.plus-images .plus-images-num {
  position: absolute;
  top: 30px;
  color: #fff;
  font-size: 20px;
}
.messages-dropdown {
  width: 390px;
  overflow: auto;
  max-height: 500px;
  padding: 0;
}
.messages-list {
  cursor: pointer;
}
.messages-list .notification-time {
  color: #777 !important;
  margin: 5px 0 0;
}
.messages-list .notification-user-avatar img {
  margin-right: 10px;
  margin-left: 0;
  width: 48px;
  height: 48px;
}
.messages-list .notification-text {
  margin-left: 62px;
  margin-top: 0px;
}
.messages-list .notification-text .color b {
  margin: 0;
  font-weight: normal;
  font-size: 17px;
}
.messages-list span.main-color {
  color: #272727 !important;
}
.header-message {
  font-size: 14px;
  color: #8c8c8c;
  padding: 3px 0 2px;
}
.header-message svg.feather {
  margin-top: -1px;
  width: 13px;
  height: 13px;
}
.activities-wrapper {
  max-height: 400px;
  overflow-y: auto;
}
.activities-wrapper .notification-list .notification-text {
  font-size: 14.5px;
  color: #666;
  margin-left: 62px;
}
.activities-wrapper .notification-list .notification-time {
  font-size: 12px;
  color: #666;
}
.activities-wrapper * {
  font-size: 14px;
}
.activities-wrapper h2 .text-center {
  font-size: 14.5px;
  color: #777;
}
.header-loading-sppiner {
  font-size: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #777;
}
.wowonder-well {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  padding: 15px 15px 1px;
}
.wowonder-well.one-well {
  padding-top: 0;
}
.familly-list-link {
  font-weight: normal;
  padding: 10px;
  margin-left: auto;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  background: rgba(0, 0, 0, 0.07);
}

.familly-list-link:hover {
  background: rgba(0, 0, 0, 0.09);
}
.familly-list-link a:hover {
  text-decoration: none;
}
.profile-style .avatar img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #ededed;
  object-fit: cover;
  background: #ddd;
  display: block;
}
.profile-style:not(.promoted-style) {
  width: 48%;
  margin-right: 6px;
  display: inline-table;
  margin-bottom: 20px;
}
.profile-style .user-like-button button {
  font-size: 14.5px;
  border: 1px solid #ededed;
  margin: 3px;
}
.profile-style .user-like-button button.btn-active {
  font-size: 14.5px;
  border: 1px solid #fff;
}
.profile-style .user-follow-button button {
  padding: 3px;
  font-size: 14.5px;
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #ededed;
}
.profile-style .user-follow-button button:hover {
  box-shadow: 0;
  box-shadow: none;
}
.profile-style .user-follow-button button.btn-active {
  padding: 3px;
  font-size: 14.5px;
  border: 1px solid #fff;
  outline: 0;
}
.sidebar-profile-style {
  padding-bottom: 10px !important;
  margin-bottom: 15px !important;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
  background-color: #fff;
}
.load-bar {
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  width: 100%;
  position: fixed;
  z-index: 5000;
  background-color: #fdba2c;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #0095d8;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #eee;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #c54147;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}
header .barloading {
  /* background-color: #fff !important; */
}
.barloading {
  height: 4px;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 5000;
  overflow: hidden;
  background-color: #fff;
}
.barloading:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 3px;
  animation: barloading 1.5s linear infinite;
}
.share_modal_social_icos .social-btn-parent {
  transition: all 0.2s;
  padding: 10px;
  border-radius: 10px;
}
.share_modal_social_icos .social-btn-parent:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
@keyframes barloading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

.animated_20 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.animated_40 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.animated_60 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.animated_80 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.page-likes {
  color: #999;
  font-size: 14.5px;
}
.page-likes span {
  margin: 10px;
}
.load-more {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.load-more button {
  text-align: center;
  width: auto;
}
.search-filter-center-text {
  display: block;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.search-filter-center-text.no-well {
  margin-bottom: 20px;
}
.sidebar-conatnier #sidebar-sticky.Stick {
  position: fixed;
  top: 64px;
  width: 300px;
}
.sidebar-user-data {
  width: 33.33333%;
  margin: 0;
  display: inline-block;
  padding: 5px;
  position: relative;
  margin-bottom: 10px;
}
.sidebar-user-data a {
  position: relative;
  display: block;
}
.wo_user_profile .list-sidebar-element {
  padding: 5px;
}
.sidebar-user-data a {
  text-decoration: none;
}
.wo_user_profile .list-sidebar-element:empty {
  padding: 0px !important;
}
.sidebar-user-data .sidebar-listed-user-avatar img {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.2s;
}

.sidebar-user-data .sidebar-listed-user-avatar a:hover img {
  -webkit-filter: brightness(89%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar-user-data .sidebar-listed-user-name {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  /* bottom:0; */ /* left:0; */
  color: #050505; /* background:linear-gradient(transparent,rgba(0,0,0,.45)); */ /* padding:5px; */ /* width:100%; */
  font-weight: 600;
  margin-top: 5px; /* position:absolute; */
  font-size: 13px;
  line-height: 16px;
  max-height: 56px;
}
.sidebar-ad iframe,
.sidebar-ad img,
.sidebar-ad script {
  width: 100%;
  max-width: 100%;
}
.publisher-box:focus {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.publisher-box .post-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 9;
}
.publisher-box textarea.postText {
  padding: 16px 55px;
  line-height: 1.628571;
  height: 55px;
  color: inherit !important;
}
.publisher-box .add-emoticons {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
}
.publisher-box .add-emoticons .dropdown-toggle {
  display: block;
  text-align: center;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 35px;
  box-shadow: none;
}
.publisher-box .add-emoticons .dropdown-toggle svg.feather {
  fill: #5b5b5b;
  margin-top: -1px;
  width: 22px;
  height: 22px;
}
.publisher-box .btn-default {
  padding: 4px 8px;
}

body #progress #percent {
  position: relative;
  left: auto;
  font-weight: 400;
  border-radius: 2em;
  text-align: center;
  min-width: 46px;
  font-size: 14px;
  float: right !important;
  font-family: "Poppins";
  padding: 3px 0;
  margin: -2.5px 0 0;
}
body #progress {
  padding: 4px 10px;
}
body .wow_sett_content #progress {
  padding: 2px 0;
  margin-top: 15px;
}
body #progress .progress,
body #progress .progress .progress-bar {
  height: 10px;
  border-radius: 10px;
  box-shadow: none;
}
body #progress .progress {
  margin: 4.5px 55px 0 0;
  overflow: visible;
  position: relative;
}
body #progress .progress:before,
body #percent:before {
  content: "";
  background: currentColor;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0.2;
}
body #progress .progress .progress-bar {
  box-shadow: none;
  animation: none;
  background-image: none;
}
.publisher-box .publisher-hidden-option select {
  height: 30px;
  padding: 4px 8px;
  font-size: 14.5px;
}
.publisher-box .publisher-hidden-option input {
  border: none;
  box-shadow: none;
  border-radius: 6px !important;
  background: #f5f5f5;
  height: 40px;
}
.publisher-box .publisher-hidden-option textarea {
  border-radius: 0;
  border: none;
  border-top: 1px solid #ededed;
}

.wo_pub_box_foott {
  border-top: 1px solid #f0f2f5;
}
.publisher-box .camera-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.publisher-box .camera-button .poster-left-buttons {
  margin: 10px 6px;
  flex: 1;
}
.publisher-box .camera-button .poster-left-buttons .btn {
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  border-radius: 2em;
  padding: 6px 8px;
}
.publisher-box .camera-button .btn svg {
  width: 20px;
  height: 20px;
}
.publisher-box .camera-button.hiddencamera {
  display: none;
}

.publisher-box .publisher-box-footer {
  padding: 5px;
  display: none;
}
.publisher-box .publisher-box-footer .pub-footer-upper {
  margin: 0;
  padding: 4px 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.publisher-box .publisher-box-footer .pub-footer-upper > div:not(.all_colors),
.publisher-box .publisher-box-footer .pub-footer-upper > div.pull-left,
.publisher-box .publisher-box-footer .pub-footer-upper > div.pull-right {
  float: none !important;
  flex: 1;
  display: flex;
  justify-content: center;
  margin: 15px 9px;
}
.publisher-box .publisher-box-footer .pub-footer-bottom {
  padding: 0px 8px 7px;
}

.pub_footer_bottom_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pub_footer_bottom_btns .btn {
  border-radius: 6px;
  margin: 0 5px;
  padding: 0 16px;
  line-height: 43px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  min-width: 100px;
  flex: 0 0 auto;
}
.pub_footer_bottom_btns .btn-mat.btn-go-live {
}

.publisher-box .publisher-box-footer .pub-footer-bottom .ball-pulse {
  margin-right: 10px;
}
.publisher-box .publisher-box-footer .poster-left-buttons {
  margin: 0 7.8px; /*width:35px;height:35px;*/
  text-align: center;
  transition: all 0.1s linear;
  position: relative;
}
.publisher-box .publisher-box-footer .poster-left-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px !important;
  border-radius: 2em;
  transition: all 0.15s;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 42px;
  background: #f3f3f3;
  width: 100%;
  border: 0;
  text-transform: lowercase;
}
.publisher-box .publisher-box-footer .poster-left-buttons .btn > span {
  width: 20px;
  height: 20px;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px 0 0;
  padding: 0;
  border-radius: 0;
}
.publisher-box .publisher-box-footer .poster-left-buttons .btn svg {
  width: 100%;
  height: 100%;
}
.publisher-box .publisher-box-footer .poster-left-buttons svg.feather {
  color: #5b5b5b;
  margin-top: -1px;
}
.publisher-box .publisher-box-footer .poster-left-buttons .btn:active {
  box-shadow: none;
}
.publisher-box
  .publisher-box-footer
  .poster-left-buttons
  span#postRecordingTime {
  position: absolute;
  font-weight: 500;
  display: block;
  pointer-events: none;
  bottom: -13px;
  background: #dd2e21;
  font-size: 13px;
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
  line-height: 22px;
  min-width: 50px;
  margin: 0 11px;
}
.pub_footer_middle {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.publisher-box .publisher-box-footer .poster-left-select {
  margin-right: 5px;
  margin-left: 5px;
}
#post-textarea {
  position: relative;
}
#loading_indicator {
  position: absolute;
  display: none;
  right: 5px;
  top: 5px;
  color: #999;
}
.extracted_url {
  padding: 10px;
  position: relative;
  border-top: 1px solid #f4f4f4;
}
.extracted_url .extracted_thumb {
  max-height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.extracted_url .extracted_thumb img {
  border-radius: 2px;
  width: 100%;
}
.thumb_sel {
  width: 100px;
}
.thumb_select {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
.remove-fetched-url {
  right: 20px;
  z-index: 1;
  top: 15px;
  font-size: 17px;
  color: #fff;
  text-shadow: 0 1px 1px #333;
  position: absolute;
  cursor: pointer;
}
.post-fetched-url {
  border-radius: 3px;
  border: 1px solid #ededed;
  transition: all 0.2s;
  position: relative;
}
.post-fetched-url:hover {
  background: #f0f2f5;
}
.post-fetched-url .fetched-url-text {
  padding: 0;
}
.post-fetched-url .fetched-url-text h4 {
  color: #444;
  margin-bottom: 10px;
  font-size: 18px !important;
}
.post-fetched-url .fetched-url-text .description {
  font-size: 14.5px !important;
  margin-bottom: 10px;
}
.post-fetched-url a:focus,
.post-fetched-url a:hover {
  text-decoration: none !important;
}
.post-fetched-url img {
  width: 100%;
}
.fetched-url-text {
  padding: 10px;
}
.post-fetched-url-con {
  max-height: 300px;
  overflow: hidden;
}
.panel-group {
  border: 1px solid #ededed;
}
.panel-white .panel-footer,
.panel-white .panel-heading {
  background-color: #fff;
  border-color: #ddd;
}
.panel-one-post {
  margin: 0 auto;
  width: 80%;
}
.panel-white {
  box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
}
.panel-white .panel-heading {
  color: #333;
}
.gray-1 {
  color: #999 !important;
}
.post-share {
  display: none;
}
.post-share .social-btn {
  width: 30px;
  height: 30px;
  padding: 5px;
  font-size: 16px;
  line-height: 20px;
}
.active.fa-thumbs-up {
  color: #a84849;
}
.active.fa-share-square-o {
  color: #5f764d;
}
.active.fa-exclamation-circle {
  color: #fc9b1b;
}
.comment-icons {
  margin-left: 2px;
  margin-right: 2px;
}
.filter-container {
  width: 100%;
}
.filter {
  width: 14.4% !important;
}
.filter-text {
  width: 20.1%;
  font-size: 14.5px;
}
#select-status-media {
  width: 100%;
  height: 180px;
  max-height: 300px;
  overflow: hidden;
  text-align: center;
  background: #f9f9f9;
  font-size: 18px;
  font-family: Hind, sans-serif;
  cursor: pointer;
  border-radius: 0;
  border: 2px dashed #dadada;
}
#select-status-media p {
  width: 100%;
  height: 100%;
  font-size: 14.5px;
  display: table;
}
#select-status-media p span {
  display: table-cell;
  vertical-align: middle;
}
#select-status-media p span svg.feather {
  margin: 0 0 5px;
  width: 50px;
  height: 50px;
  color: #cecece;
}
#select-status-media img {
  width: 100%;
  max-height: 300px;
}
.optional-field {
  opacity: 0.7;
}
.opacity {
  opacity: 0.5;
  transition: all 1s;
}
.no-opacity {
  opacity: 1;
  transition: all 1s;
}
.story-container .story-image-wrapper {
  width: 100%;
  cursor: pointer;
  margin-bottom: -15px;
}
.story-container .story-image-wrapper .story-image {
  width: 100%;
  max-height: 100%;
}
.story-container .story-media-cont {
  width: 100%;
}
.story-container .story-video {
  width: 100%;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #f0f2f5, 0 0 0 1px #f0f2f5;
}
.post-edit {
  display: none;
  margin-bottom: 15px;
}
.comment-image {
  width: 40%;
}
.comment-image img {
  border-radius: 2px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.profile-container {
  padding-right: 15px;
  padding-left: 15px;
}
.profile-container .card {
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.profile-container .card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
}
.wo_user_profile .profile-container .card.hovercard {
  overflow: visible;
}
.profile-container .card.hovercard .cardheader {
  background: #fff;
  background-size: cover;
  max-height: 365px;
  min-height: 365px;
}

.wo_user_profile .profile-container .card.hovercard .cardheader {
  border-radius: 16px;
  overflow: hidden;
}

.profile-container .card.hovercard .user-avatar {
  position: absolute;
  bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 1;
  width: 10%;
  width: 150px;
  height: 150px;
}
.profile-container .card.hovercard .user-avatar img {
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.profile-container .card.hovercard .info {
  position: relative;
}
.profile-container .card.hovercard .info .title {
  left: 180px;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-shadow: 0 1px 3px #111;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  margin-top: -12px;
}
.profile-container .card.hovercard .info .title a {
  color: #fff;
}
.profile-container .text-shadow {
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  padding: 30px;
  position: absolute;
  width: 100%;
  margin-top: -50px;
}
.profile-avatar-changer {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  /* display: none; */
}
.profile-cover-changer {
  position: absolute;
  /* display: none; */
  z-index: 10;
  width: 45px;
}

.profile-cover-changer .btn-file {
  width: 40px;
  font-size: 18px;
  float: left;
  background-color: rgba(242, 242, 242, 0.83);
  margin: 12px 12px 0 !important;
  border-radius: 8px !important;
  padding: 5px 6px 8px;
  transition: all 0.2s ease;
  border: 0;
  /* display: none !important; */
}
.profile-cover-changer .btn-file:hover {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
}
.user-avatar-uploading-container {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
  border-radius: 50%;
}
.user-avatar-uploading-progress {
  color: #fff;
  font-size: 30px;
  text-align: center;
  width: 100%;
  position: absolute;
  display: none;
}
.user-avatar-uploading-progress .ball-pulse {
  display: block;
  margin: 60px auto;
  float: none;
  line-height: 0;
}
.user-avatar-uploading-progress .ball-pulse > div {
  background-color: #dcdcdc;
}
.user-cover-uploading-container {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.user-cover-uploading-progress {
  color: #fff;
  width: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  background-color: rgba(0, 0, 0, 0.23);
  height: 100%;
}
.accept-btns {
  margin-top: 5px;
}
.user-lastseen {
  font-size: 13px;
  color: #666;
}
.user-lastseen .small-last-seen {
  font-size: 10px;
}
.social-btn {
  text-align: center;
  width: 15%;
  font-size: 19px;
  height: 35px;
  position: relative;
  line-height: 24px;
}
.clear {
  clear: both;
}
.btns {
  margin-top: 10px;
}
#icon {
  font-size: 100px;
}
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #777;
  color: #ededed;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 70px;
  padding-top: 2px;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
.scroll-top-wrapper:hover {
  background-color: #888;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  outline: 0;
  background: #fff;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: #fff !important;
  cursor: text !important;
}
.setting-update-alert {
  margin-bottom: 20px;
  margin-top: 20px;
}
.setting-update-alert:empty {
  margin: 0;
}
.available {
  color: green;
}
.unavailable {
  color: red;
}
.error-message,
.success-message {
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
}
.success-message {
  background-color: #89ba73;
}
.error-message {
  background-color: #af5b5b;
}
#bar,
#progress,
.new-update-alert,
.posts-container {
  border-radius: 3px;
}
/* .new-update-alert{
  display:none;
} */
.pointer {
  cursor: pointer;
}
.charsLeft-message {
  color: #999;
  font-size: 14.5px;
  margin: 4px;
  display: none;
}
.charsLeft-post {
  color: #999;
  font-size: 14.5px;
  margin: 7px;
}
.active-like {
  color: #1eb2c4;
}
.active-wonder {
  color: #a84849;
}
.active-like-1 {
  color: #1eb2c4;
}
.active-like-2 {
  color: #f25268;
}
.active-like-3 {
  color: #f3b715;
}
.active-like-4 {
  color: #e86286;
}
.active-like-5 {
  color: #f2b15c;
}
.active-like-6 {
  color: #dd4b4b;
}
#comment-likes,
#comment-wonders {
  color: #666;
}
.comment-options {
  font-size: 12px;
  color: #888;
  position: relative;
  display: block;
  margin-top: 4px;
}
.comment-container .comment-options svg.feather {
  width: 14px;
  height: 14px;
  margin-top: -3px;
}
.refresh {
  cursor: pointer;
  font-size: 14.5px;
}
.online-text {
  color: #4caf50;
}
.hidden {
  display: none;
}
.center-text {
  display: block;
  text-align: center;
  color: #666;
  font-size: 14.5px;
}
.padding-10 {
  padding: 10px;
}
.new-update-alert {
  padding: 0 5.8px;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  background-color: #2196f3;
  border-radius: 2em;
  right: 5px;
  top: 12px;
  text-align: center;
  line-height: 18px;
}
/** Header Qr Scan Button */
#head_menu_rght .qr-code-container {
  padding-block: 18px;
}
#head_menu_rght .qr-code-container:hover {
  background: rgb(234 234 234 / 30%);
}
#head_menu_rght .qr-code-container a {
  background-color: transparent;
  border: 2px solid #0E1204;
  padding: 6px 8px;
  display: flex;
  width: max-content;
  justify-content: space-between;
  align-items: center;
  border-radius: 48px;
  column-gap: 4px;
}
#head_menu_rght .qr-code-container a:hover {
  text-decoration: none;
}
#head_menu_rght .qr-code-container p {
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins";
  margin-bottom: 0;
}
#head_menu_rght .qr-code-container svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 430px) and (min-width: 300px) {
  #head_menu_rght .qr-code-container {
    padding-block: 20px;
  }
  #head_menu_rght .qr-code-container p {
    font-size:10px;
  }
  #head_menu_rght .qr-code-container svg {
    width: 16px;
    height: 16px;
  }
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
  opacity: 1;
}
.modal {
  position: fixed;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal, .modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}