*,
*::before,
*::after {
  -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: 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: -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;
}
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: #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]):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: monospace, monospace;
  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(--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: 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(--nav-menu-icon-color);
  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 .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(--main-color);
  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(--main-color);
  fill: currentColor;
}
.content .controls .pause svg {
  color: var(--main-color);
  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 {
  color: var(--main-color);
}
.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: black;
}
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: #444444;
}
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;
  }
}
