

.link-wrap .social-media-links{
display:flex
}
.header .sidebar .link-wrap .social-media-links a{
width:30px
}
.header .sidebar .link-wrap .social-media-links a svg
{
fill:currentColor
}

:root {
	--primary-color:#0b0363;
	--nav-bg-color: var(--primary-color);
	--nav-logo-fill-color: #ffffff;
	--nav-menu-icon-color: #ffff
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
font-family: 'Poppins', sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

header,
nav,
section {
	display: block
}

body {
	margin: 0;
font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

b {
	font-weight: bolder
}


a {
	color: #283593;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #181f57;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

img {
	vertical-align: middle;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

[hidden] {
	display: none!important
}


html {
	font-size: 2vw
}

body {
	background: #111;
	font-size: 16px;
	color: #fff;
	padding-bottom: 120px
}
.raj11{
	text-align:center;
}
.raj11 a{
	color:#2c2f51;
	font-size:15px;
}
.header {
	position: sticky;
	top: 0;
	z-index: 200;
	background-color: #fff
}

.header .nav {
	background:var(--primary-color);
	padding: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header .nav .logo {
	line-height: 0
}

.header .nav .logo svg {
	height: 40px;
	width: 40px;
	fill: var(--nav-logo-fill-color)
}

.header .nav .search-form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 12px;
    max-width: 700px
}

.header .nav .search-form .search-input {
	border: none;
	padding: 4px 8px;
	border-radius: 7px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .nav .search-form .search-input input {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: none
}

.header .nav .search-form .search-input input:focus {
	outline: 0
}

.header .nav .search-form .search-input .icon {
	padding-left: 8px;
	width: 45px;
	height: 30px
}

.header .nav .sidebar-icon {
	margin-left: 16px
}

.header .nav .sidebar-icon span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: var(--nav-menu-icon-color);
	border-radius: 3px;
	z-index: 1;
	-webkit-transform-origin: 4px 0;
	transform-origin: 4px 0;
	-webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
	transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.header .nav .sidebar-icon span:first-child {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.header .nav .sidebar-icon span:last-child {
	margin-bottom: 0
}

.header .nav .sidebar-icon span:last-child(2) {
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.header .sidebar {
	overflow-y: scroll;
	min-width: 250px;
	height: 100vh;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: #000;
	font-size: 1.0em;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-box-shadow: 0 0 3px -1px #000;
	box-shadow: 0 0 3px -1px #000;
	-ms-overflow-style: none
}

.header .sidebar::-webkit-scrollbar {
	display: none
}

.header .sidebar .link-wrap {
	padding: 16px;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.header .sidebar .link-wrap a {
	margin: 5px;
	color: #fff
}

.header .sidebar .divider {
	margin: 5px;
	background: #2c2c2c;
	height: 1px;
	width: 80%
}

.header.open-sidebar .sidebar-icon span {
	opacity: 1;
	-webkit-transform: rotate(45deg) translate(0, -4px);
	transform: rotate(45deg) translate(0, -4px)
}

.header.open-sidebar .sidebar-icon span:nth-last-child(2) {
	opacity: 0;
	-webkit-transform: rotate(0) scale(.2, .2);
	transform: rotate(0) scale(.2, .2)
}

.header.open-sidebar .sidebar-icon span:last-child {
	-webkit-transform: rotate(-45deg) translate(0, -1px);
	transform: rotate(-45deg) translate(0, -1px)
}

.header.open-sidebar .sidebar {
	-webkit-transform: none;
	transform: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

body.light .header.open-sidebar .sidebar-icon {
	margin-left: 16px
}

body.light .header.open-sidebar .sidebar-icon span {
	background: #fff
}

body.light .header .sidebar {
	background: #000
}

body.light .header .sidebar .divider {
	background: #2c2c2c
}

body.light .header .sidebar .link-wrap a {
	color: #fff
}

body.light .bottom-nav {
	-webkit-box-shadow: 1px 1px 1px 1px gray;
	box-shadow: 1px 1px 1px 1px gray;
	background: #fff
}

.content .upload {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.content .upload h1 {
	font-size: 1.5em;
	text-align: center
}

body.light .content .upload .ringtone-wrap {
	background: #fff
}

body.light .content .upload .info-wrap .tags span {
	padding: 5px 15px;
	cursor: pointer
}

.like-button {
	height: 25px;
	width: 25px;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.like-button svg {
	width: 100%;
	height: 100%;
	fill: #67687e
}

.like-button.liked svg {
	fill: red!important
}

.report-button,
.share-button {
	margin-left: 16px;
	height: 25px;
	width: 25px;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.report-button svg,
.share-button svg {
	width: 100%;
	height: 100%;
	fill: #67687e
}

.content {
	margin: auto;
}

.content h1 {
	color: #fff;
	margin: 8px 16px;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px
}

.content .tags {
	margin-top: 2px;
	height: 80px;
	overflow:hidden;
}

.content .tags a {
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #ceced6;
	padding: 4px 8px;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	margin: 4px 4px 4px 0;
	display: inline-block;
	overflow-wrap: anywhere;
}

.content .ringtones {
    margin: 8px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 10px 10px
}

.content .ringtones .item,
.content .ringtones .ringtone {
    padding: 10px;
	background: #000;
	padding: 16px;
	width: 100%
}

.content .ringtones .item .details,
.content .ringtones .ringtone .details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.content .ringtones .item .details .meta,
.content .ringtones .ringtone .details .meta {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none
}

.content .ringtones .item .details .meta .data,
.content .ringtones .ringtone .details .meta .data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.content .ringtones .item .details .meta .data .title,
.content .ringtones .ringtone .details .meta .data .title {
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

.content .ringtones .item .details .meta .download-icon,
.content .ringtones .ringtone .details .meta .download-icon {
	width: 36px;
	height: 36px;
	background: #272727;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 18px
}

.content .ringtones .item .details .meta .download-icon img,
.content .ringtones .ringtone .details .meta .download-icon img {
	width: 100%;
	height: 100%
}

.content .ringtones .item .bottom-wrap,
.content .ringtones .ringtone .bottom-wrap {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.content .ringtones .item .bottom-wrap .download-button,
.content .ringtones .ringtone .bottom-wrap .download-button {
	margin-left: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 30px;
	background: var(--primary-color);
	padding: 7px 14px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	cursor: pointer
}
.download-button svg {
    width: 14px;
    height: 14px;
    margin-right:7px;
}
.download-button a {
	font-size: 12px;
text-decoration:none;
    color:#fff;
}
.content .ringtones .item .bottom-wrap .download-button img,
.content .ringtones .ringtone .bottom-wrap .download-button img {
	height: 14px;
	margin-right: 8px
}

.content .wallpapers {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 15px 15px;
	padding: 0 10px
}

.content .info .duration {
	font-size: 12px;
	display: inline;
	color: #444;
	margin-right: 20px
}

.content .info .duration::after {
	font-weight: 400;
	margin-left: 4px;
	content: "Sec"
}

.content .info .downloads {
	font-size: 12px;
	display: inline;
	color: #444
}

.content .info .downloads::after {
	font-weight: 400;
	margin-left: 4px;
}

.modal {
	z-index: 10000;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 0, 0, .52);
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px
}

.modal .header {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--primary-color);
	padding: 10px;
	margin: 0
}

.modal .header svg.close {
	fill: #fff;
	height: 35px;
	width: 35px;
	padding: 10px;
	cursor: pointer
}

.modal .body {
	background-color: #fff;
	max-width: 300px;
	overflow: hidden;
	padding: 15px
}

.modal .body a {
	color: var(--primary-color)
}

.modal .body .info-wrap .tags span {
	padding: 5px 15px;
	cursor: pointer
}

.modal .body,
.modal .header {
	width: 100%;
	max-width: 300px
}

.modal .report-body {
	width: 100%;
	max-width: 300px;
	background-color: #fff
}

.modal .report-body .report {
	padding: 10px;
	border-bottom: 2px solid #888;
	text-align: center;
	cursor: pointer
}

.modal .report-body .copyright {
	padding: 10px;
	text-align: center;
	cursor: pointer
}

.modal .report-body .copyright a {
	color: #000
}

@media only screen and (min-width:768px) {
	.modal .body,
	.modal .header {
		max-width: 600px
	}
	#report-item .header {
		max-width: 300px!important
	}
}

@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes load3 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.spinner-border {
	display: none
}

.spinner-border,
.spinner-border:after {
	border-radius: 50%;
	width: 50px;
	height: 50px
}

.spinner-border {
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: .8em solid rgba(255, 255, 255, .2);
	border-right: .8em solid rgba(255, 255, 255, .2);
	border-bottom: .8em solid rgba(255, 255, 255, .2);
	border-left: .8em solid var(--primary-color);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

body.light {
	background: #edf0f7;
	color: #000
}

body.light .content h1 {
	color: #000
}

body.light .content .ringtones .ringtone {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 20px rgb(160 161 182 / 30%);
}

body.light .content .ringtones .ringtone:hover {
	text-decoration: none!important
}

body.light .content .ringtones .ringtone .meta .data .title {
	color: #000
}

body.light .content .ringtones .ringtone .download-icon {
	background: #fadec0!important
}

body.light .content .ringtones .ringtone .like-button svg,
body.light .content .ringtones .ringtone .report-button svg,
body.light .content .ringtones .ringtone .share-button svg {
	fill: #67687e
}

body.light .content .tags a {
	color: #444
}

@media screen and (min-width:375px) {
	.content .ringtones {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(375px, 1fr))
	}
}

@media screen and (min-width:810px) {
	.content .wallpapers {
		grid-template-columns: repeat(auto-fill, minmax(225px, 1fr))
	}
}

.sticky-bottom {
	position: fixed;
	width: 100%;
	z-index: 100;
	bottom: 0
}

.sticky-bottom .bottom-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	background: #000;
	font-size: 12px
}

.sticky-bottom .bottom-nav .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px;
	color: #444;
	width: 100%
}

.sticky-bottom .bottom-nav .item svg {
	fill:#444;
	width: 100%;
	height: 19px
}

.sticky-bottom .bottom-nav .item.active {
	color: #444
}

.sticky-bottom .bottom-nav .item.active svg {
	fill: var(--primary-color)
}

.sticky-bottom .bottom-nav.float {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: 0 0;
	margin-bottom: 16px
}

.sticky-bottom .bottom-nav.float .item {
	background: #000;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 20px
}

.sticky-bottom .bottom-nav.float .item:first-child {
	border-radius: 36px 0 0 36px
}

.sticky-bottom .bottom-nav.float .item:last-child {
	border-radius: 0 36px 36px 0
}

.sticky-bottom .bottom-nav.float .item span {
	display: none
}

.sticky-bottom .app-promo {
	position: initial!important;
	background-color: #74d7e2;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0
}

.auth {
	position: fixed;
	top: 0;
	background: #f9fbfe;
	backdrop-filter: blur(5px);
	height: 100vh;
	width: 100vw;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999
}

.auth.open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.auth.open .close-icon {
	position: absolute;	
	top: 10px;	
	right: 25px;	
	width: 45px;	
	height: 45px;	
	padding: 10px;
	background: transparent;
	border-radius: 8px;
	cursor: pointer;
}

.auth .logo {
	margin: 1px 0
}

.auth .logo img {
	height: 35px
}

.auth .container {
	background:#fff;
    border-radius:16px;
    display:flex;
    flex-direction:column;
    min-width:400px;
    padding:32px;
    align-items:center;
    justify-content:center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius:8px;
}




.auth .container h1 {
	font-weight:600;
    font-size:20px;
    line-height:30px;
    display:flex;
    align-items:center;
    text-align:center;
    color:#13152f;
    margin:15px 0
}

	.auth .container .loginfooter {
font-size:12px
}

.auth .container .btn {
	width: 100%;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-radius: 30px;
	padding: 8px 30px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.auth .container .btn svg {
	display: inline-block;
	left: 0;
	fill: #fff;
	height: 30px;
	width: 30px
}

.auth .container .btn span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.auth .container .btn.btn-facebook {
	background:#3b5998;
    border-radius:4px;
    margin-top:16px;
    color:#fff
}

.auth .container .btn.btn-google {
	margin-top: 16px;
	color:#787a80;
    border:2px solid #babec7;
    border-radius:4px
}

.auth .container p {
	text-align: center;
	max-width: 300px;
	margin-top: 30px;
	color: #424242;
	line-height: 20px;
}

.auth .container p a {
	display: inline-block;
	color: #001f3f;
	text-decoration: underline;
	font-weight:600;
}

.button.dark {
  cursor: pointer;
  background-image: linear-gradient(to right, #0b0363, #0b0363);
}




.button {
	cursor: pointer;
	width: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6%;
	-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: 0;
	height: 58px;
	width: 58px;
	--rotation: 45deg
}

.content .player .icon {
	width: 100%;
	color: #000;
	width: 34px;
	height: 34px;
        margin-top: 12px;
	margin-left: 1px;
	padding: 8px;
	background-color: #fff;
	border-radius: 50%;
}



.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)
	}
}

.codehap_title {
	text-align: center
}

.codehap_title h1 {
	font-size: 20px;
	margin: 10px 0 0 0
}

.codehap_title h2 {
	font-size: 16px;
	margin: 0;
	color: #222
}

.codehap_row {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.codehap_row11 {
	display: flex;
	align-items: center;
	justify-content:center
}

.codehap_gap2 {
	display: flex;
	align-items: center;
	padding: 0 10px;
	color: #333
}
.raj2{
	margin-right:2px;
	display:flex;
	align-items: center;
	padding: 0 10px;
}

.codehap_gap2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2c2f51;
        font-size: 14px;
	font-weight:bold;
}

.codehap_gap {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	margin: 0 10px;
	font-size: 18px;
	color: #333
}

.codehap_gap span {
	font-weight: bolder;
	margin-left: 10px;
	color: #333;
	font-size: 33px
}

.bg-white {
	padding: 5px 0;
	background-color: #fff
}

hr.new1 {
	border-top: 1px solid snow
}

.loadmore {
	text-align: center;
	padding: 10px;
	margin: 10px
}

.loadmore_button {
	font-weight: bolder;
	border: 2px solid var(--primary-color);
	background-color: var(--primary-color);
	color: #fff;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 30px;
	width: 220px;
}

.loadmore_button:hover {
	border: 2px solid var(--primary-color);
	background-color: #1E1F23;
	color: #fff
}

.codehap_page {
	max-width: 1080px;
	margin: auto;
	background-color: #fff;
	padding: 10px;
}

.main_content {
	max-width: 500px;
	margin: 8px auto;
                box-shadow: 0 10px 20px rgb(160 161 182 / 30%);
                border-radius: 8px;
}

.post-ad {
margin: 8px auto;
	max-width: 500px;
}



.main {
	background-color: #fff;
	padding: 10px 0;
	margin: 8px auto;
	border-radius: 8px;
}

.main h1 {
    padding: 0 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin: 8px 0 0;
    letter-spacing: -.02em;
    text-align:center;
    overflow-wrap: anywhere;
}

.main_dl {
               background-color: #fff;
	padding:5px;
	margin: 0 auto 20px auto;
 text-align:center;
}

.codehap_info {
	color: #444
}

.tags5 {
	background-color: #fff;
	padding: 8px 10px;
   
	border-radius: 8px;
	
}

.tags5 a {
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #a0a1b6;
    padding: 6px 8px;
    color: #1a1c34;
    text-decoration: none;
    margin: 4px 4px 4px 0;
    display: inline-block;
    overflow-wrap: anywhere;

}

.tags {
	background-color: #fff;
	padding: 10px 0;
	margin: 10px auto
}

.tags a {
	border-radius: 4px;
    border: 1px solid #888;
    color: #444;
    text-decoration: none;
    padding: 9px 18px;
    display: inline-block;
    margin: 0 10px 10px 0!important;
    font-size: 16px;
    line-height: 18px;

}

.dlbutton1 {
    background:var(--primary-color);
}

.dlbutton2 {
	background: var(--primary-color);
}

.dlbutton3 {
	background: var(--primary-color);
}

.dlbutton {
	margin: 8px auto;
	color: #fff;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	width: 95%;
	font-weight: 700;
}

.dlbutton:hover {
	background-color: var(--primary-color);
	color: #fff;
	text-decoration: none;
}

.dlbutton svg {
	float: left;
	margin-top: 3px
}


.pad {
	padding: 10px 0
}
.pad2 {
	padding: 0px 10px
}



.pad3 {
    margin-bottom:5px;
	padding: 2px 5px 5px 5px;
	border-bottom:1px dashed #f3f4f7;
}

.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: 75px;
	width: 75px;
	--rotation: 45deg
}

.content2 .player .icon {
	width: 100%;
	color: #000;
	margin-top: 16px;
	margin-left: 2px;
	width: 45px;
	height: 45px;
	padding: 8px;
	background-color: #fff;
	border-radius: 50px;
}

.content2.icon {
	display: inline-block;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	height: 60px;
	width: 60px;
	margin-bottom: -2px
}

.clearfix2 {
	text-align: center
}

.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: #000;
}

.button.dark2:hover {
	background-color: #555
}

#upload-error {
	display: none;
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: red
}

.d-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(33%, 1fr))
}

.codehap_button_9 {
	background-color: var(--primary-color);
	border: none;
	color: #fff;
	padding: 5px 9px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	margin: 0 1px
}

.form-control {
	border: 2px solid #caccd1;
	padding: 5px;
	border-radius: 4px
}

.form-control2 {
	border: 2px solid #caccd1;
	padding: 0;
	border-radius: 4px
}

.pad {
	padding: 10px 0
}

.controller-box label {
	color: #666
}

.codehap_cat {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(155px, 1fr))
}

.codehap_cat_item a {
	text-align: center;
	background-color: #fff;
	box-shadow:0 0 9px 0 rgba(209,213,223,.9);
	padding: 10px;
	margin: 5px;
	color: #000;
	border-radius: 8px;
	display: block;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}

.codehap_cat_page {
	margin: 0 10px;
	padding: 5px
}

.codehap_cat_title {
	margin: 10px 0;
	font-size: 23px;
	font-weight: bolder;
	padding: 5px;
	text-align: center
}


.codehap_login {
	max-width: 500px;
	margin: auto;
	background: #fff;
	padding: 10px;
	text-align: center
}

.codehap_login img {
	margin: 10px 0
}

.codehap_file_result {
	margin: 5px 0px;
	display: flex;
	align-items: center;
	align-content: center;
}

.codehap_file_result_success {
	background: #d6ffd8;
	border: 1px solid #11862f;
	font-weight: bold;
	color: #11862f;
	padding: 5px;
	margin-right: 2px;
	border-radius: 5px;
}

.content .upload {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.content .upload h1 {
	font-size: 1.5em;
	text-align: center
}

.content .upload .container {
	margin-top: 16px;
	max-width: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.content .upload .container #fileElem {
	display: none
}

.content .upload .container .btn {
	font-size:16px;
    margin:0 5px;
    text-decoration:none;
    display:flex;
    align-items:center;
    width:100%;
    color:#fff;
    font-weight:500;
    margin-top:16px;
    text-align:center;
    justify-content:center;
    height:40px;
	-webkit-transition-property: background-color, border-color, color, -webkit-box-shadow, -webkit-filter;
	transition-property: background-color, border-color, color, -webkit-box-shadow, -webkit-filter;
	transition-property: background-color, border-color, color, box-shadow, filter;
	transition-property: background-color, border-color, color, box-shadow, filter, -webkit-box-shadow, -webkit-filter;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.content .upload .container .btn-upload {
	background-color: var(--primary-color);
	margin: 32px 16px 0;
	width: calc(100% - 32px);
}

.content .upload .container .btn-play {
	background-color: var(--primary-color);
	color: #fff;
	width: 20%;
	padding: 10px;
	margin-top: 0;
	cursor: pointer
}

.content .upload .container .btn-submit {
	background-color: var(--primary-color);
	color: #fff;
	margin-top: 16px;
}

.content .upload .container .uploading .loader {
	display: block
}

.content .upload .container .btn-cancel {
	background-color: #888;
	color: #fff;
	margin-top: 16px
}

.content .upload .container .ringtone-wrap {
	padding: 16px;
}

.content .upload .container .ringtone-wrap .waveform-wrap {
	display: none
}

.content .upload .container .ringtone-wrap .waveform-wrap .waveform-container {
	display: block;
	width: 100%;
	height: 100px
}

.content .upload .container .ringtone-wrap .waveform-wrap .waveform-bg {
	-webkit-clip-path: url(#waveform-mask);
	clip-path: url(#waveform-mask);
	fill: #d3d3d3
}

.content .upload .container .ringtone-wrap .waveform-wrap .waveform-progress {
	-webkit-clip-path: url(#waveform-mask);
	clip-path: url(#waveform-mask);
	fill: var(--primary-color)
}

.content .upload .container .ringtone-wrap .waveform-wrap #line-progress {
	fill: #fff;
	stroke: #fff
}

.content .upload .container .ringtone-wrap .waveform-wrap #left,
.content .upload .container .ringtone-wrap .waveform-wrap #right {
	fill: #fff
}

.content .upload .container .ringtone-wrap .waveform-wrap .draggable {
	cursor: move
}

.content .upload .container .ringtone-wrap .controls-wrap {
	margin-top: 8px;
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content .upload .container .ringtone-wrap .controls-wrap div {
	color: #616161
}

.content .upload .container .wallpaper-wrap {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.content .upload .container .wallpaper-wrap #wallpaper {
	max-width: 100%;
	max-height: 60vh;
	display: block
}

.content .upload .container .info-wrap {
	padding: 0 16px 16px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 36px
}

.content .upload .container .info-wrap label {
	margin-top: 16px
}

.content .upload .container .info-wrap input[type=text] {
	width: 100%;
	padding: 8px 16px;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	margin-top: 8px;
	height: 50px
}

.content .upload .container .info-wrap input[type=text]:focus {
	border: 1px solid #757575;
	outline-color: transparent;
	outline-style: none
}

.content .upload .container .info-wrap .add-tag-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.content .upload .container .info-wrap .add-tag-form input {
	border-radius: 3px 0 0 3px
}

.content .upload .container .info-wrap .add-tag-form button {
	margin-top: 8px;
	background: var(--primary-color);
	border: none;
	border-radius: 0 3px 3px 0;
	height: 50px;
	width: 50px;
	font-size: 1.5em;
	color: #fff
}

.content .upload .container .info-wrap .tags {
	margin-top: 16px
}

.content .upload .container .info-wrap .tags span {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	padding: 6px 8px;
	border-radius: 4px;
	margin: 0 4px 4px 0;
	display: inline-block;
	white-space: nowrap
}

.content .upload .container .info-wrap .tags span:after {
	content: "x";
	margin-left: 8px;
	color: var(--primary-color);
	font-weight: 900;
	cursor: pointer
}

.content .upload .container .info-wrap .message {
	text-align: center;
	margin-top: 8px;
	color: #fff;
	background: #ef6c00;
	padding: 8px;
	display: none
}

body.light .content .upload .container {
	background: #fff
}

body.light .content .upload .ringtone-wrap {
	background: #fff
}

body.light .content .upload .ringtone-wrap .waveform-wrap #line-progress {
	fill: var(--primary-color);
	stroke: var(--primary-color)
}

body.light .content .upload .ringtone-wrap .waveform-wrap #left,
body.light .content .upload .ringtone-wrap .waveform-wrap #right {
	fill: var(--primary-color)
}

body.light .content .upload .info-wrap .tags span {
	padding: 5px 15px;
	cursor: pointer
}

.form-control-basic {
	width: 100%;
	padding: 8px 16px;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	margin-top: 8px;
	height: 50px
}


*::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;margin-left:-10px!important;
}

*::-webkit-scrollbar
{
	width: 10px;
	margin-left:-10px;
	background-color: #F5F5F5!important;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 1px;
	background-color: #FFF;
	background-image: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 51%, var(--primary-color) 100%);
}


@media only screen and (max-width: 600px) {
 .main_content {
 border-radius:8px;
 padding: 8px 0px 8px 0px;
 background: white;
	margin: 10px;
	box-shadow: 0 10px 20px rgb(160 161 182 / 30%);
}
}


.tags5  ul {
    padding:0px 8px;
}

.spinner {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   border: 9px solid var(--primary-color);
   animation: spinner-bulqg1 0.8s infinite linear alternate,
        spinner-oaa3wk 1.6s infinite linear;
}

@keyframes spinner-bulqg1 {
   0% {
      clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
   }

   12.5% {
      clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
   }

   25% {
      clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
   }

   50% {
      clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
   }

   62.5% {
      clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
   }

   75% {
      clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
   }

   100% {
      clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
   }
}

@keyframes spinner-oaa3wk {
   0% {
      transform: scaleY(1) rotate(0deg);
   }

   49.99% {
      transform: scaleY(1) rotate(135deg);
   }

   50% {
      transform: scaleY(-1) rotate(0deg);
   }

   100% {
      transform: scaleY(-1) rotate(-135deg);
   }
}

/* Apply gradient effect to all four sides */
.element {
  width: 200px;
  height: 100px;
  background: linear-gradient(to right top, #ff7e5f, #feb47b, #ffdf89);
  border: 2px solid #fff; /* Optional: Add a border for better visualization */
}

@media (max-width: 767px) {
    .desktop-only {
        display: none;
    }
}


.codehap_row11 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.user-info {
  display: flex;
  align-items: center;
}

.user-picture {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.user-details {
  display: flex;
  flex-direction: column;
}


  .small {
    font-size: 10px;
  }
