.body {
  background-color: #e8eaef;
}

section.header nav, .footer {
  background: rgb(246, 246, 246);
  background: linear-gradient(90deg, rgba(246, 246, 246, 1) 0%, rgba(1, 255, 0, 1) 100%, rgba(11, 129, 14, 1) 100%);
}

ol.breadcrumb {
  margin-bottom: 0;
}

.blog .blog_pagination {
  display: none;
}

.footer-title {
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.footer-header {
  position: relative;
}

.footer-header::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #333;
  right: 0;
  left: 0;
  bottom: 5px;
  z-index: -1;
  width: 90%;
}

.ring-tones,
.ring-tones>div>div>div {
  background-color: #fff;
}

.ring-tones>div>div {
  padding: 0;
}

.ring-tones h2 {
  display: flex;
  justify-content: center;
  background-color: lightskyblue;
}

.audio-player {
  position: relative;
  overflow: hidden;
}

.audio-player>div {
  float: left;
}

.audio-player .player-img {
  font-size: 40pt;
}

.category-list a,
.app_name {
  text-decoration: unset;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: inherit;
  text-transform: capitalize;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.player-detail-title {
  display: flex;
}

.player-detail-title span.player-rating {
  display: flex;
  justify-items: center;
}

.bar-line {
  width: 40px;
  margin: 23px 10px;
  background: #000;
  height: 1px;
}

.player-detail-description {
  word-break: break-all;
}

#jp_container_1 {
  width: 100% !important;
  -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 0px #006773;
  -webkit-box-shadow: 2px 2px 4px 0px #006773;
  box-shadow: 2px 2px 4px 0px #006773;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}

#jp_container_1 svg.play-s {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}

.jp-current-time,
.jp-duration {
  font-size: 0.35em !important;
}

#jp_container_1:hover,
#jp_container_1:focus,
#jp_container_1:active {
  -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.005);
  -moz-transform: scale(1.005);
  transform: scale(1.005);
}

.jp-audio,
.jp-audio-stream,
.jp-video {
  border: unset !important;
  color: #000 !important;
}

button.topbutton {
  position: fixed;
  right: 0%;
  bottom: 5px;
  font-size: 30px;
  z-index: 1;
  display: none;
}

button.jp-stop,
button.jp-play {
  position: relative !important;
  background: unset !important;
}

button.jp-stop svg,
button.jp-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

button.jp-stop:focus,
button.jp-play:focus {
  color: #009AFF;
}

.player-name-block,
.app_block {
  overflow: hidden;
  white-space: nowrap;
}

.text_wrapper {
  overflow: hidden;
}

.text_overflow {
  word-wrap: none;
  position: relative;
}

.gener-recent h2,
.category-list h3 {
  background-color: gainsboro;
}

.app-item a:hover,
.category-list a:hover {
  text-decoration: unset;
  color: #000;
  font-weight: bold;
}

#jp_container_1 .cp-container {
  position: unset !important;
  width: unset !important;
  height: unset !important;
  background: unset !important;
  padding: unset !important;
  -webkit-tap-highlight-color: unset !important;
  background-size: unset !important;
  float: unset !important;
}

.app-item .cp-container {
  width: 100% !important;
  height: 100% !important;
  font-size: 25pt;
}

.intro-page h2,
#search h1,
#category-detail h1,
#page h1 {
  background-color: #87cefa;
}

#page .app-item>div>div {
  padding: 0;
}

.app_thumb {
  overflow: hidden;
  position: relative;
}

.loading {
  display: none;
  position: absolute;
  width: 90%;
  height: 100%;
  text-align: center;
  z-index: 1;
  background: #fff;
  opacity: 0.8;
}

.item .color {
  border-radius: 10px;
}

.ringtones-list .item:nth-child(4n+1) .color,#categories h4:nth-child(4n+1) {
  background-image: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
  background-image: linear-gradient(to right, #6a11cb 0, #2575fc 100%);
}

.ringtones-list .item:nth-child(4n+2) .color,#categories h4:nth-child(4n+2) {
  background-image: -webkit-gradient(linear, left top, right top, from(#b8cbb8), color-stop(0, #b8cbb8), color-stop(0, #b465da), color-stop(33%, #cf6cc9), color-stop(66%, #ee609c), to(#ee609c));
  background-image: linear-gradient(to right, #b8cbb8 0, #b8cbb8 0, #b465da 0, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}

.ringtones-list .item:nth-child(4n+3) .color,#categories h4:nth-child(4n+3) {
  background-image: -webkit-gradient(linear, left top, right top, from(#fc6076), to(#ff9a44));
  background-image: linear-gradient(to right, #fc6076 0, #ff9a44 100%);
}

.ringtones-list .item:nth-child(4n+4) .color,#categories h4:nth-child(4n+4) {
  background-image: -webkit-gradient(linear, left top, right top, from(#4481eb), to(#04befe));
  background-image: linear-gradient(to right, #4481eb 0, #04befe 100%);
}


.cp-container:hover {
  font-size: 33pt;
  font-weight: bold;
}

.app_name:hover {
  text-decoration: unset;
  color: #000;
  font-weight: bold;
}

.audio-player .player-name {
  font-size: 14pt;
}

.cp-container {
  font-size: 30pt;
  background: unset !important;
}
#single .cp-container{
  width: 100% !important;
}
.cp-container .fa-pause-circle {
  display: none;
}

.handle-playing {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.event-click:hover {
  cursor: pointer;
}

.cp-container .fa-play {
  padding-left: 2px;
}

.cp-container .fa-play,
.cp-container .fa-pause-circle,
.cp-container .play-s {
  position: absolute;
  left: -5px;
  border-radius: 50%;
  background-color: #009AFF;
  color: #FFF;
  width: 1.2em;
  height: 1.2em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cp-container .cp-progress-holder {
  display: none !important;
}

.cp-container .cp-controls {
  padding: 14px 14px 14px 10px !important;
}

.cp-container .cp-controls .cp-pause,
.cp-container .cp-controls .cp-play {
  background: unset !important;
}

.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
}

.main {
  padding-bottom: 20px;
}

.section-light-gray {
  background: #eee;
}

.main-raised {
  border-radius: 6px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.main {
  background: #fff;
  position: relative;
  z-index: 3;
}

.footer {
  margin-bottom: 0;
}

.footer .social-link {
  text-align: center;
  font-size: 28pt;
  background-color: gainsboro;
  padding: 10px 0;
}

.footer .social-link a:hover {
  text-decoration: unset;
}

.footer .list p {
  padding: 0 0 10px;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-transform: uppercase;
}

.footer .copyright {
  display: flex;
  justify-content: center;
  color: #fff;
}

.footer .copyright p {
  margin-top: 2rem;
  margin-bottom: 0;
}

.footer .copyright a {
  color: #000;
}

.footer .copyright a:hover {
  text-decoration: unset;
  color: #333;
}

.text-muted {
  font-size: 13px;
}

.post_qrcode {
  display: flex;
  justify-content: center;
}

.sidebar-right h5 {
  background-color: #87cefa;
}

.social.text-center {
  font-size: 17pt;
}

.social.text-center a {
  font-size: 20pt;
}

.xorder {
  background: #ccc none repeat scroll 0 0;
  border-radius: 0 0 12px;
  font-size: 12px;
  padding-bottom: 2px;
  padding-top: 1px;
  position: absolute;
  text-align: center;
  width: 22px;
  z-index: 999;
  color: #3c3c3c;
}

.xorder-1 {
  background: #0f4;
  color: #fff;
}

.xorder-2 {
  background: orange;
  color: #fff;
}

.xorder-3 {
  background: green;
  color: #fff;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  background-color: #87cefa;
  border-color: unset;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

ul.pagination li {
  display: flex;
}

.download-flex {
  padding: 0;
}

.paginate {
  display: flex;
  justify-content: center;
}

@media(min-width:1025px) {
  .main-raised {
    margin: -30px 30px 0;
  }
  #index svg.fa-music {
    display: block !important;
  }
}

@media(min-width:1024px) {
  #index svg.fa-music {
    display: none;
  }

  .download-flex {
    padding-top: .5rem !important;
  }
}

@media (max-width: 768px) {
  #index .size {
    font-size: 11px;
  }

  .download-flex {
    padding: 0 !important;
    font-size: 14px;
  }

  .download-flex svg {
    margin-top: 3px;
  }
}

#sidebarright .app_thumb {
  overflow: unset;
}

#sidebarright .cp-container {
  width: auto !important;
  height: 50px;
  font-size: 25pt;
  /* left: -15px; */
  top: -6px;
}

@media(max-width: 720px) {
  #sidebarright {
    padding: 0;
  }

  .player-detail-title {
    display: block;
  }

  .bar-line {
    display: none;
  }
}

@media (max-width: 576px) {
  .download-flex {
    font-size: 15px;
  }

  .jp-toggles,
  .jp-duration,
  .jp-progress {
    display: none !important;
  }

  .jp-controls,
  .jp-time-holder {
    width: auto !important;
  }

  .jp-time-holder {
    top: 32px !important;
    left: 140px !important;
  }
}

@media (max-width: 320px) {
  .download-flex {
    font-size: 14px;
  }
}