@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;1,400;1,500&display=swap');

body {
  background-color: #000;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}

.search {
  background-color: #000;
  border-radius: 25px;
  border: inherit;
  color: #8589a8;
  padding: 15px;
  height: 50px;
}

.top-ranckking {
  color: #fff;
}

.top-ranckking h1 {
  color: #fff;
  font-size: 18px;
  margin: 25px 0;
}

.top-ranckking .link {
  color: #ff3e9e;
  font-size: 14px;
}

.top-ranckking .link:hover {
  color: #fff;
}

.thumbnailBG {
  border-radius: 12px;
  padding: 15px;
  height: 65px;
  margin-bottom: 10px;
  cursor: pointer;
}

.thumbnailBG td {
  padding: 4px 0 4px 0;
}

.thumbnailBG p {
  margin: 5px 0;
}

.thumbnailBG img {
  width: 40px;
}

.some-ad-idea-thumbnailBG {
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #000
}

.thumbnailBGHome {
  background-color: #25284d;
  border-radius: 25px;
  padding: 15px;
  min-height: 125px;
  margin-bottom: 5px;

}

.search-margin15 {
  margin-bottom: 10px;
}

.thumbnailBG:focus {
  background-color: #fff !important;
}

.thumbnailBG .current {
  background-color: #fff !important;
}

.thumbnailBGHome td {
  padding: 4px 0 4px 0;
}

.thumbnailBGHome p {
  margin: 5px 0;
}

.thumbnailBGHome img {
  border-radius: 25px 25px 0 0;
}

.right-sidebar .thumbnailBG {
  background-color: #2d3158;
  border-radius: 12px;
  padding: 15px;
  min-height: 70px;
}

.right-sidebar .thumbnailBG td {
  padding: 4px 0 4px 0;
}

.right-sidebar .thumbnailBG p {
  margin: 5px 0;
}

.right-sidebar .thumbnailBG img {
  border-radius: 25px 25px 0 0;
  margin: 0 5px;
}

.msgbox {
  background-color: #4f4f4f;
  color: #fff !important;
  border-radius: 8px !important;
  border-color: #4f4f4f
}

.btn-purple {
  background-color: #8015e6;
  border-radius: 25px;
  border: inherit;
}

.btn-purple:hover {
  background-color: #9939f5;
}

.colorGrey {
  color: #8589a8;
}

.m-top {
  margin-top: 15px;
}

.favrouite-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #606e7e;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 15px;
  cursor: pointer;
}

.favrouite-icon:hover {
  background-color: #fff;
}

.favrouite-icon .like {
  color: #ff3e9e;
  font-size: 15px;
}

.glyphicon-option-vertical {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.glyphicon-option-vertical:hover {
  color: #ff3e9e;
}

.bgNone {
  background-color: transparent !important;
  border: inherit;
  color: #ff3e9e;
  ;
}

.p15 {
  padding: 15px;
  margin: 8px 0;
}

.greentxt {
  color: #4cc700;
}

.colorpurple {
  color: #8015e6;
}

.border-btn {
  background-color: transparent;
  border: solid 1px #ff3e9e;
  border-radius: 25px;
  color: #ff3e9e;
}

.btn-subscribe {
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 25px;
  color: #8015e6;
}

.border-btn:hover {
  background-color: transparent;
  color: #fff !important;
  border: solid 1px #fff;
}

.user {
  color: #fff;
  margin-right: 10px;
}

.white-txt {
  color: #fff !important;
  margin-right: 10px;
}

.right-sidebar .newsletter {
  background-color: #8015e6;
  border-radius: 25px;
  padding: 0 0 15px 0;
  min-height: 70px;
  margin: 40px 0;
  text-align: center;
}

.right-sidebar .newsletter p {
  margin: 10px 0;
  color: #fff;
}

.right-sidebar .newsletter img {
  border-radius: 25px 25px 0 0;
}

.img-top {
  margin-top: -50px;
}

.notification {
  background-color: #36395b;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #8589a8;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 35px;
  cursor: pointer;
}

.dot {
  color: #ff3e9e;
  font-size: 16px;
}

.logout {
  position: fixed;
  bottom: 10px;
  padding: 0;
  line-break: anywhere;
}

.logout li {
  list-style: none;
}

.logout li a {
  color: #ff3e9e !important;
}

.logout li a:hover {
  color: #fff !important;
  background-color: transparent !important;
}

.toglebtn {
  background-color: #8015e6;
  color: #fff;
  display: none;
}

.toglebtn:hover {
  background-color: #fff;
  color: #8015e6;
}

.toglebtn:focus {
  background-color: #fff;
  color: #8015e6;
}

.fullwidth {
  width: 100%
}
.fullhight {
  height: 100%
}
.label {
  color: #fff !important;
  font-size: 12px;
}

.table_label {
  color: #fff !important;
  font-size: 15px;
}

.ad-title {
  color: #000000;
  margin: 5px;
  font-weight: bold;
}

.selectbox {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
  width: 100%;
  padding: 6px 15px;
  border-radius: 5px;
}

.pb-3 {
  margin-bottom: 15px;
}

.circlediv {
  background-color: #4b4b48;
  text-align: center;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
}

.dashCircle a {
  color: #fff;
}

.dashCircle a:hover {
  color: #fff;
}

.circlediv a {
  color: #fff;
}

.circlediv a:hover {
  color: #fff;
}

.user-imgDiv {
  border-radius: 15px;
}

.margin-left15 {
  margin-right: 15px;
}

.top40 {
  top: 35%
}

.top10 {
  margin-top: 9%
}

.imgGenerate {
  border-radius: 50%;
  border: solid 10px #484848
}

.p50 {
  padding: 50px;
  padding-top: 0;
}

.dashCircle {
  text-align: center;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  border: 1px dashed #fff;
  background: transparent !important;
}


.user-imgDiv img {
  border-radius: 15px;
  margin-bottom: 15px;
}

.greytext {
  color: #b8b8b8;
}

.btn-block {
  width: 100% !important;
}

.white-textdiv {
  color: #fff;
  margin-top: 10px;
  display: block;
}

.card {
  background-color: #333333;
  border-radius: 15px;
  padding: 20px;
  color: #fff;
}

.sub-card {
  background-color: #3b3b3b;
  border-radius: 15px;
  padding: 20px;
  color: #fff;
  border: solid 1px #393939;
}

.activeborder {
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d) !important;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
  .toglebtn {
    display: inline-block;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .top10 {
    margin-top: 25%;
  }

  .content-center {
    padding-top: 35px;
  }

  .tabs-styling {
    margin-top: 65px;
  }

  .padding-top-60 {
    padding-top: 85px;
  }
}