::selection {
    background: var(--mp3song-clr) !important;
    color: #fff !important;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 5px;

}
::-webkit-scrollbar-thumb {
    background: var(--mp3song-clr);
}

::-webkit-scrollbar-track {
    background: var(--mp3song-white-bg);
}

::-webkit-input-placeholder { 
  color: var(--mp3song-primary-color) !important;
}

:-ms-input-placeholder { 
  color: var(--mp3song-primary-color) !important;
}

::placeholder {
  color: var(--mp3song-primary-color) !important;
}

* {
  /*transition:.5s ease-in-out !important;*/
  /*transition:.5s ease-in-out !important;*/
}

input,select {
  transition:.5s ease-in-out !important;
}

body {
  background: var(--mp3song-primary) !important;
  transition:.5s ease-in-out !important;
}
a {
  color: var(--mp3song-primary-color) !important; 
  text-decoration: none !important;
  transition:.5s ease-in-out !important;
}
a:hover {
  color: var(--mp3song-clr) !important; 
}

p,h1,h2,h3,h4,h5,h6,small {
  color: var(--mp3song-primary-color) !important;
  transition:.5s ease-in-out !important;
}

#mp3song-brand {
  font-family: 'Poppins', sans-serif !important;
  background: linear-gradient(to right, var(--mp3song-brand-mask) 0, var(--mp3song-brand-transparent) 10%, var(--mp3song-blue) 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: brand-shine 2s infinite linear;
  white-space: nowrap;
  background-position: 0;
  font-weight: 500 !important;
  transition:.5s ease-in-out !important;

}

@keyframes brand-shine {
  0% {
    background-position: 100px;
  }
  50% {
    background-position: 0px;
  }
  100% {
    background-position: 100px;
  }
}

.nav-item {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300 !important;
  transition:.5s ease-in-out !important;
}

.mp3song-mode label {
  padding: 0;
  cursor: pointer;
  margin: 0;
  display: flex;
}

.bshguto {
  transform: translateX(18px);
  transition:.5s ease-in-out !important;
}

.bshguto,.ashguto:hover {
  color: var(--mp3song-primary-color) !important;
}


.ashguto {
  transform: translateX(56px) !important;
  opacity: 0;
}

#iqagut3s:checked ~ label > .bshguto {
  opacity: 0;
  transform: translateX(0px);
}

#iqagut3s:checked ~ label > .ashguto {
  opacity: 1;
  transform: translateX(0px);
}


input[type="checkbox"] {
    display: none;
}


.mp3song-logo {
  margin-top: 105px;
  -webkit-mask-image: linear-gradient(
          -75deg, rgba(0, 0, 0, .6) 30%, #010101 50%, rgba(0, 0, 0, .6) 70%);
  -webkit-mask-size: 170%;
  animation: logo 2s infinite;
  transition:.5s ease-in-out !important;
}

@-webkit-keyframes logo {
  from {
    -webkit-mask-position: 150%
  }

  to {
    -webkit-mask-position: -50%
  }
}

#mp3song-country {
    position: relative;
    text-align: right;
    right: -1%;
    top: 16%;
    font-size: 14px;
}

.mp3song-search-btn {
  border-radius: 0 3px 3px 0 !important;
  padding: 2px 9px !important;
  transition:.5s ease-in-out !important;
}


.dropdown-toggle::after {
  display: none !important;
}

.navbar-toggler {
  color: var(--mp3song-primary-color) !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem !important; 
}

.mp3song-footer {
  font-family: 'Poppins', sans-serif !important;
  background-color: var(--mp3song-second);
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
  transition:.5s ease-in-out !important;
}
.mp3song-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.mp3song-footer hr.small {
  margin: 20px 0;
}
.mp3song-footer h6 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}

.mp3song-footer .social-icons {
  text-align: right;
}
.mp3song-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: var(--mp3song-primary);
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .mp3song-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mp3song-footer {
    padding-bottom: 0;
  }
  .mp3song-footer .copyright-text,
  .mp3song-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  transition:.5s ease-in-out !important;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
} 
.social-icons a {
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff !important;
} 
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

#top a {
    position: fixed;
    bottom: 40px;
    right: 32px;
    text-decoration: none;
    display: none;
    z-index: 9999;
    font-size: 29px;
    transition:.5s ease-in-out !important;
}

.mp3song-mp3-title {
  font-family: 'Raleway', sans-serif !important;
  font-weight: bold !important;
  transition:.5s ease-in-out !important;
}


.mp3song-player {
  z-index: 9999;
  position: fixed !important;
  width: 100% !important;
  bottom: 4%;
  margin: 0 auto !important;
  text-align: center;
  transition:.5s ease-in-out !important;
}


.hide {
  display: none !important;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

.ap {
  position: fixed;
  right: 0;
  bottom: 5%;
  left: 0;
  height: 65px;
  margin: auto;
  font-family: Arial, sans-serif;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #333;
  background: var(--mp3song-player-color);
  border-top: 1px solid #ccc;
  z-index: 9999 !important;
  transition:.5s ease-in-out !important;
}
.ap-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.ap-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ap--track {
  -webkit-box-flex: 1;
  -webkit-flex: 1 40%;
      -ms-flex: 1 40%;
          flex: 1 40%;
  padding: 10px 20px;
}

.ap-info {
  width: 100%;
  position: relative;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding: 5px 0 0;
}
.ap-title {
  position: relative;
  overflow: hidden;
  padding-right: 80px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--mp3song-primary-color)
}
.ap-time {
  position: absolute;
  top: 5px;
  right: 0;
  color: var(--mp3song-primary-color);
}
.ap-progress-container {
  padding: 5px 0 10px;
  cursor: pointer;
}
.ap-progress {
  position: relative;
  height: 3px;
  border-radius: 5px;
  background: rgba(0,0,0,.2);
}
.ap-preload-bar,
.ap-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-radius: 5px 0 0 5px;
  background: rgba(0,0,0,.3);
  z-index: 999;
}
.ap-bar {
  background: var(--mp3song-clr);
  z-index: 9999;
}
.ap-bar:after {
  position: absolute;
  top: 0;
  right: -5px;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  content: '';
  border-radius: 6px;
  background: var(--mp3song-clr);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.ap-progress-container:hover .ap-bar:after {
  opacity: 1;
}

.ap-controls {
  position: relative;
  z-index: 1000;
  display: block;
  height: 50px;
  cursor: pointer;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  text-align: center;
  color: #fff;
  border: 0;
  outline: 0;
  background: none;
}
.ap-controls svg {
  fill: var(--mp3song-primary-color);
}
.ap-controls:hover svg {
  fill: #222;
}
.ap-controls:active {
  background: rgba(0,0,0,.1);
}
.ap--playback > .ap-controls,
.ap--settings > .ap-controls {
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
      -ms-flex: 0 25%;
          flex: 0 25%;
}
.ap--pause,
.playing > .ap--play {
  display: none;
}
.playing > .ap--pause {
  display: inline;
}
.ap-volume-container {
  z-index: 9999;
}
.ap-volume {
  position: absolute;
  right: 0;
  bottom: 50px;
  overflow: hidden;
  width: 100%;
  height: 0;
  visibility: hidden;
  -webkit-transition: height .2s cubic-bezier(0.17, 0.72, 0.26, 1.23);
  transition: height .2s cubic-bezier(0.17, 0.72, 0.26, 1.23);
  background: var(--mp3song-second);
  border-bottom: 0;
  z-index: 9999;
      transition: .5s;
}
.ap-volume-btn {
  display: block;
  text-align: center;
  width: 100%;
}
.ap-volume-btn:hover {
    background: var(--mp3song-player-color);
    color: var(--mp3song-primary-color) !important;
}

.ap-volume-btn svg {
    color: var(--mp3song-primary-color) !important;
}
.ap-volume-btn > .ap--volume-off,
.muted > .ap--volume-on {
  display: none;
}
.muted > .ap--volume-off {
  display: inline;
}
.ap-volume-container:hover {
  background: #ddd;
}
.ap-volume-container:hover .ap-volume {
  height: 120px;
  visibility: visible;
}
.ap-volume-progress {
  display: block;
  width: 4px;
  height: 100px;
  margin: 10px auto;
  background: rgba(0,0,0,.2);
  position: relative;
  border-radius: 3px;
}
.ap-volume-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--mp3song-clr);
  height: 50%;
  border-radius: 3px;
}

.ap-active {
  background: rgba(0,0,0,.15);
  opacity: 1;
}

@-webkit-keyframes blink {
  from { opacity: 0; }
  50% { opacity: 1; }
  to { opacity: 0; }
}

@keyframes blink {
  from { opacity: 0; }
  50% { opacity: 1; }
  to { opacity: 0; }
}
.playing > .ap--pause {
  -webkit-animation: blink 1.5s linear infinite;
          animation: blink 1.5s linear infinite;
}

@media(max-width:880px) {
  .ap-item > .ap-controls {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media(max-width:550px) {
  .ap {
    min-width: 250px;
  }
  .ap, .ap-panel {
    height: auto;
  }
  .ap-panel {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ap--track {
    margin-bottom: 10px;
    padding: 0 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .ap--playback,
  .ap--settings {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.pl-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: auto;
  overflow: auto;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: #f1f1f1;
  z-index: 999;
}
.pl-lead {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #333;
}
.pl-list {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 3px 10px;
}
.pl-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}
.pl-number,
.pl-title,
.pl-remove {
  margin: 0 5px;
  padding: 10px 0;
}
.pl-number {
  -webkit-box-flex: 0;
  -webkit-flex: 0 10%;
      -ms-flex: 0 10%;
          flex: 0 10%;
  text-align: center;
}
.pl-playing {
  display: none;
}
.pl-current .pl-count {
  display: none;
}
.pl-current .pl-playing {
  display: block;
}
.pl-current .pl-title {
  font-weight: 700;
}

.pl-title {
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pl-title:hover {
  text-decoration: underline;
}
.pl-remove {
  opacity: 0;
  margin-right: 0;
  cursor: pointer;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50px;
      -ms-flex: 0 50px;
          flex: 0 50px;
}
.pl-remove:hover {
  background: #ddd;
}
.pl-list > li:hover .pl-remove {
  opacity: 1;
}

.pl-list svg {
  fill: rgba(0,0,0, .7);
}

.pl-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 2px;
  color: #ccc;
}

@-webkit-keyframes eq {
  0% { height: 3px; }
  50% { height: 20px; }
  100% { height: 3px; }
}

@keyframes eq {
  0% { height: 3px; }
  50% { height: 20px; }
  100% { height: 3px; }
}
.eq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.eq-bar {
  width: 4px;
  background: rgba(0,0,0,.7);
}
.eq-bar:nth-child(1) {
  -webkit-animation: eq .8s ease-in-out infinite 0s;
          animation: eq .8s ease-in-out infinite 0s;
}
.eq-bar:nth-child(2) {
  -webkit-animation: eq .8s ease-in-out infinite .2s;
          animation: eq .8s ease-in-out infinite .2s;
}
.eq-bar:nth-child(3) {
  -webkit-animation: eq .8s ease-in-out infinite .4s;
          animation: eq .8s ease-in-out infinite .4s;
}


.mp3song-sponsor {
  position: absolute;
  background: var(--mp3song-primary);
  color: var(--mp3song-primary-color);
  padding: 2px 2px;
  border-radius: 0 0 5px 0;
  transition:.5s ease-in-out !important;
}

.mp3song-pagination {
   margin-bottom: 10% !important;
   transition:.5s ease-in-out !important;
}

.pagination .page-link{
  background-color: var(--mp3song-box) !important;
  border: 1px solid rgb(142 141 141 / 15%) !important;
  transition:.5s ease-in-out !important;
}

.pagination .page-link:hover{
  background-color: var(--mp3song-clr) !important;
  color: #fff !important;
  border: 1px solid rgb(142 141 141 / 15%) !important;
  transition:.5s ease-in-out !important;
}

.mp3song-search-notFound {
  text-align: center !important;
  display: grid !important;
  transition:.5s ease-in-out !important;
}


.g2qeeuip.rrgjyu7 {
  background: var(--mp3song-second);
  border: none;
  border-left: 4px solid var(--mp3song-sponsor-close-bg);;
  border-radius: 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
  transition:.5s ease-in-out !important;
}

.g2qeeuip.rrgjyu7.p-4 {
  padding: 8px 10px !important;
}

.g2qeeuip.rrgjyu7 img {
  display:table-cell;
  text-align: center;
  vertical-align: middle;

}

.g2qeeuip .ffjyiol {
  padding-left: 0.75rem;
  display: table-cell;
  color: rgba(0,0,0,0.5);
}

.g2qeeuip .alert-header {
  font-weight: 700;
  color: #45D298;
  padding: 0;
  margin: 0;
}

.gzhyu6o {
  background: var(--mp3song-sponsor-close-bg);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition:.5s ease-in-out !important;
}

.close {
  position: absolute;
  right: 12px;
  top: 19px;
  opacity: 0.6;
transition:.5s ease-in-out !important;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 19px;
  content: ' ';
  height: 25px;
  width: 3px;
  background-color: var(--mp3song-sponsor-close-color);
  transition:.5s ease-in-out !important;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.mp3song-streams-icons div a li{
  list-style: none !important;
  margin-left: 4px;
}

.mp3song-streams {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  transition:.5s ease-in-out !important;
}
.mp3song-streams li {
  display: inline-block;
  margin-bottom: 4px;
} 
.mp3song-streams a {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mp3song-youtube {
  font-size: 20px !important;
  margin-top: 5px !important;
}


.mp3song-streams a:active,
.mp3song-streams a:focus,
.mp3song-streams a:hover {
  color: #fff !important;
} 
.mp3song-streams a.spotify:hover {
  color: #1DB954 !important;
}
.mp3song-streams a.itune:hover {
  color: #f245a0 !important;
}

.bhgyurg {
  margin-left: 20px !important;
}

.mp3song-fb-btn {
  background: #4267B2 !important;
  color: #fff !important;
}
.mp3song-fb-btn:hover {
  background: #4267B2 !important;
  color: #fff !important;
}

.mp3song-whatsapp-btn {
  background: #075e54 !important;
  color: #fff !important;
}
.mp3song-whatsapp-btn:hover {
  background: #075e54 !important;
  color: #fff !important;
}

.mp3song-yt-btn {
  background: #FF0000 !important;
  color: #fff !important;
}
.mp3song-yt-btn:hover {
  background: #FF0000 !important;
  color: #fff !important;
}

.mp3song-copy-btn {
  color: var(--mp3song-primary-color) !important;
}
.mp3song-copy-btn:hover {
  color: var(--mp3song-primary-color) !important;
}

.mp3song-error h4{
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
}

.mp3song-error h6{
  font-family: 'Poppins', sans-serif !important;
  font-weight: 200 !important;
}

.bnnhkuo {
  text-align: center;
   max-width: 450px !important;
  width: 100% !important;
}

.vggtyy5 {
  margin: 15px auto !important;
}
#myProgress {
  width: 100%;
   background-color: #d9d9f2; 
  cursor: pointer;
  border-radius: 10px;
}

#myBar {
  width: 0%;
  height: 5px;
  background-color: var(--mp3song-clr);
  border-radius: 10px;
}

.btn-action{
  cursor: pointer;
  padding-top: 10px;
  width: 30px;
}

._0ghtosg{
  color: var(--mp3song-primary-color);
  font-size: 20px !important;
  transition:.5s ease-in-out !important;
  cursor: pointer !important;
}


.btn-ctn, .infos-ctn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.infos-ctn{
padding-top: 20px;
}

.btn-ctn > div {
 padding: 5px;
 margin-top: 18px;
 margin-bottom: 18px;
}

.infos-ctn > div {
 margin-bottom: 8px;
 color: var(--mp3song-primary-color);
 transition:.5s ease-in-out !important;
}

.first-btn{
  margin-left: 3px;
}

.duration{
  margin-left: 10px;
}

.title{
  margin-left: 10px;
  width: 210px;
  text-align: center;
}

.player-ctn{
  border-radius: 15px;
  max-width: 100%;
  padding: 10px;
  background-color: var(--mp3song-player-color);
  margin:auto;
  margin-top: 100px;
  transition:.5s ease-in-out !important;
}

.playlist-track-ctn{
  display: flex;
  background-color: var(--mp3song-player-track);
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;  
  transition:.5s ease-in-out !important;
}

.playlist-track-ctn > div{
  margin:10px;
}
.playlist-info-track{
  width: 80%;
}
.playlist-info-track,.playlist-duration{
  padding-top: 7px;
  padding-bottom: 7px;
  color: var(--mp3song-primary-color);
  font-size: 14px;
  pointer-events: none;
  transition:.5s ease-in-out !important;
}
.playlist-ctn{
   padding-bottom: 20px;
}
.active-track{
  background: var(--mp3song-player-active-track);
  color: var(--mp3song-primary-color) !important;
  font-weight: bold;
  
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
  color: var(--mp3song-primary-color) !important;
}


.playlist-btn-play{
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fas{
  color: var(--mp3song-clr);
  font-size: 20px;
}

.gray-bg {
  background: var(--mp3song-primary);
  padding: 7px;
  border-radius: 5px;
  font-weight: 400 !important;
}

.gray-bg:hover:after {
font-family: "Font Awesome 5 Pro";
   content: "\f0ed";
 margin-left: 10px;

}

.mp3song-asc {
  max-height: 360px !important;
  overflow: auto !important;
}

.bhhjtu7 div {
  list-style: none;
}

._zxx4gyt7:hover {
  color: #FF0000 !important;
  transition: all 0.5s ease;
}

._vbhbg6y:hover {
  color: #bc2a8d !important;
  transition: all 0.5s ease;
}

._vggu8jj:hover {
  color: #00aced !important;
  transition: all 0.5s ease;
}

._0uhtijh:hover {
  color: #3b5998 !important;
  transition: all 0.5s ease;
}



.bhhjtu7 div li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #D8E2DC;
  float: left;
  transition: all 0.5s ease;
}

.bhhjtu7 div li .far {
  color: #D8E2DC;
  margin-top: 5px;
  transition: all 0.5s ease;
}

.bhhjtu7 div li:hover.facebook {
  border: 1px solid #3b5998;
  box-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

.bhhjtu7 div li:hover .far-facebook {
  color: #3b5998 !important;
  text-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

.bhhjtu7 div li:hover.twitter {
  border: 1px solid #00aced;
  box-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

.bhhjtu7 div li:hover .far-twitter {
  color: #00aced !important;
  text-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}


.bhhjtu7 div li:hover.instagram {
  border: 1px solid #bc2a8d;
  box-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}

.bhhjtu7 div li:hover .far-instagram {
  color: #bc2a8d !important;
  text-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}

.bhhjtu7 div li:hover.youtube {
  border: 1px solid #dd4b39;
  box-shadow: 0 0 15px #dd4b39;
  transition: all 0.5s ease;
}

.bhhjtu7 div li:hover .far-youtube {
  color: #dd4b39 !important;
  text-shadow: 0 0 15px #dd4b39;
  transition: all 0.5s ease;
}


@media screen and (max-width: 640px){
  .bhhjtu7 {
      width: 350px;
  }
  .bhhjtu7 div li{
      margin-top: 10px;
  }
}


@media screen and (max-width: 340px){
  .bhhjtu7 {
      width: 150px;
  }
  .bhhjtu7 div li{
      margin:15px;
  }
}

.mp3song-register {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px 0;
    font-size: 15px;
  transition:.5s ease-in-out !important;
}

.mp3song-register h2 {
  color: #636363;
  margin: 0 0 15px;
  position: relative;
  text-align: center;
}
.mp3song-register h2:before, .mp3song-register h2:after {
  content: "";
  height: 2px;
  width: 30%;
  background: #d4d4d4;
  position: absolute;
  top: 50%;
  z-index: 2;
} 
.mp3song-register h2:before {
  left: 0;
}
.mp3song-register h2:after {
  right: 0;
}
.mp3song-register .hint-text {
  color: #999;
  margin-bottom: 30px;
  text-align: center;
}
.mp3song-register form {
  color: #999;
  border-radius: 3px;
  margin-bottom: 15px;
  background: var(--mp3song-second);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
   transition:.5s ease-in-out !important;
}
.mp3song-register .form-group {
  margin-bottom: 20px;
}
.mp3song-register input[type="checkbox"] {
  margin-top: 3px;
}
.mp3song-register .btn {        
  font-size: 16px;
  font-weight: bold;    
  min-width: 140px;
  outline: none !important;
}
.mp3song-register .row div:first-child {
  padding-right: 10px;
}
.mp3song-register .row div:last-child {
  padding-left: 10px;
}     
.mp3song-register a {
  color: #fff;
  text-decoration: underline;
}
.mp3song-register a:hover {
  text-decoration: none;
}
.mp3song-register form a {
  color: #5cb85c;
  text-decoration: none;
} 
.mp3song-register form a:hover {
  text-decoration: underline;
} 

.vhgttuy87 {
  font-size: 32px !important;
  margin-top: 5px !important;
  color: var(--mp3song-clr) !important;
}

.bnnhkyir {
  font-weight: 400 !important;
  margin-top: -5px !important
}

.bnnhk79 {
   border-left: 4px solid var(--mp3song-clr) !important;
}

.bnnhk78 {
   border-left: 4px solid #008000 !important;
}

.vgghtdt {
  font-size: 32px !important;
  margin-top: 6px !important;
  color: #008000 !important;
}


#upload_label{
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 14px;
}
#upload_label:hover, #upload_label:focus{
  color: #222;
}
.last-btn, .next-btn{
  top: 110px;
  position: relative;
  font-size: 22px;
}
.btn{
  cursor: pointer;
}
.btn:focus,.btn:hover{
  color:rgba(44,105, 1  51, 1);
}
.avatar{
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 2px solid #fff;
  margin: 10px auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transform: translateZ(0);
  transition: border-color 200ms;
}
.avatar--upload-error{
  border-color: #F73C3C;
  animation: shakeNo 300ms 1 forwards;
}
@keyframes shakeNo{
  20%, 60%{
    transform: translateX(6px);
  }
  40%, 80%{
    transform: translate(-6px);
  }
}
.avatar:hover .avatar_upload, .avatar--hover .avatar_upload{
  opacity: 1;
}
.avatar:hover .upload_label, .avatar--hover .upload_label{
  display: block;
}
#preview::after{
  content: 'Loading...';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
  line-height: 150px;
  color: #999;
}
.avatar_img--loading{
  opacity: 0;
}
.avatar_img{
  width: 100%;
  height: auto;
  animation: inPop 250ms 150ms 1 forwards cubic-bezier(0.175, 0.885, 0.32, 1.175);
  transform: scale(0);
  opacity: 0;
}
@keyframes inPop {
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
.avatar_img--rotate90{
  transform: rotate(90deg);
}
.avatar_upload{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  background: #25cfe3;
  background: rgba(44,205, 251, 0.6);
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 500ms;
}
.upload_label{
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px;
  border-radius: 3px;
  min-width: 60px;
  width: 100%;
  max-width: 80px;
  margin: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  animation: popDown 300ms 1 forwards;
  transform: translateY(-10px);
  opacity: 0;
  display: none;
  transition: background 200ms, color 200ms;
}
@keyframes popDown{
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}
.upload_label:hover{
  color: #fff;
  background: #222;
}
#file{
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: block;
  padding: 0;
  text-align: center;
}
.nickname{
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #666;
  position: relative;
}
#name:hover{
  outline: lightblue auto 5px;
  outline: -webkit-focus-ring-color auto 5px;
  
}

.mp3song-progress {
  height: 25px !important;
}
.mp3song-progress-bar {
  height: 25px !important;
}

.bggjytei {
  max-width: 445px !important;
}

.contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 100%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -6%;
    border: none !important;
}
.contact-form form{
    /*padding: 14%;*/
    padding: 5%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.mp3song-placeholder {
  background: var(--mp3song-bg) !important;
  border: 1px solid transparent !important;
}

.mp3song-c-success {
  background: green !important;
  padding: 5px !important;
  text-align: center;
  color: #fff !important
}

.mp3song-c-error {
  background: red !important;
  padding: 5px !important;
  text-align: center;
  color: #fff !important
}

.mp3song-see-more {
  float: right !important;
}

.mp3song-see-more a{
  font-size: 13px !important;
}

.vbhhjgu6 {
  margin-top: -16px !important;
}

.vvbghyg {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
}

/** * bhhnhkyoe */
 .bhhnhkyoe {
   display: flex;
   flex-wrap: wrap;
}
 .bhhnhkyoe label {
   order: 1;
   display: block;
   padding: 1rem 2rem;
   margin-right: 0.2rem;
   cursor: pointer;
   background: #90caf9;
   font-weight: bold;
   transition: background ease 0.2s;
   margin: 0 auto !important;
}
 .bhhnhkyoe .tab {
   order: 99;
   flex-grow: 1;
   width: 100%;
   display: none;
   padding: 1rem;
   margin: 0 auto !important;
/*   background: #fff;*/
}
 .bhhnhkyoe input[type="radio"] {
   display: none;
}
 .bhhnhkyoe input[type="radio"]:checked + label {
   background: var(--mp3song-clr);
   color: #fff !important;
}
 .bhhnhkyoe input[type="radio"]:checked + label + .tab {
   display: block;
}
 @media (max-width: 45em) {
   .bhhnhkyoe .tab, .bhhnhkyoe label {
     order: initial;
  }
   .bhhnhkyoe label {
     width: 100%;
     margin-right: 0;
     margin-top: 0.2rem;
  }
}

.nmkhit4 {
  color: #0088cc !important;
  }

  .nmkhit5{
  color: #179cde !important;
  }

  .mp3song-footer-s {
    position: fixed;
    bottom: 130px;
    width: 10px !important;
  }
  .mp3song-footer-s ul {
    padding: 0px !important;
    -webkit-transform: translate(-248px, 0) !important;
    -moz-transform: translate(-248px, 0) !important;
    -ms-transform: translate(-248px, 0) !important;
    -o-transform: translate(-248px, 0) !important;
    transform: translate(-248px, 0) !important;
  }
  .mp3song-footer-s ul li {
    display: block  !important;
    margin: 5px  !important;
    background: rgba(0, 0, 0, 0.36)  !important;
    width: 300px  !important;
    text-align: right  !important;
    padding: 10px  !important;
    -webkit-border-radius: 0 30px 30px 0  !important;
    -moz-border-radius: 0 30px 30px 0  !important;
    border-radius: 0 30px 30px 0  !important;
    -webkit-transition: all 1s  !important;
    -moz-transition: all 1s  !important;
    -ms-transition: all 1s  !important;
    -o-transition: all 1s  !important;
    transition: all 1s  !important;
  }
  .mp3song-footer-s ul li:hover {
    -webkit-transform: translate(110px, 0)  !important;
    -moz-transform: translate(110px, 0)  !important;
    -ms-transform: translate(110px, 0)  !important;
    -o-transform: translate(110px, 0)  !important;
    transform: translate(110px, 0)  !important;
    background: rgba(255, 255, 255, 0.4)  !important;
  }
  .mp3song-footer-s ul li:hover a {
    color: #000 !important;
  }
  .mp3song-footer-s ul li:hover i {
    color: #fff !important;
    background: red !important;
    -webkit-transform: rotate(360deg) !important;
    -moz-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
    -o-transform: rotate(360deg) !important;
    transform: rotate(360deg) !important;
    -webkit-transition: all 1s !important;
    -moz-transition: all 1s !important;
    -ms-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
  }
  .mp3song-footer-s ul li i {
    margin-left: 10px  !important;
    background: #fff  !important;
    padding: 10px  !important;
    -webkit-border-radius: 50%  !important;
    -moz-border-radius: 50%  !important;
    border-radius: 50%  !important;
    width: 40px  !important;
    height: 40px  !important;
    font-size: 20px  !important;
    background: #ffffff  !important;
    -webkit-transform: rotate(0deg)  !important;
    -moz-transform: rotate(0deg)  !important;
    -ms-transform: rotate(0deg)  !important;
    -o-transform: rotate(0deg)  !important;
    transform: rotate(0deg)  !important;
  }