@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700&display=swap");

.stretched-link::after {
  display: none;
}

body {
  font-family: "Sora", sans-serif;
  overflow-x: hidden;
  word-wrap: unset;
  word-break: unset;
}

.icon-fire {
  width: 35px;
  height: 35px;
  background: url(../images/flame-grey.png) no-repeat center;
  background-size: 100% !important;
  display: block;
}

.listBox__favorite input[type="checkbox"]:checked + span[class^="icon-"] {
  background: url(../images/flame-green.png) no-repeat center;
}

.expand-check::after {
  position: absolute;
  content: "+";
  left: 2px;
  top: -2px;
  font-size: 24px;
  color: #bbbdbf;
  line-height: 23px;
  text-align: center;
}

.expand-check::after {
  content: "+";
  left: 2px;
  top: -2px;
}

.expand-check:checked::after,
li.active .expand-check::after {
  content: "-";
  left: 3px;
  top: -3px;
  border: none;
}

.colored-checkbox,
.colored-radio,
.expand-check {
  -webkit-appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.colored-checkbox:checked,
.tree ul li.active .colored-checkbox,
.colored-radio:checked {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  );
}

.reprePage .colored-checkbox:checked,
.reprePage .tree ul li.active .colored-checkbox {
  background: linear-gradient(
    45deg,
    rgba(175, 32, 137, 1) 0%,
    rgba(89, 84, 164, 1) 50%
  ) !important;
}

.reprePage .colored-radio:checked,
.reprePage .tree ul li.active .colored-radio {
  background: linear-gradient(
    45deg,
    rgba(175, 32, 137, 1) 0%,
    rgba(89, 84, 164, 1) 50%
  ) !important;
  border: 1px solid rgba(175, 32, 137, 1);
}

body.darkMode .reprePage .colored-radio {
  background: #434041 !important;
  border: 1px solid #fff;
}

.marketplace-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contentSet ul {
  margin-bottom: 50px;
}

.contentSet ul li {
  line-height: 30px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "billcorporatenarrow-medium";
  font-size: 19px;
}

.contentSet table {
  margin-bottom: 30px;
}

.contentSet table p {
  margin-bottom: 0px;
}

.contentSet a {
  color: #00d431;
}

.contentSet a:hover {
  text-decoration: underline;
}

.mainHeader.fixed {
  background: #ffffff80;
}

body {
  background: url(../images/bodybg.jpg);
}

.bannerSection__content h1 {
  color: #000;
}

.gradientBtn-g {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: rgb(24, 186, 212);
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
}

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

.mainHeader .navbar-nav li a[class="nav-link"]:hover:after,
.extra-text:hover:after {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(
    45deg,
    rgba(150, 201, 62, 1) 0%,
    rgba(103, 188, 71, 1) 100%
  );
  height: 4px;
  content: "";
  left: 0px;
}

.extra-text:hover {
  color: #000;
}

body.darkMode .extra-text:hover,
body.darkMode .extra-text:hover {
  color: #fff;
}

.extra-text[aria-expanded="true"] {
  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;
}

.view-all {
  padding-bottom: 8px;
}

.view-all:hover:after {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(
    45deg,
    rgba(150, 201, 62, 1) 0%,
    rgba(103, 188, 71, 1) 100%
  );
  height: 4px;
  content: "";
  left: 0px;
}

.homePage .bannerSection__content {
  position: relative;
  top: unset;
  transform: unset;
  margin-top: 250px;
  margin-bottom: 150px;
}

.homePage .bannerSection__content h1 {
  font-size: 100px;
  font-weight: bold;
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
}

.homePage .bannerSection__content h1 span {
  background: linear-gradient(
    260deg,
    rgba(239, 78, 78, 1) 0%,
    rgba(250, 171, 44, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heroBtn {
  position: absolute;
  bottom: 25px;
  right: 0px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
  padding: 1px 10px;
}

.homePage .trendingSection {
  background: none;
}

.homePage .trendingSection h2,
.homePage .trendingSection h3,
.homePage .trendingSection .genres,
.homePage .discoverSection h2,
.homePage .discoverSection h3,
.homePage #trendingArtistList p,
.homePage .commonSection,
#feeturreList .genres {
  color: #231f1f;
}

body.darkMode .homePage .trendingSection h2,
body.darkMode .homePage .trendingSection h3,
body.darkMode .homePage .trendingSection .genres,
body.darkMode .homePage .discoverSection h2,
body.darkMode .homePage .discoverSection h3,
body.darkMode .homePage #trendingArtistList p,
body.darkMode .homePage .commonSection {
  color: #fff;
}

/* .c-footer p.email{
  color: #000;
} */
.listBox {
  position: relative;
  margin-bottom: 38px;

  border-radius: 20px;
  overflow: hidden;
  padding: 5px;
  background: linear-gradient(
    260deg,
    rgba(239, 78, 78, 1) 0%,
    rgba(250, 171, 44, 1) 100%
  );
}

.listBox__detailFeeturres,
.listBox__detailArtist {
  margin-top: 5px !important;

  position: unset !important;
  background: #fff;
  padding: 12px !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 16px;
}

.listBox__img {
  border-top-left-radius: 15px;
  border-top-right-radius: 16px;
  overflow: hidden;
  min-height: 250px;
}

.listBox__detailFeeturres img {
  top: 10px !important;
  left: 10px !important;
  border: 2px solid #fff !important;
}

.discoverSection .listBox {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  );
}

.BoldTextSection {
  padding-top: 100px;
  padding-bottom: 100px;
}

.BoldTextSection h2 {
  font-weight: bold;
  font-size: 100px;
  color: #000;
  text-transform: uppercase;
  line-height: 125px;
  text-align: right;
}

.BoldTextSection h2 span {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bannerSectionContainer {
  position: relative;
}

.listBox--verified .listBox__detailFeeturres .sub {
  width: 100%;
  font-size: 20px;
  background-image: url(../images/verified-yellow.png) !important;
  background-size: 25px !important;
}

.listBox__detailFeeturres > div h2 {
  font-size: 16px;
  text-overflow: unset;
}

.toggleButton #label {
  width: 30px;
  height: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 5px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: scale(1.5);
  top: 0px;
  margin-left: 30px;
}

#menuItemList span:hover,
#menuItemList a:hover span,
#menuItemList a label:hover {
  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;
}

#menuItemList a:hover label,
#menuItemList a:hover i {
  color: #000 !important;
  -webkit-text-fill-color: #000;
}

.toggleButton #label .fa-moon,
.toggleButton #label .fa-sun {
  color: #f1c40f;
}

.bg-gradient {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
}

.bg-danger-gradient {
  background: linear-gradient(
    45deg,
    rgba(239, 78, 78, 1) 0%,
    rgba(250, 171, 44, 1) 100%
  );
}

.ticket-close-btn {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  );
  border: none;
}

.ticket-reopen-btn {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
  border: none;
  color: #fff;
}

.ticket-close-btn:hover {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  ) !important;
  border: none !important;
}

.toggleButton #label--ball {
  width: 11px;
  height: 11px;
  background-color: #f2c304;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  position: absolute;
  transition: transform 0.2s linear;
}

.toggleButton #label--ball.darkMode {
  transform: translatex(15px);
}

.listBox__detailArtist h2.h-15,
.listBox__detailArtist h4.h-15 {
  font-size: 15px;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.listBox--verified .listBox__detailArtist h2 {
  background-size: 15px !important;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
}

.listBox__detailArtist h2 {
  display: block;
}

.listBox__detailArtist .h-12 {
  font-size: 12px;
}

.TopBannerSection {
  padding-top: 150px;
  padding-bottom: 100px;
  text-align: center;
}

.TopBannerSection h1 {
  font-size: 120px;
  font-weight: bold;
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sideBarInner {
  margin-top: 50px;
}

.tree {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 50px;
}

.tree ul {
  display: none;
  margin: 4px auto;
  margin-left: 6px;
  border-left: 1px dashed rgba(128, 194, 66, 1);
  list-style: none;
  padding-left: 0px;
}

.tree li {
  padding: 3px 18px;
  cursor: pointer;
  vertical-align: middle;
  line-height: 30px;
}

.tree li:first-child {
  border-radius: 3px 3px 0 0;
}

.tree li:last-child {
  border-radius: 0 0 3px 3px;
}

.tree label {
  cursor: pointer;
  /* font-weight: bold; */
  margin-left: 15px;
  margin-bottom: 0px;
}

.tree input[type="checkbox"] {
  margin: -2px 6px 0 0px;
}

.has > label {
  color: #000;
  font-size: 22px;
  margin-bottom: 0px;
  cursor: pointer;
}

.tree ul label {
  font-size: 18px;
  font-weight: normal;
  margin-left: 5px;
}

.tree .total {
  color: #e13300;
}

.sidebarSep {
  height: 0;
  width: 100%;
  background: #f1f1f2;
}

.TransBgSidebar {
  background: #e7e7e76e;
  border-radius: 20px;
}

.BoldTextInner {
  position: relative;
}

.BoldTextInner .heroBtn {
  left: 0px;
  bottom: 28px;
  top: unset;
  right: unset;
}

.homePage .commonSection__heading h3 {
  max-width: 730px;
}

.homePage .imgWrap {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.homePage .list-inline-item {
  text-align: center;
}

body.darkMode .toggleButton #label {
  background: #39383a;
  border: 1px solid #000;
}

body.darkMode #menuItemList a:hover label,
body.darkMode #menuItemList a:hover i {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

body.darkMode .toggleButton #label--ball {
  background: #efc30a;
}

body.darkMode .toggleButton #label--ball:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #39383a;
  right: 3px;
  border-radius: 50%;
  top: 0px;
}

body.darkMode .listBox__detailFeeturres,
body.darkMode .listBox__detailArtist {
  background: #000;
}

body.darkMode .homePage .listBox__detailFeeturres,
body.darkMode .listBox__detailArtist {
  background: #231f1f;
}

body.darkMode .listBox--verified .listBox__detailArtist h2,
body.darkMode .listBox__detailArtist .sub,
body.darkMode .listBox--verified .listBox__detailFeeturres .sub,
body.darkMode .listBox__detailFeeturres > div .amount,
body.darkMode .listBox__detailFeeturres > div h2,
body.darkMode .listBox__detailFeeturres .genres {
  color: #fff !important;
}

#marketplaceFeeturreList .listBox--verified .listBox__detailArtist h2,
#marketplaceFeeturreList .listBox__detailArtist .sub,
#marketplaceFeeturreList .listBox--verified .listBox__detailFeeturres .sub,
#marketplaceFeeturreList .listBox__detailFeeturres > div .amount,
#marketplaceFeeturreList .listBox__detailFeeturres > div h2,
#marketplaceFeeturreList .listBox__detailFeeturres .genres {
  color: #fff !important;
}

.listBox--verified .listBox__detailFeeturres .sub,
.repre-details-artist .listBox--verified .listBox__detailArtist h2 {
  width: 100%;
  font-size: 20px;
  background-image: url(../images/verified-yellow.png);
  background-size: 25px !important;
}

.repre-details-artist .listBox {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  );
}

.homePage .talentSection {
  background: url(../images/feeturre-rev.jpg);
  margin-bottom: 150px;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
  background-attachment: fixed;
}

.homePage .talentSection .commonSection__heading {
  position: relative;
  top: unset;
  transform: unset;
  text-align: center;
}

.homePage .talentSection {
  height: auto;
  color: #fff;
}

.homePage .talentSection .commonSection__heading h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
}

.homePage .talentSection .commonSection__heading h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 75px;
}

.homePage .talentSection .commonSection__heading h3 {
  margin-top: 10px;
}

.homePage .listBox__detailFeeturres,
.homePage .listBox__detailArtist {
  height: 122px;
}

.noabsolute {
  position: unset;
  margin-top: 30px;
}

.homePage .commonSection__heading .heroBtn {
  font-size: 60px;
  padding: 0px 25px;
}

section.monitiseSection {
  margin-bottom: 100px;
}

body.darkMode .details-page .detailsBox__left .userInfo__details,
body.darkMode .details-page .detailsBox__left .userInfo__details h4,
body.darkMode .musicInfo__List h4 {
  color: #fff !important;
}

body.darkMode
  .details-page
  .detailsBox__left
  .musicwrapper
  .musicInfo__List
  .badgewrapper__list {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}

.c-footer h2,
.mainHeader .navbar-nav li a.active {
  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;
}

body.darkMode .ArtitBioOuter,
body.darkMode .GreyRoundBox {
  background: #7b797930;
}

/* .c-footer p.details {
    font-size: 17px;
    margin: 35px 0;
    max-width: 350px;
    color: #000;
    line-height: 23px;
}


.c-footer h2, .mainHeader .navbar-nav li a.active { 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;  } */

.whiteLogo {
  display: none;
}

/* #subscription-form { max-width: 80%; }
.c-footer li+li {
    margin-top: 20px;
}
.c-footer a { color: #000; font-size: 17px; } */
/* #subscription-form #email { height: 30px;
    background: #F1F2F2;
    padding: 12px;
    font-size: 15px;
    border-radius: 0 !important;
  border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; border: none !important;
}
body.darkMode #subscription-form #email {
  background: #414042;
}

body.darkMode #subscription-form #email::placeholder {color: #6D6E71;} */

/* #subscription-form #subscribe-user-click {     padding: 0px 10px;
    font-size: 14px;
    background: linear-gradient(45deg, rgba(128,194,66,1) 50%,rgba(49,182,128,1) 100%) !important;
  } */

#owl-feeturre-list .owl-nav,
#owl-artist-list .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

#owl-feeturre-list.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-feeturre-list.owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgba(250, 171, 44, 1);
  color: #fff;
}

#owl-feeturre-list .owl-nav .owl-prev,
.owl-feeturre-list .owl-nav .owl-prev,
#owl-artist-list .owl-nav .owl-prev {
  float: left;
  margin-left: -40px !important;
}

#owl-feeturre-list .owl-nav .owl-next,
.owl-feeturre-list .owl-nav .owl-next,
#owl-artist-list .owl-nav .owl-next {
  float: right;
  margin-right: -40px !important;
}

#owl-feeturre-list.owl-theme .owl-nav [class*="owl-"] {
  width: 35px;
  padding: 0;
  font-size: 20px;
  border: 3px solid rgba(250, 171, 44, 1);
  border-radius: 10px;
  background: #fff;
  color: black;
}

#owl-artist-list.owl-theme .owl-nav [class*="owl-"] {
  width: 35px;
  padding: 0;
  font-size: 20px;
  border: 3px solid rgba(50, 97, 172, 1);
  border-radius: 10px;
  background: #fff;
  color: black;
}

body.darkMode #owl-feeturre-list.owl-theme .owl-nav [class*="owl-"],
body.darkMode #owl-artist-list.owl-theme .owl-nav [class*="owl-"] {
  background: #2d2929;
  color: #fff;
}

#owl-artist-list.owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgba(50, 97, 172, 1);
  color: #fff;
}

.color-gray {
  color: rgba(11, 4, 52, 0.5) !important;
}

.listBox__detailArtist .rating li span[class^="icon-"] {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.max-width-152 {
  max-width: 152px !important;
}

/* .owl-nav {
  display: block !important;
} */

.c-footer .list-unstyled li a,
.c-footer .list-unstyled li a:hover {
  position: relative;
}

.c-footer .list-unstyled li a:hover:after {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(
    45deg,
    rgba(150, 201, 62, 1) 0%,
    rgba(103, 188, 71, 1) 100%
  );
  height: 4px;
  content: "";
  left: 0px;
  top: 27px;
}

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

body.darkMode
  .header-text-color
  .mainHeader.fixed
  .navbar-nav
  li
  a[class="nav-link"] {
  color: #fff;
}

.header-text-color .feeturre-logo-black {
  display: block;
}

.header-text-color .feeturre-logo-white {
  display: none;
}

.header-text-color .mainHeader.fixed .feeturre-logo-black {
  display: none !important;
}

.header-text-color .mainHeader.fixed .feeturre-logo-white {
  display: block !important;
}

#owl-feeturre-list.owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgba(250, 171, 44, 1);
  color: #fff;
}

.homePage .monitiseSection .list-inline-item {
  padding-right: 20px;
  padding-right: 20px;
}

.homePage .list-inline-item {
  background: none;
}

/* .c-footer .logo { max-width: 200px; } */

.searchInput {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  /* border: none; */
  padding: 5px 10px;
}

.Headersearch {
  display: flex;
  padding-left: 20px;

  margin-left: 20px;
  margin-right: 20px;
  padding-right: 20px;
}

.Headersearch input[type="button"] {
  background: #79c243;
  border: none;
  padding: 0 19px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url("../images/search-icon49.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.authLink ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.authLink ul li {
  display: inline-block;
}

.authLink ul li a {
  color: #000;
}

.SignUpNav a {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
  color: #fff !important;
  padding: 0px 6px;
  border-radius: 5px;
}

.SignUpNav a:hover,
.gradientBtn-g:hover {
  background: #80c242;
  color: #fff;
}

.HeroSearchBar {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.HeroSearchBar .searchInput,
.tagInput,
.bootstrap-tagsinput input {
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 10px;
  padding-left: 30px;
  font-size: 21px;
}

.HeroSearchBar input[type="button"] {
  background: #79c243;
  border: none;
  padding: 0 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: url("../images/search-icon49.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px;
}

.tagInput,
.bootstrap-tagsinput input {
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 75px;
}

.bootstrap-tagsinput {
  position: relative;
  text-align: left;
  padding-left: 75px !important;
}

.bootstrap-tagsinput .badge-info {
  color: #000;
  background-color: #ffffff;
  font-weight: normal;
  border: 1px solid #ccc;
  margin-left: 2px !important;
}

body.darkMode .bootstrap-tagsinput .badge-info {
  color: #fff;
  background-color: #161515;
  font-weight: normal;
  border: 1px solid #161515;
  margin-left: 2px !important;
}

body.darkMode .TransBgSidebar {
  background: #5f5f5f6e;
}

.artists-page .bootstrap-tagsinput .badge [data-role="remove"]:after {
  background: linear-gradient(
    45deg,
    rgba(239, 78, 78, 1) 0%,
    rgba(250, 171, 44, 1) 50%
  ) !important;
}

.reprePage .bootstrap-tagsinput .badge [data-role="remove"]:after {
  background: linear-gradient(
    45deg,
    rgba(175, 32, 137, 1) 0%,
    rgba(89, 84, 164, 1) 50%
  ) !important;
  color: #fff;
}

.artistTagBar .bootstrap-tagsinput .badge [data-role="remove"]:after {
  color: #fff;
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  ) !important;
}

.bootstrap-tagsinput .badge [data-role="remove"] {
  color: #fff;
}

.TagBar label {
  position: absolute;
  left: 15px;
  color: #000;
  z-index: 10;
}

.TagBar {
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
  overflow: hidden;
}

.ArtistPageList .listBox {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
}

.reprePage .TopBannerSection h1 {
  background: linear-gradient(
    45deg,
    rgba(175, 32, 137, 1) 0%,
    rgba(89, 84, 164, 1) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ScrollUl {
  max-height: 300px;
  overflow-x: hidden;
}

.sideBarInner .outercategoryFilter {
  background: none;
}

#companyList .listBox {
  background: linear-gradient(
    45deg,
    rgba(175, 32, 137, 1) 0%,
    rgba(89, 84, 164, 1) 50%
  );
}

.feeturre-page .TopBannerSection h1 {
  background: linear-gradient(
    45deg,
    rgba(250, 171, 44, 1) 0%,
    rgba(239, 78, 78, 1) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.MarketPlaceTypeBox {
  text-align: center;
  border-radius: 20px;
  padding-bottom: 100px;
}

.MarketPlaceTypeBox h2 {
  font-weight: bold;
  font-size: 70px;
  line-height: 90px;
  margin-bottom: 30px;
  text-transform: uppercase;
  word-wrap: unset;
  word-break: unset;
}

.MarketPlaceTypeBox .MarketPlacBox {
  background: linear-gradient(
    45deg,
    rgba(250, 171, 44, 1) 0%,
    rgba(239, 78, 78, 1) 50%
  );
  padding: 5px;
  border-radius: 20px;
  overflow: hidden;
}

.MarketPlacBox {
  position: relative;
}

.MarketPlacBoxInner {
  background: #fff;
  border-radius: 20px;
  padding: 60px;
  min-height: 460px;
}

.MarketPlacBoxInner h5 {
  font-weight: bold;
}

.MarketPlacBox {
  position: relative;
}

.MarketPlacBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

#marketplaceFeeturreList .listBox {
  background: linear-gradient(260deg, #231f1f 0%, rgb(73 72 70) 100%);
}

#marketplaceFeeturreList .listBox__detailFeeturres {
  background: linear-gradient(
    260deg,
    rgba(239, 78, 78, 1) 0%,
    rgba(250, 171, 44, 1) 100%
  );
}

body.darkMode #marketplaceFeeturreList .listBox {
  background: linear-gradient(260deg, #fff 0%, rgb(246 245 245) 100%);
}

.authPage .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;
}

.authPage .TopBannerSection h2 {
  font-weight: bold;
}

#marketplaceFeeturreList .genres {
  color: #000;
}

.feerurre-slider {
  margin: 0px 0px;
  padding: 30px 0 0 0px;
}

.textClip {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blueGradbg {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 100%
  );
}

.orangeGradbg {
  background: linear-gradient(
    45deg,
    rgba(250, 171, 44, 1) 0%,
    rgba(239, 78, 78, 1) 100%
  );
}

.purpleGradbg {
  background: linear-gradient(
    45deg,
    rgba(175, 32, 137, 1) 0%,
    rgba(89, 84, 164, 1) 100%
  );
  border: none;
}

.SignUpPageBox {
  margin-bottom: 100px;
}

.SignUpPageBox .BoxOuter {
  border-radius: 20px;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.SignUpPageBox .BoxInner {
  border-radius: 15px;
  text-align: center;
  background: #fff;
  width: 100%;
  height: 200px;
  position: relative;
  word-break: break-all;
}

.BoxOuter h2 {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  transform: translateY(-50%);
  font-weight: bold;
}

.SignUpPageBox strong {
  font-size: 22px;
  text-align: center;
  display: block;
}

.abLink {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

body.darkMode .mainHeader .navbar-nav li.user-info .dropdown-menu,
body.darkMode .mainHeader .navbar-nav li.extra-info .dropdown-menu {
  background-color: #000 !important;
}

.top-search-div {
  display: inline-flex !important;
}

.mainHeader .navbar-nav li.user-info .dropdown-menu {
  background-color: #fff !important;
  margin-top: 30px !important;
  min-width: 300px !important;
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border: 1px solid #a7a8aa !important;
}

.mainHeader .navbar-nav li.extra-info .dropdown-menu {
  background-color: #fff !important;
  margin-top: 15px !important;
  min-width: 225px !important;
  border-radius: 30px !important;
  border: 3px solid #4bba6b !important;
}

.mainHeader .navbar-nav li.extra-info #menuItemList span:hover {
  border-bottom: 3px solid #4bba6b;
}

.extra-text {
  color: #000;
}

body.darkMode .extra-text {
  color: #fff;
}

.mainHeader .navbar-nav li.extra-info .dropdown-toggle::after {
  content: unset;
}

body.darkMode
  .mainHeader
  .navbar-nav
  li.user-info
  .dropdown-menu
  .dropdown-item,
body.darkMode
  .mainHeader
  .navbar-nav
  li.user-info
  .dropdown-menu
  .menuItemList
  h4,
body.darkMode
  .mainHeader
  .navbar-nav
  li.user-info
  .dropdown-menu
  .menuItemList
  span,
body.darkMode
  .mainHeader
  .navbar-nav
  li.extra-info
  .dropdown-menu
  .dropdown-item,
body.darkMode
  .mainHeader
  .navbar-nav
  li.extra-info
  .dropdown-menu
  .menuItemList
  h4,
body.darkMode
  .mainHeader
  .navbar-nav
  li.extra-info
  .dropdown-menu
  .menuItemList
  span {
  color: #fff !important;
}

.mainHeader .navbar-nav li.user-info .dropdown-menu .dropdown-item,
.mainHeader .navbar-nav li.extra-info .dropdown-menu .dropdown-item {
  font-size: 16px !important;
  color: #000 !important;
  font-family: unset !important;
}

.mainHeader .navbar-nav li.user-info .dropdown-menu .dropdown-item:hover,
.mainHeader .navbar-nav li.extra-info .dropdown-menu .dropdown-item:hover {
  background: unset !important;
}

.mainHeader .navbar-nav li.user-info .dropdown-menu .userInfo,
.mainHeader .navbar-nav li.extra-info .dropdown-menu .userInfo {
  border-bottom: 1px solid #a7a8aa !important;
}

.mainHeader .navbar-nav li.user-info .dropdown-menu .dropdown-item.logOut {
  border-top: 1px solid #a7a8aa !important;
}

.mainHeader .navbar-nav li.user-info .dropdown-menu .userInfo__name span {
  color: #000 !important;
}

.mainHeader .navbar-nav li.user-info .dropdown-menu .userInfo__name h4 {
  color: #000 !important;
}

.LoginPage .TopBannerSection h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 50px;
}

.LoginSection {
  padding-top: 200px;
  padding-bottom: 200px;
}

.LoginSection h2 {
  text-transform: uppercase;
}

.LoginFormOuter {
  max-width: 700px;
  margin: 0 auto;
}

.form-group .form-control,
.input-group .form-control {
  border: none;
  border-radius: 15px !important;
}

.p-r-12 {
  padding-right: 12px;
}

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

.ArtistPageList #artistsList .listBox__detailArtist .sub,
.ArtistPageList #artistsList .listBox__detailArtist h2 {
  color: #231f1f;
}

.p-r-12 {
  padding-right: 12px;
}

.p-r-18 {
  padding-right: 18px;
}

.m-r-8 {
  margin-right: 8px !important;
}

.switch_icon {
  position: relative;
  top: -25px;
}

.switch_span {
  position: relative;
  top: -23px;
}

.switch_ul {
  list-style-type: none;
  position: relative;
  top: 5px;
  padding-left: 20px;
}

.listBox--verified .listBox__detailFeeturres .sub {
  background-position: center right !important;
}

.signup-data .joinCommunity {
  font-size: 118px !important;
}

.signup-data .form-group .form-control {
  height: 55px;
}

.skill-filter-tab {
  background: transparent !important;
  border-color: black !important;
  text-transform: uppercase;
  padding: 8px 5px !important;
  font-size: 13px !important;
  color: #000 !important;
  font-weight: bold !important;
  border-radius: 12px;
}

.skill-filter-tab.active {
  background: linear-gradient(
    45deg,
    rgba(239, 78, 78, 1) 0%,
    rgba(250, 171, 44, 1) 100%
  ) !important;
  color: #fff !important;
}

.market-filter-tab {
  background: transparent !important;
  border-color: black !important;
  text-transform: uppercase;
  padding: 8px 12px !important;
  font-size: 13px !important;
  color: #000 !important;
  font-weight: bold !important;
  border-radius: 12px;
}

.m-b-30 {
  margin-bottom: 35px;
}

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

.fetDetMain {
  padding-top: 75px;
}

#artistsimilarList .owl-feeturre-list .genres,
#similarFeeturreList .owl-feeturre-list .genres {
  color: #231f1f;
}

#owl-feeturre-list.owl-theme .owl-nav [class*="owl-"],
.owl-feeturre-list.owl-theme .owl-nav [class*="owl-"] {
  width: 35px;
  padding: 0;
  font-size: 20px;
  border: 3px solid rgba(250, 171, 44, 1);
  border-radius: 10px;
  background: #fff;
  color: black;
}

#owl-feeturre-list .owl-nav,
#owl-artist-list .owl-nav,
.owl-feeturre-list .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

.feeturreDetails span.breadMenu {
  padding: 0px 15px;
  text-transform: uppercase;
  font-size: 13px;
}

.feeturreBioOuter {
  background: #e8ebe8;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}

body.darkMode .feeturreBioOuter {
  background: #7b797930;
}

.feeturreDetails .breadsmith .icon-right-arrow {
  background: linear-gradient(
    45deg,
    rgba(239, 78, 78, 1) 0%,
    rgba(250, 171, 44, 1) 100%
  );
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 13px;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

body.darkMode .skill-filter-tab,
body.darkMode .market-filter-tab {
  color: #fff !important;
}

.market-filter-tab.active {
  background: linear-gradient(
    45deg,
    rgba(128, 194, 66, 1) 50%,
    rgba(49, 182, 128, 1) 100%
  ) !important;
  color: #fff !important;
}

.artistsSection .tree {
  margin-bottom: 30px;
}

.sort-dropdown {
  background: linear-gradient(
    45deg,
    rgba(239, 78, 78, 1) 0%,
    rgba(250, 171, 44, 1) 100%
  );
  border: 0;
  padding: 7px 40px !important;
  font-size: 23px;
}

.sort-dropdown:focus {
  background: linear-gradient(
    45deg,
    rgba(239, 78, 78, 1) 0%,
    rgba(250, 171, 44, 1) 100%
  ) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.sort-dropdown::after,
.artist-sort-dropdown::after,
.repre-sort-dropdown::after {
  content: unset;
}

.sort-dropdown-menu,
.artist-sort-dropdown-menu,
.repre-sort-dropdown-menu {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

body.darkMode .dropdown-item {
  color: #fff;
}

body.darkMode .dropdown-menu {
  background-color: #414042;
}

.top-search-dropdown-menu {
  width: 100%;
  border-radius: 0.6rem;
}

.top-search-dropdown-menu ul {
  list-style-type: none;
  padding-left: 0px;
}

.top-search-dropdown-menu .dropdown-header {
  padding: 0.5rem 16px;
  font-size: 18px;
  border-bottom: 1px solid #e6e8eb;
  color: #727a82;
}

body.darkMode .top-search-dropdown-menu .dropdown-header {
  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;
}

.top-search-dropdown-menu .dropdown-li {
  border-bottom: 1px solid #e6e8eb;
}

.top-search-dropdown-menu .dropdown-item {
  font-weight: 600;
  word-break: break-word;
  white-space: break-spaces;
  padding: 0.5rem 2rem !important;
  font-size: 16px !important;
}

.sort-dropdown-menu .dropdown-item,
.artist-sort-dropdown-menu .dropdown-item,
.repre-sort-dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem !important;
  font-size: 14px;
}

.artist-sort-dropdown {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  );
  border: 0;
  padding: 7px 40px;
  font-size: 23px;
}

.artist-sort-dropdown:focus {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  ) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.repre-sort-dropdown {
  background: linear-gradient(
    45deg,
    rgba(175, 32, 137, 1) 0%,
    rgba(89, 84, 164, 1) 50%
  );
  border: 0;
  padding: 7px 40px;
  font-size: 23px;
}

.repre-sort-dropdown:focus {
  background: linear-gradient(
    45deg,
    rgba(175, 32, 137, 1) 0%,
    rgba(89, 84, 164, 1) 50%
  ) !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.darkMode .artist-sort-dropdown-menu .dropdown-item:hover,
body.darkMode .top-search-dropdown-menu .dropdown-item:hover {
  background-color: #4180bf;
}

body.darkMode .sort-dropdown-menu .dropdown-item:hover {
  background-color: #f68939;
}

body.darkMode .repre-sort-dropdown-menu .dropdown-item:hover {
  background-color: #5954a4;
}

.ArtistPageList .listBox--verified .listBox__detailArtist h2,
.reprePage .listBox--verified .listBox__detailArtist h2,
.homePage .listBox--verified .listBox__detailArtist h2 {
  width: 100%;
  font-size: 20px;
  background-image: url(../images/verified-yellow.png);
  background-size: 25px !important;
  background-position: center right;
}

.verified-icon {
  width: 25px;
  margin-left: 5px;
}

/* .feeturre_award_list {
  width: 21%;
  min-height: 155px;
  background: #E8EBE8;
  border-radius: 15px;
  margin-right: 17px;
  margin-left: 20px;
  position: relative;
} */

/* body.darkMode .feeturre_award_list {
  background: #7b797930;
} */

.MarketPlaceTypeBox .MarketPlacBox:hover {
  box-shadow: 10px 10px 15px 10px #ff5f4475;
}

@media (max-width: 1480px) {
  .mainHeader .navbar-nav li + li {
    margin-left: 10px;
  }

  .nav-link {
    padding: 0.5rem 0.5rem;
  }

  .searchInput {
    width: 100%;
  }

  .Headersearch {
    max-width: 250px;
  }

  .award_list {
    margin-left: 14px !important;
  }

  .detailslider {
    padding-top: 50px !important;
  }
}

@media (max-width: 1399px) {
  .listBox__detailArtist .sub {
    max-width: 100px !important;
  }

  .MarketPlacBoxInner {
    min-height: 385px !important;
  }

  .BoldTextSection h2 {
    font-size: 75px;
    line-height: 95px;
  }

  .listBox__img {
    min-height: 200px;
  }

  .homePage .imgWrap {
    max-width: 125px;
  }

  .homePage .list-inline-item {
    font-size: 14px;
  }

  .homePage .talentSection .commonSection__heading h4 {
    font-size: 55px;
  }

  .homePage .talentSection .commonSection__heading h2 {
    font-size: 40px;
  }

  .homePage .commonSection__heading .heroBtn {
    font-size: 35px;
  }

  .listBox--verified .listBox__detailFeeturres .sub {
    font-size: 16px;
  }

  .listBox__detailFeeturres .sub,
  .listBox__detailFeeturres .genres {
    font-size: 14px;
  }

  .listBox__detailFeeturres .genres {
    line-height: 20px;
    margin-bottom: 4px;
  }

  .listBox__detailFeeturres .d-flex > div {
    flex: 1;
  }
  .listBox__detailFeeturres .d-flex > div h2 {
    display: block;
    margin-bottom: 0px;
  }

  .listBox__detailFeeturres > div h2 {
    font-size: 14px;
  }

  .mainHeader .navbar-nav li,
  .authLink ul li {
    font-size: 13px;
  }

  .mainHeader .navbar-nav li + li {
    margin-left: 4px;
  }

  .Headersearch {
    max-width: 170px;
  }

  .Headersearch {
    margin-left: 10px;
    padding-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .nav-link {
    padding: 0.5rem 0.3rem;
  }

  .homePage .trendingSection,
  .homePage .commonSection {
    padding-left: 50px;
    padding-right: 50px;
  }

  .award_list {
    margin-left: 10px !important;
    min-height: 80px !important;
    margin-right: 4px !important;
    border-radius: 12px !important;
  }

  .award_title {
    font-size: 9px !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    min-height: 30px !important;
  }
}

@media (max-width: 1199px) {
  .TagBar {
    margin-left: 50px;
    margin-right: 50px;
  }
  .listBox__img {
    /* min-height: 190px; */
    min-height: 140px;
  }

  .MarketPlacBoxInner {
    min-height: 325px !important;
  }

  .listBox--verified .listBox__detailFeeturres .sub {
    font-size: 14px;
    background-size: 17px !important;
  }

  .listBox__detailFeeturres .genres,
  .listBox__detailFeeturres > div h2 {
    font-size: 13px !important;
  }

  .homePage .bannerSection {
    height: auto;
  }

  .homePage .bannerSection__content h1 {
    font-size: 85px;
  }

  .Headersearch {
    margin: 0px;
    padding: 0px;
    border: none;
    max-width: 100%;
  }

  .has > label {
    font-size: 18px;
    margin-left: 0;
  }
  .tree li {
    padding: 3px 8px;
  }
  .ArtistPageList .listBox {
    margin-left: 0px;
    margin-right: 0px;
  }

  .ArtistPageList .d-sm-flex {
    display: block !important;
  }

  .listBox__detailFeeturres > div .amount {
    margin: 0;
  }

  .sliderVideo,
  .sliderImg,
  .sliderPrev,
  .sliderNext {
    height: 360px;
  }

  /* .feeturre_award_list {
    margin-right: 11px;
    margin-left: 11px;
  } */
  .left-arrow-img,
  .right-arrow-img {
    width: 36px;
  }
  .pagination-data .pagination .page-link {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .TransBgSidebar {
    margin-bottom: 30px;
  }
  .homePage .bannerSection__content h1 {
    font-size: 65px;
  }

  .MarketPlacBoxInner {
    min-height: 385px !important;
  }

  .signup-data .joinCommunity {
    font-size: 65px !important;
  }

  .homePage .bannerSection__content {
    margin-bottom: 50px;
  }

  .bannerSectionContainer {
    margin-bottom: 100px;
  }

  .heroBtn {
    position: unset;
  }

  .BoldTextInner {
    text-align: right;
  }

  .BoldTextInner .heroBtn {
    margin-top: 30px;
  }

  .homePage .monitiseSection ul {
    flex-wrap: wrap;
  }

  .homePage .monitiseSection .list-inline-item {
    flex: 50%;
    margin-bottom: 60px;
  }

  .resourcePage .monitiseSection .list-inline-item {
    width: auto !important;
  }

  /* .c-footer .col-xl-5 { margin-bottom: 40px; } */

  .listRow {
    margin-left: 0px;
    margin-right: 0px;
  }

  .award_list {
    min-height: 90px !important;
    margin-right: 7px !important;
  }

  .sliderVideo,
  .sliderImg,
  .sliderPrev,
  .sliderNext {
    height: 320px;
  }

  .artSlider {
    margin: 15px;
  }

  /* .feeturre_award_list {
    min-height: 115px;
    margin-right: 7px;
    margin-left: 7px;
  } */

  .fetDetMain {
    padding-top: 100px;
  }
  .MarketPlaceTypeBox h2 {
    font-size: 36px;
    line-height: 50px;
  }
}

@media (max-width: 420px) {
  .resourcePage .bannerSection__content h1 {
    font-size: 30px !important;
  }

  /* .feeturre_award_list {
    min-height: 85px;
    margin-right: 6px;
    margin-left: 6px;
  } */
}

@media (max-width: 525px) {
  .TopBannerSection h1 {
    font-size: 45px !important;
  }

  .details-page .detailsBox__left {
    margin-top: 60px !important;
  }
}

@media (max-width: 767px) {
  .TransBgSidebar {
    margin: 0 auto 30px;
    max-width: calc(100% - 30px);
  }
  .artist-sort-dropdown,
  .repre-sort-dropdown {
    font-size: 20px;
  }
  .TagBar {
    margin-left: 30px;
    margin-right: 30px;
  }
  .feeturre-page .TopBannerSection h1 {
    font-size: 56px !important;
  }
}

@media (max-width: 575px) {
  .TagBar {
    margin-left: 15px;
    margin-right: 15px;
  }
  .HeroSearchBar .searchInput {
    padding-left: 15px;
    font-size: 16px;
  }
  .TopBannerSection {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .MarketPlacBoxInner {
    min-height: 300px !important;
  }

  .header-text-color .mainHeader .navbar-nav li a[class="nav-link"] {
    color: #fff;
  }

  .header-text-color .feeturre-logo-black {
    display: none;
  }

  .header-text-color .feeturre-logo-white {
    display: block;
  }

  body .whiteLogo {
    display: block;
  }

  body .blackLogo {
    display: none;
  }

  /* .c-footer .blackLogo{
    display: block;
  }
  .c-footer .whiteLogo{
    display: none;
  } */
  .authLink .before-login a {
    color: #fff;
  }

  .feeturre__videoBox .nav-justified .nav-item {
    margin-bottom: 0px !important;
  }
  .TopBannerSection h1 {
    font-size: 45px !important;
  }
  .HeroSearchBar input[type="button"] {
    padding: 0 26px;
    background-size: 24px;
  }
}

@media (max-width: 690px) {
  .reprePage .TopBannerSection h1 {
    font-size: 45px;
  }
}

@media (max-width: 480px) {
  .signup-data .joinCommunity {
    font-size: 45px !important;
  }

  .reprePage .TopBannerSection h1 {
    font-size: 30px !important;
  }

  .sliderVideo,
  .sliderImg,
  .sliderPrev,
  .sliderNext {
    height: 260px;
  }
  .feeturre-page .TopBannerSection h1 + h3 {
    font-size: 22px;
  }
}

@media (max-width: 1340px) {
  body.darkMode .bannerSection__content .line-or-class span {
    background: #2d2929 !important;
  }
}

@media (max-width: 600px) {
  .homePage .bannerSection__content h1,
  .BoldTextSection h2 {
    font-size: 45px;
    line-height: 60px;
  }

  .homePage .bannerSection__content {
    margin-top: 150px;
  }

  .feeturre-page .TopBannerSection h1 {
    font-size: 45px !important;
  }
}

@media (max-width: 380px) {
  .feeturre-page .TopBannerSection h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 625px) {
  .pagination-data .pagination .page-link {
    padding: 0.5rem 1rem !important;
  }
}

@media (max-width: 484px) {
  .pagination-data .pagination .page-link {
    padding: 0.5rem 0.4rem !important;
  }

  .award_list {
    min-height: 105px !important;
    margin-right: 14px !important;
    margin-left: 14px !important;
    margin-bottom: 20px !important;
    width: 26% !important;
  }
}

@media (max-width: 1599px) {
  .pagination-data .pagination .page-link {
    padding: 0.5rem 3.5rem !important;
  }

  .detailsBox.detailsComments.detailslider {
    margin-top: 100px !important;
  }
}

@media (max-width: 1399px) {
  .pagination-data .pagination .page-link {
    padding: 0.5rem 2.8rem !important;
  }
}

@media (max-width: 1199px) {
  .pagination-data .pagination .page-link {
    padding: 0.5rem 2.2rem !important;
  }

  .min-h35 {
    min-height: 36px;

    height: 44px;
    overflow: hidden !important;
  }
  .TopBannerSection h1 {
    font-size: 96px;
  }
}

@media (max-width: 991px) {
  .pagination-data .pagination .page-link {
    padding: 0.5rem 1.5rem !important;
  }
  .TopBannerSection h1 {
    font-size: 64px;
    margin-bottom: 20px;
  }
  .award_list {
    width: 28%;
  }
}

@media (max-width: 669px) {
  .pagination-data .pagination .page-link {
    padding: 0.5rem 1.2rem !important;
  }
}

@media (max-width: 599px) {
  .pagination-data .pagination .page-link {
    padding: 0.5rem 0.9rem !important;
  }
}

@media (max-width: 480px) {
  .pagination-data .pagination .page-link {
    padding: 0.5rem 0.6rem !important;
  }
}

@media (max-width: 399px) {
  .pagination-data .pagination .page-link {
    padding: 0.5rem 0.4rem !important;
  }

  .award_list {
    min-height: 95px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    width: 27% !important;
  }

  .TopBannerSection h1 {
    font-size: 42px !important;
  }
}
@media (max-width: 320px) {
  .award_list {
    min-height: 90px !important;
    margin-right: 6px !important;
    margin-left: 6px !important;
    width: 29% !important;
  }
}

/* Dark Mode */

body.darkMode {
  background: #000 url(../images/bodybg-dark.jpg);
  color: #fff;
}

body.darkMode .bannerSection__content h1,
body.darkMode .homePage .commonSection,
body.darkMode .BoldTextSection h2,
body.darkMode .authLink ul li a {
  color: #fff;
}

body.darkMode .mainHeader .navbar-nav li a[class="nav-link"],
body.darkMode .c-footer a,
body.darkMode .c-footer p.details,
body.darkMode .c-footer p.email {
  color: #fff;
}

body.darkMode .bannerSection__content h2,
body.darkMode .homePage .commonSection {
  color: #fff !important;
}

body.darkMode .bannerSection__content .searchInput {
  background: #2d2929;
  border: 1px solid black;
}

body.darkMode .bannerSection__content .form-control {
  background: #424243;
  color: #a7a8aa;
}

body.darkMode .bannerSection__content .form-control::placeholder {
  color: #bdbec0;
}

body.darkMode .bannerSection__content .custom-control label {
  color: #fff !important;
}

body.darkMode .bannerSection__content .line-or-class span {
  background: #161616;
  color: #fff !important;
}

body.darkMode .SignUpPageBox .BoxInner {
  background: #161616;
}

body.darkMode .MarketPlacBoxInner {
  background: #161616;
}

body.darkMode .color-black {
  color: #fff !important;
}

body.darkMode .artists-page .HeroSearchBar .searchInput,
body.darkMode .reprePage .HeroSearchBar .searchInput {
  background: #404041;
  border: 1px solid black;
  color: #747474;
}

body.darkMode .artists-page .bootstrap-tagsinput,
body.darkMode .reprePage .bootstrap-tagsinput {
  background: #404041;
  border: 1px solid black;
  color: #747474;
}

body.darkMode .artists-page .bootstrap-tagsinput input,
body.darkMode .reprePage .bootstrap-tagsinput input {
  color: #747474;
}

body.darkMode .artists-page .TagBar label,
body.darkMode .reprePage .TagBar label {
  color: #fff;
}

body.darkMode .pagination-data .page-item.active .page-link {
  color: #fff;
}

body.darkMode .pagination-data .pagination .page-link {
  color: #747474;
}

body.darkMode .expand-check {
  background: #747474;
  border: 1px solid #fff;
}

body.darkMode .has > label {
  color: #fff;
}

body.darkMode .tree ul label {
  color: #fff;
}

body.darkMode .whiteLogo {
  display: inline-block;
}

body.darkMode .blackLogo {
  display: none;
}

body.darkMode .Headersearch {
  border-color: #fff;
}

body.darkMode .mainHeader.fixed {
  background: #6f6f6f80;
}

body.darkMode a.default-color {
  color: #fff;
}

#artistsList .pagination,
#companyList .pagination {
  display: none;
}

.pagination-data .pagination .page-link {
  border: none;
  padding: 0.5rem 3.7rem;
  color: rgba(11, 4, 52, 0.5);
  font-size: 22px;
  background-color: transparent;
  line-height: 2.25;
}

.pagination-data {
  margin: 0 auto;
  margin-top: 40px;
}

.pagination-data .pagination {
  border: 1px solid black;
  border-radius: 15px;
  margin: 0 auto;
  justify-content: center;
  width: 90%;
}

.page-item.active .page-link {
  background-color: transparent;
  color: black;
}

.page-item.disabled .page-link {
  background-color: transparent;
}

/* Skeleton Loading */

.cards {
  display: flex;
}

.card {
  margin: 10px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-top: 0px;
  margin-bottom: 30px;
}

.card .image img {
  max-width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card .content {
  padding: 20px 30px;
}

.card.is-loading .image,
.card.is-loading h2,
.card.is-loading p {
  background: #eee;
  background: linear-gradient(110deg, #d4d4d4 8%, #f5f5f5 18%, #d4d4d4 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  -webkit-animation: 1.5s shine linear infinite;
  animation: 1.5s shine linear infinite;
}

.card.is-loading .image {
  height: 200px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card.is-loading h2 {
  height: 30px;
}

.card.is-loading p {
  height: 70px;
}

.market-text {
  background: linear-gradient(
    45deg,
    rgba(239, 78, 78, 1) 0%,
    rgba(250, 171, 44, 1) 100%
  ) !important;
  -webkit-background-clip: text !important;
}

.skill-filter .colored-radio:checked {
  background: linear-gradient(
    45deg,
    rgba(239, 78, 78, 1) 0%,
    rgba(250, 171, 44, 1) 50%
  ) !important;
  border: 1px solid rgba(250, 171, 44, 1);
}

.font-20 {
  font-size: 20px !important;
}

.skillSidebarBtn {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
  border: none;
  padding: 8px 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-left: -17px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

/* .feeturre-page .MarketPlacBox {
  word-break: break-word;
} */

.font-118 {
  font-size: 118px !important;
}

.joinCommunity {
  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;
  font-weight: bold !important;
  font-family: "Sora", sans-serif !important;
  text-transform: uppercase !important;
  margin-top: 0px !important;
  text-align: center;
}

.joinCommunity:before {
  content: unset !important;
}

.color-black {
  color: #000 !important;
}

.signup-data h2 {
  font-family: "Sora", sans-serif !important;
  font-weight: bold;
}

.signup-data .socialLogin a,
.signin-data .socialLogin a {
  border-radius: 16px;
}

.signin-data .socialLogin a {
  width: auto !important;
}

.signin-data .socialLogin a label {
  width: 100%;
}

.signup-data .form-group input.form-control {
  border-radius: 13px !important;
  border: 1px solid #000;
  height: 55px;
}

.country-data button {
  border: 1px solid #000 !important;
  border-radius: 15px !important;
}

.country-data input {
  height: 35px !important;
}

#submit-create-account,
#submit-login,
#submit-ticket {
  width: 50%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 15px;
  background: linear-gradient(
    45deg,
    rgba(128, 194, 66, 1) 50%,
    rgba(49, 182, 128, 1) 100%
  );
}

.common-table.openTicketTable,
.common-table.closeTicketTable {
  color: #000;
  border-radius: 35px;
  border: 1px solid #ccc;
  background: #fff;
}

.common-table.openTicketTable tr th,
.common-table.closeTicketTable tr th {
  padding: 12px 30px !important;
  border-bottom: 2px solid #dee2e6 !important;
  color: #000 !important;
  font-size: 18px !important;
}

.common-table.openTicketTable tr td,
.common-table.closeTicketTable tr td {
  padding: 10px 30px !important;
  border-bottom: 2px solid #dee2e6 !important;
  color: #000 !important;
}

body.darkMode .common-table.openTicketTable,
body.darkMode .common-table.closeTicketTable {
  color: #fff;
  background: #000;
  border: 1px solid #7b7878;
}

body.darkMode .common-table.openTicketTable tr th,
body.darkMode .common-table.openTicketTable tr td,
body.darkMode .common-table.closeTicketTable tr td,
body.darkMode .common-table.closeTicketTable tr th {
  border-bottom: 1px solid #7b7878 !important;
  color: #fff !important;
}

body.darkMode .ticket-tabs ul.nav-tabs li.nav-item a {
  color: #fff;
}

body.darkMode .ticket-tabs ul.nav-tabs li.nav-item a.active {
  color: #00cb50;
}

#reply-form textarea {
  border: 1px solid #7b7878;
}

/* .ticket-tabs ul.nav-tabs li.nav-item a.active {
  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;
} */

body.darkMode
  .common-table.openTicketTable
  .dataTables_wrapper
  .dataTables_paginate
  .previous
  a,
body.darkMode
  .common-table.closeTicketTable
  .dataTables_wrapper
  .dataTables_paginate
  .previous
  a,
body.darkMode
  .common-table.openTicketTable
  .dataTables_wrapper
  .dataTables_paginate
  .next
  a,
body.darkMode
  .common-table.closeTicketTable
  .dataTables_wrapper
  .dataTables_paginate
  .next
  a {
  color: #fff !important;
}

#submit-login,
#submit-ticket {
  width: 100%;
}

.ticket-view .h3,
.ticket-view strong,
.ticket-view span,
.ticket-commentList {
  color: #000;
}

.ticket-view .ticket-title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.ticket-info span,
.ticket-info strong {
  font-size: 18px;
}

body.darkMode .ticket-view span,
body.darkMode .ticket-commentList,
body.darkMode .ticket-view strong {
  color: #fff;
}

body.darkMode .openTicketTable #orderListApprovalShow_processing,
body.darkMode .closeTicketTable #orderListApprovalShow_processing,
body.darkMode .closeTicketTable #orderListCurrentShow_processing {
  background: transparent;
}

#ticket-form input,
#ticket-form textarea {
  border: 1px solid #c0c0c0;
}

#ticket-form #ticketSubject-error,
#ticket-form #description-error {
  display: inline;
  color: #fff;
  background: rgba(255, 0, 0, 0.4);
  padding: 1px 4px 3px;
  font-family: "Sora-Medium";
  margin-top: 5px;
  font-size: 12px;
}

.font-20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}

.ticket-view .card,
.ticket-view .list-group-item {
  background: #dfdfdf30;
}

.signup-data .form-group .icon:before {
  color: #80c242 !important;
}

.country-data .icon.icon-location:before {
  z-index: 99999;
}

.signup-data .bootstrap-select .dropdown-toggle:after {
  color: #80c242 !important;
}

.signup-data .bootstrap-select.show .dropdown-menu {
  border-color: #000;
}

.signup-data .custom-checkbox .custom-control-label:before {
  border-radius: 7px;
}

.signup-data
  .bootstrap-select
  .dropdown-toggle.bs-placeholder
  .filter-option-inner-inner {
  color: #c2c2c2;
}

.form-group .icon.icon-location:before {
  content: "\e947" !important;
}

.signin-data .rightContent--login {
  max-width: 600px !important;
}

.signin-data .rightContent h2 {
  font-family: "Sora-Bold" !important;
}

.signin-data .rightContent .accountType label span {
  color: black !important;
  border: 1px solid black !important;
}

.authPage--account
  .rightContent
  .accountType
  label
  input[type="radio"]:checked
  + span {
  color: #80c242 !important;
  border: 1px solid #80c242 !important;
}

.ScrollUl::-webkit-scrollbar {
  width: 6px;
  /* width of the entire scrollbar */
}

.ScrollUl::-webkit-scrollbar-track {
  background: #d9f7e5;
  /* color of the tracking area */
  border-radius: 6px;
}

.ScrollUl::-webkit-scrollbar-thumb {
  background-color: #00cb50;
  border-radius: 20px;
  background: linear-gradient(
    45deg,
    rgba(128, 194, 66, 1) 50%,
    rgba(49, 182, 128, 1) 100%
  ) !important;
}

.artistry-font {
  font-size: 25px !important;
  font-weight: bold !important;
  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 !important;
  -webkit-text-fill-color: transparent;
  margin-top: -15px !important;
  margin-bottom: 60px !important;
}

.signin-data .form-group .icon:before {
  font-size: 28px !important;
  left: 18px !important;
  top: 20px !important;
  color: #80c242 !important;
}

.signin-data .form-group .icon input {
  padding-left: 60px !important;
}

.signin-data .custom-checkbox .custom-control-label:before {
  border-radius: 7px;
  border-color: #999191;
}

.color-c2c2c2 {
  color: #c2c2c2 !important;
}

.m-l-25 {
  margin-left: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

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

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

.signin-data .text-signup {
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
  padding: 4px 10px;
  color: #fff;
  border-radius: 7px;
  margin-left: 35px;
  font-weight: bold;
}

.line-or-class {
  width: 85%;
  text-align: center;
  border-bottom: 2px solid #c2c2c2;
  line-height: 0.1em;
  margin: 0 auto !important;
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.line-or-class span {
  background: #f2f2f2;
  padding: 0 20px;
}

.signin-data .rightContent p {
  margin-top: 60px !important;
  font-size: 22px !important;
}

.resourcePage .bannerSection__content {
  color: #1c2753 !important;
  margin-top: 100px !important;
  margin-bottom: 50px !important;
}

.resourcePage .monitiseSection .list-inline-item {
  width: 25%;
}

.resourcePage .HeroSearchBar {
  margin-bottom: 115px;
}

.p-b-50 {
  padding-bottom: 50px !important;
}
@media (max-width: 1900px) {
}
@media (max-width: 1600px) {
  .MarketPlaceTypeBox h2 {
    font-size: 45px;
    line-height: 60px;
  }

  .MarketPlacBoxInner {
    min-height: 360px;
  }

  .MarketPlaceTypeBox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1480px) {
}

/* .tree .has .active .expand-check:nth-child(1)::after{
  content: '+' !important;
} */
@-webkit-keyframes shine {
  to {
    background-position-x: -200%;
  }
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.details-page .detailsBox__left .userInfo__details {
  position: unset !important;
  color: #000 !important;
  padding: 40px;
}

.details-page .detailsBox__left .userInfo--verified .userInfo__details h2,
.details-page .detailsBox__left__profile .media--verified .media-body h2 {
  background-image: url(../images/verified-yellow.png) !important;
  background-position: center right !important;
  background-size: 25px !important;
  display: block !important;
}

.details-page .detailsBox__left__profile .media--verified .media-body a {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  );
  border: none;
}

.details-page .musicwrapper a.theme-color {
  background: linear-gradient(
    45deg,
    rgba(239, 78, 78, 1) 0%,
    rgba(250, 171, 44, 1) 100%
  );
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: bold;
  font-size: 18px;
}

.details-page .musicwrapper .customGutter a.buyBtn {
  background: linear-gradient(
    45deg,
    rgba(150, 201, 62, 1) 0%,
    rgba(103, 188, 71, 1) 100%
  );
}

.feeturreDetails .video__videoBox {
  /* background-color: #e8ebe8 !important; */
  border-radius: 30px;
}

.listShare {
  position: absolute;
  right: 50px;
  top: 2px;
  color: #79c243;
}

.video_fire_icon {
  position: absolute;
  top: 0;
  right: 1px;
}

body.darkMode
  .details-page
  .detailsBox__left
  .userInfo--verified
  .userInfo__details
  h2 {
  color: #fff;
}

.details-page
  .detailsBox__left
  .userInfo__details
  .badgewrapper__list.font-med {
  color: rgb(56 194 223);
}

.Artistcontactbtn {
  padding: 0px 40px 0;
}

.Artistcontactbtn a {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  );
  color: #fff;
  display: block;
  text-align: center;
  padding: 13px 0px;
  border-radius: 10px;
  text-transform: uppercase;
}

.repreContactBtn {
  padding: 0px 40px 0;
}

.repreContactBtn a {
  background: linear-gradient(
    45deg,
    rgba(175, 32, 137, 1) 0%,
    rgba(89, 84, 164, 1) 50%
  );
  color: #fff;
  display: block;
  text-align: center;
  padding: 13px 0px;
  border-radius: 10px;
  text-transform: uppercase;
}

.ArtistMetaData {
  margin-bottom: 30px;
}

.requrestBtn a {
  background: linear-gradient(
    45deg,
    rgba(150, 201, 62, 1) 0%,
    rgba(103, 188, 71, 1) 100%
  );
}

.details-page .detailsBox__left .totalFigure {
  border: none !important;
}

.details-page
  .detailsBox__left
  .musicwrapper
  .musicInfo__List
  .badgewrapper__list {
  min-width: auto !important;
  padding: 3px 6px !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 7px !important;
  font-weight: normal !important;
  background-color: #ffffff !important;
  color: #676767 !important;
  font-size: 14px !important;
}

.details-page .detailsBox__left .musicwrapper .musicInfo__List h4 {
  margin-bottom: 4px !important;
}

.details-page .detailsBox__left .userInfo__img:before {
  content: unset !important;
}

.details-page .detailsBox__left {
  background-color: #dfdfdf30 !important;
  border-radius: 20px;
  overflow: hidden;
}

.heading__detailArtist,
.heading__detailRepre {
  position: relative;
}

.heading__detailArtist h4,
.heading__detailArtist h2 {
  font-size: 69px;
  text-transform: uppercase;
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.heading__detailArtist .follow,
.heading__detailRepre .follow {
  position: absolute;
  top: 50%;
  right: 0px;
  background: linear-gradient(
    45deg,
    rgba(24, 186, 212, 1) 0%,
    rgba(49, 182, 128, 1) 50%,
    rgba(128, 194, 66, 1) 100%
  );
  color: #fff !important;
  transform: translateY(-50%);
  padding: 3px 7px;
  border-radius: 6px;
}

.heading__detailRepre h4,
.heading__detailRepre h2 {
  font-size: 60px;
  text-transform: uppercase;
  background: linear-gradient(
    45deg,
    rgba(175, 32, 137, 1) 0%,
    rgba(89, 84, 164, 1) 50%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.ArtitBioOuter,
.GreyRoundBox {
  background: #e8ebe8;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 40px;
  font-family: "Sora", sans-serif !important;
}

.ArtitBioOuter h3,
.GreyRoundBox h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.award_list {
  width: 14%;
  min-height: 130px;
  background: #161616;
  border-radius: 15px;
  margin-right: 10px;
  margin-left: 12px;
  position: relative;
}

.award_title {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 40px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: linear-gradient(34deg, #e7b73d 0%, #fcdf6c 50%);
}

.award_list.active {
  background: #000;
}

.award_title span {
  position: relative;
  top: 10px;
  color: #000;
}

.feeturre__videoBox .custom-tabs.customCentertabs ul.nav-tabs li.nav-item a {
  box-shadow: none !important;
}

.custom-tabs.customCentertabs ul.nav-tabs {
  max-width: 100% !important;
  margin: 0 auto 15px !important;
}

.feeturre__videoBox .nav-justified .nav-item:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.feeturre__videoBox .nav-justified .nav-item:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.feeturre__videoBox .nav-justified .nav-item {
  margin-left: -1px;
  border: 1px solid #000;
}

body.darkMode .feeturre__videoBox .nav-justified .nav-item {
  border: 1px solid #fff;
}

.custom-tabs.customCentertabs ul.nav-tabs li.nav-item a.active,
.custom-tabs.customCentertabs ul.nav-tabs li.nav-item a:hover {
  background: linear-gradient(
    260deg,
    rgba(239, 78, 78, 1) 0%,
    rgba(250, 171, 44, 1) 100%
  ) !important;
}

.custom-tabs.customCentertabs ul.nav-tabs li.nav-item a {
  padding: 10px 12px !important;
  font-size: 15px !important;
  font-weight: normal;
}

.m-r-20 {
  margin-right: 20px;
}

.m-b-15 {
  margin-bottom: 15px;
}

#allList .genres,
#exclusivesList .genres {
  color: #231f1f;
}

.listBox__detailArtist .rating li span[class^="icon-"],
.userInfo__details .rating li span[class^="icon-"] {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#commentList .rating li span[class^="icon-"].rated {
  background: linear-gradient(
    45deg,
    rgba(56, 194, 223, 1) 0%,
    rgba(50, 97, 172, 1) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sliderVideo,
.sliderImg,
.sliderPrev,
.sliderNext {
  height: 400px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .custom-tabs.customCentertabs ul.nav-tabs {
    max-width: 100% !important;
  }

  .custom-tabs.customCentertabs ul.nav-tabs li.nav-item a {
    font-size: 12px !important;
  }

  .heading__detailArtist h2 {
    font-size: 40px !important;
  }
}

@media (max-width: 768px) {
  .heading__detailArtist h4 {
    font-size: 35px !important;
  }

  .feerurre-slider {
    margin: 0px 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .TransBgSidebar {
    margin: 0 25px 25px 0px;
  }

  .heading__detailArtist h2 {
    font-size: 25px !important;
  }

  .artist_details .detailsBox__left {
    max-width: 230px !important;
    min-width: 230px !important;
    flex: 0 0 230px !important;
  }

  .award_list {
    min-height: 70px !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }

  .award_title span {
    top: 9px;
    font-size: 7px;
  }

  .Artistcontactbtn a {
    font-size: 12px;
  }

  .listBox__img {
    /* min-height: 190px; */
    min-height: 120px;
  }

  .custom-tabs.customCentertabs ul.nav-tabs li.nav-item a {
    font-size: 10px !important;
  }
}

@media (max-width: 425px) {
  .heading__detailArtist h2 {
    font-size: 30px !important;
  }

  .TransBgSidebar {
    margin: 0 25px 25px 20px;
  }

  .repre-container .detailsBox__right {
    margin: 0px 15px 0 15px;
  }

  .repre-container .detailsBox__left {
    margin: 0 25px 0 0px;
  }
}
