/* Plain.css */


body {
background-image: url("/static/assets/images/kk")!important;
background-repeat: no-repeat;  
background-position:-10px -20px;	
background-size: cover;
}


.icn_ALinks {
    color: #888888!important;
}
.icn_ALinks: hover {
    color: gold!important;
}


.hap-copy {
    background-color: #f6f6f6!important;border-bottom: solid 1px #cccccc!important;
}

.hap-player-outer {
    border-bottom: solid 1px #cccccc;
    padding-bottom: 20px;
}

.hap-epic .hap-player-wrap {
    border-bottom: solid 1px #cccccc;
}


.hap-epic .hap-playlist-holder {
    background: white!important;
}

.hap-epic .hap-playlist-inner {
    padding: 20px;
    position: relative;
    height: calc(100% - 50px);
    box-sizing: border-box;
    padding-top: 10px!important;
    background: white!important;
    border-radius: 8px!important;
    border: solid 1px #cccccc!important;
    margin-top: 8px!important;
}

.hap-epic .hap-playlist-item-content {
        color:#262626;
        font-family: Poppins, sans-serif;
        font-size: 15px!important;
        line-height: 2.1!important;
}

a {
    text-decoration: none!important;
    color: #eeebf5!important;
}

#Artist_Name {
    color: #351b5b!important;font-size:22px!important;
}

#hap-wrapper{
         box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.0), 0 0px 0px 0 rgba(0, 0, 0, 0); 
}

.hap-epic .hap-seekbar {
    position: relative;
    height: 50px;
    margin: 20px 20px;
    cursor: pointer;
    touch-action: none;
    display: flex;
    align-items: center;
    justify-content: center;
}