/* 
	Common Elements
	
	font-family: Ubuntu, sans-serif;
	
	Button color #4007BB
	Button color:hover #B19CD9
*/

div.mdl-progress::after {
    display: block;
    color: black;
    content: "Authenticating";
    font-size: 36px;
    margin: 20px auto;
    text-align: center;
}


* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	xfont-family: montserrat, sans-serif;
	font-family: Ubuntu, sans-serif !important;
	color: #4007BB;
	font-size: 16px !important;
	}
	
.revamp {
	background-color:#F7F7F8;
	color: #000000;
}
	
.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgb(17, 17, 17);
	color: white;
	position: static !important;
	top: 0;
	z-index: 3;
	}
	
.navbarlogo {
    height: 100%;
    max-height: 60px;
    width: auto;
    padding: 5px;
    margin: 0;
    vertical-align: middle;
    object-fit: contain;
}
	
.brand-title {
	font-size: 18px;
	padding-left: 15px;
	padding-right:15px;
	}
	
.brand-title:hover {
	color: #B19CD9;
	cursor: pointer;
}
	
.navbar-buttons {
	padding-right:3rem;
	font-family: Ubuntu, sans-serif;
}	

.navbar-buttons ul {
	margin: 0;
	padding: 0;
	display: flex;
	}
	
.navbar-buttons li {
	list-style: none;
}	

.navbar-buttons li a {
	font-size: 1.5rem;
	text-decoration: none;
	color: white;
	padding: 0.5rem 1.5rem;
	display: block;
	cursor: pointer;

	xbackground-color: #A083DD;
	 xborder-radius: 8px;
  xcolor: rgb(255, 255, 255);
  xborder: 2px solid rgb(64, 7, 187);
}

.navbar-buttons a:hover {
	xcolor: #4007BB;
	color: #A083DD;
	background-color: #A083DD;
	 border-radius: 30px;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(64, 7, 187);
	
}

.toggle-button {
	position: absolute;
	top: 20px;
	right: 1rem;
	display: none;
	xflex-direction: column;
	xjustify-content: space-between;
	xwidth: 30px;
	height: 30px;
}

.welcomeMessage {
	padding-top:15px;
}

/* Original Nav Bar Spacing */
/* @media (max-width: 768px) { */
@media (max-width: 1px) {
	
	.brand-title {
	width:100%;
	}
	
	.toggle-button {
		display: flex;
	}
	.navbar-buttons {
		display:none;
		width: 100%;
		padding-right:0px;
	}
	
	.navbar {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.navbar-buttons ul {
		width:100%;
		flex-direction: column
	}
	
	.navbar-buttons li {
		text-align:center;
	}
	
	.navbar-buttons li a {
		padding: .5rem;
	}
	
	.navbar-buttons.active {
		display: flex;
	}
	
	.navbarDivider {
		display:none !important;
	}
	
	.carousel-inner {
		min-height: 400px!important;
	}
}


/* Nav Bar state 0 - everything */

.mobile-menu {
	xdisplay:none;
	xposition:absolute;
}

  .mobile-menu {
    display: none;
    flex-direction: column;
    background-color: rgb(17,17,17);
    xpadding: 10px;
    xpadding-right: .5rem;
    xwidth: 100%;
    position: absolute;
    top: 75px;
    left: 10%;
    right: 10%;
    border-left: 2px solid #4007BB;  /* Add a blue border to the left */
    border-right: 2px solid #4007BB; /* Add a blue border to the right */
    border-bottom: 2px solid #4007BB; /* Add a blue border to the bottom */
    
  }

  .mobile-menu a {
    color: white;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid #B19CD9;
    text-align: center;
    transition: color 0.3s ease;
  }

  .mobile-menu a:hover {
    color: blue;
  }

  .mobile-menu a:last-child {
    border-bottom: none; /* Remove bottom border from the last link */
  }
  
.mobile-menu.active {
	display: none;
}

/* Nav Bar change 1 - Links get removed and hamburger menu shows */
@media (min-width: 801px) and  (max-width: 1300px) {
	
	.mobile-menu.active {
		display: flex !important;
		xwidth:50%;
	}
	
	.toggle-button {
		display: flex;
	}
	.navbar-links {
		display:none !important;
	}
	
	.carousel-inner {
		min-height: 400px!important;
	}

}

/* Nav Bar change 2 - Buttons get removed as well */
@media (max-width: 800px) {
	
	.mobile-menu.active {
		display: flex !important;
		xwidth:70%;
	}
	
	.toggle-button {
		display: flex;
	}

	.navbar-links {
		display:none !important;
	}

	.navbar-buttons .goesToMobile,.navbarDivider {
		display:none !important;
	}
	
	.carousel-inner {
		min-height: 400px!important;
	}

}

body.background {
	background-color: #cee2f3 !important;
}

.titlepurple {
	color: #ff00ff;
  	font-size: 20px;
    font-weight: bold;
	font-family: montserrat, sans-serif;
}

.titleblack {
	color: #000000;
   	font-size: 20px;
    font-weight: bold;
	font-family: montserrat, sans-serif;
}

.header {
	font-size:44px;
    text-align: center;
    font-weight: bold;
    color: #4007BB;
    padding-top: 15px;
    top: 0;
}

.headerLogo {
	color: #FFFFFF;
	font-size:36px;
    font-weight: bold;
	font-family: montserrat, sans-serif;
	padding-left: 20px;
}

.leftheader {
	font-size:32px;
    font-family: montserrat, sans-serif;
    text-align: left;
    padding-left:20px;
}

.subheader {
	font-size:19px;
    font-family: montserrat, sans-serif;
    text-align: center;
    padding: 15px 15px;
}

.futuredescription {
	font-size:19px;
    font-family: montserrat, sans-serif;
    padding: 15px 15px;
}

.buttoncreate, .buttonUploadMusic {
	background-color: #4007BB;
    color: white;
    padding: 15px 15px;
    font-size:24px;
    text-align: center;
    border: none;
    xbox-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 8px;
    cursor:pointer;
    min-width: 200px;
}

.buttoncreate:hover, .buttonUploadMusic:hover {
	background-color: #B19CD9;
	color: #4007BB;
}

.buttonupgrade {
	background-color: #4007BB;
    color: white;
    font-size:24px;
    text-align: center;
    border: none;
    xbox-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 8px;
    cursor:pointer;
}

.buttonupgrade:hover {
	background-color: #B19CD9;
	color: #4007BB;
}

.buttonfuture {
	margin-left: 15px;
}

.audioplayer {
	background-color: #8e07a0;
    padding: 15px 15px;
    display:none;
	margin: 0px auto;
	width: 50%;
    height: 60px;}

.linknounderline {
	text-decoration: none
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.modal_loading {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content.customModal {
  xbackground-color: #fba2fb;
  background-color: #4007BB;
  color: #FFFFFF;
  margin: 20% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  border-radius: 16px;
  width: 45%; /* Could be more or less, depending on screen size */
  height: 250px;
  font-size:36px;
  font-family: montserrat, sans-serif;
  text-align: center;
}

#renameModal, #revampModal, #revampErrorModal, #downloadModal, #optInModal, #upgradeModal, #deleteModal, #cancelStep1, #cancelStep2, #cancelStep3, #cancelStep4, #cancelStep5, 
#changeSuccessful, #changeFailure, #cancelSuccessful, #cancelFailure, #infoModal, #loggedOutModal, #newPricingModal {
	top: 70px;
}

/* Rename Modal Content/Box */
.modal-content.renameModal, .modal-content.downloadModal {
  background-color: #fba2fb;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  border-radius: 16px;
  width: 45%; /* Could be more or less, depending on screen size */
  xheight: 250px;
  xfont-size:36px;
  font-family: montserrat, sans-serif;
  text-align: center;
}

.modalRowBox{
  border-radius: 3px;
  border:1px solid #F00;
  width: 70%;
    margin-left: 15%;
}

.modalRowBox:after {
	  content: "";
  display: table;
  clear: both;
}

.progressBarHeader {
	font-size: 36px;
	font-weight: bold;
	padding: 10px 10px;
}

.statusMessage {
	font-size: 30px;
	color: #0055FF;
	font-weight: bold;
}

/* The Close Button */
.close {
  color: #ff00ff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#myProgress {
  width: 100%;
  background-color: grey;
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: #ff00ff;
}

#moreTracks {
	display:none
}

#noMoreTracks {
	display:none
}

#createButton {
	display:none
}

.topnav a {
	padding: 15px 15px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.allItems {
	max-height:300px;
	overflow: hidden;
	overflow-y:scroll;
	width: 100%
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position:absolute;
  left:40%;
  top:40%;
}

.center {
	text-align: center;
}

.dropdownHeaderPlus {
	color: blue;
}

.dropdown-header {
	color: #FFFFFF !important;
	font-size: 1.5rem !important;
	text-align: center !important;
	background-color: #4007BB;
	text-decoration:none;
}

.dropdown-header.option {
	color: #FFFFFF !important;
	font-size: 1.0rem !important;
	text-align: left !important;
	background-color: #CCCCCC;
	background-color: #4007BB;
	opacity: 0.2;
	text-decoration:none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
}

.show {display: block;}

#errorOnCreate {
	display:none;
	color: #4007BB;
	font-size: 24px;
}

#errorOnCreateTextToMusic {
	display:none;
	color: #4007BB;
	font-size: 24px;
}

.homepageButtons {
	text-align:center;
	display: inline-block;
}

.homepageButtonIco {
	font-size: 36px!important;
}

.sticky {
	position:sticky;
}

/* Top Navigation Bar */

.topnav_bar {
  background-color: #8e07a0;
  padding: 12px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}

.topnav_spacing {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-family: montserrat, sans-serif;
}

.topnav_spacing_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.topnav_spacing_1_mobile {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='%23ffffff'%3E %3Cg fill-rule='evenodd' transform='translate(0 .643)'%3E %3Crect width='16' height='2.619' y='3.274' rx='1'/%3E %3Crect width='10.667' height='2.619' y='9.821' rx='1'/%3E %3C/g%3E %3C/svg%3E");
  cursor: pointer;
}

.topnav_spacing_2 {
  letter-spacing: 0.1px;
  cursor: pointer;
  margin-right: 42px;
  color: #FFFFFF;
  z-index: 3;
  position: relative;
  text-decoration: none!important;
  text-decoration-color: green;
}


a.topnav_spacing_2:hover {
  color: #Dc69ea;
  text-decoration: none!important;
}

.topnav_spacing_2.active {
  color: #Dc69ea;
  text-decoration: none!important;
}

.topnav_spacing_2:last-child {
  margin-right: 0;
}

.topnav_button {
  outline: none;
  font-size: 1.4rem;
  line-height: 1.4rem;
  border-radius: 2px;
  transition: 150ms;
  cursor: pointer;
  border: none;
  font-weight: 700;
  line-height: 1.8rem;
  min-height: 50px;
  xbackground: #Dc69ea;
  xcolor: #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
  letter-spacing: 0.2px;
  justify-content: center;
  xfont-family: montserrat, sans-serif;
  xfont-size: 1.4rem;
  font-size: 22px;
  font-weight: bold;
  width: 200px;
  
  background: rgb(64, 7, 187);
  border-radius: 8px;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(64, 7, 187);
  margin-left: 10px;
  margin-right: 10px;
}

.topnav_button.shared_button {
	width:300px;
}

.topnav_button.active {
  background: #B19CD9;
  color: #4007BB;
}

.topnav_button:disabled {
	background:#d0d0e1
}
.topnav_button:hover:not([disabled]) {
  xbackground: #5f1069;
  background: #B19CD9;
  color: #4007BB;
}

.topnav_button.myaccount {
	margin-left:0px;
}


.price_signup_button {
  background: rgb(64, 7, 187);
  border-radius: 8px;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(64, 7, 187);
  margin-left: 10px;
  margin-right: 10px;
    min-height: 50px;
  xbackground: #Dc69ea;
  xcolor: #ffffff;
  align-items: center;
  cursor: pointer;
  letter-spacing: 0.2px;
  justify-content: center;
  xfont-family: montserrat, sans-serif;
  xfont-size: 1.4rem;
  font-size: 22px;
  font-weight: bold;
  width: 200px;
  
}


.accountButton {
	background-color:rgb(17,17,17);
	border:0;
	color: #4007BB;
}

#accountDropdown {
    background-color: rgb(17,17,17);
    right: 0;
    padding:10px;
}

#accountDropdown a {
	font-size:1rem !important;
	text-align: right;
}

#accountDropdown a:hover {
	color: #4007BB;
	background-color: #B19CD9;
}

#accountIcon {
	color: #4007BB;
	font-size:48px;
}

#accountIcon:hover {
	color: #B19CD9;
}

.table-striped tbody tr.highlight td { 
    background-color: #4007BB;
    color:white;
}

.table-striped tbody tr.highlight td #trackActionsIco { 
    xbackground-color: #8e07a0;
    background-color: #4007BB;
    color:white;
}

.table-hover tbody tr.highlight td { 
    background-color: #4007BB;
    color:white;
}

.table-hover tbody tr.highlight td #trackActionsIco { 
    xbackground-color: #8e07a0;
    background-color: #4007BB;
    color:white;
}

#homepageTutorialIco {
	color:white;
}

/* mp4 homepage container */

.homepage_container {
  position: relative;
}

.homepage_container_2 {
  height: 100%;
  position: relative;
  min-height: 800px;
  margin: 0 auto;
}


.homepage_container_video {
  z-index: 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  xbackground-color: #8e07a0;
  background-color: #000000;
}

.homepage_container_text {
  position: absolute;
  top: 0;
  xheight: 80%;
  padding: 0 100px;
  display: flex;
  margin-top: 70px;
}

.homepage_container_text.signin {
  margin-top: 30px;
}

.login_container_text {
  position: absolute;
  top: 0;
  left: 10%;
  height: 80%;
  width: 80%;
  padding: 0 100px;
  display: flex;
  margin-top: 70px;
}

.homepage_container_text_2 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: transparent;
}

.homepage_container_text_content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-weight: bold;
  xfont-family: montserrat, sans-serif;
}


.homepage_container_text_content_header {
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.2px;
  max-width: 720px;
  xfont-size: 4.5rem;
  font-size: 64px;
  font-weight: 700;
}

.homepage_container_text_content_subheader {
  color: #ffffff;
  max-width: 720px;
  margin-top: 24px;
  margin-bottom: 40px;
  line-height: 1.75;
  font-size: 24px;
  font-weight: 400;
}

.row.rowWidth {
	max-width: 100%
}

.footer {
  width: 100%;
  background-color: #4007BB;
  padding: 80px 0;
  padding-bottom: 56px;
  padding: 25px 0;
}


.footer_2 {
  max-width: calc(1130px + 24px);
  padding: 0 12px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}

.footer_2_main {
  margin-right: 60px;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  xmargin-bottom: 24px;
  color: #FFFFFF;
  line-height: 2;
}

.footer_2_main a {
  color:#FFFFFF;
  font-weight: bold;
}

.footer_2_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.footer_2_list .footer_2_main {
  margin-right: 40px;
}

.footer_2_list_item {
  margin-right: 60px;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.footer_2_list_item_text {
  color: #ffffff;
  margin-bottom: 24px;
  font-weight: bold;
  font-family: montserrat, sans-serif;
}

.footer_2_list .footer_2_list_item {
  margin-right: 40px;
}

.footer_copyright {
  color: #ffffff;
  letter-spacing: 0.1px;
  text-align: left;
  margin-top: 40px;
  padding: 24px;
}

.footer_2_main .contactLink {
	text-decoration:none;
}

.footer_2_main .contactLink:hover {
	color:#ff00ff;
}

.simpleLink {
	text-decoration:none;
}

.simpleLink:hover {
	color:#ff00ff;
	cursor: pointer;
}
.trackName {
	color: #8e07a0;
}

.partnersTitle {
	font-weight: bold;
}

#createTrackHeader, .createTrackButtons {
	xdisplay:none;
}



#errorMessage, #errorMessageGoogle {
	display:none;
	color: red;
}

.tosCheckBox {
	opacity: 0.7;
}

.tosCheckBox input {
	width:16px;
	height:16px
}

.tosPageContent {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 20px;
	line-height: 2.2rem;	
}

.tosPageContent .tosSectionHeader {
	font-weight: bold;
}

.pageContent {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 1.5rem;
	line-height: 2.2rem;
	align-items:center;
}

.song-rights {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 1.0rem;
	align-items:center;
}

.download-rights {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.0rem;
	align-items:center;
}

.center {
	text-align:center;
}

.signup-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 27px;
    color: #dcdcdc;
    font-size: 14px;
    xfont-weight: 300;
}

.signup-line .line {
	height: 2px;
    background-color: #FFFFFF;
    width: 100%;
}

.signup-line .ortext {
	margin: 0 10px;
}

.download-rights {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.0rem;
	align-items:center;
}

#downloadrights {
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	margin-right: 5px;
}

#downloadrightsLabel {
	font-weight: bold;
	display: flex;
	align-items: center;
}

.audioplayertitle {
	color:white;
	width:30%
}

.audioplayercontrols {
	width:40%;
}

.audioplayervolume {
	width:30%;
}


a.toulink {
	color:#FFFFFF;
}

.discardSaveButtons {
	margin-top:15px;
	margin-bottom:15px;
	display:none;
}

#discardTrack, #saveTrack {
	background-color: #8e07a0;
    color: white;
    padding: 15px 15px;
    font-size: 24px;
    font-family: montserrat, sans-serif;
    text-align: center;
    border: none;
    border-radius: 8px;
    min-width: 110px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

@media (max-width:600px) {
	.homepage_container_video {
	/* background-color: #FF0000; */
  }
	.topnav_spacing_1 {
	 xdisplay: none;
  width: 16px;
  height: 16px;
  xbackground-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='%23ffffff'%3E %3Cg fill-rule='evenodd' transform='translate(0 .643)'%3E %3Crect width='16' height='2.619' y='3.274' rx='1'/%3E %3Crect width='10.667' height='2.619' y='9.821' rx='1'/%3E %3C/g%3E %3C/svg%3E");
  cursor: pointer;
	}
	
	
	.headerLogo {
	    font-size: 24px;
	    padding-left: 20px;
	}
	
}

@media (max-width: 768px) {
  .homepage_container_video {
    position: relative;
  }

  .homepage_container_text {
    position: relative;
    margin-top: 0;
    padding: 0 10%;
  }
  
  .homepage_container_text_3 {
    display: flex;
    justify-content: left;
    text-align: left;
    height: auto;
    padding-bottom: 56px;
  }
  
 .homepage_container_text_content,.homepage_container_text_content_header {
    color: #222627;
    max-width: 312px;
  }

  .homepage_container_text_content_header {
    line-height: 3.8rem;
  }
  
  .homepage_container_text_content_subheader {
    color: #727677;
  }
  .homepage_container_text_content_subheader {
    xfont-size: 1.6rem;
    line-height: 2.4rem;
  }
  
  
  
  .audioplayertitle {
	color:white;
	width:30%
}

.audioplayercontrols {
	width:70%;
}

.audioplayervolume {
	display:none;
}
  
  .welcomeMessage {
	text-align:center;
}
  

a.toulink {
	color: #222627
}


.topnav_button {
	margin:auto;
}


.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position:absolute;
  left:34%;
  top:70%;
}

.progressBarHeader {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 10px;
}


}







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

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


#libraryApp {
	min-height: 500px;
}


#wpdm-audio-player{
  position: fixed;
  right: 0;
  bottom: 0; 
  z-index: 1000; 
  width: 100%;
  display:none;
  background-color: #242323;
}

#wpdm-audio-player .card {
	xbackground-color: #ffccff;
}

#wpdm-audio-player .wpdm-audio-control-buttons{
 
}

#wpdm-audio-player .wpdm-audio-control-buttons .btn{
  border-radius: 2px;
} 
 
#wpdm-audio-player .progress{
  min-width: 250px;
  height: 38px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  background: rgba(0,0,0,0.06)
}
#wpdm-audio-player .progress-bar{
  opacity: 0.8;
}
#wpdm-audio-player #mins{
  line-height: 36px;
  right: 15px;
  position: absolute;  
  font-size: 10px;
}
#wpdm-audio-player #played{
  line-height: 36px;
  left: 15px;
  position: absolute;  
  font-size: 10px;
}
#wpdm-audio-player .volumctrl{
  position: absolute;
  right: 0;
  width: 100px;
  top: -40px;
  padding:7px 10px 0;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #fcfcfc;
  display:none;
} 
#wpdm-audio-player .volumctrl input{
  max-width:100%;
  margin: 0;
}


/* Free user message styling */
#wpdm-freewatermark-message {
  position: fixed;
  right: 0;
  xbottom: 60px;  /* This positions the message just above the audio player */
  background-color: #f0ad4e; /* A distinct color for the watermark message */
  color: white;
  padding: 10px;
  text-align: center;
  width: 100%;
  z-index: 999;
  font-size: 16px;
  font-weight: bold;
  display: none;  /* Hide by default */
}


/* Style the upgrade button */
#wpdm-upgrade-button {
    display: inline-block;
    margin-left: 15px;  /* Add some space between the message and the button */
    padding: 8px 15px;
    background-color: #007bff;  /* Change to your desired color */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}


#sampleheader {
	text-align:center;
	color:#4007BB;
	font-size: 32px;
}

/* (A) MATERIAL ICONS */
.material-icons {
  font-size: 28px;
  color: #efff6a;
}

/* (B) WRAPPER */
#aWrap {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  xmax-width: 500px;
  width:100%;
  xpadding: 10px;
  border-radius: 10px;
  xbackground: #8e07a0;
}

#trackActions {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  cursor: pointer;
}

#trackActionsIco {
	xcolor: #8e07a0;
	color: #4007BB;
}

/* (C) PLAY/PAUSE BUTTON */
#aPlay, #APrev, #aNext {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  cursor: pointer;
}

/* (D) TIME */
#aCron {
  font-size: 14px;
  color: #cbcbcb;
  margin: 0 10px;
}

/* (E) RANGE SLIDERS */
/* (E1) HIDE DEFAULT */
#aWrap input[type="range"] {
  box-sizing: border-box;
  appearance: none;
  xborder: none;
  outline: none;
  box-shadow: none;
  xwidth: 150px;
  xwidth:30%;
  xpadding: 0;
  margin: 0;
  xbackground: 0;
      border-radius: 18px;
    background: #FFFFFF;
    padding: 0px; 
    xwidth: 200px;
    xheight: 15px;    
  
}

#aWrap input[id="aSeek"] {
	width:80%;
}

#aWrap #aNow, #aWrap #aTime {
	color:white;
	padding:10px;
}

#aWrap #aPlayIco, #aWrap #aPrevIco, #aWrap #aNextIco {
	font-size:48px;
	color: #FFFFFF
}

#aWrap #aVolIco {
	color: #FFFFFF
}

#aWrap .trackName {
	color: #FFFFFF!important;
	font-size: 1rem!important;
}

#aWrap input[type="range"]::-webkit-slider-thumb {
  appearance: none;
}

/* (E2) CUSTOM SLIDER TRACK */
#aWrap input[type=range]::-webkit-slider-runnable-track {
  xbackground: #626262;
  xbackground: #ff00ff;
}
#aWrap input[type=range]::-moz-range-track {
  xbackground: #626262;
  background: #ff00ff;
}

/* (E3) CUSTOM SLIDER BUTTON */
#aWrap input[type=range]::-webkit-slider-thumb {
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 0;
  xbackground: #8e07a0;
  background: #4007BB;
}
#aWrap input[type=range]::-moz-range-thumb {
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
}

/* (F) VOLUME */
#aVolIco {
  margin: 0 10px;
}



.roundedInputText {
    border-radius: 18px;
    background: #600;
    padding: 20px; 
    width: 200px;
    height: 15px;    
}



.inset-0, .inset-y-0 {
    top: 0;
    bottom: 0;
}
.inset-0 {
    right: 0;
    left: 0;
}
.absolute {
    position: absolute;
}


tr.hide-table-padding td {
  padding: 0;
  }

  .expand-button {
    position: relative;
  }

  .accordion-toggle .expand-button:after
  {
    position: absolute;
    left:.75rem;
    top: 50%;
    transform: translate(0, -50%);
    content: '-';
  }
  .accordion-toggle.collapsed .expand-button:after
  {
    content: '+';
  }
  
  
  .expand-button {
  	font-size: 1.5rem;
  }
  
  
  
  
  .divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.original {
	background: #DFDFDF;
	xcolor: white;
}

.revamped {
	xbackground-color: #DFDFDF;
	xcolor: #4007BB;
}

#songrights, #downloadrights {
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	margin-right: 5px;
}

#songrightsLabel {
	font-size: 1.2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}

#downloadrightsLabel {
	font-weight: bold;
	display: flex;
	align-items: center;
}

.librarytabs {
	font-size: 1.5rem;
}

.navbarDivider {
	display:flex;
	xalign-items: center;
	font-size: 32px;
	margin-left: 5px;
	margin-right: 5px;
}

.limitMessage {
	color: red;
	font-style: italic;
	padding:5px;
}

.limitMessageCreate {
	color: #4007BB;
	font-weight: normal;
	opacity: 75%;
	xfont-style: italic;
	padding:5px;
}

.buttonDisabled {
	opacity: 0.2;
	pointer-events: none;
}

.limitMessage {
	font-size: 16px;
}

#optInModalLabel {
	color: #4007BB;
    font-weight: bold;
}

.modal-header.center, .modal-footer.center {
	justify-content:center;
}

.greylink {
	color:#666666;
	font-size: 14px;
	text-decoration: underline!important;
}

.greylink:hover {
	color:#000000;
	cursor: pointer;
	text-decoration: none;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
	font-family: Ubuntu, sans-serif !important;
	color: #4007BB;
	font-size: 16px !important;
    min-width: 400px;
}

.styled-table td {
	padding: 10px 10px;
}

.styled-table td.nameElement {
	color: #000000;
	font-weight: bold;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #4007BB;
}

.jq-toast-single {
  font-size: 20px!important;
  line-height: 30px!important;
}

.jq-icon-info {
    background-color: #B19CD9!important;
    color: #4007BB;
    border-color: #bce8f1;
}

.pricingSubheader {
	font-size: 18px;
	font-weight: bold;
}

.pricingContactLink {
	font-family: Ubuntu, sans-serif !important;
	font-size: 24px;
	color: #4007BB;
	font-weight: bold;
}

.pricingContactLink:hover {
	color: #4007BB;
}

.upgradePlanTable {
	padding:10px;
}

.couponPriceStrike {
	text-decoration: line-through;
}

.couponPrice {
	color: #4007BB;
	font-weight: bold;
	font-size: 22px!important;
}

.specialOfferText {
	font-size: 16px!important;
}

.percentOffMessage {
	color: #4007BB;
}

.piggyBank {
	font-size: 18px!important;
}

.footnoteText {
	font-size: 16px;
	font-style: italic;
	margin-left: 10x;
}

.modal-title.pricingOverlay {
	font-size: 24px;
	font-weight: bold;
	color: #4007BB
}

.backMenuLink {
	margin-left: 40px;
	padding-left:10px;
	padding-top: 10px;
	font-size: 16px;
}

.newGenresMoodsMessage {
	font-style: italic;
	font-weight: bold;
}

#deleteTrackErrorMessage {
	display: none;
	color: red;
    padding: 15px;
}

.continueWithDelete {
	color: #4007BB;
	font-weight: bold;
	font-size: 18px;
}

.xselected-trackrow {
	background-color: #B19CD9
}

.table-striped tbody tr.selected-trackrow td { 
    background-color: #C70039;
    color:white;
}

.table-striped tbody tr.selected-trackrow td #trackActionsIco { 
    background-color: #C70039;
    color:white;
}

.table-hover tbody tr.selected-trackrow td { 
    background-color: #C70039;
    color:white;
}

.table-hover tbody tr.selected-trackrow td #trackActionsIco { 
    background-color: #C70039;
    color:white;
}

#cancelReason {
  width: 100%; /* Set width to 100% for full width */
  height: 150px; /* Set an initial height, adjust as needed */
  resize: vertical; /* Allow vertical resizing */
}

#missingCancelReason {
	display:none
}

#missingCancelReasonText {
	color:red;
}

.billingPeriodRadio {
	margin-left: 20px;
	font-size: 20px;
    color: #4007BB;
}

.createTypeRadio {
	font-size: 20px;
    color: #4007BB;
}
.twomonthsfree {
	xdisplay:none;
	color: #4007BB;
	font-weight: bold;
	font-size: 16px!important;
	padding-top: 0px!important;
}

.bordered {
	border: 4px solid #4007BB!important;
}

.pricingCurrentColumnText {
	color: #4007BB;
	font-weight: bold;
	text-align: center;
	display:block;
}

.extraPaddingTop10 {
	padding-top: 10px;
}

.extraPaddingLeft10 {
	padding-left: 10px;
}

.hide {
	display:none;
}	

#textToMusicPrompt {
	border: 3px solid #4007BB;
}

.logoLinksContainer {
	display: flex;
	align-items: center;
}

.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20000;
}

.video-container {
    position: relative;
    xdisplay: flex;
    display: inline-block;
    xflex-direction: column;
    xalign-items: center;
    max-width: 80%;
    max-height: 80%
}

.video-overlay video {
    xmax-width: 80%;
    xmax-height: 80%;
    width: 100%;
    height: auto;
    xdisplay: block;
}

.xclose-btn {
    margin-bottom: 20px; /* Adjust space between button and video */
    cursor: pointer;
    xbackground-color: #B19CD9;
    xfont-family: Ubuntu, sans-serif !important;
    xfont-size: 20px;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

.video-overlay-close-btn {
    position: absolute;
    top: -30px;
    right: 0;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    background-color: #4007BB;
    width: 30px;
    height: 30px;
    text-align:center;
}

.video-overlay-close-btn:hover {
    color: #4007BB;
    background-color: #B19CD9;
}

.specialnavbar {
	align-items: start!important;
}

.mobileSpacing {
}

@media (max-width:768px) {
	.mobileSpacing {
		margin-top:10px;
	}
}

tr.selected {
  background-color: #ffff99; /* Change to desired highlight color */
}

#mytableDT {
    display: none;
}

.loading-overlay {
  xdisplay: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content.customModal {
  xbackground-color: #fba2fb;
  background-color: #4007BB;
  color: #FFFFFF;
  margin: 20% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  border-radius: 16px;
  width: 45%; /* Could be more or less, depending on screen size */
  height: 250px;
  font-size:36px;
  font-family: montserrat, sans-serif;
  text-align: center;
}

.loading-content {
  xbackground-color: #fba2fb;
  background-color: #4007BB;
  color: #FFFFFF;
  margin: 20% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  border-radius: 16px;
  width: 32%; /* Could be more or less, depending on screen size */
  height: 250px;
  font-size:36px;
  font-family: montserrat, sans-serif;
  text-align: center;
  position: absolute;
  left: 34%;
  right: 34%;
}

.loading-message {
	font-size: 24px;
	color: white;
}

/* Apply margin to paragraphs and list items */
#terms-of-use p,
#terms-of-use ul,
#faq p,
#faq ol {
    margin: 35px 0; /* Adjust the margin as needed */
}

/* Optional: Style list items */
#terms-of-use ul,
#faq ol {
    padding-left: 40px; /* Adjust list padding */
}

#terms-of-use ul.withfootnote {
	margin-bottom: 0px!important
}
#terms-of-use li {
    xmargin-bottom: 8px; /* Adjust spacing between list items */
}

#terms-of-use p + ul,
#faq p + ol {
    margin-top: 0px; /* Remove top margin from list if it follows a paragraph */
}

#terms-of-use p.ulheader,
#faq p.ulheader {
	margin-bottom:0px!important
}

#terms-of-use p.ulfootnote {
	margin-top: 0px!important
}

#faq p.faqQuestion {
	margin-bottom:0px!important
}



.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 30px;
	height: 30px;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%234007BB' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")!important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%234007BB' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")!important;
}


        /* Optional: Change arrow size */
.carousel-control-prev, .carousel-control-next {
    width: 3%!important; /* Adjust width as needed */
}

.carousel-inner {
	width: 90%!important;
	text-align:center;
	margin-left:5%;
	margin-right:5%;
	min-height: 200px;
}


.carousel-indicators li {
    background-color: #B19CD9!important; /* Blue color */
    width: 20px!important; /* Set width */
    height: 20px!important; /* Set height */
    border-radius: 50%!important; /* Make them circular */
    border: 2px solid #fff; /* Add white border */
}

.carousel-indicators .active {
    background-color: #4007BB!important; /* Active color */
}

.homepage-section {
	min-height:400px;
	margin-top: 50px;
	margin-bottom: 50px;
}       

.homepage-section.testimonials {
	min-height:200px;
	margin-top: 50px;
	margin-bottom: 50px;
}       

.navPromoLink {
  text-decoration: underline!important; /* Add underline initially */
  transition: text-decoration 0.3s; /* Add transition effect */
  color:  #B19CD9!important;
  margin-right: 5px;
}

.navPromoLink:hover {
  text-decoration: none!important; /* Remove underline on hover */
  cursor: hand;
}

.nav-promo {
  display: flex;
  align-items: center; /* Align items vertically */
  font-size: 24px;
  padding-left: 2rem;
}

.material-icons.navPromoButtonIco {
  vertical-align: middle; /* Align the icon vertically with the text */
  color: #B19CD9;
  font-size: 30px;
  padding-right: 5px;
}

.priceboxSlideIn {
    position: fixed;
    top: 80px;; /* Adjust this value based on your navigation bar height */
    background-color: #B19CD9;
    color: #4007BB;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 50px;
    right: -300px;
    transition: right 0.5s ease-in-out; /* Smooth transition */
}

/* Define animation keyframes */
@keyframes slideIn {
    from { right: -300px; }
    to { right: 10px; } /* Adjust the final position */
}

/* Apply the animation after a delay of 3 seconds */
.priceboxSlideIn.slide {
    animation: slideIn 0.5s ease-in-out 3s forwards;
}

.priceboxSlideIn .material-icons {
  vertical-align: middle; /* Align the icon vertically with the text */
  color: #4007BB;
  font-size: 30px;
  padding-right: 5px;
}

.priceboxSlideInLink {
  text-decoration: underline!important; /* Add underline initially */
  transition: text-decoration 0.3s; /* Add transition effect */
  color:  4007BB!important;
  margin-right: 5px;
}

.priceboxSlideInLink:hover {
  text-decoration: none!important; /* Remove underline on hover */
  cursor: hand!important;
}

.pricingOverlayHeadline {
	font-size:30px;
	font-weight: bold;
}


.newgenresSlideIn {
    position: fixed;
    xtop: 80px;; /* Adjust this value based on your navigation bar height */
    top: 140px;; /* Adjust this value based on your navigation bar height */
    background-color: #B19CD9;
    color: #4007BB;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 50px;
    xleft: -600px;
    right: -600px;
    xtransition: left 0.5s ease-in-out; /* Smooth transition */
    transition: right 0.5s ease-in-out; /* Smooth transition */
    z-index: 1000;
}

/* Define animation keyframes */
@keyframes xslideInLeft {
    from { left: -300px; }
    to { left: 10px; } /* Adjust the final position */
}

@keyframes slideInLeft {
    from { right: -300px; }
    to { right: 10px; } /* Adjust the final position */
}

/* Apply the animation after a delay of 3 seconds */
.newgenresSlideIn.slide {
    animation: slideInLeft 0.5s ease-in-out 3s forwards;
}

.newgenresSlideIn .material-icons {
  vertical-align: middle; /* Align the icon vertically with the text */
  color: #4007BB;
  font-size: 30px;
  padding-right: 5px;
}

.newgenresSlideInLink {
  text-decoration: underline!important; /* Add underline initially */
  transition: text-decoration 0.3s; /* Add transition effect */
  color:  4007BB!important;
  margin-right: 5px;
}

.newgenresSlideInLink:hover {
  text-decoration: none!important; /* Remove underline on hover */
  cursor: hand!important;
}

.app-header {
    letter-spacing: 0;
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: background .36s cubic-bezier(.32,.08,.24,1), height .56s ease-out;
    background-color: var(--main-color);
    overflow: hidden;
    padding: 0;
}


@media (min-width: 1200px) {
    .app-header__header {
        padding: 0 50px;
    }
}
@media (min-width: 992px) {
    .app-header__header {
        padding: 0 25px;
    }
}
.app-header__header {
    align-items: center;
    background: inherit;
    display: flex;
    min-height: inherit;
    position: relative;
    padding: 0 20px;
    height: 60px;
}

.app-header__nav-container {
    display: flex;
    align-items: center;
    margin-left: 198px;
    width: 100%;
    justify-content: space-between;
}

.container.bottomtryfreebutton {
	text-align: center;
    padding: 20px;
}


/* New Navigation Menu */

.navbar-links {
    display: flex;
    align-items: center;
    margin-left: 20px; /* Space between logo and links */
}




    /* Overlay styling */
    .overlay-menu {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.9); /* Full-screen black overlay */
      color: white;
      display: none; /* Hidden by default */
      z-index: 9999;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .overlay-menu a {
      color: white;
      font-size: 2rem;
      margin: 1rem;
      text-decoration: none;
    }

    .overlay-menu a:hover {
      color: #ffcc00;
    }

    .navbar-toggler {
      z-index: 10000; /* Ensures the button stays on top of the overlay */
    }

    /* Hide normal navbar on mobile */
    @media (max-width: 768px) {
      .navbar-nav {
        xdisplay: none;
      }
    }

    /* Show the overlay menu for mobile dimensions */
    @media (max-width: 768px) {
      .overlay-menu {
        xdisplay: flex;
      }
    }
    
    /* Default state: button dropdown below the audio player */
.btn-group .dropdown-menu {
    z-index: 999; /* Lower than the audio player */
}

/* When the dropdown is open, increase the z-index */
.btn-group.show .dropdown-menu {
    z-index: 1001; /* Higher than the audio player */
}

	.loop-button {
		background-color: #4007BB;
	    color: white;
	    font-size:18px;
	    text-align: center;
	    border: none;
	    xbox-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	    border-radius: 8px;
	    cursor:pointer;
	    margin-left: 10px;
    }

    .loop-button:hover {
        background-color: #007bff;
        color: #fff;
    }

	.loop-repeat {
		vertical-align: middle;
	}
	