.main_view{
        padding:8px;
         border:2px solid #caccd1;
        margin:9px auto;
        max-width:500px;
        background:#fff;
        display:block;
    }
    .mainuser{font-weight:bold;
        color:red;
    }
    .button {
	cursor: pointer;
	width: 32px;
	height: 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;
}


.item-content {
    display:none;
}

.content .player {
	position: relative;
	float: left;
	display: block;
	margin: 10px;
	height: 48px;
	width: 48px;
	--rotation: 45deg
}

.content .player .icon {
	width: 100%;
	color: #0077c8;
	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 #0099e5;
	border-radius: 50%;
	border-top: 5px solid #0077c8;
	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
}

.button.dark { cursor: pointer;
	background-color: #e8f5ff
}

.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%);
}
 
.icon {
	display: inline-block;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	height: 14px;
	width: 14px;
	margin-bottom: -2px
}
 




.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
}

.ringtone-tags ul {
	list-style: none;
	padding: 0
}

.ringtone-tags ul li a {
	float: left;
	font-weight: 400;
	font-size: 12px
}
.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{max-width:1000px;}


.footer a {
    color: #FFD54F;
}


.footer a:hover {
  color: #fff;
}