body {
  margin: 0;
  color: #444;
  background: url("https://img-cdn-by-jitendra-pro-dev.pages.dev/2.jpg")
    no-repeat center center fixed;
  background-size: cover;
  font: 400 18px/18px Roboto, sans-serif;
  font-family: "Open Sans", sans-serif;
}
.modal-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.modal-description {
  margin: 0;
  font-size: 0.95rem;
  color: #6c757d;
}

.mhn-player {
  width: 360px;
  height: 500px;
  padding: 15px;
  position: relative;
  margin: 55px auto 0;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.mhn-player .album-art,
.mhn-player .album-thumb {
  background: url("https://i.ibb.co/9TYg2M9/IMG-20230305-195405-040.jpg")
    no-repeat center / 50%;
}
.mhn-player .album-art {
  width: 330px;
  height: 330px;
  overflow: hidden;
  position: relative;
  border: 1px solid #000;
}
.mhn-player .album-art img {
  width: 100%;
  display: block;
}
.mhn-player .album-art:before {
  top: 30px;
  left: 50%;
  width: 200px;
  content: "music";
  font-size: 72px;
  font-weight: 600;
  position: absolute;
  margin-left: -100px;
  color: rgba(255, 255, 255, 0.4);
}
.mhn-player .album-art:after {
  top: 0;
  left: 0;
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
}
.mhn-player .album-art img {
  width: 100%;
  position: relative;
}
.mhn-player .album-art.blur img {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
.mhn-player a {
  color: inherit;
  text-decoration: none;
}
.mhn-player .play-list {
  top: 15px;
  left: 15px;
  right: 15px;
  display: none;
  bottom: 245px;
  overflow-y: auto;
  position: absolute;
  width: auto !important;
  background: rgba(0, 0, 0, 0.4);
  padding-right: 1px !important;
}
.mhn-player .play-list a {
  color: #ccc;
  display: block;
  overflow: hidden;
  padding: 6px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.4s ease-in-out 0s;
}
.mhn-player .play-list a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mhn-player .play-list a.active {
  color: #2ecc71;
}
.mhn-player .play-list .album-thumb {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #666;
}
.mhn-player .play-list .album-thumb img {
  width: 100%;
  display: block;
}
.mhn-player .play-list .songs-info {
  max-width: 240px;
  text-shadow: 0 2px 2px #000;
}
.mhn-player .play-list .songs-info .song-title {
  font-size: 16px;
}
.mhn-player .play-list .songs-info .songs-detail {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhn-player .current-info {
  left: 30px;
  right: 30px;
  color: #ccc;
  bottom: 160px;
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  text-shadow: 0 2px 4px #000;
}
.mhn-player .current-info > div {
  margin-top: 10px;
}
.mhn-player .current-info .song-title {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 400;
}
.mhn-player .current-info .fa {
  min-width: 30px;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
.mhn-player .controls {
  margin-top: 30px;
  position: relative;
}
.mhn-player .controls .toggle-play-list {
  right: 5px;
  width: 40px;
  color: #ccc;
  height: 40px;
  bottom: 100px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background-color: crimson;
}
.mhn-player .controls .fa-pp:before {
  content: "\f04b";
}
.mhn-player .controls .active .fa-pp:before {
  content: "\f04c";
}
.mhn-player .controls .progress {
  height: 1px;
  margin: 15px 0;
  position: relative;
  background: #262626;
}
.mhn-player .controls .duration {
  color: #ccc;
  font-size: 14px;
}
.mhn-player .controls .progress .bar {
  width: 0;
  display: block;
  height: inherit;
  background: #bc3958;
  box-shadow: 0 0 5px 0 #bc3958;
}
.mhn-player .controls .action-button a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  margin-right: 5px;
  border: 2px solid;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.mhn-player .controls .action-button a:hover,
.mhn-player .controls .action-button a.active {
  color: #ccc;
}
.mhn-player .controls .action-button a .fa {
  font-size: inherit;
}

.volume {
  height: 10px;
  width: 100px;
  margin: 0 10px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  appearance: none; /* replaces -webkit-appearance for modern browsers */
  background: transparent;
}

.volume::-webkit-slider-runnable-track {
  height: 0.5em;
  background: #d8d8d8;
  border-radius: 0.25em;
  -webkit-appearance: none;
}
.volume::-moz-range-track {
  border: none;
  height: 0.5em;
  background: #d8d8d8;
  border-radius: 0.25em;
}
.volume::-ms-track {
  border: none;
  height: 0.5em;
  color: transparent;
  background: #d8d8d8;
  border-radius: 0.25em;
}
.volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  margin: -0.25em;
  border: none;
  /* Firefox, IE */
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
}
.volume::-moz-range-thumb {
  border: none;
  /* Firefox, IE */
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  border-radius: 0.5em;
}
.volume::-ms-thumb {
  border: none;
  /* Firefox, IE */
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
}
.volume::-ms-fill-lower,
.volume::-ms-fill-upper {
  border-radius: 5em;
  background: transparent;
}
.volume::-ms-tooltip {
  display: none;
}
.volume::-ms-fill-lower {
  background: #f05e7b;
}
.volume::-webkit-slider-thumb {
  background: #dc143c;
}
.volume::-moz-range-thumb {
  background: #dc143c;
}
.volume::-ms-thumb {
  background: #dc143c;
}

.volume::-webkit-slider-runnable-track {
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#f05e7b, #f05e7b);
}
.volume::-moz-range-track {
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#f05e7b, #f05e7b);
}
.volume[data-css="0"]::-webkit-slider-runnable-track {
  background-size: 0% 100%;
}
.volume[data-css="0"]::-moz-range-track {
  background-size: 0% 100%;
}
.volume[data-css="0.1"]::-webkit-slider-runnable-track {
  background-size: 10% 100%;
}
.volume[data-css="0.1"]::-moz-range-track {
  background-size: 10% 100%;
}
.volume[data-css="0.2"]::-webkit-slider-runnable-track {
  background-size: 20% 100%;
}
.volume[data-css="0.2"]::-moz-range-track {
  background-size: 20% 100%;
}
.volume[data-css="0.3"]::-webkit-slider-runnable-track {
  background-size: 30% 100%;
}
.volume[data-css="0.3"]::-moz-range-track {
  background-size: 30% 100%;
}
.volume[data-css="0.4"]::-webkit-slider-runnable-track {
  background-size: 40% 100%;
}
.volume[data-css="0.4"]::-moz-range-track {
  background-size: 40% 100%;
}
.volume[data-css="0.5"]::-webkit-slider-runnable-track {
  background-size: 50% 100%;
}
.volume[data-css="0.5"]::-moz-range-track {
  background-size: 50% 100%;
}
.volume[data-css="0.6"]::-webkit-slider-runnable-track {
  background-size: 60% 100%;
}
.volume[data-css="0.6"]::-moz-range-track {
  background-size: 60% 100%;
}
.volume[data-css="0.7"]::-webkit-slider-runnable-track {
  background-size: 70% 100%;
}
.volume[data-css="0.7"]::-moz-range-track {
  background-size: 70% 100%;
}
.volume[data-css="0.8"]::-webkit-slider-runnable-track {
  background-size: 80% 100%;
}
.volume[data-css="0.8"]::-moz-range-track {
  background-size: 80% 100%;
}
.volume[data-css="0.9"]::-webkit-slider-runnable-track {
  background-size: 90% 100%;
}
.volume[data-css="0.9"]::-moz-range-track {
  background-size: 90% 100%;
}
.volume[data-css="1"]::-webkit-slider-runnable-track {
  background-size: 100% 100%;
}
.volume[data-css="1"]::-moz-range-track {
  background-size: 100% 100%;
}

.mhn-player .seek_holder {
  text-align: center;
  margin-bottom: 18px;
  margin-top: 3px;
  position: relative;
}

.seek_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 5px;
  background: white;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.seek_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #ff4e70;
  cursor: pointer;
  border-radius: 50%;
}

.seek_slider::-ms-track {
  border: none;
  height: 0.5em;
  color: transparent;
  background: #ff4e70;
  border-radius: 0.25em;
}

.seek_slider:hover {
  opacity: 1;
}

.seek_slider {
  width: 100%;
}

#music_is_playing {
  display: none;
  width: 60px;
  height: 50px;
  float: right;
}

.item {
  text-align: center;
}
.mhn-player {
  display: none;
}
#sangeet_item_holder {
  text-align: center !important;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
  overflow: hidden;
  line-height: 60%;
}
.stop {
  background-color: #08a9b9 !important;
  font-weight: bold !important;
  color: #ffffff !important;
}
#albumsongslistbtn {
  display: none;
}
.albummo {
  background-color: #ffffff !important;
  font-weight: bold !important;
  color: #3b3b3b !important;
  border-radius: 20px;
  padding: 8.5px;
}
#headforSearchItems {
  display: none;
}
