html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  height: 100%;
  background-color: #000 !important;
  /*background-image: linear-gradient(180deg, #1976d2 0%, #e04797 100%);*/
  position: relative;
  font-family: "Roboto", sans-serif;
}
*::selection {
  background-color: unset;
}
.inline-flex {
    display: inline-flex;
}


.online-tv {
    margin: 0 10px;
}
dd, dl, ol, ul {
    list-style: none;
    padding: 0;
}
button.video-close {
	position: absolute;
    z-index: 9999;
    right: 0;
    background: #000;
    border-radius: 50%;
    color: #fff !important;
    padding: 4px 10px;
    top: -25px;
}

.bg-color {
    background-color: rgb(224, 71, 151);
}
a#navbarDropdown:after {
    content: none;
}
  .social {
    position: relative;
	inset: auto 0% 0%;
}
.social ul li {
    margin: 0 10px;
    color: #fff;
    width: 60px;
}
.social ul li a {
    color: #fff;
}
span.popup-logo img {
    margin: 16px 10px;
    border-radius: 50%;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #fff;
}
.player {
  
  width: 550px;
    margin: 90px auto;
    padding: 30px 0;
    font-size: 15px;
	height:435px;
  /*background-color: #fff6e7;
  box-shadow: 0 15px 20px 0 #c58371;*/
}
  input[type="range"] {
    -webkit-appearance: none;
    margin: 0px;
    padding: 0px;
    background: #f2eae4;
	background: linear-gradient(to right, #e04797 0%, #e04797 50%, #ddd 50%, #ddd 100%);
    height: 5px;
    width: 150px;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
  }

  input[type="range"]::-ms-fill-lower {
    background: #f2eae4;
	height:50px;
  }

  input[type="range"]::-ms-fill-upper {
    background: #f2eae4;
  }

  input[type="range"]::-moz-range-track {
    border: none;
    background: #f2eae4;
  }
	
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
  appearance: none;
  width: 20px;
  background: #e04797;
  height: 20px;
  background-color: #e04797;
  cursor: pointer;
  border-radius: 100%;
  }

  input[type="range"]::-moz-range-thumb {
    background: #ff3677;
    height: 20px;
    width: 20px;
    border-radius: 100%;
  }
	  input[type="range"]::-moz-range-progress {
		 background-color: rgb(255, 120, 0);
	}

.social {
    position: relative;
    top: 470px;
	inset: auto 0% 0%;
	z-index: 9;
}
  input[type="range"]::-ms-thumb {
    -webkit-appearance: none !important;
    background: #ff3677;
    height: 12px;
    width: 12px;
    border-radius: 100%;
  }

  .cover {
    width: 300px;
    height: 300px;
    border-radius: 0%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 100px;
	border-radius:10px;
    transform: translateX(-50%);
    /*box-shadow: 0 5px 20px 0 #d56c006d;*/
  }
    .cover img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

	.info {
		position: absolute;
		left: 50%;
		top: 410px;
		transform: translateX(-50%);
		text-align: center;
	}
    .title {
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 2px;
    }

    .singer {
      font-size: 17px;
      color: #fff;
	}

  .btn-box {
		position: absolute;
		top: 330px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
    .btn-box i {
      font-size: 24px;
      color: #72646f;
      margin: 0 30px;
      cursor: pointer;
    }
    .btn-box i.active {
      color: #ff3677;
    }


  .volume-box {
    display: none;
    position: absolute;
    left: 50%;
    top: 485px;
    transform: translateX(-50%);
    z-index: 1;
    padding: 0 20px;
	}
    .volume-down {
      position: absolute;
      left: -15px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      color: #72646f;
    }

    .volume-up {
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      color: #72646f;
    }

    .volume-up::selection {
      background-color: unset;
    }

    input[type="range"] {
      height: 10px;
      width: 300px;
      margin: 0 0 15px 0;
    }

  .volume-box.active {
    display: block;
  }
  .music-box {
		position: absolute;
		left: 50%;
		top: 470px;
		transform: translateX(-50%);
	}
    input[type="range"] {
      height: 10px;
      width: 300px;
      margin: 0 0 10px 0;
    }
    input[type="range"]::-webkit-slider-thumb {
      height: 20px;
      width: 20px;
    }
    .current-time {
      position: absolute;
      left: -35px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
      color: #72646f;
    }
    .duration {
      position: absolute;
      right: -35px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
      color: #72646f;
    }
    .play,
    .pause {
      position: absolute;
		left: 52%;
		top: 56px;
		transform: translateX(-55%);
		width: 70px;
		height: 70px;
		border-radius: 55px;
		background-color: #fff;
		cursor: pointer;
		transition: all 0.4s;
		box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 6px;
	}
    .play i,
    .pause i {
                font-size: 36px;
                color: #000;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 40px;
                height: 40px;
                background: white;
                border-radius: 50%;
                border-color: black;
                border-style: solid;
                border-width: 2px;
      }
    .pause {
      i {
        font-size: 36px;
        transform: translate(-50%, -50%);
      }
    }

.modal-body .icons{
    margin: 15px 0px 20px 0px;
}

.modal-body .icons a{
    text-decoration: none;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.modal-body .icons a:nth-child(1){
    color: #1877F2;
    border-color: #B7D4FB;
}

.modal-body .icons a:nth-child(1):hover{
    background-color: #1877F2;
    color: #fff;
}

.modal-body .icons a:nth-child(2){
    color: #000;
    border-color: #000;
}

.modal-body .icons a:nth-child(2):hover{
    background-color: #000;
    color: #fff;
}


.modal-body .icons a:nth-child(3){
    color: #25d366;
    border-color: #bef4d2;
}

.modal-body .icons a:nth-child(3):hover{
    background-color: #25d366;
    color: #fff;
}


.modal-body .icons a:nth-child(4){
    color: #64b5ef ;
    border-color: #64b5ef ;
}

.modal-body .icons a:nth-child(4):hover{
    background-color: #64b5ef;
    color: #fff;
}

.modal-body .icons a:hover{
    border-color: transparent;
}

.modal-body .icons a span{
    transition: all 0.09s ease-in-out;
}

.modal-body .icons a:hover span{
    transform: scaleX(1.1);
}

.modal-body .field{
    margin: 15px 0px -5px 0px;
    height: 45px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 0 5px;
}

.modal-body .field.active{
    border-color: #7d2ae8;
}

.field span{
    width: 50px;
    font-size: 1.1rem;
}

.field.active span{
    color: #7d2ae8;
}

.field input{
    border: none;
    outline: none;
    font-size: 0.89rem;
    width: 100%;
    height: 100%;
}

.field button{
    padding: 5px 16px;
    color: #fff;
    background: #7d2ae8;
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 500;
}

@media (max-width: 330px) {
    .modal-body .icons a{
        margin-right: 15px;
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 767px) {
    .cover {
        width: 250px;
        height: 250px;
        border-radius: 0%;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 100px;
        border-radius: 10px;
        transform: translateX(-50%);
        /* box-shadow: 0 5px 20px 0 #d56c006d; */
    }
    .player {
        width: 550px;
        margin: 90px auto;
        padding: 30px 0;
        font-size: 15px;
        height: 500px;
    }
    .music-box {
        position: absolute;
        left: 50%;
        top: 480px;
        transform: translateX(-50%);
    }
    .info {
        position: absolute;
        left: 50%;
        top: 390px;
        transform: translateX(-50%);
        text-align: center;
    }
    .volume-box {
        display: none;
        position: absolute;
        left: 50%;
        top: 480px;
        transform: translateX(-50%);
        z-index: 1;
        padding: 0 20px;
    }
    .social ul li {
        margin: 0 10px;
        color: #fff;
        width: 45px;
    }
    .nav-dropdown {
        margin: 0px 10px;
    }
}
@media (max-width: 480px) {
    
    .social {
		position: absolute;
		inset: auto 0% 2%;
		z-index:9;
	}
    .info {
        position: absolute;
        left: 50%;
        top: 350px;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
    }
    .music-box {
        position: absolute;
        left: 50%;
        top: 430px;
        transform: translateX(-50%);
    }
    .volume-box {
        display: none;
        position: absolute;
        left: 50%;
        top: 440px;
        transform: translateX(-50%);
        z-index: 1;
        padding: 0 20px;
    }
    .play, .pause {
        position: absolute;
        left: 52%;
        top: 70px;
        transform: translateX(-55%);
        width: 70px;
        height: 70px;
        border-radius: 55px;
        background-color: #fff;
        cursor: pointer;
        transition: all 0.4s;
    }
    .social ul li {
        margin: 0 5px;
        color: #fff;
        width: 45px;
    }
    .cover {
        width: 225px;
        height: 225px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 100px;
        border-radius: 10px;
        transform: translateX(-50%);
    }
    .nav-dropdown {
        margin: 0px 10px;
    }
    .social ul li {
        margin: 0 7px;
        color: #fff;
        width: 30px;
    }
}
@media (max-width: 380px) {
   
        .cover {
        width: 225px;
        height: 225px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 100px;
        border-radius: 10px;
        transform: translateX(-50%);
    }
    
    .info {
        position: absolute;
        left: 50%;
        top: 330px;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
    }
    .volume-box {
        display: none;
        position: absolute;
        left: 50%;
        top: 405px;
        transform: translateX(-50%);
        z-index: 1;
        padding: 0 20px;
    }
    .music-box {
        position: absolute;
        left: 50%;
        top: 375px;
        transform: translateX(-50%);
    }
    .play, .pause {
        position: absolute;
        left: 52%;
        top: 70px;
        transform: translateX(-55%);
        width: 45px;
        height: 45px;
        border-radius: 55px;
        background-color: #fff;
        cursor: pointer;
        transition: all 0.4s;
    }
    .play i, .pause i {
        font-size: 27px;
        color: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        background: white;
        border-radius: 50%;
        border-color: black;
        border-style: solid;
        border-width: 2px;
    }
    .social ul li {
        margin: 0 5px;
        color: #fff;
        width: 30px;
    }
    .pause {
    i {
        font-size: 27px;
            transform: translate(-50%, -50%);
        }
    }
    .nav-dropdown {
        margin: 0px 10px;
    }
}
@media (min-width: 1920px) and (max-width: 2560px)  {
    .player {
        width: 550px;
        margin: 90px auto;
        padding: 30px 0;
        font-size: 15px;
        height: 550px;
    }
}
