:root {
	--primary-color: #2fc2d4;
	--nav-bg-color: #2fc2d4;
	--nav-logo-fill-color: #ffffff;
	--nav-menu-icon-color: #fff
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: 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: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
	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: 100px
}

.header {
	position: sticky;
	top: 0;
	z-index: 200;
	background-color: #fff
}

.header .nav {
	background: var(--nav-bg-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: 16px;
	max-width: 700px
}

.header .nav .search-form .search-input {
	border: none;
	padding: 4px 8px;
	border-radius: 3px;
	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.1em;
	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: 8px;
	color: #fff
}

.header .sidebar .divider {
	margin: 8px;
	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: #000
}

body.light .header .sidebar {
	background: #fff
}

body.light .header .sidebar .divider {
	background: #b8b8b8
}

body.light .header .sidebar .link-wrap a {
	color: #000
}

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: 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: #999
}

.like-button.liked svg {
	fill: red!important
}

.report-button,
.share-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
}

.report-button svg,
.share-button svg {
	width: 100%;
	height: 100%;
	fill: #999
}

.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: 8px
}

.content .tags a {
	font-size: 12px;
	border-radius: 20px;
	border: 1px solid #888;
	padding: 4px 6px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 4px 4px 0;
	display: inline-block
}

.content .ringtones {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 10px 10px
}

.content .ringtones .item,
.content .ringtones .ringtone {
	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: 12px;
	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: 10px 20px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer
}

.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: #888;
	margin-right: 20px
}

.content .info .duration::after {
	font-weight: 400;
	margin-left: 4px;
	content: "Sec"
}

.content .info .downloads {
	font-size: 12px;
	display: inline;
	color: #888
}

.content .info .downloads::after {
	font-weight: 400;
	margin-left: 4px;
	content: "Downloads"
}

.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: #ececec;
	color: #000
}

body.light .content h1 {
	color: #000
}

body.light .content .ringtones .ringtone {
	background: #fff
}

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: #7a7a7a
}

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: rgba(17, 17, 17, .6);
	width: 100%
}

.sticky-bottom .bottom-nav .item svg {
	fill: #888;
	width: 100%;
	height: 19px
}

.sticky-bottom .bottom-nav .item.active {
	color: var(--primary-color)
}

.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: var(--primary-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: 999
}

.auth.open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.auth.open .close-icon {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 45px;
	height: 45px;
	padding: 10px
}

.auth .logo {
	margin: 32px 0
}

.auth .logo img {
	height: 35px
}

.auth .container {
	background: #000;
	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: #fff;
	margin-bottom: 32px
}

.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
}

.auth .container .btn.btn-google {
	margin-top: 16px;
	background: #db4437
}

.auth .container p {
	text-align: center;
	max-width: 250px;
	margin-top: 30px;
	color: #fff
}

.auth .container p a {
	display: inline-block;
	color: var(--primary-color);
	text-decoration: underline
}

.button.dark {
	cursor: pointer;
	background-color: var(--primary-color);
}

.button {
	cursor: pointer;
	width: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	margin: 10px 10px 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff
}

.content .player {
	position: relative;
	float: none;
	display: inline-block;
	margin: 0;
	height: 58px;
	width: 58px;
	--rotation: 45deg
}

.content .player .icon {
	width: 100%;
	color: #fff;
	margin-top: 12px;
	margin-left: 4px;
	width: 34px;
	height: 34px
}

.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_gap2 {
	display: flex;
	align-items: center;
	padding: 0 10px;
	color: #333
}

.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: 1px solid var(--primary-color);
	color: var(--primary-color);
	padding: 15px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 12px;
	width: 220px;
}

.loadmore_button:hover {
	border: 1px solid #436154;
	background-color: #fff;
	color: #436154
}

.main_content {
	max-width: 500px;
	margin: auto
}

.codehap_page {
	max-width: 1080px;
	margin: auto;
	background-color: #fff;
	padding: 10px
}

.main {
	background-color: #fff;
	padding: 10px 0;
	margin: 0 auto 15px auto
}

.main h1 {
	padding: 0 10px;
	font-size: 24px;
	line-height: 28px;
	margin: 8px 0 0;
	font-weight: 700
}

.main_dl {
	margin: 0 auto 20px auto
}

.codehap_info {
	color: #666
}

.tags {
	background-color: #fff;
	padding: 10px 0;
	margin: 10px auto
}

.tags a {
	border-radius: 20px;
	border: 1px solid #888;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	padding: 11px 20px;
	display: inline-block;
	margin: 0 10px 10px 0!important;
	font-size: 16px;
	line-height: 18px
}

.dlbutton1 {
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.dlbutton2 {
	background-color: #ff5722;
	border: 1px solid #ff5722
}

.dlbutton3 {
	background-color: #444;
	border: 1px solid #444
}

.dlbutton {
	margin: 5px auto;
	color: #fff;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 16px;
	width: 98%;
	font-weight: 700
}

.dlbutton:hover {
	border: 1px solid #f16232;
	background-color: #fff;
	color: #f16232;
	text-decoration: none
}

.dlbutton svg {
	float: left;
	margin-top: 3px
}

.content2.button {
	cursor: pointer;
	width: 42px;
	height: 42px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	margin: 10px 10px 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff
}

.content2 .player {
	position: relative;
	float: none;
	display: inline-block;
	margin: 10px;
	height: 100px;
	width: 100px;
	--rotation: 45deg
}

.content2 .player .icon {
	width: 100%;
	color: #fff;
	margin-top: 19px;
	margin-left: 6px;
	width: 60px;
	height: 60px
}

.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: var(--primary-color);
}

.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(200px, 1fr))
}

.codehap_cat_item a {
	text-align: center;
	background-color: #fff;
	padding: 10px;
	margin: 5px;
	border: 1px solid #666;
	border-radius: 8px;
	display: block
}

.codehap_cat_page {
	margin: 10px;
	padding: 5px
}

.codehap_cat_title {
	margin: 10px 0;
	font-size: 30px;
	font-weight: bolder;
	border-bottom: 1px dashed #666;
	padding: 5px;
	text-align: center
}

.c_t {
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.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: 1.2em;
	line-height: 1;
	border-radius: 500px;
	padding: 16px 0 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: .3s;
	transition-duration: .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;
}

.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: #ff7a00
}

.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: #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
}

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: #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 .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
}