* {
  font-family: "Poppins", "Inter", sans-serif;
  box-sizing: border-box !important;
  order: 0 solid #d5d6d7;
}

.hell * {
  /* border: 1px solid rgb(250, 219, 219); */
  background-color: rgba(0, 0, 0, 0.1);
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  background: radial-gradient(
    75.22% 75.22% at 20.49% 12.79%,
    #ffffff 0%,
    rgba(228, 231, 233, 0.502295) 100%
  );
  text-decoration: none !important;
}
a {
  text-decoration: none !important;
}

.mycontainer {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 3px;
}
.shadow-xs {
  border-radius: 5px;
  background-color: white;
  border-radius: 18px;
  padding: 0px 4px;
  /* box-shadow: 0px 7px 10px #0000001f;
  -webkit-box-shadow: 0px 7px 10px #0000001f; */

  /* box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
  -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px,
    rgb(0 0 0 / 6%) 0px 1px 2px 0px; */

  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.shadow-xs:hover {
  box-shadow: 0px 7px 10px #0000001f;
  -webkit-box-shadow: 0px 7px 10px #0000001f;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-form {
  border: 0;
}

.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9000;
}

/* first div inside sticky class */
.sticky + div {
  padding-top: 50px;
}

#myHeader {
  /*background-color: rgb(83, 60, 255, 0.9);*/
  /* background-image: linear-gradient(290deg, rgb(77, 77, 161) 0%, rgb(1, 25, 39) 74%); */
  /* background-color: #020339; */
  background-color: white;

  border: 0;
  box-shadow: 0 24px 64px rgb(38 33 74 / 10%);
}
/* element has both id MyHeader and class .navbar  */
#myHeader.navbar {
  margin-bottom: 0px !important;
}
#myHeader .navbar .navbar-left {
  padding-top: 5px;
}
/* all a inside element with id myheader */
#myHeader a {
  color: white;
}

#myHeader .navbar-collapse a {
  /* color: #d4d4d4; */
  color: #5f5f5f;
  font-size: 1.5rem;
  font-weight: 700;
}
#myHeader .navbar-collapse a:hover {
  /* color: rgb(202, 200, 200) !important; */
  color: #303030;
}
#myHeader li .actived {
  font-weight: 700;
  font-size: 15px;
  /* color: rgb(255, 255, 255); */
  color: rgb(0 0 0);
}
#myHeader li .actived:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 15px;
  position: absolute;
  background: #e9105d;
  transition: width 0.25s ease 0s, left 0.25s ease 0s;
  width: 30px;
  margin-bottom: 3px;
  transition: 0.3s;
}

/* #myHeader .navbar-left li a:after {
  background: #e9105d;
  left: 50%;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;

  position: absolute;

  width: 0;
  margin-bottom: 3px;
} */

#myHeader li a:hover:after {
  width: 80%;
  left: 15px;
}

.beta {
  position: absolute;
  color: #e9105d;

  /* color: yellow; */

  left: 30px;
}

.header-new {
  position: relative;
  color: #e9105d;
  left: -17px;
  top: -12px;
  font-size: 10px;
}
.navbar {
  border-radius: 0 !important;
}
#myheader .navbar {
  min-height: 70px;
}
.logo {
  font-size: 2.2rem;
  color: rgb(255, 255, 255) !important;

  margin-left: 30px;
  margin-right: 40px;
}
.logo img {
  margin-left: 15px;
  max-width: 132px;
  margin-top: -11px;
  width: 80%;
}
.side-section {
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px 3px rgb(0 0 0 / 6%);
  padding: 20px 5px;
  background-color: #f8f9fa;
}
/* padding */
.pt-50 {
  padding-top: 40px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-2 {
  padding-top: 2px;
}
.pr-1 {
  padding-right: 1px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-7 {
  padding-top: 7px !important;
}
.pb-7 {
  padding-bottom: 7px !important;
}
.pr-7 {
  padding-right: 7px !important;
}
.pl-7 {
  padding-left: 7px !important;
}
.pt-80 {
  padding-top: 80px;
}
.pt-15 {
  padding-top: 15px !important;
}
.pb-15 {
  padding-bottom: 15px;
}
.pr-15 {
  padding-right: 15px !important;
}
.pl-15 {
  padding-left: 15px;
}
.pt-19 {
  padding-top: 23px;
}
.p-0 {
  padding: 0px !important;
}
.m-0 {
  margin: 0px !important;
}

.pt-0 {
  padding-top: 0px;
}
.pr-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.p-2 {
  padding: 2px !important;
}
.p-3 {
  padding: 3px !important;
}
.p-4 {
  padding: 4px !important;
}

.p-5 {
  padding: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pr-5 {
  padding-right: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pt-10 {
  padding-top: 10px !important;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px;
}
.pl-150 {
  padding-left: 150px;
}

.pb-20 {
  padding-bottom: 20px;
}

.w-100 {
  width: 100% !important;
}
.w-110 {
  width: 110% !important;
}
.w-80 {
  width: 80% !important;
}
.w-50 {
  width: 50% !important;
}
.w-5 {
  width: 5px;
}
.w-15 {
  width: 15px;
}
.h-15 {
  height: 15px;
}
.w-20 {
  width: 20px;
}
.h-20 {
  height: 20px;
}
.h-30px {
  height: 30px;
}
.w-30 {
  width: 30px;
}

.w-45 {
  width: 45% !important;
}
.w-70 {
  width: 70% !important;
}
.w-150p {
  width: 150px !important;
}

.w-300px {
  width: 300px !important;
}
.h-100 {
  height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}
.h-60 {
  height: 60% !important;
}

.h-30 {
  height: 30vh !important;
}
.vh-20 {
  height: 20vh !important;
}
.h-25px {
  height: 25px !important;
}

/* margins */

.mt-25 {
  margin-top: 25px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mr-16 {
  margin-right: 16px;
}
.mt-16 {
  margin-top: 16px;
}
.ml-16 {
  margin-left: 16px;
}
.m-16 {
  margin: 16px;
}

.mr-0 {
  margin-right: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
/* margin 10px */
.mb-10 {
  margin-bottom: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.m-10 {
  margin: 10px;
}

/* margin 5px */
.mb-5 {
  margin-bottom: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.m-5 {
  margin: 5px;
}
.m-0 {
  margin: 0 !important;
}
.mt-7 {
  margin-top: 7px;
}
.mt-min7 {
  margin-top: -7px;
}
.mb-35 {
  margin-bottom: 35px;
}
/* padding */

.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}

/* min width */

.mw-80 {
  min-width: 80px;
}
.minw-350px {
  min-width: 350px !important;
}
.minw-300px {
  min-width: 300px !important;
}

/* max width*/
.maxw-1200px {
  max-width: 1200px;
}
.maxw-250 {
  max-width: 250px;
}
.minw-200 {
  min-width: 200px !important;
}

.minw-150 {
  min-width: 150px;
}
.minw-190 {
  min-width: 190px;
}

.minw-120 {
  min-width: 120px;
}
.minw-100p {
  min-width: 100px;
}

.maxw-150 {
  max-width: 150px !important;
}
/* scroll bar */

.ad-card ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.ad-card ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.ad-card ::-webkit-scrollbar-thumb {
  background: #929292;
}

/* Handle on hover */
.ad-card ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ad-card {
  padding: 5px 0px;
}
.col-card {
  padding: 15px 7px 16px 7px;
  text-align: left;
}
.ad-details .col-card {
  width: 100% !important;
}
.ad-details video {
  max-height: 80vh;
}
.ad-details .col-card .shadow-xs {
  /* box-shadow: 0 2px 12px 0 #5b43f3 !important; */
  box-shadow: 0px 0px 12px 0px #0000001f;
}

.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-center {
  align-items: center;
  text-align: center;
}
.justify-content {
  justify-content: center !important;
}

.align-items-center {
  align-items: center;
}

.page-container a {
  /* font-size: 1.4rem; */
  font-size: 1.2rem;

  color: #2a5f8d;
}
.page-container p {
  text-align: left;
  overflow-wrap: break-word;
}
.page-img {
  padding: 3px 2% 10px 3px;
}

.page-title,
.page-ads,
.copy-adlink,
.whl-30,
.whl-26 {
  cursor: pointer;
}
.ad-page .ad-details .btn-similar-ads {
  display: none !important;
}
.ad-page .col-card {
  padding: 10px 7px;
}

.ad-page .lds-ripple {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.ad-page .ad-details .lds-ripple {
  position: absolute;
}
.page-img img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 60px;
  position: relative;
  padding: 1px;
  /* background: linear-gradient(to top, #020339, #6452ff); */
  /* background: linear-gradient(to bottom, #8c7bf7, #e9105d); */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 7px -2px rgb(0 0 0 / 10%);
}
.fbpage-img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 80px;
}
.fbpage p {
  margin: 0px;
  color: #575758;
}
.page-title:hover {
  text-decoration: none;
}

/* @keyframes spin { 
    100% { 
      transform: rotate(360deg);
    }
  }  */

.text-20px {
  font-size: 20px;
}
.text-xs {
  font-size: 12px;
}

.text-md {
  font-size: 1.2rem !important;
}

.ztext-lg {
  font-size: 1.7rem !important;
}

.ztext-md2 {
  font-size: 1.5rem !important;
}

.ztext-md {
  font-size: 1.3rem !important;
}
.text-sm {
  font-size: 1rem;
}
.text-etc {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 80%;
}
.ad-card p {
  margin: 0px;
  color: #4c4f52;
}

.nav-shadow {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}
.main-btns {
  padding: 8px 10px;
  display: inline-block;
  color: inherit;
  text-decoration: none !important;

  border-radius: 13px;
  font-size: 12px;
  font-weight: 200;

  margin-right: 3px;
  min-width: 40%;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px -1px rgb(0 0 0 / 10%);
  cursor: pointer;
  color: #6a6565;
}
.main-btns i,
.main-btns svg {
  float: right !important;
  height: 17px;
  width: 17px;
}

.loadmore.main-btns {
  min-width: 150px;
  background-color: #fdfdfd;
}

.main-btns:hover,
.main-btns a:hover,
.main-btns a:focus,
.main-btns a:active {
  text-decoration: none !important;
  color: black;
  /* background-color: #e8e7e7; */
  transform: translateY(-0.15em);
  transition: 0.2s;
  box-shadow: 0px 0px 10px 0px #0000001f;
}

.br-15 {
  border-radius: 20px;
}
.br-5 {
  border-radius: 5px;
}
.btn-purple {
  /* background-color: #6451ff !important; */
  background-color: #e9105d !important;
  border-radius: 17px !important;
  padding: 6px 20px;
  color: white !important;
  border: none;
  font-size: 1.5rem;
}
.btn-purple:hover {
  /* background-color: #4533c6 !important; */
  background-color: #000000 !important;
  /* box-shadow: 0 10px 25px rgb(10 10 51 / 10%); */
  transform: translateY(-0.15em);
  transition: 0.3s;
}

.media-container {
  /* margin-top: 8px; */
  width: 100%;
}
.media-container span {
  line-height: 16px;

  color: #6a6565;
}
.description-div {
  /* overflow-wrap: break-word;
    max-height: 180px;
    overflow-y: auto; */
  padding: 0px 10px;
  overflow-wrap: break-word;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.text-elipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.media-container img,
.media-container video {
  max-width: 100%;
  height: auto;
}

.text-lg {
  font-size: 2rem;
}
.text-underline {
  text-decoration: underline;
}
.text-bold {
  font-weight: 600;
}
.text-w-400 {
  font-weight: 400;
}
.text-w-500 {
  font-weight: 500;
}

.break-line-600px {
  max-width: 600px;
  word-wrap: break-word;
}
/* form */
.form-filter {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* padding-top: 5px; */
  padding: 10px 5px;
}

.db {
  display: block !important;
}
.pr {
  position: relative;
}

.select-wrap {
  /* padding: 0 5px 5px; */
  /* width: 150px; */
  text-align: left;
}
.select-wrap label {
  color: #4e4d4d;
}
#adfilter select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
    no-repeat 95% 50%;
  padding-right: 22px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.empty {
  color: rgb(166, 166, 166);
}

.btn-small {
  padding: 3px 5px !important;
}
.btn-download {
  border: none;
  border-radius: 5px;
}

.btn-download a,
.btn-download:hover,
.btn-download a:hover,
.btn-download:active,
.btn-download:focus,
.btn-download a:focus {
  color: #fff;
  text-decoration: none;
}
.btn-adsparo {
  color: #fff;
  background-color: #ea3b79;
  border-color: #ea3b79;
}
/* .btn-favorite {
   color: white; 
   background-color: #beb4fb;
    border-color: #beb4fb; 
} */
.btn-favorite i {
  background-color: white;
}

.div-favorite .btn-remove i {
  color: #ffffff !important;
  background-color: #ea3b79;
}

.div-remove {
  position: absolute;
  top: 14px;
  right: 14px;
}
.div-favorite {
  position: absolute;
  top: 0px;
  right: 16px;
}
.div-favorite i {
  color: #dadada;
  font-size: 20px;
}

.div-favorite i:hover {
  color: #f46798;
}

.ad-banner {
  height: 250px;
}

/* range Style */
[slider] {
  width: 100%;
  position: relative;
  width: 250px;
  margin: 5px 0 25px 0;
  padding: 5px;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 5px;
}
[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  /* background-color: #6451ff; */
  background-color: #e9105d;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 20px;
  width: 20px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type="range"] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  opacity: 0;
}

div[slider] > input[type="range"]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type="range"]:focus {
  outline: none;
}

div[slider] > input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  /* background: #6451ff; */
  background: #e9105d;
  -webkit-appearance: none;
}

div[slider] > input[type="range"]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type="range"]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type="range"]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  opacity: 0;
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index: 3;
  background-color: black;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

[slider] > div > [sign]:after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: black;
}

[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}

/* End Range slider */
.text-light-big {
  font-weight: 300;
  font-size: 18px;
  line-height: 3rem;
}
.centerFlex {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.f-wrap {
  flex-wrap: wrap;
}
.justify-content-end {
  justify-content: end;
}

/* btn-dark */
.btn-dark,
.btn-dark a {
  color: #fff;
  background-color: #393939;
  border-color: #000000;
}

.btn-dark:hover,
.btn-dark a:hover,
.btn-dark a:active,
.btn-dark.focus,
.btn-dark:focus,
.btn-dark a:focus {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #000000;
  text-decoration: none;
}
/* create account */
.max-w-5xl {
  max-width: 70rem;
}

/* footer  */

.myfooter {
  padding: 7rem 0;
  font-family: "Poppins";
  margin-top: auto;
  /* box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px 3px rgb(0 0 0 / 6%); */
  background-color: #fafafa;
  min-height: 350px;
}
.footer-site-logo {
  text-align: center;
  font-size: 2rem;
}
.footer-site-logo a {
  color: #2e2e2e;
}

footer .nav-links {
  padding: 0;
  margin: 0;
}

footer .nav-links li {
  display: inline-block;
}
footer .nav-links a {
  padding: 10px;
  color: black;
  font-size: 12px;
}

footer .social {
  font-size: 18px;
  color: black;
}

footer ul li {
  display: inline-block;
}

footer ul li a {
  display: inline-block;
  padding: 10px;
}
.social h3 {
  font-size: 18px;
  color: black;
}
.social li a {
  width: 50px;
}
.copyright {
  color: black;
}
.copyright span {
  font-size: 12px;
}
.in a,
.in {
  color: #df588a;
}

.tw a,
.tw {
  color: #15b8ff;
}

.fb a,
.fb {
  color: #3742d0;
}

.dr a,
.dr {
  color: #fa38c1;
}

.logo-header {
  color: #e9105d;
  font-size: 23px;
}
.fs-21 {
  font-size: 21px;
}
.error {
  color: #dd4d5a !important;
}
.c-red {
  color: #f80720 !important;
}
.c-success {
  color: #119013 !important;
}
.c-maincolor {
  color: #e9105d !important;
}
.c-darkgrey {
  color: #4e4d4d;
}
.social a span {
  font-size: 2.1rem;
}
.c-purple {
  color: #6451ff !important;
}

.c-blue {
  color: #3694f4;
}
.f-purple {
  /* color: #7e3af2 !important */
  color: #e9105d !important;
}
.c-white {
  color: white !important;
}

.c-grey {
  color: #999999 !important;
}

.c-black {
  color: #040d28 !important;
}
.c-shopify {
  background-color: #465d19 !important;
}
.bc-pink {
  background-color: #e9105d !important;
}
.bc-lightred {
  background-color: #fe9a8d !important;
}
.bc-darkblue {
  background-color: #1034b1 !important;
}
.c-darkblue {
  background-color: #1034b1 !important;
}

.bc-lightblue {
  background-color: #3694f4 !important;
}
.bc-blue {
  background-color: #337bbd !important;
}

.bc-white {
  background-color: white !important;
}
.bc-grey {
  /* background-color: rgba(0, 0, 0, 0.05); */
  background-color: rgb(216 216 216 / 5%);
  border-radius: 6px;
}

.bc-bluepurple {
  background-color: #4b6fec !important;
}

.bc-light-grey {
  background-color: #eef3f7;
}

.bc-transparent {
  background-color: transparent;
}

.hw-15 {
  height: 17px !important;
  width: 17px !important;
}
.bc-light-blue {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.username span {
  font-size: 1.5rem;
}

.mh-20 {
  min-height: 25px;
}

.mh-100p {
  min-height: 100px;
}
.minh-100vh {
  min-height: 100vh !important;
}
.minh-80vh {
  min-height: 80vh !important;
}
.minh-100 {
  min-height: 100% !important;
}

.min-height-300px {
  min-height: 300px;
}
/* reset-password */

.bs {
  border: 1px solid #d5d6d7;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
}
.bs::-webkit-input-placeholder {
  color: #b3b3b4;
}
.bs::-moz-placeholder {
  color: #b3b3b4;
}
.bs:-ms-input-placeholder {
  color: #b3b3b4;
}
.bs::-ms-input-placeholder {
  color: #b3b3b4;
}
.bs::placeholder {
  color: #b3b3b4;
}
.shadow {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%),
    0 10px 10px -5px rgb(0 0 0 / 4%);
}

.btn-shadow {
  box-shadow: 4px 4px 20px -1px rgb(233 16 93 / 86%);
}
.overflow-hidden {
  overflow: hidden;
}

.border-checkbox {
  border: 1px solid #8b8888 !important;
}
.guide img {
  width: 50%;
}
.extra-block img {
  height: 14px;
}
.extra-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

/* //// Start Deopdown  */

.dropdown {
  /*     
    position: absolute; */
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 5px;
  background-color: #fbfbfb;
  min-width: 180px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  right: 0px;
  border-radius: 10px;
}
.profile .dropdown-content {
  min-width: 200px;
  right: 0px;
  margin-top: 3px;
}

.dropdown-content a {
  color: black;
  padding: 10px 8px;
  text-decoration: none;

  cursor: pointer;
}
.dropdown-content div {
  color: black;
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.dropdown a:hover {
  background-color: #f1f1f1;
}

.showdrop {
  display: block;

  -webkit-animation: growDown 250ms ease-in-out forwards;

  animation: growDown 250ms ease-in-out forwards;
}

@media (min-width: 1200px) {
  .logo img {
    margin-left: 50px;

    margin-top: -16px;
  }
}
@media (max-width: 1200px) {
  .main-btns {
    min-width: 80%;
  }
  .logo {
    margin-right: 0px !important;
  }
}

@media (max-width: 1018px) {
  .logo {
    padding-right: 5px !important;
    margin-right: 5px;
  }
}

@media (max-width: 992px) {
  .navbar-collapse.in {
    overflow: visible !important;
  }

  .navbar-default .navbar-toggle {
    border-color: #fff !important;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #ffeff5;
  }
  .profile .dropdown-content {
    left: 0px;
    top: 45px;
  }

  .form-filter > * {
    flex-grow: 1;
  }
  .form-filter {
    padding: 10px 15px;
  }

  /* #myHeader li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #e9105d;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    margin-bottom: 3px;
  } */

  .row {
    margin-right: -17px;
    margin-left: -17px;
  }
  #myHeader li a:hover:after {
    width: 20%;
    left: 0;
  }

  body {
    font-size: 10px;
  }

  .col-card {
    padding: 15px 3px 16px 3px;

    text-align: left;
  }

  /* .ad-details .col-card {
    width: 80% !important;
  } */
  .btn {
    font-size: 13px;
  }

  .ad-card {
    padding: 5px 0px;
  }
  .page-container a {
    font-size: 1.1rem;
  }
  .text-xs {
    font-size: 9px;
  }
  .text-lg {
    font-size: 1.5rem !important;
  }
  .text-md {
    font-size: 1rem !important;
  }
  .ztext-lg {
    font-size: 1.2rem !important;
  }
  .main-btns {
    font-size: 10px;
  }

  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

.rounded-card-shadow {
  /* box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px -1px rgb(0 0 0 / 10%); */
  box-shadow: 0px 0px 10px 0px #0000001f;
  background-color: #fdfdfd;
  border-radius: 22px !important;
  padding: 0px;
}

@media (max-width: 575.98px) {
  .btn {
    font-size: 11px;
  }
  #adfilter .btn {
    font-size: 14px;
  }
  #myHeader li a:hover:after {
    width: 30%;
    left: 0;
  }
  .div-remove {
    top: 14px;
    right: 7px;
  }

  .guide img {
    width: 100%;
  }
  .guide ol {
    padding: 0px !important;
    margin: 0px;
  }
  .extra-block img {
    height: 14px;
  }
}

/* Loading Gif  */

.loading-gif {
  position: fixed;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: rgb(85, 76, 183) transparent rgb(166, 13, 237) transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}
@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End Loading Gif */

.centerdiv {
  display: flex;
  align-items: center;
  /* text-align: center; */
  justify-content: center;
}

.totalads-block {
  display: flex;
  justify-content: space-between;
}

.ib {
  display: inline-block;
}

.copy-btn {
  font-size: 18px;
  position: relative;
  right: -2px;
  color: #717171;
  cursor: pointer;
  margin-right: 5px;
}

.copy-btn svg {
  margin-bottom: -6px;
}
.copy-btn:hover {
  color: #e9105d;
}

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

.popup {
  background-color: #ffffff;
  border-radius: 10px;
  color: rgb(233 16 93) !important;
  font-size: 13px;
  opacity: 0.9;
  font-weight: 500;
  padding: 6px 16px;
  position: absolute;
  border-radius: 10px;
  margin-left: 11px;
  overflow: visible;
  z-index: 9999;
  left: 25px;
  top: -25px;
  min-width: 110px;
}

.hidden {
  display: none !important;
}

.hide {
  display: none;
}
.input-icon {
  position: absolute;
  top: 35%;
  right: 4%;
  cursor: pointer;
  color: #9d999a;
}
.shopify-bs img {
  padding: 0px 5px 2px 0px;
}
.similar-web {
  opacity: 0.3;
}
.similar-web:hover {
  opacity: 1;
}

#resetzoom {
  position: absolute;
  top: 0px;
  left: 60px;
  /* background-color: #36a2eb ;
    border-color: #36a2eb; */
}

.btn-bann {
  /* padding: 0px 5px 0px 5px !important; */
  margin: 5px;
  background-color: #f9c2bb;
  border-color: #fac2bb;
  color: white;
  font-weight: 400;

  display: none;
  border-style: none;
}
.btn-bann:hover {
  background-color: #8d1707;
}
.agent {
  display: flex !important;
}
.unbann {
  background-color: #fe9a8d;
  font-weight: 700;
}
.unbann:hover {
  background-color: #fb6c59 !important;
  font-weight: 700;
}
.unbann i,
.unhide i,
.unpick img {
  background-color: #ffcece;
}

.unhide,
.unpick {
  background-color: rgb(116, 116, 116);
  font-weight: 700;
  padding: 3px 7px;
}
.unhide span,
.unpick span {
  color: white;
}

.unhide:hover,
.unpick:hover {
  background-color: rgb(77, 77, 77) !important;
}

.hover-text {
  position: relative;
}
.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 99990;
  width: 140px;
  color: white;
  font-size: 11px;
  background-color: #aaaaaa;
  border-radius: 10px;
  padding: 3px 2px 3px 10px;
  font-weight: 500;
}

.tooltip-text::before {
  content: "";
  position: absolute;
  transform: rotate(63deg);
  background-color: #aaaaaa;
  padding: 5px;
  margin-top: 7px;
  margin-left: 8px;
  z-index: 1;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

.left {
  top: 5px;
  right: 35px;
}
.left::before {
  top: 4%;
  right: 1%;
}

.top {
  bottom: 22px;
  left: 3px;
}
.top::before {
  bottom: -4px;
  left: -4px;
}

.right {
  top: -22px;
  left: 0px;
}

.right::before {
  top: 35%;
  left: -2%;
}

.em span {
  font-size: 27px !important;
  color: #000000;
}

.as-header {
  padding: 8px 7px;
}
.threedots {
  margin-right: -2px;
}
.ad-footer {
  padding: 5px 5px 1px 5px;
  display: flex;
  align-items: center;
}
.ad-footer .btn-action {
  margin-right: 3px;
}

#adfilter .form-control {
  border: none;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px -1px rgb(0 0 0 / 10%) !important;
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%),
    0 1px 2px -1px rgb(0 0 0 / 10%);

  border-radius: 11px;
  /* color: #959595;  */
  font-weight: 400;
  background-color: white !important;
  -webkit-appearance: none !important;
  height: 33px;
}
.btn-log {
  color: #e9105d !important;
  box-shadow: 0 10px 25px rgb(10 10 51 / 10%);
  padding: 13px 20px !important;
  /* height: 49px; */
  line-height: 10px !important;
  border-radius: 15px;
  margin-left: 10px;
}

.btn-red {
  color: white !important;
  background-color: #e9105d !important;
  line-height: 10px !important;
  border-radius: 13px;
  /* box-shadow: 0 10px 25px 0 rgba(245, 63, 121, 0.5) !important; */
  box-shadow: 0 15px 15px rgb(10 10 51 / 10%);
  font-size: 1.5rem;
  font-weight: 800;
}
.btn-signup {
  padding: 13px 15px !important;
  /* height: 49px; */
  margin-left: 10px;
  margin-right: 20px;
}

.btn-red:hover,
.btn-red:focus {
  transform: translateY(-0.27em);
  transition: 0.3s;
  background-color: #000000 !important;
}

.btn-log:hover,
.btn-log:focus {
  transform: translateY(-0.27em);
  transition: 0.3s;
  box-shadow: 0px 0px 10px 0px #0000001f;
  background-color: #000000 !important;
  color: white !important;
}

.btn-action {
  padding: 0;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
    0 1px 5px 0 rgb(0 0 0 / 20%);
  border-radius: 50%;
  color: white;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

/* circle btn */
.mu-shadow {
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
    0 1px 5px 0 rgb(0 0 0 / 20%);
}

.mu-shadow-2 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
}

.btn-shadow-main {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px -1px rgb(0 0 0 / 10%);
}

.br-50 {
  border-radius: 50%;
}

.hover-smooth:hover,
.hover-smooth:focus {
  transform: translateY(-0.2em);
  transition: 0.3s;
  opacity: 0.95;
}
.hover-smooth-right:hover,
.hover-smooth-right:focus {
  transform: translateX(0.2em);
  transition: 0.3s;
  opacity: 0.95;
}

.lh-7px {
  line-height: 7px !important;
}
.whl-26 {
  width: 27px !important;
  height: 27px !important;
  line-height: 28px !important;
}
.whl-25 {
  width: 26px;
  height: 26px;
  line-height: 27px;
  opacity: 0.8;
}
.whl-30 {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.whl-45 {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.whl-22 {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

/* end circle btn  hello */

.ad-footer .btn-action {
  width: 30px;
  height: 30px;
}
.ad-footer .btn-action .glyphicon {
  line-height: 30px;
  top: 0px !important;
}

.ad-footer .btn-action:focus,
.ad-footer .btn-action:hover {
  color: white;
  transform: translateY(-0.2em);
  transition: 0.3s;
  box-shadow: 0 10px 25px rgb(10 10 51 / 10%);
  opacity: 0.95;
}

.img-parent {
  position: relative;
  overflow: hidden;
}
.img-parent img {
  /* height: 17px; */
  /* margin: 0 auto; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.extra-block .btn-action {
  width: 26px;
  height: 26px;
  opacity: 0.8;
}

.extra-block .btn-action .glyphicon {
  line-height: 26px;
  top: 0px !important;
  color: #1f1e1e;
}
.extra-block .btn-action:focus,
.extra-block .btn-action:hover {
  opacity: 1;
  transform: translateY(-0.2em);
  transition: 0.3s;
}

/* my 3 dots  */

.btn:active,
.btn:focus {
  outline: 0;
}

.zindex {
  z-index: 9999;
}

.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.opacity-0 {
  opacity: 0;
}

.active-red-shadow {
  /* box-shadow: 0 10px 25px 0 rgb(245 63 121 / 50%) !important; */
  /* box-shadow: rgb(245 63 121 / 34%) 0px 7px 29px 0px !important; */
  box-shadow: 4px 4px 20px -1px rgb(233 16 93 / 86%);
}

/* loading spinner  */

.lds-ripple {
  display: inline-block;
  /* position: relative; */
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #e9105d;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* end loading spinner  */

.overflow-hidden {
  overflow: hidden;
}

.shadow-liner {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px -1px rgb(0 0 0 / 10%);
}

.p-relative {
  position: relative;
}

.center-transform {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .safari_only {
      color: #0000ff;
      background-color: #cccccc;
      font-weight: 300;
    }

    .text-bold,
    #myHeader .navbar-collapse a,
    .form-group label:first-child {
      font-weight: 500;
    }
  }
}
@-webkit-keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes pop-up {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pop-up {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes up-transition {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes up-transition {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes pop-and-transition {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pop-and-transition {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.t-pop-up-and-transition {
  opacity: 0;
  transform: translateY(50px) scale(0);
  -webkit-animation: pop-and-transition 1s ease-in-out forwards;
  animation: pop-and-transition 1s ease-in-out forwards;
}

.t-pop-up {
  opacity: 0;
  transform: scale(0);
  -webkit-animation: pop-up 0.5s ease-in-out forwards;
  animation: pop-up 0.5s ease-in-out forwards;
}

.rotate {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* 
 .success--text {
    color: #4caf50 !important;
    caret-color: #4caf50 !important;
*/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
}

.top-banner {
  background-color: #3694f4 !important;

  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.top-banner h5 {
  color: white !important;
  line-height: 1.1;
  font-size: 14px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

#countdown {
  margin: 0px;
  padding: 0px;
}

#countdown li {
  display: inline-block;
  font-size: 9px;
  list-style-type: none;
  padding: 0px 1em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Segoe UI", "Roboto", sans-serif;
}

#countdown li span {
  display: block;
  font-size: 12px;
  color: #eb105d;
}