img {
  max-width: 100%;
}

.SideFlyout {
  position: fixed;
  right: -400px;
  width: 400px;
  height: 100%;
  background: #fff;
  top: 0px;
  z-index: 10;
  z-index: 9999;
  box-shadow: 0px 0px 2px #000;
  transition: all 0.2s ease-in;
}

.WalltetListOuter {
  padding: 25px;
}

.SideFlyout.active {
  right: 0px;
  transition: all 0.2s ease-in;
}

.SideFlyout h3 {
  font-size: 30px;
  padding: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.SideFlyout h3 a {
  position: absolute;
  right: 21px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #fff;
  line-height: 51px;
  color: #fff;
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
  top: 15px;
  font-weight: normal;
}

.SideFlyout ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.featureFile .uploadType ul li {
  padding: 0 7.5px;
  font-family: "Sora-Bold";
  text-align: center;
  width: 33.33%;
  font-size: 22px;
}

.featureFile .uploadType .iconBox {
  position: relative;
  margin-bottom: 10px;
  width: 156px;
}

.featureFile .uploadType .iconBox input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.featureFile .uploadType label {
  border: 2px solid rgba(11, 4, 52, 0.2);
  width: 100%;
  margin-bottom: 0;
  padding: 25px;
  background-color: #fff;
  border-radius: 5px;
}

.marketplace-type .textActive {
  border-color: #fff;
  color: #00cb50;
  outline: none;
  box-shadow: none;
  background: #fff;
}

.marketplace-type label[for="NftsFeeturre"] {
  min-height: 75px;
}

.feeturre-type-list {
  display: none;
}

.featureFile .uploadType label img {
  width: 100%;
}

.SideFlyout ul li {
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.SideFlyout ul li h4 {
  margin-bottom: 20px;
}

.TrsutBtn {
  margin-top: 20px;
}

.connectXUMM,
.connectUSD,
.createTrustXUMM,
.buyourXUMM {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
  color: #fff;
  display: block;
  text-align: center;
  padding: 13px 0px;
  border-radius: 10px;
  text-transform: uppercase;
  margin-top: 10px;
}

.WalltetListOuter ul {
  margin-top: 40px;
}

.WalltetListOuter a.button:hover {
  color: #fff;
  background: rgba(49, 182, 128, 1);
}

.WalltetListOuter a small {
  font-size: 11px;
}

.logged-in .bgHeader {
  background: transparent;
}

.earning-progress {
  position: relative;
  margin: 4px;
  float: left;
  text-align: center;
}

.barOverflow {
  position: relative;
  overflow: hidden;
  width: 110px;
  height: 55px;
  margin-bottom: -14px;
}

.earningPage .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 10px solid #eee;
  border-bottom-color: #39b779;
  border-right-color: #39b779;
}

.edit-goal-dot {
  position: absolute;
  right: 40px;
  top: 0px;
  z-index: 1;
}

.edit-goal-dot .dot {
  height: 5px;
  width: 5px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.darkMode .edit-goal-dot .dot {
  background-color: #fff;
}

.mainHeader .navbar-nav li a[class="nav-link"],
.mainHeader .navbar-nav li a[class="nav-link"]:hover {
  color: #000;
}

.mainHeader .navbar-nav li a.active,
.dashboard-page .TopBannerSection h1 {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mainHeader.fixed {
  background-color: #f8f8f8;
}

.dashboard-page .TopBannerSection h1 {
  margin-bottom: 0px;
}

.dashboard-page .TopBannerSection {
  padding-top: 10px;
  padding-bottom: 0px;
}

.dashboard-page .TopBannerSection .row {
  align-items: center;
  justify-content: center;
}

.TitleTab {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 65%
  );
  border: 0;
  padding: 7px 40px;
  font-size: 23px;
  color: #fff;
  border-radius: 10px;
}
.darkMode .dashWhiteBtn {
  color: #fff !important;
}
.dashWhiteBtn {
  background: #fff !important;
  text-transform: capitalize !important;
  color: #000 !important;
  border-color: #ccc !important;
  border-radius: 10px;
  padding-left: 0px !important;
  display: block;
  padding-right: 0px !important;
  width: 100%;
}
.dashboard-page .TopBannerSection .dashWhiteBtn {
  padding-right: 30px !important;
}

.dashboard-page .counterBox__left {
  padding: 25px;
}

.dashboard-page .counterBox:before,
.dashboard-page .counterBox__left:after {
  display: none;
}

.dashboard-page .counterBox--blue .counterBox__left {
  background: none;
}

.dashboard-page .counterBox {
  color: #000;
  border-radius: 35px;
  border: 1px solid #ccc;
  background: #fff;
  height: 100%;
}

.dashboard-page.earningPage .counterBox {
  border-radius: 15px;
}

.dashboard-page.earningPage #earningTable tr td,
#paidOutContent .table tr td {
  font-family: "Sora", sans-serif;
}

#paidOutContent .table tr td {
  white-space: unset !important;
}

.dashboard-page.earningPage #earningTable_wrapper {
  border-radius: 0;
}


.stream-user-page .counterBox {
    color: #000;
    border-radius: 35px;
    border: 1px solid #ccc;
    background: #e4e4e4;
    padding: 25px;
}

/* Dark Mode */
body.darkMode .stream-user-page .counterBox {
  color: #f1f1f1;
  background: #1e1e1e;
  border: 1px solid #2c2c2c;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}


.pb-45{
    padding-bottom:45px !important;
}

.like-btn.liked i {
    color: #ff635e !important;
}

.earning-half-circle {
  text-align: center;
  align-items: center;
  position: relative;
  top: 11px;
  left: 40px;
  line-height: 30px;
}

.set-goal-text {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: -15px;
}

.goal-reach-text {
  color: #cbcbcb;
  position: relative;
  top: -15px;
}

.dashboard-page.earningPage .half-circle {
  width: 120px;
  height: 60px;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  border: 10px solid #f2f2f2;
  border-bottom: 0;
}

.dashboard-page.earningPage .counter-label {
  font-size: 22px;
  font-family: "Sora", sans-serif;
}

.dashboard-page.earningPage .counterBox {
  border-radius: 15px;
}

.dashboard-page.earningPage .filterbtn,
.order-view-btn {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
  border-color: unset;
}

#paidOutContent .dataTables_wrapper,
#earning_list .dataTables_wrapper {
  border-radius: 0 !important;
  border: none !important;
}

body.darkMode .user-earning-order-tab ul.nav-tabs {
  background: #000 !important;
}

body.darkMode .dashboard-page .counterBox {
  border: 1px solid #7b7878;
}

.dashboard-page .common-table.orderTable,
.dashboard-page .common-table.community-table,
.dashboard-page .common-table.media-table,
.dashboard-page .common-table.sponsored-view,
.dashboard-page .common-table.promotion-view {
  color: #000;
  border-radius: 35px;
  border: 1px solid #ccc;
  background: #fff;
}

.dashboard-page .common-table .sub-page-title {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 10%,
    rgba(128, 194, 66, 1) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 15px 0 15px 27px;
}

.dashboard-page .common-table.orderTable thead,
.dashboard-page .common-table.community-table thead,
.dashboard-page .common-table.media-table thead,
.dashboard-page .common-table.sponsored-view thead,
.dashboard-page .common-table.promotion-view thead {
  border-top: 2px solid #dee2e6;
}

body.darkMode .dashboard-page .common-table.orderTable thead,
body.darkMode .dashboard-page .common-table.community-table thead,
body.darkMode .dashboard-page .common-table.media-table thead,
body.darkMode .dashboard-page .common-table.sponsored-view thead,
body.darkMode .dashboard-page .common-table.promotion-view thead {
  border-top: 2px solid #7b7878;
}

body.darkMode
  .dashboard-page
  .planInfo-row
  .left-side
  .planInfo
  .progress
  .progress-bar
  span {
  color: #fff;
}

.dashboard-page .common-table.orderTable tr th,
.dashboard-page .common-table.community-table tr th,
.dashboard-page .common-table.media-table tr th,
.dashboard-page .common-table.sponsored-view tr th,
.dashboard-page .common-table.promotion-view tr th {
  padding: 5px 30px;
  border-bottom: 2px solid #dee2e6;
  color: #000;
  font-size: 18px;
}

.dashboard-page .common-table.orderTable tr td,
.dashboard-page .common-table.community-table tr td,
.dashboard-page .common-table.media-table tr td,
.dashboard-page .common-table.sponsored-view tr td,
.dashboard-page .common-table.promotion-view tr td {
  padding: 5px 30px;
  border-bottom: 2px solid #dee2e6;
  color: #000;
}

.dashboard-page .counterBox__left span {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

.dashboard-page .dueSection .counterBox__left {
  max-width: unset;
  min-width: unset;
}

.dashboard-page .viewAll__button {
  padding: 15px 20px;
}

.dashboard-page .counterBox__left h5 {
  font-size: 25px;
  text-overflow: unset;
  overflow: unset;
}

.ColoredNewBox {
  color: #fff;
}

.dashboard-page .media-section .counterBox__left {
  max-width: unset;
  min-width: unset;
}

.dashboard-page .media-section #upgrade-plan-click {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 25%,
    rgba(128, 194, 66, 1) 50%
  );
}

#upgrade-plan-click {
  display: block;
}

.award_div {
  margin-top: 10px;
}

.award_span {
  top: 15px !important;
  font-size: 24px !important;
}

.dashboard-page #sponsor-feeturre-btn {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 25%,
    rgba(128, 194, 66, 1) 50%
  );
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-t-40 {
  margin-bottom: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.dashboard-page .planInfo-row .left-side .planInfo .progress .progress-bar {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
}

.DashNewBadge {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
  color: #fff;
  font-size: 16px;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  text-align: center;
  line-height: 80px;
  margin-top: 22px;
  margin-left: 30px;
  position: absolute;
  right: 30px;
}

body.darkMode .dashboard-page .counterBox {
  color: #fff;
  background: #000;
}

body.darkMode .dashboard-page .common-table.orderTable,
body.darkMode .dashboard-page .common-table.community-table,
body.darkMode .dashboard-page .common-table.media-table,
body.darkMode .dashboard-page .common-table.sponsored-view,
body.darkMode .dashboard-page .common-table.promotion-view {
  color: #fff;
  background: #000;
  border: 1px solid #7b7878;
}

body.darkMode .dashboard-page .common-table.orderTable tr td,
body.darkMode .dashboard-page .common-table.community-table tr td,
body.darkMode .dashboard-page .common-table.media-table tr td,
body.darkMode .dashboard-page .common-table.sponsored-view tr td,
body.darkMode .dashboard-page .common-table.promotion-view tr td,
body.darkMode .dashboard-page .common-table.orderTable tr th,
body.darkMode .dashboard-page .common-table.community-table tr th,
body.darkMode .dashboard-page .common-table.media-table tr th,
body.darkMode .dashboard-page .common-table.sponsored-view tr th,
body.darkMode .dashboard-page .common-table.promotion-view tr th {
  border-bottom: 1px solid #7b7878;
  color: #fff;
}

.p-r-0 {
  padding-right: 0;
}
@media (min-width: 576px) {
  .dashboard-page .common-table.media-table {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .media-counterBox {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.promo-section .counterBox__left {
  max-width: unset;
  padding: 25px !important;
}

.community-table #timeline_list .alert.alert-danger {
  border-left: none;
  font-family: unset;
  background-color: transparent;
  font-size: 18px;
  color: #000;
}

body.darkMode .community-table #timeline_list .alert.alert-danger {
  color: #fff;
}

.dashboard-page .promo-section .counterBox__left span {
  position: absolute;
  width: 22%;
  left: 40%;
  top: 10px;
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
}

.dashboard-page .promo-section .counterBox__left img {
  width: 70%;
}

.m-t-25 {
  margin-top: 25px !important;
}

.AwardsRewardsPage .award_list { background:none; filter: grayscale(100%); opacity:.3; }
.award-data { margin:50px 20px; }

.AwardsRewardsPage .award_list.active { filter: grayscale(0%); opacity:1; }

@media (max-width: 1460px) {
  /* #upgrade-plan-click {
    font-size: 9px;
  } */

  .award_span {
    font-size: 17px !important;
    width: 25% !important;
  }

  .dashboard-page .promo-section .counterBox__left img {
    width: 90%;
  }
}

@media (max-width: 1360px) {
}

@media (max-width: 1024px) {
  .promo-section .counterBox {
    height: 100%;
  }

  .dashboard-page .promo-section .counterBox__left img {
    width: 100%;
  }

  .dashboard-page .promo-section .counterBox__left span {
    font-size: 13px !important;
  }

  .dashboard-page .customCol {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .dashboard-page .dueSection .counterBox__left span {
    width: 60%;
  }

  .dashboard-page .TopBannerSection h1 {
    font-size: 56px !important;
  }
}
@media (max-width: 767.98px) {
  .dashboard-page .TopBannerSection {
    padding-top: 70px;
  }
}
@media (max-width: 479.98px) {
  .customCol + .customCol .counterBox {
    margin-top: 15px;
  }
  .dashboard-page .TopBannerSection h1 {
    font-size: 48px !important;
  }
}
@media (max-width: 425px) {
  .media-section #add-media-click {
    width: 100%;
  }

  .media-section #upgrade-plan-click {
    width: 100%;
  }

  .media-pedding-right {
    padding-right: 15px !important;
  }

  .dashboard-page .common-table.media-table {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }

  .media-counterBox {
    border-top-left-radius: 35px !important;
    border-bottom-left-radius: 35px !important;
  }
}

@media (max-width: 1116px) {
  .TitleTab {
    font-size: 16px;
  }

  .dashWhiteBtn {
    padding: 10px 15px;
    font-size: 15px;
  }

  .dashboard-page .counterBox {
    margin-top: 0;
  }

  .dashboard-page .counterBox__left span {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .marketplace-type label[for="NftsFeeturre"] {
    min-height: auto;
  }
}
