/* body */
body{
    background: linear-gradient(to right, #e0eafc, #cfdef3);
}
section{
    margin-top: 5vh;
}
/* body ends */

/* header */
#body-header{
    height: auto;
}
#top-row-container{
    margin-top: auto;
    height: auto;
}
#name-icon-container{
    width:100%;
    
}
.app-icon{
    height: 7vh;
    margin-right: 1vw;
    /* width: 7vw; */
}

#search-bar-container{
    background-color: white;
    height: 1.5rem;
}

#search-bar-id{
    background-color: transparent;
    border: none;
    font-size: 1rem;
    padding: 0.3rem;
    border-radius:0.5rem;
}
.profile-img{
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    position: relative;
    bottom: 0.5rem;
}

/* header ends */

/* column1 */
#col1{
    width: 70%;
    justify-content: left;
}

/* carousel div */
.music-info{
    position: relative;
    height: 65vh;
    width: 100%;
}

.singer-band-container{
    height: 100%;
}
.singer-band-info-container{
    margin-top: 2vw;
    margin-left: 1vw;
    margin-right: 1vw;
    
}

.singer-band-img{
    height: 75%;
    width: 20vw;
    border-radius: 3.5%;
}

.singer-band-name{
    font-size: 1.5rem;
    font-weight: 600;
}
.singer-band-nationality{
    font-weight: 600;
}

.singer-band-description{
    margin-bottom: 10vh;
    font-weight: 200;
}
.singer-band-followers{
    font-weight: 600;
}

.button-container{
    margin-bottom: 1rem;
}

.play-all-btn{
    /*background: linear-gradient(to right, #0c96c0, #d112a1);*/
    background: linear-gradient(to right, #56ccf2, #2f80ed);
    border: none;
    padding: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;

}
.follow-btn{
    background: transparent;
    border: none;
    padding: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.track-album-info-container{
    font-size: 0.6rem;
}

/* carousel div ends */

/* latest release section */
.latest-release-single{
    height: auto;
    display: flex;
    flex: 1 0 40%;;
    margin-right: 1vw;
    cursor: pointer;
}

.latest-release-album-img{
    height: 8rem;
    width: 8rem;
}

.play-pause-toggle{
    position: relative;
    height: 2vw;
    width: 2vw;

}

/* Dropdown Toggle starts */
.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 9rem;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0.5rem 0.5rem;
    z-index: 1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown-icon{
      height: 1rem;
      width: 1rem;
      margin-right: 1rem;
  }
/* Dropdown toggle ends */

.latest-release-album-img-div{
    position: relative;
}

.latest-release-album-img-div:hover{
    opacity: 0.5;
}
.latest-release-album-img-div:hover> .play-pause-toggle{
    visibility: visible;
}

.play-pause-toggle:hover{
    visibility: visible;
}

.single-title{
    font-size: 0.8rem;
    margin-left: 0.8rem;
}

.single-release-date{
    font-size: 0.8rem;
    font-weight: 400;
    margin-left: 0.8rem;
}

.track-duration{
    margin-left: auto;
    font-size: 0.8rem;
}

.single-options-container{
    margin-left: auto;
}

.single-options{
    width: 1.5vw;
}
/* latest release section ends */




/* column1 ends */

/* column2 starts */
#col2{
    width: 30%;
    margin-right: 6rem;
}

.queue-header{
    width: auto;
}

.queue-heading{
    margin-bottom: 5vh;
}
.queue-title{
    font-size: 1.2rem;
}

.queue-drop-font{
    font-size: 0.8rem;
    min-width: 5.5rem;
}

.song-item{
    background: linear-gradient(to right, #56ccf2, #2f80ed);
    margin-bottom: 3vh;
    /* margin-left: 1.5vw; */
    margin-right: 1.5vw;
    padding: 0.5rem;
}

.song-item:hover{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.s-no{
    font-size: 0.8rem;
}

.queue-option-title{
    font-size: 0.7rem;
}
.singer-name{
    font-size: 0.8rem;
    font-weight: 400;
}
.song-title{
    font-size: 0.85rem;
}
.options-icon{
    position: relative;
    top: 20%;
    width: 1vw;
}
.queue-song-image{
    height: 3rem;
    width: 3rem;
    margin-left: 1vw;
    border-radius: 12.5%;
}
.queue-song-info{
    margin-left: 1vw;
    width: 100%;
}
.queue-like-icon{
    width: 1.5rem;
    margin-left: 1vw;
    margin-right: 1vw;
}
.queue-fav-icon{
    width:1rem;
}
/* column2 ends */

/* similar artist starts */
#similar-artists-section{
    height: 65vh;
}
.similar-artist-item{
    margin-bottom: 1rem;
}
.similar-artist-img{
    height: 4rem;
    width: 4rem;
    border-radius: 12.5%;
}
.similar-artist-info{
    font-size: 0.8rem;
    margin-left: 1rem;
}
.similar-artist-type{
    font-weight: 400;
}
/* similar artist ends */

/* Music Player starts */

.music-player{
    height:10vh;
    width: 100%;
    bottom: 0;
    background:linear-gradient(to right, #56ccf2, #2f80ed);
    position: fixed;
}
.music-player-container{
    margin-top: 2vh;
    margin-left: 6vw;
    margin-right: 6vw;
    margin-bottom: 2vh;
}
.current-song-image{
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 12.5%;
}
.current-song-singer-name{
    font-size: 0.8rem;
    font-weight: 400;
    margin-left: 1vw;
}
.current-song-like-icon{
    margin-left: 1vw;
    height: 3vh;
}
.current-song-block-icon{
    margin-left: 1vw;
    height: 2.5vh;
}
.controls-icon{
    height: 1.2rem;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
}
.volume-icon{
    position: relative;
    top: 10%;
}
.play-pause-icon{
    position: relative;
    height: 1.5rem;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    bottom: 10%;
}

.bar-time{
    font-size:0.8rem;
}

/* Music Player Slider begins */
.slidecontainer {
    width: 30rem;
    margin-top: 0; 
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .slider {
    -webkit-appearance: none;  
    appearance: none;
    width: 100% ;
    height: 0.25rem; 
    background: #d3d3d3; 
    outline: none; 
    opacity: 0.7; 
    -webkit-transition: .2s; 
    transition: opacity .2s;
  }
  
  .slider:hover {
    opacity: 1; 
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none; 
    appearance: none;
    border-radius: 50%;
    width: 1rem; 
    height: 1rem; 
    background: black; 
    cursor: pointer; 
  }
  
  .slider::-moz-range-thumb {
    width: 25px; 
    height: 25px; 
    background: #4CAF50; 
    cursor: pointer; 
  }
/* Music Player Slider Ends */

/* Volume Slider begins */
.volume-slide-container {
    width: 7rem;
    margin-top: 0; 
    margin-left: 1rem;
    margin-right: 1rem;
  }

/* Volume Slider ends */

/* Music Player ends */

/* general */
.flex-rw{
    display: flex;
    flex-direction: row;
}

.flex-col{
    display: flex;
    flex-direction: column;
}

.flex-bas-0{
    flex-basis: 0;
}

.txt-center{
    text-align: center;
}

.txt-left{
    text-align:left;
}

.center{
    justify-content: center;
}

.spc-even{
    justify-content: space-evenly;
}

.spc-btw{
    justify-content: space-between;
}

.spc-ar{
    justify-content: space-around;
}

.start{
    justify-content: flex-start;
}

.left{
    justify-content: left;
}

.end{
    justify-content: flex-end;
}

.wrap{
    flex-wrap: wrap;
}
.inlBlck{
    display: inline-block;
}
.fw-600{
    font-weight: 600;
}
.fw-400{
    font-weight: 400;
}
.ff{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.icn3vh{
    height: 3vh;
}
.icn4vh{
    height: 4vh;
}
.icn-black{
    filter: brightness(0) saturate(100%)
}
.mleft3vw{
    margin-left: 3vw;
}
.mright3vw{
    margin-right: 3vw;
}
.mtop3vh{
    margin-top: 3vh;
}
.mtop10vh{
    margin-top: 10vh;
}
.mbot3vh{
    margin-bottom: 3vh;
}
.opac{
    opacity: 0.7;
}
.brdrad1{
    border-radius: 0%;
}
.brad5{
    border-radius: 50%;
}
.mar0{
    margin: 0;
}
.mar-right-auto{
    margin-right: auto;
}
.width0{
    width: 0;
}
.width100{
    width: 100%;
}
.hidden{
    visibility: hidden;
}
.trans-back{
    background: transparent;
}
/* general ends */
#search-button{
    background-color: white;
    border : 0px ; 
}
