.dlbutton200 {
width:200px; }

.dlbuttonauto {
width: 98%; }

.dlbuttonauto svg{
float:left; margin-top:3px; } 
.dlbutton2 {
  background-color: #f48924;
  border: 1px solid #f48924;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer; 
border-radius: 12px; }


.dlbutton2:hover { border: 1px solid #436154;
  background-color: #fff;
  color: #436154;
}



.dlbutton {
  background-color: #22208E;
  border: 1px solid #22208E;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer; 
border-radius: 12px; }


.dlbutton:hover { border: 1px solid #22208E;
  background-color: #fff;
  color: #22208E;
}

.dlbuttonf {float:right;}

.main_content{
     max-width:500px;
     margin:auto;
}

.main_view{
        padding:8px;
         border:2px solid #caccd1;
        margin:9px auto;
       
        background:#fff;
        display:block;
    }
    .mainuser{font-weight:bold;
        color:red;
    } .item-content {
    display:none;
}

.button.dark { cursor: pointer;
	background-color: #e8f5ff
}

    .button {
	cursor: pointer;
	width: 32px;

	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	margin: 10px 10px 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
}



.content .player {
	position: relative;
	float: none;
	display: inline-block;
	margin: 10px;
	height: 48px;
	width: 48px;
	--rotation: 45deg
}

.content .player .icon {
	width: 100%;
	color: #22208E;
	margin-top: 12px;
	margin-left: 2px;
	width: 24px;
	height: 24px;
	-webkit-filter: drop-shadow(1px 1px #bfbdbd);
	filter: drop-shadow(1px 1px #bfbdbd)
}

.content .player.loader::after {
	content: "";
	position: absolute;
	border: 4px solid #7c79fc;
	border-radius: 50%;
	border-top: 5px solid #22208E;
	width: 48px;
	height: 48px;
	left: 0;
	bottom: 0;
	-webkit-transform: rotate(var(--rotation));
	transform: rotate(var(--rotation));
	-webkit-transition: var(--transition);
	transition: var(--transition);
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.icon {
	display: inline-block;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	height: 14px;
	width: 14px;
	margin-bottom: -2px
}

.rohit{float:left; 	margin-left: -15px; margin-top: -12px;
			}
 .myimg img {
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
 }
 
 .myimg img:hover {
 -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
 

 




.spin {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}




.content .items .item .title {
	color: #333;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize
}







 
.tagss {
	display: inline-block
}


hr.new1 {
  border-top: 1px solid #F1F1F1;
 
}

.ringtone-tags ul {
	list-style: none;
	padding: 0;
	clear:both;
	display:block;
	height:30px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}

.ringtone-tags ul li a {
	float: left;
	font-weight: 400;
	font-size: 12px;
	max-width:160px;
	height:20px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.ringtone-tags-view ul {
	list-style: none;
	padding: 0;
	clear:both;
	display:block;
}

.ringtone-tags-view ul li a {
border:2px dashed #f3f4f7; display:inline-block; padding:5px 15px; margin:2px; background:#fff; border-radius:15px;
}

.ringtone-tags-view ul li  {
 display:inline-block;
}

.ring h3 {
	margin: 0
}

.ring p {
	margin: 0
}
.bold {
	font-weight: 700
}

a {
	color: #00112c;
	font-weight: 700
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-size: 29px;
	margin: 0;
	padding: 0
}

.floatright span{  font-size:90%}
.container-fluid{max-width:1400px;}


.footer a {
    color: #FFD54F;
}


.footer a:hover {
  color: #fff;
}




.content2.button {
  cursor: pointer;
  width: 42px;
  height: 42px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
  margin: 10px 10px 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #fff;
}



.content2 .player {
  position: relative;
  float: none;
  display: inline-block;
  margin: 10px;
  height: 100px;
  width: 100px;
  --rotation: 45deg
}

.content2 .player .icon {
  width: 100%;
  color: #22208E;
  margin-top: 19px;
  margin-left: 6px;
  width: 60px;
  height: 60px;
  -webkit-filter: drop-shadow(1px 1px #bfbdbd);
  filter: drop-shadow(1px 1px #bfbdbd)
}

.content2 .player.loader::after {
  content: "";
  position: absolute;
  border: 4px solid #7c79fc;
  border-radius: 50%;
  border-top: 5px solid #22208E;
  width: 100px;
  height: 100px;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(var(--rotation));
  transform: rotate(var(--rotation));
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear
}

.content2.icon {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  height: 60px;
  width: 60px;
  margin-bottom: -2px
}
 
 

.container{max-width:1500px; display:block; clear:both;}








.content.upload {
	min-height: 0;
	padding: 40px;
	margin: 0 auto;
	background: #fff
}

.content.upload #area {
	position: relative;
	z-index: 9;
	pointer-events: none
}

.content.upload #area #left {
	left: 0;
	position: absolute;
	height: 128px;
	background: #000000aa
}

.content.upload #area #right {
	right: 0;
	position: absolute;
	height: 128px;
	background: #00000080
}

.content.upload #handle {
	position: relative;
	z-index: 99;
	color: #475ebf;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.content.upload #handle div {
	width: 15px;
	position: absolute;
	background-color: #00ffad;
	cursor: ew-resize;
	pointer-events: all;
	height: 128px
}

.content.upload #handle div::before {
	content: "•\A•\A•";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 12px;
	margin-top: 0;
	white-space: pre;
	line-height: 6px
}

.content.upload #handle div:hover {
	color: #fff
}

.content.upload #handle #left {
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.content.upload #handle #right {
	right: 0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px
}

.content.upload .button {
	margin: 0 auto 10px;
	width: 40%;
	border-radius: 30px;
	font-weight: 700;
	font-size: 16px
}

.content.upload .player {
	float: none;
	margin: 0 auto;
	width: 50px;
	height: 50px
}

.content.upload .player .icon {
	height: 22px;
	width: 22px;
	margin-top: 14px;
	color:#fff;
}

.content.upload .upload-vector {
	text-align: center;
	margin-top: -50px;
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.content.upload #upload-input {
	display: none!important
}

.content.upload#add-ringtone {
	display: none
}

.content.upload#add-ringtone input {
	width: 100%
}

.content.upload#add-ringtone #loader {
	height: 10px;
	background: #6d7fcc;
	margin: 20px 0 -21px;
	overflow: hidden;
	width: 0%;
	-webkit-transition: all .2s;
	transition: all .2s
}

.content.upload #waveform {
	margin: 0 0 30px;
	position: relative;
	cursor: move
}

.content.upload #waveform #time-current {
	display: none
}

.content.upload #waveform #time-current::before {
	content: "";
	border-right: solid thin #666;
	position: absolute;
	left: 12px;
	height: 128px;
	margin-top: 18px;
	z-index: 9
}

.content.upload #waveform #time-end {
	right: 0;
	margin-right: -12px
}

.content.upload #waveform #time-between {
	bottom: 2px;
	margin-right: -18px
}

.content.upload #waveform #time-between,
.content.upload #waveform #time-current,
.content.upload #waveform #time-end,
.content.upload #waveform #time-playing,
.content.upload #waveform #time-start {
	pointer-events: none;
	color: #666;
	position: absolute;
	font-size: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.content.upload #waveform #time-between.b,
.content.upload #waveform #time-current.b,
.content.upload #waveform #time-end.b,
.content.upload #waveform #time-playing.b,
.content.upload #waveform #time-start.b {
	bottom: -18px
}

.content.upload #waveform #time-between.t,
.content.upload #waveform #time-current.t,
.content.upload #waveform #time-end.t,
.content.upload #waveform #time-playing.t,
.content.upload #waveform #time-start.t {
	top: -18px
}

.button.dark2 {
  background-color: #22208E;
}
.button.dark2:hover {
  background-color: #555;
}

#ringtone-edit-error,
#upload-error {
  display: none;
  float: left;
  font-size: 14px;
  font-weight: 700;
  color: #475ebf;
}



.fl{float:left; display:block; clear:both; overflow:hidden; }
 
/*# sourceMappingURL=bootstrap.min.css.map */