/* allow room for 3 columns */
@media only screen and (min-width: 1200px) {
  .container { width: 100%; }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

ul.postlist img { width: 100%;}

.btn-follow-list {
  font-size: 11px;
  width: 65px;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-follow-list.active {
  border-color: #5d6ac5;
  background-color: #5d6ac5;
  color: #fff;
}

#btnTop {
  position: fixed;
  bottom: 50px;
  right: 5px;
  z-index: 9999;
  border: none;
  font-size: 20px;
  outline: none;
  cursor: pointer;
  padding: 6px 12px;
  background: #8bc34a;
}

.btn-teal {
  background-color: var(--teal);
  border-color: var(--teal);
}

input.btn-pink::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

input.btn-pink::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

input.btn-pink:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

input.btn-pink:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.page-info-left {
  font-size: 13px;
  line-height: 1.4;
}

.page-info-left h3 {
  margin-bottom: 3px;
  position: static;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}

.page-info-left h3 a {
  position: static !important;
}

.page-info-left h3 img {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 99px;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .design_bg.page_design_bg {
    height: 12em;
    margin: 1px;
  }
}

ul.postlist { margin: 0 !important; padding: 0 !important; }

ul.postlist li { list-style: none; margin-bottom: 15px; }

ul.postlist p { margin: 0;}

.sortby-wrap { margin: 20px 0; }

.sortby-wrap span { font-size: 17px; }

.post_id_hide { display: none; }

.page_name { margin: 3px 0; height: 22px; overflow: hidden; font-size: 15px; font-weight: bold; }

.pmessage { height: 52px; overflow: hidden; font-size: 12px; line-height: 13px; overflow: hidden; }

.pimage { max-height: 200px; height: 200px; overflow: hidden; }

.plink { float: right; }

.pcreate_time {}

.pcounts { margin: 5px 0 3px; }

.pcounts i { color: red; }

.pcounts .val { margin-right: 10px; }

.posts-top { margin: 0px; position: relative;}

div#postsNoScroll {
  padding-left: calc(1.5rem);
  padding-right: 1.5rem;
}

#postsNoScroll .hidden-options-sort {
  margin-bottom: 5px;
}

.super .current:before {
  position: absolute;
  top: 0px;
  left: 15px;
  right: 15px;
  bottom: 0px;
  content: "";
  border: #3689c9 solid 1px;
  border-radius: 5px;
}

.super .current:after {
  position: absolute;
  top: 0px;
  right: 15px;
  content: "ACTIVATED";
  font-size: 12px;
  background: #3689c9;
  padding: 0px 10px;
  border-radius: 0 5px 0 5px;
  color: #fff;
}

.super .current.plus:before {
  border-color: #ec6462 !important;
}

.super .current.plus:after {
  background: #ec6462 !important;
}

/* recommend */
.super .recommend:before {
  position: absolute;
  top: 0px;
  left: 15px;
  right: 15px;
  bottom: 0px;
  content: "";
  border: #3689c9 solid 1px;
  border-radius: 5px;
}

/* .advanced_layout:before {
  position: absolute;
  content: attr(data-id);
  left: -90px;
  width: 69px;
  height: 69px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 1em;
  white-space: normal;
  vertical-align: middle;
  word-wrap: break-word;
  color: #5D6AC5;
  padding: 5px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
} */
/* recommend */
.super .normal:before {
  position: absolute;
  top: 0px;
  left: 15px;
  right: 15px;
  bottom: 0px;
  content: "";
  border: #ddd solid 1px;
  border-radius: 5px;
}

.sort-by {
  margin-bottom: 10px;
  position: relative;
}

.sticky .sort-by {
  margin-bottom: 5px;
  margin-top: 5px;
}

.sort-by span { margin-right: 20px; }

.search_label {
  font-weight: 300;
  font-size: 1rem;
}

.sort-by a.active {
  color: var(--pink);
  font-weight: 700;
  border-color: var(--pink);
}

.sort-by a {
  padding: 0;
  color: var(--secondary);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.68em;
  display: inline-block;
  cursor: pointer;
  margin-right: 22px;
  position: relative;
}

@media (max-width: 1400px) {
  .hidden-options-sort .font-weight-bold {display: none;}

  .sort-by a {
    margin-right: 15px;
    font-size: 15px;
    font-weight: 500;
  }
}

.sort-by a .plus {
  position: absolute;
  top: -4px;
  right: 0;
  font-size: 8px;
  background: #8bc34a;
  padding: 1px 2px;
  margin: 0px;
  line-height: 1;
  border-radius: 1px;
  color: #fff;
  font-weight: bold;
} 

.sort-by a:hover {text-decoration: none;}

.sort-by a.active:after, .sort-by a:hover:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0px;
  width: 100%;
  height: 3px;
  background: var(--pink);
  border-radius: 3px;
}

.sort-by a.sub_title {
  text-transform: uppercase;
  vertical-align: top;
}

.sort-by a.sub_title small {
  display: block;
  line-height: 1;
  font-size: 12px;
  text-transform: none;
  margin-bottom: 5px;
}

.page-search-menu.search-toggle a:nth-child(7),
.page-search-menu.search-toggle a:nth-child(8),
.page-search-menu.search-toggle a:nth-child(2),
.page-search-menu.search-toggle a:nth-child(3),
.page-search-menu.search-toggle a:nth-child(4),
.page-search-menu.search-toggle a:nth-child(5),
.page-search-menu.search-toggle a:nth-child(6),
.page-search-menu.search-toggle a:nth-child(7),
.page-search-menu.search-toggle a:nth-child(8),
.page-search-menu.search-toggle a:nth-child(9),
.page-search-menu.search-toggle a:nth-child(10),
.page-search-menu.search-toggle a:nth-child(11),
.page-search-menu.search-toggle a:nth-child(12) {
  display: inline-block;
  width: auto;
  padding: 0px;
  transition: width ease 0.25s;
  margin-right: 32px;
}

.page-search-menu a:nth-child(7),
.page-search-menu a:nth-child(8),
.page-search-menu a:nth-child(2),
.page-search-menu a:nth-child(3),
.page-search-menu a:nth-child(4),
.page-search-menu a:nth-child(5),
.page-search-menu a:nth-child(6),
.page-search-menu a:nth-child(7),
.page-search-menu a:nth-child(8),
.page-search-menu a:nth-child(9),
.page-search-menu a:nth-child(10),
.page-search-menu a:nth-child(11),
.page-search-menu a:nth-child(12) {
  display: none;
  width: 0px;
  padding: 0px;
  transition: width ease 0.25s;
}

.page-search-menu.search-toggle a:last-child {display: none;}

.page-search-menu a:last-child {display: inline-block;width: auto;}

/* Dropdown Sort By [new] */
.hidden-options-sort {
  padding-right: 140px;
  line-height: 35px;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
  max-height: 50px;
}

.hidden-options-sort:before {
  position: absolute;
  top: calc(50% - 5px);
  right: 13px;
  content: "";
  z-index: 1005;
  width: 0;
  height: 0;
  border: var(--dark) solid 5px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.sort_by_option {
  width: 135px;
  top: 0px;
  right: 0px;
  background: #fcfcfc;
  border: #ccc solid 1px;
  border-radius: 2px;
  z-index: 1000;
  cursor: pointer;
}

.sort_by_option > li:hover a {
  color: var(--dark);
}

/* .sort_by_option > li.active a {
  color: var(--white);
} */
.sort_by_option > li a {
  padding: 0 8px;
  line-height: 35px;
  text-transform: capitalize;
  font-weight: 700;
  /* font-family: var(--font-family-monospace); */
  font-size: 13px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  color: #999;
  text-overflow: ellipsis;
  display: none;
}

.sort_by_option > li a:hover {text-decoration: none; color: var(--dark);}

.sort_by_option > li.active {
  background: var(--pink);
}

.sort_by_option:hover > li {
}

.sort_by_option > li.active, .sort_by_option:hover > li {
  height: 35px;
  text-indent: 0;
  transition: height ease 0.25s;
}

.sort_by_option > li.active a, .sort_by_option:hover > li a {display: block;}

.sort_by_option:hover > li a.active.text-pink {color: var(--white) !important;}

.sort_by_option > li {
  background: transparent;
  width: 100%;
  height: 0;
  text-indent: -99999px;
  transition: height ease 0.25s;
}

.sort_by_option:hover > li.active, .sort_by_option:focus > li.active {
  background: var(--pink);
  pointer-events: none;
}

/* .sort_by_option:hover > li.active a,.sort_by_option:focus > li.active a {
  color: var(--white);
} */
.sort_by_option > li a.active {
  color: var(--dark);
  pointer-events: none;
}

.sort_by_option > li.active {
  background: #fcfcfc;
  pointer-events: none;
}

/*
TOP HEAD NAVIGATION
*/
nav.navbar {
  padding: 0 10px 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  background: rgba(47, 47, 47, 0.98);
}

nav.navbar .basic_search {
  border: var(--pink) solid 1px;
  border-radius: 2px;
  background: #fff;
}

.unfollowed {
  opacity: 0.5;
}

nav.navbar input[type='search'], .basic_search input[type="text"] {
  font-size: 12px;
  padding-left: 0.3rem;
  border-radius: 2px;
  border-style: dashed;
  border-width: 2px;
  height: 2rem;
  padding-right: 0.3rem;
  border: none;
  display: inline;
  width: 10rem;
}

.basic_search_btn {
  background: #ddd;
  color: #666;
  border: none;
  height: 2.1rem;
  border-radius: 0;
  display: inline;
  line-height: 1rem;
}

.nav-store p {
  font-size: 12px;
}

.nav-store a.active {
  background: #f8f8f8;
  color: #333;
}

.nav-store a {
  /* text-transform: uppercase; */
  letter-spacing: 0px;
  border-radius: 2px;
  font-weight: normal;
  color: #f8f8f8;
  font-size: 13px;
}

.dropdown-toggle.user_dropdown {
  background: none;
  border: none;
  color: #ccc;
  padding: 3px 10px;
  font-size: 1rem;
  border: #ccc solid 0px;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
}

.dropdown-toggle.user_dropdown:after {display: none;}

.advanced_options select.custom-select {
  height: calc(2rem + 2px);
  font-size: 12px;
  border-radius: 2px;
  border-color: #fff;
}

#reportrange {
  font-size: 12px;
  border-color: #fff;
  border-radius: 2px;
}

@media (min-width: 1400px) {
  .advanced_options select.custom-select, nav.navbar input[type='search'], .basic_search input[type="text"] {
    font-size: 14px;
  }
}

.advanced_options > label, #header.sticky .posts-top.scrolled .sort-by span {text-transform: uppercase; color: #999; font-size: 12px;}

.no-shadow {
  box-shadow: none !important;
}

.no-border {
  border: none !important;
}

.no-background {
  background: none !important;
}

/* When Scroll down -> sticky */
#header {}

@media (min-width: 767px) {
  #header.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    /* transition: all ease 0.15s; */
    z-index: 1001;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  }

  #header.sticky nav.navbar {box-shadow: none;}

  #header.sticky .posts-top.scrolled {
    display: block !important;
  }

  #header.sticky + #content .posts-top {
    display: none !important;
  }

  #header.sticky .posts-top.scrolled .sort-by {
    margin-bottom: 10px;
  }

  #header.sticky .posts-top.scrolled .sort-by a {
    font-size: 13px;
    border-radius: 2px;
  }
}

@media (max-width: 768px) {
  #content {padding-top: 20px !important}

  .sticky #postsNoScroll {display: none;}
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
main#app {
  display: block;
  position: relative;
  width: 100%;
}

.dropdown-menu.show {
  border: none;
  border-radius: 0px;
}

.wrapper {
  display: flex;
  align-items: stretch;
}

.logo, .logo:hover {
  position: relative;
  font-weight: 700;
  font-size: 1.5em;
  color: #5d6ac5;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem 0.5rem 10px;
  display: block;
  text-align: center;
}

.logo.etsy-logo, .logo.etsy-logo:hover {color: var(--orange);}

/* ETSY */
.etsy .btn-pink {
  background: var(--orange) !important;
  border-color: var(--orange) !important;
}

.etsy .sort-by a .plus {background-color: var(--orange);}

.etsy .sort-by a.active:after, .etsy .sort-by a:hover:after {
  background: var(--orange);
}

.etsy .sort-by a.active {
  color: var(--orange);
  border-color: var(--orange);
}

.etsy nav.navbar .basic_search {
  border: var(--orange) solid 1px;
}

.etsy .dropdown-toggle.user_dropdown.user_logged {
  color: var(--orange);
}

.etsy span.ifa {
  color: var(--orange);
}

.etsy .sort_by_option:hover > li.active, .etsy .sort_by_option:focus > li.active {
  background: var(--orange);
}

.etsy .text-pink {
  color: var(--orange) !important;
}

/* END ETSY */
.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#load-more-posts-btn, #load-more-pages-btn, #load-more-sites-btn {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 12px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  font-weight: 700;
  line-height: 17px;
  letter-spacing: .02em;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  width: 100%;
  position: relative;
}

@media (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  nav.navbar input[type='search'], .basic_search input[type="text"],
  .advanced_options select.custom-select,
  select,
  textarea,
  input, #reportrange {
    font-size: 16px;
  }
}

/* ---------------------------------------------------
  CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  padding: 10px 15px;
  min-height: 92vh;
  /* transition: all 0.3s; */
  /* padding-left: 20%; */
  background: rgba(223, 227, 232, 0.8);
}

.design_bg:hover:before {
  transition: background ease-in-out 0.15s;
  /* background: rgba(0, 0, 0, 0.75); */
  background: rgb(2,0,36);
background: linear-gradient(360deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.6530987394957983) 0%, rgba(0,0,0,0.022846638655462215) 50%);
}

.advanced_layout .design_bg:hover:before {display: none;}

.design_bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: -1;
}

.design_bg:hover {
  text-indent: 0;
  /* background-position: bottom center; */
  /* transition: background-position ease 0.55s; */
}

.design_bg {
  height: 18em;
  /* background-size: contain; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  text-indent: -99999px;
  overflow: hidden;
  position: relative;
  z-index: 99;
  border-radius: 5px 5px 0 0;
  margin: 0px;
  padding: 0.75em;
  width: auto;
  cursor: pointer;
  background-image: url(https://tools.spypro.io/css/no-photo.png);
  margin-bottom: 0px;
  max-height: 22em;
  /* transition: background-position ease 0.55s;    */
}

.etsy .design_bg {
  background-color: #fff;
}

.design_bg .card-title a {
  color: #666;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
}

.design_bg .message {
  max-height: 9em;
  overflow: hidden;
  font-size: 12px;
}

.design_bg .update-time {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0;
  bottom: 0;
}

.design_bg .post_content {
  display: none;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0px;
  text-align: left;
  padding: 5px;
  text-shadow: none;
  color: #ccc;
  max-height: 55px;
  overflow: hidden;
  border-radius: 5px;
}

.postlist .grid-post {
  list-style: none;
  padding: 0px;
  margin: 0px -10px 0 -10px;
}

.postlist .grid-post.carousel-item.active {display: flex !important;}

.postlist .grid-post .col {
  padding-left: 8px;
  padding-right: 8px;
}

#favourite .postlist .grid-post .col {
  padding-left: 5px;
  padding-right: 5px;
}

.page-heading {
  z-index: 1000;
}

.page-heading h3 {
  display: inline;
  text-transform: none;
  font-size: 1.2rem;
  text-align: center;
  padding: 0;
  font-weight: normal;
}

.sticky .page-heading h3 {
  font-size: 1rem;
}

.sticky .page-heading {
  margin-top: 5px;
}

.design_bg.post_video iframe {
  width: 100%;
  height: 100%;
}

.design_bg.post_video {
  text-indent: 0;
  padding: 0px;
}

.design_bg.post_video .update-time {
  top: auto;
  width: 30%;
  left: auto;
  height: 50px;
  right: 0px;
}

.design_bg.post_video .update-time span.ifa {
  line-height: 2em;
}

.design_bg.post_video:hover .view_post,
.design_bg.post_video:hover .view_post:hover {
  line-height: 1em;
  padding: 0px;
}

@media (min-width: 1200px) {
  #selectTab .postlist .grid-post .col.col-xl-2 {
    -ms-flex: 0 0 19.199996%;
    flex: 0 0 19.199996%;
    max-width: 19.199996%;
  }

  .postlist .grid-post .col.col-xl-2 {
    -ms-flex: 0 0 19.1999997%;
    flex: 0 0 19.1999997%;
    max-width: 19.1999997%;
  }

  .design_bg {
    height: 20.08em; 
  }

  .list-like-comment-share-link .page-item .page-link {
    font-size: 12px;
  }
}

@media (min-width: 2200px) {
  .postlist .grid-post .col.col-xl-2 {
    -ms-flex: 0 0 15.1999997%;
    flex: 0 0 15.1999997%;
    max-width: 15.1999997%;
  }
}

@media (min-width: 3600px) {
  .postlist .grid-post .col.col-xl-2 {
    -ms-flex: 0 0 13.1999997%;
    flex: 0 0 13.1999997%;
    max-width: 13.1999997%;
  }
}

.postlist .grid-post > li div.post_info {
  position: relative;
  clear: left;
  background: #fff;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  /* -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07); */
  width: 100%;
}

.postlist .grid-post > li .card-body {
  padding: 0em;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* Style The list post */
.list-like-comment-share-link .page-item:last-child {
  float: right;
}

.list-like-comment-share-link .page-item:last-child a {
  padding-left: 0px;
  margin-left: auto;
}

.list-like-comment-share-link .page-item {
  display: flex;
  float: left;
  flex: 0 24.99997%;
  justify-content: flex-start;
}

li.page-item > form {
  position: absolute;
  right: 3px;
  bottom: 45px;
  width: 150px;
  z-index: 10001;
  padding: 5px;
  background: #fff;
  border: #eee solid 1px;
  border-radius: 3px;
}

li.page-item > select {
  position: absolute;
  right: 3px;
  bottom: 2px;
  z-index: 1000;
  padding: 10px;
  background: #fff;
  display: block;
  max-width: 100px;
  line-height: 30px;
  height: 43px;
  border-color: #eee;
  font-size: 13px;
}

li.page-item > form button.btn.save_list {
  background: darkslateblue;
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0;
}

li.page-item > form input[type='text'], li.page-item > form button.btn {
  width: 100%;
}

.list-like-comment-share-link .page-item .dropdown-menu a {
  font-size: 13px;
  padding: 5px 10px;
  color: #666;
}

.list-like-comment-share-link .page-item:first-child {float: left;}

.list-like-comment-share-link .page-item .page-link {
  display: block;
  padding: .35rem 0.25rem 0.3rem 0.25rem;
  font-size: 12px;
  background: none;
  border: none;
}

@media only screen and (max-width: 1024px) {
  .list-like-comment-share-link .page-item .page-link {
    font-size: 11px;
    padding: .35rem 3px 0.3rem 3px;
  }
  nav.navbar input[type='search'], .basic_search input[type="text"] {
      width: calc(100% - 100px)!important;
  }
  .author_name {
    color: #5d6ac5;
    font-size: 12px;
  }
  .span_published_time,.span_description,.view_ga a,.view_pixel a{font-size: 11px!important;}
}
.page-item.disabled .page-link {color: #999;}

.list-like-comment-share-link .page-item .page-link > i {
  margin-right: 2px;
}

.fade:not(.show) {
  display: none;
}

.author_name {
  color: #5d6ac5;
  font-size: 12px;
  font-weight: 700;
  display: block;
  letter-spacing: 0;
  line-height: 1;
  margin: 0px 0 0px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 3px 0;
}

.etsy .author_name {
  font-size: 14px;
  font-weight: 500;
}

.user-group-1 {
  color: #5d6ac5;
  font-weight: bold;
}

.user-group-4 {
  color: var(--pink);
}

.user-group-3 {
  color: var(--green);
} 

.author_name a { color: #5d6ac5;}

.post_platform span {
  font-size: 13px;
  text-transform: capitalize;
  color: #999;
  padding: 3px 5px; 
  border-radius: 2px;
  font-weight: normal;
  letter-spacing: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post_author {
  padding: 8px 0px 0 0;
}

.design_bg:hover .view_post, .design_bg:hover .view_post:hover {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 1.5em 0;
  border-radius: 2px;
  text-decoration: none;
  font-weight: lighter;
  letter-spacing: 0.25rem;
  font-size: 1.2rem;
  cursor: pointer;
  position: absolute;
  top: 0px;
  bottom: 0px;
  text-align: center;
  width: 100%;
  line-height: 5em;
}

.modal-backdrop.show {
  opacity: .9;
}

.modal-scrollfix.modal-scrollfix {
  overflow-y: hidden;
}

/* POPUP LIGHTBOX */
.ekko-lightbox {padding-top: 1em;}

span.ifa {
  background: rgba(255, 255, 255, 1);
  color: #e83e8c;
  padding: 8px 16px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 2px;
  line-height: 8em;
}

.ekko-lightbox-item .post_msg .fa, .ekko-lightbox-item .post_msg .ifa {display: none;}

.post_photo {
  background: #fff;
  margin-bottom: 10px;
  position: relative;
}

.list-group li a.btn {
  font-size: 12px;
}

.post_photo:after, .design_bg:after {
  position: absolute;
  content: "SpyPro.IO";
  font-size: 12px;
  z-index: 9999;
  top: 5px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* display: inline-block; */
  padding: 1px 3px 1px 5px;
  background: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  color: #5d6ac5;
  right: 3px;
  /* background-image: url(../../wp-content/themes/spy/assets/images/logo.svg); */
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 5px;
  background-position: 3px center;
  opacity: 0.65;
  border-radius: 2px;
  pointer-events: none;
  display: none;
}

/* Admin page management */
input.disable_page {display: none;}

input.disable_page:checked ~ label.disable_page_label {
  border-color: var(--pink);
  z-index: 999;
  border-width: 1px;
}

input.disable_page:checked ~ label.disable_page_label + .productType {
  display: none !important;
}

input.disable_page ~ label.disable_page_label + .productType {
  display: flex !important;
  z-index: 9999;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 18px);
}

input.disable_page ~ label.disable_page_label {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 88px;
  cursor: pointer;
  border: transparent solid 3px;
  z-index: 999;
  border-radius: 5px;
}

input.disable_page + .card {
  z-index: 1;
}

/* End page management */
.btn-save-post .fa {display: inline-block !important; text-align: left !important;}

#postsNoScroll .search_text p {margin-bottom: 0px;}

.design_bg:after {
  font-size: 0.65em;
  background-size: 12px;
  letter-spacing: 1px;
  width: 90px;
  text-align: left;
  text-indent: initial;
  z-index: -2;
  padding-left: 18px;
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.65);
  display: none;
}

.post_photo:after {left: auto; right: 3px;}

.post_photo img {
  max-height: 435px;
  margin: 0px auto;
  max-width: 100%;
  pointer-events: none;
  z-index: 999;
}

/* SHow Chart */
/* input#showChart + label {
  position: absolute;
  z-index: 9999;
  bottom: 2px;
  text-align: center;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #5D6AC5;
  z-index: 10000;
  cursor: pointer;
  transition: all ease 0.25s;
  padding: 0px 10px;
  margin: 0px auto;
  left: calc(50% - 58px);
  width: 116px;
  background: #fff;
  font-size: 1em;
  border-radius: 3px;
}
input#showChart + label i {
  font-size: 1em;
} */
.ekko-lightbox #iframeChart {
  width: 100%;
  height: calc(100% - 3.7em);
  margin: 0px;
  padding: 0px;
  min-height: 380px;
}

.list-like-comment-share-link li.nav-link {
  padding: 0;
  font-size: 12px;
  display: flex;
  margin-left: auto;
  text-align: center !important;
  flex: 1 1;
  justify-content: center;
  font-weight: 500;
  align-items: center;
}

.text-green {
  color: rgb(40, 167, 69) !important;
}

.text-yellow {
  color: rgb(255, 193, 7) !important;
}

@media (min-width: 1400px) {
  /* .author_name{font-size: 14px;} */
  .list-like-comment-share-link .page-item .page-link {
    font-size: 12px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .load_chart {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  input#showChart ~ #iframeChart {
    visibility: hidden;
    height: 2em;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 0;
    transition: all ease 0.25s;
    pointer-events: none;
  }

  input#showChart:checked ~ #iframeChart {
    transition: all ease 0.25s;
    visibility: visible;
    background: #fff;
    height: 100%;
    pointer-events: auto;
    z-index: 999;
  }
}

/* input#showChart:checked + label:before {
  content: "Close";
  visibility: visible;
  background: #5D6AC5;
  color: #fff;
  border-radius: 2px;
}
input#showChart + label:before {
  position: absolute;
  content: "";
  top: 0px;
  z-index: 10001;
  text-indent: 0px;
  left: 0;
  right: 0;
  visibility: hidden;
} */

.ekko-lightbox .close, #profile .close {
  position: fixed;
  top: 0;
  right: 0;
  flex: none;
  display: block;
  transform: translate(-30px, 10px);
  -webkit-transform: translate(-30px, 10px);
  text-shadow: none;
  font-weight: lighter;
  font-size: 4rem;
  color: #fff;
  z-index: 999;
  opacity: 0.65;
}

.ekko-lightbox .ekko-lightbox-item .list-group-item.disabled, .ekko-lightbox .ekko-lightbox-item .list-group-item:disabled {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0.2rem;
  font-size: 0.8em;
  border: none;
  padding-left: 0px;
}

.ekko-lightbox .modal-header, .ekko-lightbox .ekko-lightbox-item {
  background: #f4f4f4;
  padding: 0.75em 0.75em 0.25em 0.75em;
}

.ekko-lightbox .ekko-lightbox-item.show {padding: 0 15px 5px 15px;}

.ekko-lightbox .close:hover {
  opacity: 1;
  color: #fff;
}

h2.lighbox_heading {
  line-height: 1;
  margin: 0px;
  position: relative;
}

#profile h2.lighbox_heading > i {
  display: block;
}

h2.lighbox_heading > i {
  font-size: 2.5rem;
  color: #ccc;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.dropdown-toggle.user_dropdown.user_logged {
  background: #fff;
  border-color: #fff;
  border-radius: 2px;
  color: var(--pink);
}

h2.lighbox_heading .author_name {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0 4px;
  display: block;
  font-weight: 500;
  white-space: nowrap;
  width: 100%;
  padding-left: 0;
  padding-top: 0;
}

h2.lighbox_heading span {
  font-size: 13px;
  color: #7c7c7c;
  font-weight: lighter;
  width: 100%;
  clear: left;
  padding-left: 0;
}

.ekko-lightbox.modal.show .modal-dialog {
  /* -webkit-transform: translate(0px,20%);
  transform: translate(0px,20%); */
}

.post-full-content {
  max-height: 4.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 10px;
  font-size: 13px;
  color: #333;
}

.read-more-state:checked ~ .post-full-content {
  max-height: 100%;
  transition: max-height ease 0.25s;
}

.read-more-state ~ .post-full-content + .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .post-full-content + .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {display: none;}

.read-more-trigger.show_btn_more {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

.ekko-lightbox-nav-overlay.spypro_overlay {
  left: -40px;
  width: calc(100% + 80px);
  max-height: 435px;
  pointer-events: none;
}


.ekko-lightbox-nav-overlay.spypro_overlay a {
  opacity: 0.9;
  -ms-flex: 0 60px;
  flex: 0 60px;
  pointer-events: auto;
}

.ekko-lightbox-nav-overlay.spypro_overlay a.btn-next {margin-left: auto;}

.ekko-lightbox-nav-overlay.spypro_overlay a span {
  padding: 0px;
}

.ekko-lightbox .modal-footer {
  text-align: left;
  padding: 0.25rem 0.75em;
}

.modal-footer p {
  margin: 0;
  font-size: 13px;
  text-align: center;
  width: 100%;
  color: #bbb;
  -webkit-transition: color ease .2s;
  transition: color ease .2s;
}

.modal-footer p span {
  display: inline-block;
  margin: 0 20px 5px;
}

.modal-footer p span strong { margin: 0 4px 0 0;}

/* ===================
LOGIN PAGE
=================== */
.my-login-page {
  font-size: 14px;
}

.my-login-page .brand {
  margin: 4em auto 2em auto;
}

.my-login-page .brand h1 {
  font-size: 2.1rem;
  text-transform: capitalize;
  letter-spacing: 0.05rem;
  font-weight: 700;
  color: #fff;
}

.my-login-page .brand h3 {
  font-size: 1.2rem;
  margin: 0px;
}

.my-login-page .brand h3 a.logo {
  display: inline-block;
  margin: 0px;
  border: none;
  padding-left: 0px;
  padding-right: 0px;
  color: #222;
  font-size: 0.95rem;
}

/* .login-page {
  background: #292D32 url(../images/login_bg.jpg) top center no-repeat fixed;
  background-size: 100%;
  background-position: bottom right;
  position: relative;
}
.login-page::before{
  background:rgba(0, 0, 0, 0.15);
  top:0px;
  left:0px;
} */
body.loginForm:before {
  background: url(../images/loginbackgroundgrid.jpg) top left repeat;
  background-size: 30em auto;
  background-color: #f4f4f4;
  z-index: -3;
  position: fixed;
  top: 6em;
  left: 0px;
  height: 100%;
  right: 0px;
  content: "";
  pointer-events: none;
  background-attachment: fixed;
  background-position: left top;
  background-repeat: repeat-x;
}

#login::before {
  background: #292d32 url(https://tools.spypro.io/images/bg.jpg) center center no-repeat scroll;
  top: 0;
  left: 0;
  bottom: 0%;
  right: 0;
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center center;
  z-index: -1;
  border-radius: 10px;
  image-rendering: pixelated;
}

#login:after {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.85);
  z-index: -2;
  pointer-events: none;

}

#login {
  padding-top: 3em;
  padding-bottom: 5em;
  position: relative;
  max-width: 750px;
  margin: 0px auto;
  min-height: 405px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0 30px;
  z-index: 1;
}

.banner-airdrop {
  max-width: 750px;
  z-index: 12;
  position: relative;
}

.login-wrapper {
  max-width: 666px;
}

.my-login-page .brand img {
  width: 100%;
}

.my-login-page .login-wrapper .log-col .login_info, .my-login-page .login-wrapper .log-col .login_form {
  flex: 0 0 auto;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, .25);
  border-radius: .25rem;
  padding: 15px;
}

.login-wrapper .log-col {
  border-color: transparent;
  box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}

.my-login-page .login-wrapper .log-col .login_form h4 {
  margin-bottom: 30px;
  margin-top: 15px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.35);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  background-color: #5d6ac5;
  color: transparent;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 700;
}

button.skip-popup {
  pointer-events: auto;
  /* position: absolute;
  top: -37px;
  right: 0px; */
  background: #ea4c89;
  padding: 4px 16px;
  font-size: 1rem;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #fff;
  border: none;
  text-shadow: none;
  border-radius: 2px;
  vertical-align: top;
  cursor: pointer;
  align-items: center;
  border: #ea4c89 solid 1px;
}

button.skip-popup:hover {
  color: #ea4c89;
  background: #fff;
  border-color: #ea4c89;
}

.my-login-page .form-control {
  border-width: 2.3px;
}

.my-login-page .form-group label {
  width: 100%;
}

.my-login-page .btn.btn-block {
  padding: 12px 10px;
}

.my-login-page .margin-top20 {
  margin-top: 20px;
}

.my-login-page .no-margin {
  margin: 0;
}

.my-login-page .footer {
  margin: 40px 0;
  color: #888;
  text-align: center;
}

.signup-email-form {
  max-width: 20em;
  margin: 0px auto;
}

.signup-social {
  display: -ms-flexbox;
  display: block !important;
  -ms-flex-pack: justify;
  margin: 0px;
  justify-content: space-between;
  padding: 0px;
  vertical-align: baseline;
}

.signup-social a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 200px;
  margin: 0px auto;
  text-align: center;
  display: block;
  padding: 10px 15px 11px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: .02em;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background: #5d6ac5;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 250px;
  appearance: none;
  position: relative;
  margin-bottom: 20px;
}

.signup-social p {
  font-size: 12px;
  color: #999;
}

.signup-social p a {
  display: inline;
  padding: 0px;
  background: transparent;
  font-size: 12px;
  color: #4285f4;
}

.signup-social .auth-google {
  background: #4285f4;
}

.signup-social a svg {
  height: 13px;
  width: 13px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 2px;
  fill: #fff;
}

#signup_email_toggle:checked ~ .signup-email-form {display: block !important;}

#signup_email_toggle:checked ~ .signup-email-form + label {display: none;}

/*
PROFILE PAGE
*/
#profile .nav-pills .nav-link.active, .text-logo {
  color: #5d6ac5;
}

.btn-logo {
  border-color: #5d6ac5;
  background-color: #5d6ac5;
  color: #fff;
}

.border-logo {
  border-color: #5d6ac5;
}

#profile .nav-pills .nav-link .fa {
  margin-right: 5px;
}

#profile .nav-pills .nav-link {
  border-radius: 0px;
  background: transparent;
  padding: 1rem 0rem 1em 0em;
  color: #999;
  text-transform: capitalize;
  font-size: 14px;
  text-align: left;
  margin-bottom: 4px;
  position: relative;
  height: 35px;
  vertical-align: middle;
  align-items: center;
  font-weight: 500;
  display: flex;
}

#profile .nav-pills .nav-link:hover {
  color: #5d6ac5;
}

#profile h2.lighbox_heading span {
  line-height: 1.8em;
  padding-left: 0em;
  padding-bottom: 10px;
  white-space: nowrap;
}

/* #profile .page-item.disabled .page-link {
  color: #fff;
} */
#profile .post_platform a {
  padding: 3px 0px;
}

#profile h2.lighbox_heading span.free-account {
  color: #20c997;
  font-weight: 700;
}

#profile h2.lighbox_heading span.super-account {
  color: #5d6ac5;
}

#profile h2.lighbox_heading span.super-account {
  color: var(--pink);
  font-weight: 500;
}

#profile h2.lighbox_heading .author_name {
  padding-left: 3em;
}

.logo-with-number .no {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 99;
  width: 22px;
  height: 22px;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  background: #e83e8c;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border: #fff solid 2px;
  color: #fff;
}

.logo-with-number {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
  margin-bottom: 0em;
  margin-top: 1em;
}

#account h5 {
  color: #5d6ac5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

#account li p {
  color: #666;
  font-size: 16px;
}

#account p, #account li small, .help-block p, .help-block li small {
  color: #999;
  font-size: 13px;
  margin-bottom: 0.25em;
}

#account .divider-or {
  width: 100%;
  display: block;
  padding: 0em 1em;
  text-align: center;
  color: #ccc;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 0em;
}

#account .upgrade_premium {
  padding-left: 4em;
  padding-right: 1em;
  font-size: 1em;
  letter-spacing: 0px;
  font-weight: 300;
  background: #5d6ac5;
  margin-bottom: 0em;
  text-transform: uppercase;
  margin: 0 5px 10px 5px;
  border-color: transparent;
  text-align: right;
  position: relative;
}

#account .upgrade_premium > i {
  position: absolute;
  left: 10px;
  top: 20px;
  font-size: 1.5em;
  color: rgba(255, 255, 255, .35);
  z-index: 0;
}

.upgrade-title {
  color: var(--gray);
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 1em;
  font-size: 16px;
  text-transform: none;
  padding: 0px 15px;
}

.text-blue {
  color: #3689c9 !important;
}

.text-plus {
  color: #ec6462 !important
}

#account .upgrade_premium.basic_package {
  background: #3689c9;
  border-color: transparent;
}

#account .upgrade_premium.plus_package {
  background: #ec6462 !important;
  border-color: transparent;
}

#account .upgrade_premium.plus_package:empty {
  display: none;
}

#account .upgrade_premium span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  color: #252525;
  line-height: 1em;
  text-shadow: none;
  margin-top: 5px;
  font-weight: 700;
  z-index: 2;
}

#account .upgrade_premium span span {
  color: #999;
  background: #fff;
  font-weight: lighter;
  padding: 0 3px;
  border-radius: 2px;
}

.profile-body {
  background: #fff;
  border-radius: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}

div#profile {
  padding-top: 2em;
}

.text-pink {
  color: #e83e8c !important;
}

.btn-pink {
  background: #e83e8c !important;
  border-color: #e83e8c !important;
  color: #fff;
}

.post_platform {
  margin-bottom: 0px;
}

.post_platform a {
  text-transform: capitalize;
  letter-spacing: 0px;
  padding: 0px 5px;
  background: rgba(254, 254, 254, 0.5);
  font-size: 12px;
  border-radius: 2px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.post_platform a.no-background { color: #999;}

.logo-with-number.page-avatar {
  overflow: hidden;
  position: relative;
  width: 65px;
  border-radius: 15%;
  height: 65px;
}

.grid-page .author_name {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  display: block;
  letter-spacing: 0;
  line-height: 1;
  margin: 0px 0 0px 0;
  text-overflow: ellipsis;
  padding: 3px 0;
  max-height: 30px;
  overflow: hidden;
}

.grid-page .author_name a {
  color: #444;
}

.logo-with-number.page-avatar .no {
  width: auto;
  height: 22px;
  line-height: 20px;
  border: #fff solid 1px;
  left: 2px;
  top: auto;
  border-radius: 5px;
  text-align: left;
  padding: 0 5px;
  right: auto;
  bottom: 2px;
}

.grid-page {
  list-style: none;
  padding: 0px;
}

.page-desc {
  font-size: 12px;
  margin: 0px;
  max-height: 3em;
  overflow: hidden;
}

.btn-follow.active {
  color: #fff;
  background: #8bc34a;
  border-color: #8bc34a;
}

.grid-page .btn-follow.active {
  color: #fff;
  border: #8bc34a solid 1px;
  background: transparent;
}

.btn-follow {

}

@media (min-width: 992px) {
  #profile .modal-dialog {
    max-width: 960px;
  }
}

/* ---
------------------------------------------------
  MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 1170px) {
  nav.navbar input[type='search'], .basic_search input[type="text"] {
    width: 8em;
  }

  .logo, .logo:hover {
    padding: 0.75rem 1rem 0.75rem 10px;
    margin: 0px !important;
  }

  .account_settings {
    margin: 0px !Important;
  }
}

@media (max-width: 1024px) {
  nav.navbar {
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  }

  nav.navbar .logo {
    margin: 0px auto;
  }

  nav.navbar form {
    width: 100%;
  }

  nav.navbar .advanced_options {

    text-align: center;
    padding: 0 0px 0 5px;
  }

  .sort-by {
    margin-bottom: .5em;
  }

  #content {
    padding: 10px 20px !important;
  }

  .posts-top {
    margin-bottom: 0px;
  }

  nav.navbar .basic_search {

    border-radius: 2px;
    margin: 0 5px;

  }

  .advanced_options select.custom-select, #reportrange {
    border-color: rgba(255, 255, 255, 0.65);
    background-color: rgba(255, 255, 255, 0.85);
  }

  nav.navbar input[type='search'], .basic_search input[type="text"] {
    width: calc(100% - 40px);
  }

  .account_settings {
    position: absolute;
    right: 15px;
  }

  .sort-by a {
    margin-bottom: 5px;
    margin-right: 15px;
  }

  .btn-follow.active {
    color: #fff;
    background: #8bc34a; 
  }

  .btn-follow {

  }

  #account .upgrade_premium {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 12px;
  }

  .card-deck .card {
    width: 100% !important;
    flex: auto;
    margin-bottom: 10px;
  }

  #profile .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}

@media (max-width: 768px) {
  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  #search-history-content {top: 98%;}

  #login {
    padding-top: 0em;
  }

  .page-link {
    padding: .24rem .5rem;
  }

  .ekko-lightbox .modal-dialog {
    margin: 0px auto;
  }

  .ekko-lightbox .close, #profile .close {
    font-size: 2.5rem;
    background: #333;
    line-height: 28px;
    opacity: 1;
    color: #fff;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    border: #333 solid 1px;
    right: 10px;
  }

  .ekko-lightbox-nav-overlay.spypro_overlay {
    left: -5px;
    width: calc(100%);
    z-index: 10;
  }

  .ekko-lightbox-container > div.ekko-lightbox-item {z-index: 1;}

  #profile .nav-pills .nav-link {
    padding: 0rem 0rem 0em 0em;
    margin-bottom: 0px;
    height: 30px;
  }

  div#profile {
    padding-top: 0em;
    padding: 0px !important;
  }
}

/* Imported from custom-other.css */
.admin_action { }

.wrap_admin { }

.admin_action button { font-size: 11px; }

.ads {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
  background: #fff;
  font-size: 1.45rem;
  color: #7a7af3;
  padding: 0 3px;
  font-weight: bold;
  border: #fff solid 0px;
  text-indent: 0;
  line-height: 1;
  border-radius: 0 0 3px 0;
}

.user_btn {
  position: absolute;
  bottom: 1px;
  right: 1px;
  z-index: 999;
  display: block;
  text-indent: 0;
}

.grid-page .btn-follow { font-size: 11px; margin: 5px 0 0 0; }

.normal-price {
  text-decoration: line-through;
  color: var(--orange) !important;
  display: inline !important;
  margin: 0 0 0 3px;
}

.form_add_pageid .button { margin: 0 0 0 10px; }

div#userdashboard {
  padding-top: 2em;
}

@media (min-width: 992px) {
  #userdashboard .modal-dialog {
    max-width: 960px;
  }
}

@media (max-width: 1024px) {
  #userdashboard .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}

@media (max-width: 768px) {
  #userdashboard .close {
    font-size: 2.5rem;
    background: #333;
    line-height: 28px;
    opacity: 1;
    color: #fff;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    border: #333 solid 1px;
    right: 10px;
  }

  #userdashboard .nav-pills .nav-link {
    padding: 0rem 0rem 0em 0em;
    margin-bottom: 0px;
    height: 30px;
  }
}

#userdashboard .nav-pills .nav-link.active, .text-logo {
  color: #5d6ac5;
}

#userdashboard .close {
  position: fixed;
  top: 0;
  right: 0;
  flex: none;
  display: block;
  transform: translate(-30px, 10px);
  -webkit-transform: translate(-30px, 10px);
  text-shadow: none;
  font-weight: lighter;
  font-size: 4rem;
  color: #fff;
  z-index: 999;
  opacity: 0.65;
}

#userdashboard h2.lighbox_heading > i {
  display: block;
  border-radius: 25%;
  text-align: center;
  vertical-align: middle;
  background: #333;
  width: 2.75rem;
  height: 2.75rem;
}

#userdashboard .nav-pills .nav-link .fa {
  margin-right: 5px;
}

#userdashboard .nav-pills .nav-link {
  border-radius: 0px;
  background: transparent;
  padding: 1rem 0rem 1em 0em;
  color: #999;
  text-transform: capitalize;
  font-size: 14px;
  text-align: left;
  margin-bottom: 4px;
  position: relative;
  height: 35px;
  vertical-align: middle;
  align-items: center;
  font-weight: 500;
  display: flex;
}

#userdashboard .nav-pills .nav-link:hover {
  color: #5d6ac5;
}

#userdashboard h2.lighbox_heading span {
  line-height: 1.8em;
  padding-left: 0em;
  padding-bottom: 10px;
  white-space: nowrap;
}

#userdashboard .post_platform a {
  padding: 3px 0px;
}

#userdashboard h2.lighbox_heading span.free-account {
  color: #20c997;
  font-weight: 700;
}

#userdashboard h2.lighbox_heading span.super-account {
  color: #5d6ac5;
}

#userdashboard h2.lighbox_heading span.super-account {
  color: var(--pink);
  font-weight: 500;
}

#userdashboard h2.lighbox_heading .author_name {
  padding-left: 3em;
}

 
.view_pixel.note:before {
  content: "Note";
}

.view_pixel {
  padding: 0 5px 2px 0px;
  text-align: left;
  font-size: 13px;
  border-radius: 0;
  position: relative;
  padding-top: 2px;
  padding-left: 40px;
  margin-top: 15px;
}

.view_pixel:before {
  content: "Pixel";
  position: absolute;
  top: auto;
  width: 50px;
  left: 0px;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #E91E63;
  border-radius: 0;
  height: 100%;
  line-height: 22px;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
  border: none;
  padding-left: 5px;
  bottom: -1px;
 
}

.view_pixel.related:before {background: #8bc34a;}

.view_pixel.saved:before{}

.view_pixel a {
  display: inline-block;
  margin: 0 0px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  padding: 0px 1px;
  text-align: right;
  border-radius: 2px;
  font-size: 12px;
  color: #424242;
  
}

.view_pixel a:hover {
  color: var(--pink);
  text-decoration: none;
}

/* .view_ga:before {
  content: "GA";
  position: absolute;
  top: 0px;
  width: 60px;
  left: calc(50% - 30px);
  top: -10px;
  background: #eee;
  border: #ccc solid 1px;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #999;
  padding-left:5px;
} */

.view_ga.note:before {
  content: "GA";
}
.view_ga.view_store:before {
  content: "Web";
}

.view_ga {
  padding: 0 5px 2px 0px;
  text-align: left;
  font-size: 12px;
  border-radius: 0;
  position: relative;
  padding-top: 2px;
  padding-left: 40px;
  margin-top: 15px;
}

.view_ga:before {
  content: "GA";
  position: absolute;
  top: auto;
  width: 50px;
  left: 0px;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #E91E63;
  border-radius: 0;
  height: 100%;
  line-height: 22px;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
  border: none;
  padding-left: 5px;
 
  bottom: -1px;
}

.view_ga.related:before {background: #8bc34a;}

.view_ga.saved:before {}

.view_ga a {
  display: inline-block;
  margin: 0 0px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  padding: 0px 1px;
  text-align: right;
  border-radius: 2px;
  font-size: 12px;
  color: #424242;
   
}

.view_ga a:hover {
  color: var(--pink);
  text-decoration: none;
}

.newstyle .list-like-comment-share-link .page-item {
  display: inline-block;
  float: none;
  flex: none;
  justify-content: flex-start;
  width: 23%;
  padding-left: 0px;
  padding-right: 0px;
}

.newstyle .list-like-comment-share-link .page-item .page-link {font-size: 12px;padding-left: 0px; line-height: 10px;padding-right: 3px;}

.newstyle .post_info .card-body {
  background: #fff;
  border-radius: 0 0 3px 3px;
  padding: 0 3px !important;
}

.newstyle .btn-follow.active {
  color: var(--green);
  background: none;
  border-color: var(--green);
}

.platform_icon {
  left: auto;
  right: 0;
  font-size: 11px;
  padding: 3px 5px 3px 5px;
  color: #555;
  text-transform: capitalize;
  border-radius: 0 0px 0 6px;
  font-weight: 500;
  background: #fff;
}

.platform_icon.no_platform, span.ads.platform_icon.NO_PLATFORM {display: none;}