*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: var(--fonts);
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: var(--fonts);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: var(--color_link);
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

body a:hover {
	color: var(--color_link_hover)!important;
	text-decoration: none;
}

.sticky-bottom a, .header a, a.author {
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: color .4s;
	transition: color .4s;
}

.sticky-bottom a:hover, .header a:hover, a.author:hover {
	-webkit-animation-name: eff24-move;
	animation-name: eff24-move;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@keyframes eff24-move {
	30% {
		-webkit-transform: translate3d(0, -5px, 0) rotate(5deg);
		transform: translate3d(0, -5px, 0) rotate(5deg);
	}

	50% {
		-webkit-transform: translate3d(0, -3px, 0) rotate(-4deg);
		transform: translate3d(0, -3px, 0) rotate(-4deg);
	}

	80% {
		-webkit-transform: translate3d(0, 0, 0) rotate(-3deg);
		transform: translate3d(0, 0, 0) rotate(-3deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre, code, kbd, samp {
	font-family: var(--fonts);
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"], input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[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;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

:root {
	--primary-color: #2fc2d4;
	--nav-bg-color: #2fc2d4;
	--nav-logo-fill-color: #ffffff;
	--nav-menu-icon-color: #fff;
}

html {
	font-size: 2vw;
}

body {
	background: #111;
	font-size: 16px;
	color: white;
	padding-bottom: 100px;
}

body.modal-open .modal.open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header {
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: white;
}

.header.has-sticky-ads {
	padding-top: 60px;
}

.header .nav {
	background: var(--header_bg)!important;
	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;
}

.sticky-bottom .bottom-nav {
	background: var(--footer_bg)!important;
}

.header .nav .logo {
	line-height: 0;
}

.header .sidebar {
	background: var(--header_bg)!important;
}

.header.open-sidebar .sidebar-icon span {
	background: var(--color_svg)!important;
}

.header .nav .logo svg {
	height: 40px;
	width: 40px;
	fill: var(--nav-logo-fill-color);
}

.sticky-bottom .bottom-nav a, .header .sidebar a {
	color: var(--putih)!important;
}

.header .nav .search-form {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 16px;
	max-width: 700px;
}

.header .nav .search-form .search-input {
	border: none;
	padding: 4px 8px;
	border-radius: 3px;
	background: white;
	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: none;
}

.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(--color_svg)!important;
	border-radius: 3px;
	z-index: 1;
	-webkit-transform-origin: 4px 0px;
	transform-origin: 4px 0px;
	-webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.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 .nav .back-arrow {
	height: 48px;
	width: 48px;
	align-items: center;
	justify-content: center;
	display: none;
}

.header .nav .search-form {
	align-items: center;
	justify-content: center;
	display: none;
	width: calc(100% - 96px);
}

.header .nav .search-form .search-input {
	border: none;
	padding: 4px 12px;
	border-radius: 50px;
	background: #3c3e52;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.header .nav .search-form .search-input input {
	background: #3c3e52;
	width: 100%;
	flex-grow: 1;
	border: none;
	color: #fff;
}

.header .nav .search-form .search-input input:focus {
	outline: none;
}

.header .nav .search-form .search-input ::placeholder {
	color: #fff;
	font-weight: 400;
}

.header .nav .search-form .search-input .close-search {
	margin-left: 5px;
}

.header .nav .header-icons {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header .nav .header-icons .search-icon {
	width: 48px;
	height: 48px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.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: white;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: black;
	font-size: 1.1em;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0px 0px 3px -1px black;
	box-shadow: 0px 0px 3px -1px black;
	-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: 8px;
	color: white;
}

.header .sidebar .link-wrap .social-media-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header .sidebar .link-wrap .social-media-links a {
	width: 30px;
}

.header .sidebar .link-wrap .social-media-links a svg {
	fill: currentColor;
}

.header .sidebar .app-wrap {
	background: var(--main-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: black;
	padding: 20px 20px;
	font-size: 1.5em;
	font-weight: bold;
}

.header .sidebar .app-wrap img {
	width: 100%;
	max-width: 200px;
}

.header .sidebar .divider {
	margin: 8px;
	background: #2c2c2c;
	height: 1px;
	width: 80%;
}

.header.open-sidebar .sidebar-icon span {
	opacity: 1;
	-webkit-transform: rotate(45deg) translate(0px, -4px);
	transform: rotate(45deg) translate(0px, -4px);
}

.header.open-sidebar .sidebar-icon span:nth-last-child(2) {
	opacity: 0;
	-webkit-transform: rotate(0deg) scale(0.2, 0.2);
	transform: rotate(0deg) scale(0.2, 0.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 0.5s ease;
	transition: all 0.5s ease;
}

.sticky-bottom {
	position: fixed;
	width: 100%;
	z-index: 999;
	bottom: 0;
}

.sticky-bottom .sticky-ad-wrap {
	padding-top: 5px;
	background: #d6d6d6;
	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;
}

.sticky-bottom .mobileshow {
	display: none;
}

.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: #000000;
	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: rgba(17, 17, 17, 0.6);
	width: 100%;
}

.sticky-bottom .bottom-nav .item svg {
	fill: #888888;
	width: 100%;
	height: 19px;
}

.sticky-bottom .bottom-nav .item.active {
	color: var(--main-color);
}

.sticky-bottom .bottom-nav .item.active svg {
	fill: var(--main-color);
}

.sticky-bottom .bottom-nav.float {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	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;
}

body.light .header.open-sidebar .sidebar-icon {
	margin-left: 16px;
}

body.light .header.open-sidebar .sidebar-icon span {
	background: black;
}

body.light .header .sidebar {
	background: white;
}

body.light .header .sidebar .divider {
	background: #b8b8b8;
}

body.light .header .sidebar .link-wrap a {
	color: black;
}

body.light .header .sidebar .link-wrap .social-media-links a svg {
	fill: currentColor;
}

body.light .bottom-nav {
	-webkit-box-shadow: 1px 1px 1px 1px gray;
	box-shadow: 1px 1px 1px 1px gray;
	background: white;
}

body.light .bottom-nav.float {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.light .bottom-nav.float .item {
	background: #fff;
}

@media screen and (min-width: 600px) {
	.header.has-sticky-ads {
		padding-top: 100px;
	}
}

@media screen and (max-width: 500px) {
	.mobileshow {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

.auth {
	position: fixed;
	top: 0;
	background: var(--main-color);
	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: 500;
	overflow: scroll;
}

.auth.open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.auth.open .close-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	padding: 10px;
}

.auth .logo {
	margin: 32px 0;
}

.auth .logo img {
	height: 35px;
}

.auth .container {
	background: black;
	margin-bottom: 24px;
	border-radius: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 400px;
	padding: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.auth .container h1 {
	color: white;
	margin-bottom: 32px;
}

.auth .container .btn {
	width: 100%;
	color: white;
	font-weight: bold;
	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: white;
	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;
}

.auth .container .btn.btn-google {
	margin-top: 16px;
	background: #db4437;
}

.auth .container p {
	text-align: center;
	max-width: 250px;
	margin-top: 30px;
	color: white;
}

.auth .container p a {
	display: inline-block;
	color: var(--main-color);
	text-decoration: underline;
}

.login-page .auth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.login-page .auth .close-icon {
	display: none;
}

body.light .auth .container {
	background: white;
}

body.light .auth .container h1 {
	color: black;
}

body.light .auth .container p {
	color: black;
}

.static-page {
	background-color: black;
	max-width: 800px;
	color: white;
	padding: 16px;
	margin: 16px auto;
}

.static-page p {
	margin-top: 10px;
}

.static-page a {
	color: var(--main-color);
}

body.light .static-page {
	background-color: white;
	color: black;
}

.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 {
	background: black;
	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: 1.2em;
	line-height: 1;
	border-radius: 500px;
	padding: 16px 0px 18px;
	border-width: 0;
	white-space: normal;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 500;
	margin-top: 16px;
	text-align: center;
	-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: 0.3s;
	transition-duration: 0.3s;
}

.content .upload .container .btn-upload {
	background-color: #ff7a00;
	margin: 32px 16px 0;
	width: calc(100% - 32px);
}

.content .upload .container .btn-play {
	background-color: #ff7a00;
	color: #fff;
	width: 30%;
	padding: 10px;
	margin-top: 0;
	cursor: pointer;
}

.content .upload .container .btn-submit {
	background-color: #ff7a00;
	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;
	background: black;
}

.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: lightgray;
}

.content .upload .container .ringtone-wrap .waveform-wrap .waveform-progress {
	-webkit-clip-path: url("#waveform-mask");
	clip-path: url("#waveform-mask");
	fill: #ff7a00;
}

.content .upload .container .ringtone-wrap .waveform-wrap #line-progress {
	fill: white;
	stroke: white;
}

.content .upload .container .ringtone-wrap .waveform-wrap #left, .content .upload .container .ringtone-wrap .waveform-wrap #right {
	fill: white;
}

.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;
	background: black;
	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: #ff7a00;
	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 #ff7a00;
	color: #ff7a00;
	padding: 8px 16px;
	border-radius: 18px;
	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: #ff7a00;
	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;
}

.edit-ringtone-wrap.modal .btn {
	font-size: 1.2em;
	line-height: 1;
	border-radius: 500px;
	padding: 8px 0px 9px;
	border-width: 0;
	white-space: normal;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 500;
	margin-top: 16px;
	text-align: center;
	-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: 0.3s;
	transition-duration: 0.3s;
}

.edit-ringtone-wrap.modal .btn-submit {
	background-color: #ff7a00;
	color: #fff;
	margin-top: 16px;
}

.edit-ringtone-wrap.modal .info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.edit-ringtone-wrap.modal .info-wrap label {
	margin-top: 16px;
}

.edit-ringtone-wrap.modal .info-wrap input[type="text"] {
	width: 100%;
	padding: 8px 16px;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	margin-top: 8px;
	height: 50px;
}

.edit-ringtone-wrap.modal .info-wrap input[type="text"]:focus {
	border: 1px solid #757575;
	outline-color: transparent;
	outline-style: none;
}

.edit-ringtone-wrap.modal .info-wrap .add-tag-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.edit-ringtone-wrap.modal .info-wrap .add-tag-form input {
	border-radius: 3px 0 0 3px;
}

.edit-ringtone-wrap.modal .info-wrap .add-tag-form button {
	margin-top: 8px;
	background: #ff7a00;
	border: none;
	border-radius: 0 3px 3px 0;
	height: 50px;
	width: 50px;
	font-size: 1.5em;
	color: #fff;
}

.edit-ringtone-wrap.modal .info-wrap .tags {
	margin-top: 16px;
}

.edit-ringtone-wrap.modal .info-wrap .tags span {
	border: 1px solid #ff7a00;
	color: #ff7a00;
	padding: 8px 16px;
	border-radius: 18px;
	margin: 0 4px 4px 0;
	display: inline-block;
	white-space: nowrap;
}

.edit-ringtone-wrap.modal .info-wrap .tags span:after {
	content: "x";
	margin-left: 8px;
	color: #ff7a00;
	font-weight: 900;
	cursor: pointer;
}

.edit-ringtone-wrap.modal .info-wrap .message {
	text-align: center;
	margin-top: 8px;
	color: #fff;
	background: #ef6c00;
	padding: 8px;
	display: none;
}

body.light .content .upload .container {
	background: white;
}

body.light .content .upload .ringtone-wrap {
	background: white;
}

body.light .content .upload .ringtone-wrap .waveform-wrap #line-progress {
	fill: #ff7a00;
	stroke: #ff7a00;
}

body.light .content .upload .ringtone-wrap .waveform-wrap #left, body.light .content .upload .ringtone-wrap .waveform-wrap #right {
	fill: #ff7a00;
}

body.light .content .upload .info-wrap {
	background: white;
}

.app-promo {
	min-height: 30vh;
	width: 100%;
	position: fixed;
	bottom: 0;
	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;
	background: #f07830de;
	padding: 32px;
	text-align: center;
}

.app-promo img {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin-bottom: 8px;
}

.app-promo .main {
	font-weight: bold;
}

.app-promo .secondary {
	font-weight: 300;
	font-size: 0.9em;
}

.app-promo a {
	background-color: white;
	width: 100%;
	margin: 8px 0;
	padding: 4px;
	color: black;
	text-decoration: none;
}

.app-promo .cancel {
	padding: 4px 16px;
}

.app-promo1 {
	min-height: -webkit-fit-content;
	min-height: -moz-fit-content;
	min-height: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.app-promo1 a {
	background-color: transparent;
	color: white;
}

.home {
	background-color: white;
	color: #070a2d;
	min-width: 360px;
}

.home .header .nav {
	background-color: white;
}

.home .header .nav .sidebar-icon span {
	background: #2fc2d4;
}

.home .hero-wrap {
	background: linear-gradient(254.87deg, #a5e6d0 0%, #74d7e2 86.88%);
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home .hero-wrap .hero {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 500px;
	padding: 70px 16px;
}

.home .hero-wrap .title {
	color: #00434b;
	text-align: center;
	margin-bottom: 24px;
	font-size: 1.5em;
}

.home .testimonial-wrap {
	background: #ffbd00;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home .testimonial-wrap .container {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 500px;
	padding: 70px 16px;
}

.home .testimonial-wrap .container h2 {
	color: #ff6b00;
}

.home .testimonial-wrap .container .feedbacks {
	max-width: 80vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.home .testimonial-wrap .container .feedbacks::-webkit-scrollbar {
	display: none;
}

.home .testimonial-wrap .container .feedbacks .feedback {
	margin-left: 10px;
	margin-top: 50px;
	background-color: white;
	border-radius: 15px;
	padding: 30px;
}

.home .testimonial-wrap .container .feedbacks .feedback .author {
	color: #ff6b00;
	font-weight: bold;
}

.home .footer-wrap .copyright {
	margin: 50px;
	text-align: center;
	color: #888;
}

.like-button {
	height: 30px;
	width: 30px;
	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: #999999;
}

.share-button, .edit-button {
	margin-left: 16px;
	height: 30px;
	width: 30px;
	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;
}

.share-button svg, .edit-button svg {
	width: 100%;
	height: 100%;
	fill: #999999;
}

.content {
	margin: auto;
}

.content h1 {
	color: white;
	margin: 8px 16px;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
}

.content .ad {
	margin-top: 8px;
	text-align: center;
}

.content .tags {
	margin-top: 8px;
}

.content .tags a {
	font-size: 12px;
	border-radius: 20px;
	border: 1px solid #888;
	padding: 4px 6px;
	color: white;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 4px 4px 0;
	display: inline-block;
}

.content .items, .content .ringtones {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 10px 10px;
}

.content .items .item, .content .items .ringtone, .content .ringtones .item, .content .ringtones .ringtone {
	background: black;
	padding: 16px;
	width: 100%;
}

.content .items .item .details, .content .items .ringtone .details, .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 .items .item .details .meta, .content .items .ringtone .details .meta, .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 .items .item .details .meta .data, .content .items .ringtone .details .meta .data, .content .ringtones .item .details .meta .data, .content .ringtones .ringtone .details .meta .data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.content .items .item .details .meta .data .title, .content .items .ringtone .details .meta .data .title, .content .ringtones .item .details .meta .data .title, .content .ringtones .ringtone .details .meta .data .title {
	margin: 0;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

.content .items .item .details .meta .download-icon, .content .items .ringtone .details .meta .download-icon, .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 .items .item .details .meta .download-icon img, .content .items .ringtone .details .meta .download-icon img, .content .ringtones .item .details .meta .download-icon img, .content .ringtones .ringtone .details .meta .download-icon img {
	width: 100%;
	height: 100%;
}

.content .items .item .bottom-wrap, .content .items .ringtone .bottom-wrap, .content .ringtones .item .bottom-wrap, .content .ringtones .ringtone .bottom-wrap {
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content .items .item .bottom-wrap .download-button, .content .items .ringtone .bottom-wrap .download-button, .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(--color_button);
	padding: 10px 20px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
}

.content .items .item .bottom-wrap .download-button img, .content .items .ringtone .bottom-wrap .download-button img, .content .ringtones .item .bottom-wrap .download-button img, .content .ringtones .ringtone .bottom-wrap .download-button img {
	height: 14px;
	margin-right: 8px;
}

.content .items .wallpaper img, .content .ringtones .wallpaper img {
	height: 250px;
}

.content .items .wallpaper .tags, .content .ringtones .wallpaper .tags {
	color: white;
}

.content .wallpapers {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
	gap: 10px 10px;
}

.content .wallpapers .wallpaper {
	position: relative;
}

.content .wallpapers .wallpaper:hover .tags {
	opacity: 1;
}

.content .wallpapers .wallpaper img {
	width: 100%;
}

.content .wallpapers .wallpaper .tags {
	position: absolute;
	bottom: 0px;
	color: white;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 12px;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	font-weight: bold;
	opacity: 0;
	padding: 4px;
	overflow: hidden;
	background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)) );
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	-webkit-transition: opacity 300ms ease 0s;
	transition: opacity 300ms ease 0s;
}

.content .wallpapers .wallpaper .tags span {
	color: white;
}

.content .wallpapers .wallpaper .tags span::before {
	content: "#";
}

.content .info .duration {
	font-size: 12px;
	display: inline;
	color: #888;
	margin-right: 20px;
}

.content .info .duration::after {
	font-weight: normal;
	margin-left: 4px;
	content: "Sec";
}

.content .info .downloads {
	font-size: 12px;
	display: inline;
	color: #888;
}

.content .info .downloads::after {
	font-weight: normal;
	margin-left: 4px;
}

.content .controls .play svg {
	color: var(-color_svg)!important;
	fill: currentColor;
}

.content .controls .pause svg {
	color: var(--color_svg)!important;
	fill: currentColor;
}

.content #load-more-btn {
	margin: 10px;
	border: 1px solid var(--main-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 11px;
	color: var(--main-color);
	border-radius: 32px;
	font-size: 20px;
}

.content .ringtone-full .main {
	padding: 20px;
	background: #000000;
}

.content .ringtone-full .main .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
 
.content .ringtone-full .main .links .author::before {
	content: "@";
}

.content .ringtone-full .main .links .like-button {
	margin-left: auto;
}

.content .ringtone-full .main h1 {
	font-size: 24px;
	line-height: 28px;
	padding: 0;
	margin: 8px 0 0;
	font-weight: bold;
}

.content .ringtone-full .main .controls {
	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;
	padding: 25px;
}

.content .ringtone-full .main .controls .play, .content .ringtone-full .main .controls .pause {
	margin: 0;
	padding: 0;
	width: 80px;
	height: 80px;
	font-size: 40px;
}

.content .ringtone-full .main .controls .spinner-border, .content .ringtone-full .main .controls .spinner-border:after {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.content .ringtone-full .main img {
	max-height: 350px;
	margin: auto;
	display: block;
}

.content .ringtone-full .main .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content .ringtone-full .main .info .duration, .content .ringtone-full .main .info .downloads {
	font-weight: bold;
	font-size: 16px !important;
}

.content .ringtone-full .tags {
	padding: 20px 20px 10px;
	background: #000000;
}

.content .ringtone-full .tags a {
	padding: 11px 20px;
	display: inline-block;
	margin: 0 10px 10px 0px !important;
	font-size: 16px;
	line-height: 18px;
}

.content .ringtone-full .download-btn-wrap {
	margin-bottom: 10px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 300px;
	max-width: 500px;
	margin: auto;
}

.content .ringtone-full .download-btn-wrap .download-btn {
	margin-bottom: 10px !important;
	color: white;
	background-color: var(--main-color);
	border-radius: 40px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	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;
	padding: 16px;
}

.content .ringtone-full .download-btn-wrap .download-btn.iphone {
	margin-top: 10px;
	background: #444444;
}

.content .user-profile-wrap {
	background: black;
	margin-bottom: 10px;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: white;
	padding-bottom: 16px;
}

.content .user-profile-wrap .top-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 16px 16px 0;
}

.content .user-profile-wrap .top-wrap .btn {
	width: 36px;
	height: 36px;
	border-radius: 20px;
	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;
	background: #444;
}

.content .user-profile-wrap .username {
	font-weight: bold;
	font-size: 2em;
	margin-top: 16px;
}

.content .user-profile-wrap .display-name {
	font-weight: 100;
	margin-top: 8px;
	font-size: 1.5em;
}

.content .user-profile-wrap .about {
	font-weight: 100;
	font-size: 1em;
	margin-top: 8px;
}

.content .user-profile-wrap .stat-wrap {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 16px;
}

.content .user-profile-wrap .stat-wrap div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #888;
}

.content .user-profile-wrap .stat-wrap div span {
	color: var(--main-color);
	font-size: 2em;
	font-weight: 100;
}

.content .edit-profile-wrap {
	padding: 16px;
}

.content .edit-profile-wrap h1 {
	padding: 0;
	margin: 0 0 16px;
}

.content .edit-profile-wrap .input {
	margin-bottom: 16px;
}

.content .edit-profile-wrap .input label {
	display: block;
}

.content .edit-profile-wrap .input input, .content .edit-profile-wrap .input textarea {
	width: 100%;
	border-radius: 3px;
	border: none;
	padding: 8px;
	color: black;
}

.content .edit-profile-wrap .input input:disabled, .content .edit-profile-wrap .input textarea:disabled {
	background: gray;
}

.content .edit-profile-wrap .btn-wrap {
	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;
}

.content .edit-profile-wrap .btn-wrap .btn {
	border: none;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	padding: 8px 16px;
	min-width: 150px;
	text-align: center;
	border-radius: 30px;
	margin: 8px;
}

.content .edit-profile-wrap .btn-wrap .btn-submit {
	background: var(--main-color);
}

.content .edit-profile-wrap .btn-wrap .btn-cancel {
	background: #444;
}

.content .search-no-result {
	margin-top: 24px;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content .search-no-result .main-label {
	margin-top: 8px;
	color: white;
	font-size: 1.5em;
}

.content .payout {
	background: black;
	max-width: 500px;
	margin: 16px auto;
	padding: 16px;
}

.content .payout .balance-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.content .payout .balance-wrap > div {
	text-align: center;
}

.content .payout .balance-wrap .withdraw-btn {
	background: #ff7a00;
	margin-top: 8px;
	border-radius: 30px;
	padding: 8px 16px;
	cursor: pointer;
}

.content .payout .balance-wrap .earnings-log-btn {
	text-decoration: underline;
	color: #ff7a00;
	margin-top: 8px;
	border-radius: 30px;
	padding: 8px 16px;
	cursor: pointer;
}

.content .payout .balance-wrap .balance {
	font-weight: bold;
	font-size: 2.5em;
	color: #ff7a00;
}

.content .payout table {
	text-align: center;
	width: 100%;
}

.content .payout table thead tr {
	height: 40px;
}

.content .payout .payout-form-wrap .input {
	margin-bottom: 16px;
}

.content .payout .payout-form-wrap .input label {
	display: block;
}

.content .payout .payout-form-wrap .input input {
	width: 100%;
	border-radius: 6px;
	border: none;
	padding: 8px;
}

.content .payout .payout-form-wrap .input input:disabled {
	background: gray;
	color: black;
}

.content .payout .payout-form-wrap .btn-wrap {
	background: #ff7a00;
	width: 100%;
	padding: 10px;
	color: white;
	border: none;
	border-radius: 50px;
	font-weight: bold;
	margin-bottom: 24px;
}

.content .earnings-wrap .title {
	color: #ff7a00;
	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;
}

.content .earnings-wrap .title svg {
	display: none;
	fill: #ff7a00;
}

.content .earnings-wrap table {
	text-align: center;
	width: 100%;
}

.content .earnings-wrap table thead tr {
	height: 40px;
	position: sticky;
	top: 0;
}

.modal {
	z-index: 10000;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 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, .modal .body {
	width: 100%;
	max-width: 300px;
}

.modal .header {
	color: white;
	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(--main-color);
	padding: 8px 16px;
	margin: 0;
}

.modal .header svg.close {
	fill: white;
	height: 35px;
	width: 35px;
	padding: 10px;
	cursor: pointer;
}

.modal .body {
	overflow: scroll;
	background: #444;
	color: white;
	padding: 16px;
}

.modal .body a {
	color: var(--main-color);
}

.loader {
	display: none;
	font-size: 10px;
	margin: 10px auto;
	text-indent: -9999em;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: var(--main-color);
	background: -webkit-gradient( linear, left top, right top, color-stop(10%, var(--main-color)), color-stop(42%, rgba(241, 121, 48, 0)) );
	background: linear-gradient( to right, var(--main-color) 10%, rgba(241, 121, 48, 0) 42% );
	position: relative;
	-webkit-animation: load3 1s infinite linear;
	animation: load3 1s infinite linear;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.loader:before {
	width: 50%;
	height: 50%;
	background: var(--main-color);
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.loader:after {
	background: #111111;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	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: 0.8em solid rgba(255, 255, 255, 0.2);
	border-right: 0.8em solid rgba(255, 255, 255, 0.2);
	border-bottom: 0.8em solid rgba(255, 255, 255, 0.2);
	border-left: 0.8em solid var(--main-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(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

body.light {
	background: #ececec;
	color: black;
}

body.light .content h1 {
	color: black;
}

body.light .content .ringtones .ringtone, body.light .content .ringtones .wallpaper {
	background: white;
}

body.light .content .ringtones .ringtone .meta .data .title, body.light .content .ringtones .wallpaper .meta .data .title {
	color: var(--color_link) !important;
}

body.light .content .ringtones .ringtone .meta .data .title:hover, body.light .content .ringtones .wallpaper .meta .data .title:hover {
	color: var(--color_link_hover) !important;
}

body.light .content .ringtones .ringtone .download-icon, body.light .content .ringtones .wallpaper .download-icon {
	background: #fadec0 !important;
}

body.light .content .ringtones .ringtone .like-button svg, body.light .content .ringtones .ringtone .share-button svg, body.light .content .ringtones .wallpaper .like-button svg, body.light .content .ringtones .wallpaper .share-button svg {
	fill: #7a7a7a;
}

body.light .content .tags a {
	color: var(--color_link);
}

body.light .content .ringtone-full .main {
	background: white;
}

body.light .content .ringtone-full .tags {
	background: white;
}

body.light .content .user-profile-wrap {
	background-color: white;
	color: black;
}

body.light .content .search-no-result .main-label {
	color: black;
}

body.light .content .payout {
	background: white;
}

body.light .content .earnings-wrap {
	background: white;
}

@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.ringtone-detail {
		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;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.content.ringtone-detail .ringtone-full {
		max-width: 500px;
	}

	.content #load-more-btn {
		max-width: 500px;
		margin: 10px auto;
	}
}

.sticky-bottom .bottom-nav .item svg {
	fill: var(--color_svg) !important;
	stroke: var(--color_svg) !important;
}

.download-btn {
	margin-bottom: 10px !important;
}

.content .tab-view {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.content .tab-view a {
	cursor: pointer;
	padding: 15px;
	color: var(--main-color);
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.content .tab-view .active {
	border-bottom: 3px solid var(--main-color)!important;
	color: var(--main-color)!important;
}

body.light .content .ringtone-full .widgets {
	background: white;
}

.content .ringtone-full .widgets {
	padding: 20px 20px 10px;
	background: #000000;
}

.content .widgets {
	margin-top: 8px;
}

textarea#comment {
	overflow: auto;
	resize: vertical;
	width: 100% !important;
}

img.avatar {
	vertical-align: middle;
	border-style: none;
	width: 30px !important;
	height: 30px !important;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
	border-radius: 50%;
	vertical-align: middle;
}

ol.comment-list, ol.children, ul.comment-list, dl.comment-list, ul.children, dl.children {
	margin-top: 0;
	margin-bottom: 1rem;
	list-style: disclosure-closed;
}

input#submit {
	color: #fff;
	background-color: var(--main-color)!important;
	border: none;
	border-radius: 1.55em;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: 0.667em 1.333em;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
}

h2.comments-title {
	padding: 20px 20px 10px;
	text-align: center;
}

#comments {
	background: white;
}

p.form-submit {
	text-align: center;
}

hr {
	color: transparent!important;
}

.content .ringtone-full .main img {
	max-height: 250px !important;
	margin: auto;
	display: block;
	width: 100% !important;
}

.content h1 {
	line-height: 2em!important;
}

.itones_loadmore {
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 1px;
	cursor: pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.itones_loadmore:hover {
	background-color: #767676;
	color: #fff;
}

.main h1 {
	text-transform: capitalize!important;
}

h3.title {
	text-transform: capitalize!important;
}

.sticky-bottom .bottom-nav .item svg {
	fill: var(--color_svg)!important;
	stroke: var(--color_svg)!important;
}

.content #load-more-btn {
	border: 1px solid var(--color_button)!important;
	color: var(--color_button)!important;
}

ul.page-numbers {
	margin-top: 20px !important;
	list-style: none !important;
	padding-left: 0;
	text-align: center;
	font-weight: 700;
	display: block;
	padding: 0 20px 10px 20px;
}

ul.page-numbers li {
	border-width: 0;
	margin: 0;
	line-height: 1.6;
	display: inline-block;
}

ul.page-numbers li a.prev.page-numbers,ul.page-numbers li a.next.page-numbers,ul.page-numbers li span {
	color: #ffffff !important;
}

ul.page-numbers li span.page-numbers.dots {
	color: #ffffff !important;
}

ul.page-numbers li span.page-numbers.dots,ul.page-numbers li span.current,ul.page-numbers li a {
	background: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

ul.page-numbers li a,ul.page-numbers li span {
	padding: 5px 10px;
	display: block;
}

ul.page-numbers li a span {
	padding: 0 0;
}

@media (max-width: 768px) {
	ul.page-numbers li a,ul.page-numbers li span {
		padding: 5px 10px;
	}
}

ul.page-numbers li a.prev.page-numbers, ul.page-numbers li a.next.page-numbers, ul.page-numbers li span.page-numbers, .page-links > .page-link-number, .page-links > .post-page-numbers.current span {
	background-color: var(--main-color);
}

.header .nav .logo {
	color: var(--logo-color)!important;
}

.header .nav .logo:hover {
	color: var(--logo_color_hover)!important;
}
.content .ringtone-full .main h1 {
	color: var(--main-color)!important;
}
.content .controls .play svg .content .user-profile-wrap .username, .content .user-profile-wrap .stat-wrap div span, .auth .container p a {
	color: var(--main-color)!important;
}
.content .ringtone-full .main .links .author {
	color: var(--color_link)!important;
}
.content .ringtone-full .main .links .author:hover {
	color: var(--color_link_hover)!important;
}

.content .ringtone-full .download-btn-wrap .download-btn {
	background-color: var(--color_button)!important;
}
.ads-here .ads-img, .ads-here .ads-content::before, .ads-here .ads-content::after, .ads-here::after {
	background-color: var(--color_link)!important;
}
.content .ringtone-full .download-btn-wrap .download-btn.iphone {
	background: black!important;
}

.like-button.liked svg, body.light .header .sidebar .link-wrap .social-media-links a svg {
	fill: var(--color_svg)!important;
}

svg.like-button.liked {
	fill: var(--main-color)!important;
}

ul.pagination {
	list-style: none;
	text-align: center;
	padding-left: 0;
}

.pagination li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 25px;
}

.pagination li span {
	padding: 5px .75em;
	margin-top: .5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.pagination .page-numbers,.pagination li a {
	display: inline-flex;
	background-color: #fff;
	color: #363636;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	padding: 5px .75em;
	cursor: pointer;
	justify-content: center;
	text-align: center;
	vertical-align: top;
	align-items: center;
	-webkit-appearance: none;
	white-space: nowrap margin-bottom:.5rem;
	margin-top: .5rem;
}

li.active a.page-numbers {
	background: #eee;
}

.ads-here {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	min-height: 150px;
	padding: 15px;
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 3px;
	color: #989b9f;
	font-size: 75%;
}

.ads-here:after {
	content: '';
	display: block;
	width: 50px;
	height: 10px;
	background-color: rgba(0,0,0,.05);
	border-radius: 0 0 0 8px;
	position: absolute;
	top: 0;
	right: 0;
}

.ads-here .ads-img {
	width: 45%;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	font-style: normal;
	background-color: rgba(0,0,0,.05);
}

.ads-here .ads-img:before {
	content: 'Sample ad';
}

.ads-here .ads-content {
	width: 55%;
	padding: 20px 0 0 20px;
}

.ads-here .ads-content:before, .ads-here .ads-content:after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 4%;
	background-color: rgba(0,0,0,.05);
}

.ads-here .ads-content:after {
	width: 70%;
	margin-top: 12px;
}

.ads-here.feed .ads-img {
	width: 100%;
	min-height: 90px;
	margin-bottom: 15px;
}

.ads-here.feed .ads-content {
	padding: 0;
	width: 60%;
}

.ads-here.feed .ads-content:before, .ads-here.feed .ads-content:after {
	padding-top: 6%;
}

@media screen and (max-width:768px) {
	.ads-here {
		min-height: 90px;
	}

	.ads-here .ads-content {
		padding-top: 8px;
	}

	.ads-here .ads-content:before, .ads-here .ads-content:after {
		padding-top: 8%;
	}
}

.dmca-sample {
	font-size: 8px;
	color: rgba(254,254,254,.6);
	border-radius: 3px;
	overflow: hidden;
}

.dmca-sample:before {
	content: 'DMCA';
	padding: 5px 10px;
	background-color: #2a2a2a;
}

.dmca-sample:after {
	content: 'Protected';
	padding: 5px 10px;
	background-color: rgba(0,0,0,.1);
}

.async-hide {
	opacity: 0 !important;
}

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap");

.mb-3.entry-content p {
	font-family: var(--fonts);
	font-size: 10px !important;
	color: darkgray;
	margin-bottom: 5px;
}

.static-page a {
	color: var(--color_link)!important;
}

body a {
	color: var(--color_link);
}

.like-button.liked svg,.like-buttons.liked svg {
	fill: var(--color_svg) !important;
}

.navigation li a,.navigation li a:hover,.navigation li.active a,.navigation li.disabled {
	color: var(--color_link);
	text-decoration: none;
}

.navigation li {
	display: inline;
}

.navigation li a,.navigation li a:hover,.navigation li.active a,.navigation li.disabled {
	background-color: var(--color_nav);
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,.navigation li.active a {
	background-color: #7a7a7a;
}

.wds-pagination {
	margin: 10px auto;
	text-align: center;
}

.wds-pagination a, .wds-pagination span {
	color: var(--putih);
	display: inline-block;
	text-decoration: none;
	background-color: var(--color_nav);
	border-radius: 3px;
	cursor: pointer;
	margin: 0 5px;
	padding: 0 10px;
	line-height: 32px;
}

.wds-pagination a:hover, .wds-pagination span:hover  {
	background-color: var(--color_nav)!important;
	color: var(--putih)!important;
}

.wds-pagination span.current {
	cursor: default;
	background-color: #7a7a7a;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background-size: cover;
}

@media screen and (max-width: 700px), (max-height: 500px) {
	.wrapper {
		flex-wrap: wrap;
		flex-direction: column;
	}
}

.player {
	background: transparent;
	width: 410px;
	border-radius: 15px;
	padding: 30px;
}

@media screen and (max-width: 576px), (max-height: 500px) {
	.player {
		width: 95%;
		padding: 20px;
		margin-top: 75px;
		min-height: initial;
		padding-bottom: 30px;
		max-width: 400px;
	}
}

.player__top {
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 4;
}

@media screen and (max-width: 576px), (max-height: 500px) {
	.player__top {
		flex-wrap: wrap;
	}
}

.player-cover {
	width: 300px;
	margin-left: -300px;
	flex-shrink: 0;
	border-radius: 15px;
	z-index: 1;
}

@media screen and (max-width: 576px), (max-height: 500px) {
	.player-cover {
		margin-top: -70px;
		height: 175px;
		margin-left: auto;
		margin-right: auto;
	}
}

.player-cover__item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 0;
}

.player-cover__item:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	position: absolute;
	top: 30px;
	transform: scale(0.9);
	filter: blur(10px);
	opacity: 0.9;
	border-radius: 15px;
}

.player-cover__item:after {
	content: "";
	background: inherit;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
	position: absolute;
	border-radius: 15px;
}

.player-cover__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	box-shadow: 0 10px 40px 0 rgba(76, 70, 124, 0.5);
	user-select: none;
	pointer-events: none;
}

.player-controls {
	flex: 1;
	padding-left: 20px;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 576px), (max-height: 500px) {
	.player-controls {
		flex-direction: row;
		padding-left: 0;
		width: 100%;
		flex: unset;
	}
}

.player-controls__item {
	display: inline-flex;
	font-size: 30px;
	padding: 5px;
	margin-bottom: 10px;
	color: #acb8cc;
	cursor: pointer;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 576px), (max-height: 500px) {
	.player-controls__item {
		font-size: 26px;
		padding: 5px;
		margin-right: 10px;
		color: #acb8cc;
		cursor: pointer;
		width: 40px;
		height: 40px;
		margin-bottom: 0;
	}
}

.player-controls__item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--logo-color);
	transform: scale(0.5);
	opacity: 0;
	box-shadow: 0 5px 10px 0 rgba(76, 70, 124, 0.2);
	transition: all 0.3s ease-in-out;
	transition: all 0.4s cubic-bezier(0.35, 0.57, 0.13, 0.88);
}

@media screen and (min-width: 500px) {
	.player-controls__item:hover {
		color: #532ab9;
	}

	.player-controls__item:hover::before {
		opacity: 1;
		transform: scale(1.3);
	}
}

@media screen and (max-width: 576px), (max-height: 500px) {
	.player-controls__item:active {
		color: #532ab9;
	}

	.player-controls__item:active::before {
		opacity: 1;
		transform: scale(1.3);
	}
}

.player-controls__item .icon {
	position: relative;
	z-index: 2;
}

.player-controls__item.-xl {
	margin-bottom: 0;
	font-size: 95px;
	color: whitesmoke;
	width: auto;
	height: auto;
	display: inline-flex;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media screen and (max-width: 576px), (max-height: 500px) {
	.player-controls__item.-xl {
		margin-left: auto;
		font-size: 75px;
		margin-right: auto;
	}
}

.player-controls__item.-xl:before {
	display: none;
}

.player-controls__item.-favorite.active {
	color: red;
}

.v-cloak] {
	display: none;
}

.v-cloak] > * {
	display: none;
}

.progress {
	width: 100%;
	margin-top: 25px;
	user-select: none;
}

.progress__top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.progress__duration {
	color: var(--main-color);
	font-weight: 700;
	font-size: 20px;
	opacity: 0.5;
}

.progress__time {
	margin-top: 2px;
	color: var(--main-color);
	font-weight: 700;
	font-size: 16px;
	opacity: 0.7;
}

.progress__bar {
	height: 6px;
	width: 100%;
	cursor: pointer;
	background-color: var(--main-color);
	display: inline-block;
	border-radius: 10px;
}

.progress__current {
	height: inherit;
	width: 0%;
	background-color: silver;
	border-radius: 10px;
}

.album-info {
	color: currentColor;
	flex: 1;
	padding-right: 60px;
	user-select: none;
}

@media screen and (max-width: 576px), (max-height: 500px) {
	.album-info {
		padding-right: 30px;
	}
}

.album-info__name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.3em;
	margin-right: 4.5em;
}

@media screen and (max-width: 576px), (max-height: 500px) {
	.album-info__name {
		font-size: 18px;
		margin-bottom: 5px;
		margin-right: 6em;
	}
}

.album-info__track {
	font-weight: 400;
	font-size: 20px;
	opacity: 0.7;
	line-height: 1.3em;
	min-height: 52px;
}

@media screen and (max-width: 576px), (max-height: 500px) {
	.album-info__track {
		font-size: 18px;
		min-height: 50px;
	}
}

.github-btn {
	position: absolute;
	right: 40px;
	bottom: 50px;
	text-decoration: none;
	padding: 15px 25px;
	border-radius: 4px;
	box-shadow: 0 4px 30px -6px rgba(36, 52, 70, 0.65);
	background: #24292e;
	color: var(--logo-color);
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 500px) {
	.github-btn:hover {
		transform: scale(1.1);
		box-shadow: 0 17px 20px -6px rgba(36, 52, 70, 0.36);
	}
}

@media screen and (max-width: 700px) {
	.github-btn {
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: 20px;
	}

	.github-btn:active {
		transform: scale(1.1);
		box-shadow: 0 17px 20px -6px rgba(36, 52, 70, 0.36);
	}
}

.scale-out-enter-active {
	transition: all 0.35s ease-in-out;
}

.scale-out-leave-active {
	transition: all 0.35s ease-in-out;
}

.scale-out-enter {
	transform: scale(0.55);
	pointer-events: none;
	opacity: 0;
}

.scale-out-leave-to {
	transform: scale(1.2);
	pointer-events: none;
	opacity: 0;
}

.scale-in-enter-active {
	transition: all 0.35s ease-in-out;
}

.scale-in-leave-active {
	transition: all 0.35s ease-in-out;
}

.scale-in-enter {
	transform: scale(1.2);
	pointer-events: none;
	opacity: 0;
}

.scale-in-leave-to {
	transform: scale(0.55);
	pointer-events: none;
	opacity: 0;
}

.truncate {
	white-space: nowrap;
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.truncate:hover {
	overflow: visible;
}

@media screen and (max-width: 576px), (max-height: 500px) {
	.progress__duration {
		margin-right: 4em !important;
	}

	.truncate {
		width: 210px;
	}
}

img {
	max-width: 100%;
}

.containers {
	display: flex;
	align-items: center;
	justify-content: center;
}

.player {
	width: 300px;
	background-color: ghostwhite;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}

.player__controls {
	display: flex;
	width: 95%;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 5px;
}

.player__btn {
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--main-color);
}

.player__btn:active {
}

.player__btn--small {
	min-width: 50px;
	min-height: 50px;
}

.player__title {
	font-weight: 600;
	font-size: 0.8em;
	color: var(--main-color);
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
}

.player__album {
	width: 150px;
}

.player__img {
	border-radius: 50%;
	box-shadow: 2px 2px 7px var(--main-color), -2px -2px 7px var(--main-color),-8px -8px 50px rgba(255, 255, 255, 0.8), 3px 3px 25px var(--main-color);
}

.player__artist {
	font-size: 1.2em;
	font-weight: 500;
	opacity: 0.5;
	margin: 20px 0 0 0;
}

.player__song {
	position: relative;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 1em;
	opacity: 0.5;
	margin: 0;
}

.player__level {
	width: 80%;
	-webkit-appearance: none;
	outline: none;
	border: none;
	padding: 0;
	margin-top: 40px;
}

.player__level::-webkit-slider-runnable-track {
	background-color: var(--main-color);
	height: 6px;
	border-radius: 3px;
}

.player__level::-webkit-slider-thumb {
	-webkit-appearance: none;
	border-radius: 100%;
	background-color: var(--main-color);
	height: 18px;
	width: 18px;
	margin-top: -7px;
}

.audio-duration {
	margin-top: -30px;
	display: flex;
	width: 78%;
	font-size: 10px;
	font-weight: 600;
	color: var(--main-color);
	letter-spacing: 1px;
}

.start {
	flex: 1;
}

.player__audio {
	visibility: hidden;
}

.player__btn--medium {
	min-height: 70px;
	min-width: 70px;
}

.blue {
	background-color: var(--main-color);
	color: var(--logo-color);
}

.hide {
	display: none;
}

audio:hover,audio:focus,audio:active {
	-webkit-box-shadow: 15px 15px 20px var(--color_svg);
	-moz-box-shadow: 15px 15px 20px var(--color_svg);
	box-shadow: 15px 15px 20px var(--color_svg);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

audio {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-moz-box-shadow: 2px 2px 4px 0 var(--color_svg);
	-webkit-box-shadow: 2px 2px 4px 0 var(--color_svg);
	box-shadow: 2px 2px 4px 0 var(--color_svg);
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}

.content .info .downloads::after {
	content: " " !important;
}

.share-button svg,.edit-button svg {
	fill: var(--color_fill)!important;
}

.content.ringtone-detail .ringtone-full .simplefavorite-button {
	margin-left: 35px !important;
}

.content .ringtone-full .main .links .like-buttons {
	margin-left: auto;
}

.like-buttons {
	height: 30px;
	width: 30px;
	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;
}

.center {
	text-align: center;
}

.justify-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tooltip {
	display: inline-block;
}

.tooltip-point {
	display: inline-block;
	cursor: pointer;
	background: transparent;
	color: var(--rgba-color);
	position: relative;
	left: 4px;
}

.tooltip-content {
	display: inline-block;
	font-style: italic;
	margin-left: 1em;
	opacity: 0;
	transform: scale(0);
}

@keyframes in {
	from {
		opacity: 0;
		transform: scale(0);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.tooltip:hover .tooltip-content {
	animation: in 1s ease-in forwards;
}

.form input[type="text"]:focus {
	outline-style: none;
}

.form input[type="text"]:focus .tooltip .tooltip-content {
	animation: in 1s ease-in forwards;
}

.form-control,.postform {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: var(--button-dark);
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.rtones-uploader {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}

.rtones-upload-button {
	display: inline-block;
	padding: 7px 19px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #b2b2b2;
	-webkit-box-shadow: 0px 1px 2px #b2b2b2;
	-o-box-shadow: 0px 1px 2px #b2b2b2;
	box-shadow: 0px 1px 2px #b2b2b2;
	background: rgb(109, 179, 242);
	background: -moz-linear-gradient(top,rgba(109, 179, 242, 1) 0%,rgba(84, 163, 238, 1) 50%,rgba(54, 144, 240, 1) 51%,rgba(30, 105, 222, 1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, rgba(109, 179, 242, 1)),color-stop(50%, rgba(84, 163, 238, 1)),color-stop(51%, rgba(54, 144, 240, 1)),color-stop(100%, rgba(30, 105, 222, 1)));
	background: -webkit-linear-gradient(top,rgba(109, 179, 242, 1) 0%,rgba(84, 163, 238, 1) 50%,rgba(54, 144, 240, 1) 51%,rgba(30, 105, 222, 1) 100%);
	background: -o-linear-gradient(top,rgba(109, 179, 242, 1) 0%,rgba(84, 163, 238, 1) 50%,rgba(54, 144, 240, 1) 51%,rgba(30, 105, 222, 1) 100%);
	background: -ms-linear-gradient(top,rgba(109, 179, 242, 1) 0%,rgba(84, 163, 238, 1) 50%,rgba(54, 144, 240, 1) 51%,rgba(30, 105, 222, 1) 100%);
	background: linear-gradient(to bottom,var(--main-color) 0%,var(--main-color) 50%,var(--main-color) 51%,var(--main-color) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
	color: #fff;
	-moz-text-shadow: 0px 1px 1px #000000;
	-webkit-text-shadow: 0px 1px 1px #000000;
	-o-text-shadow: 0px 1px 1px #000000;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

textarea#contentupload {
	width: 100%;
	height: 30vh;
	padding: 1em;
	resize: none;
}

#upload_post input[type="submit"] {
	background: none repeat scroll 0 0 var(--main-color) !important;
	border-color: var(--main-color) !important;
	color: white;
}

#wave_wrap {
	border: 1px solid transparent;
	display: flex;
	max-width: 950px;
	background: transparent;
	box-shadow: 0 12px 80px transparent;
	cursor: pointer;
}

#progress {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

#progress .progress-bar {
	width: 50%;
	height: 100%;
}

#progress_over {
	height: 100%;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	opacity: 0.8;
}

.play_b {
	width: 80px;
	z-index: 20;
	position: relative;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.2s;
	border-right: 1px #e6e6e6 solid;
	background-color: white;
}

.play_b:hover {
	opacity: 1;
}

@media (min-width: 320px) and (max-width: 1024px) {
	#waveform {
		max-width: 300px!important;
	}
}

@media (min-width: 1025px) {
	#waveform {
		max-width: 450px;
	}
}

div#items.item.ringtone.favorite div.details {
	justify-content: left !important;
}

div.ringtone-full .ccc-favorite-post-toggle > a {
	font-size: 30px;
}

div.ringtone .ccc-favorite-post-toggle > a {
	font-size: 23px;
}

.icons {
	background-image: var(--icons_gambar);
	background-repeat: no-repeat;
}

.control-play {
	margin-top: 16px;
	margin-bottom: 8px; 
}

.control {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-size: 400% 400%;
}

.control .play {
	display: flex;
	align-items: center;
}

.control i {
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
}

.play-icon i {
	background-position: -796px -11px;
}

.pause-icon i {
	background-position: -746px -11px;
}

.control .pause {
	align-items: center;
	display: none;
}

.control.playing .pause .hilang {
	align-items: center;	
	display: block!important;
}

.control .wait {
	align-items: center;
	display: none;
}

.control .wait:after {
	content: " ";
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: wait_animation 1.2s linear infinite;
}

@keyframes wait_animation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.control.loading .play, .control.loading .pause {
	display: none;
}

.control.loading .wait {
	display: flex;
}

.control.playing .play, .control.playing .wait {
	display: none;
}

.control.playing .pause {
	display: flex;  
	display: block!important;
}

.ringtone-list .control {
	width: 56px;
	height: 56px;
}