
button.waf-btn-reset{
    color: inherit;
    background-color: transparent;
    padding: 0;
    margin: 0;
    float: none;
    line-height: 1em;
    list-style: none;
    text-transform: none;
    vertical-align: baseline;
    border: 0;
    font-variant: inherit;
    font-stretch: inherit;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    font-weight: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    box-shadow: none;
}
@media (hover: hover) {
    button.waf-btn-reset:hover{
        text-decoration: none;
    }
    button.waf-btn-reset:hover:after{
        width: 0;
    }
}







.waf{
    position: relative;
    transition: opacity 1s ease-out;
    opacity: 0;
    line-height: normal;
}
.waf.waf-skin-light{
    background: #fff;
}
.waf.waf-skin-dark{
    background: #111;
}
.waf-inner{
    position: relative;
    padding: 25px 25px 50px 25px;
}
@supports (container-type: inline-size) {
    .waf{
        container: waf_player_query / inline-size;
    }
}

/* filter layout */

.waf-filter-dropdown .waf-inner{
    display: flex;
    flex-direction:row;
}

.waf-filter-section{
    display: flex;
    flex-direction: column;
}
.waf-filter-section-collapsed{
    overflow: hidden;
}
.waf-filter-section-upper-wrap{
    /*max-height: 1000px;*/
    overflow-y: auto;
    overflow-x: hidden;
}
.waf-filter-section-upper-wrap::-webkit-scrollbar {
    width: 9px; 
    height: 9px; 
}
.waf-filter-section-upper-wrap::-webkit-scrollbar-thumb {
    background:#999;
}
.waf-filter-section-upper-wrap::-webkit-scrollbar-track {
    background:#e6e6e6;
}


.waf-filter-pill .waf-filter-section {
    width: 100%;
}
.waf-filter-dropdown .waf-filter-section {
    margin-right: 20px;
    width: 300px;
    flex-shrink: 0;
}
.waf-filter-dropdown .waf-filter-section-bottom{
    margin-bottom: 10px;
}

.waf-filter-dowpdown-wrap{
    overflow: hidden;
}
.waf-filter-pill .waf-filter-section-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.waf-filter-dropdown .waf-filter-section-container {
    display: flex;
    flex-direction: column;
}
.waf-filter-icon-wrap{
    position: relative;
    height: 30px;
    width: 30px;
    border-color: purple;
    cursor: pointer;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.waf-filter-icon-open,
.waf-filter-icon-close{
    position: relative;
    height: 100%;
    width: 100%;
    border-color: purple;
    cursor: pointer;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.waf-filter-icon-wrap svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    width: 20px;
    fill: currentColor;
    transition: opacity .3s ease-out;
    color: #fff;
    opacity: 0.5;
}
@media (hover: hover) {
    .waf-filter-button-dropdown:hover .waf-filter-icon-wrap svg{
        opacity: 1;
    }
}
.waf-filter-icon-close{
    display: none;
}
.waf-filter-dropdown .waf-filter-dropdown-container-wrap{
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
}
.waf-filter-dropdown .waf-filter-dropdown-container{
    padding: 10px;
}
.waf-filter-pill .waf-filter-dropdown-container{
    padding: 20px 10px 10px 20px;
}

.waf-filter-dropdown-container .waf-component-label{
    padding: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
}
@media (max-width: 1200px){ 
    .waf-filter-dropdown-container .waf-component-label{
        padding: 7px 5px;
    }
}
@container waf_player_query (max-width: 1200px){ 
    .waf-filter-dropdown-container .waf-component-label{
        padding: 7px 5px;
    }
}

.waf-filter-dropdown-container .waf-component-label-category-wrap{
    margin-left: 25px;
}



.waf-filter-checkbox{
    margin-right: 5px; 
}
.waf-filter-dropdown .waf-component-info{
    transition: opacity .35s;
}
.waf-filter-dropdown .waf-component-checkmark{
    top: 0;
    left: 0;
    border-radius: 0;
    height: 14px;
    width: 14px;
}
.waf-filter-dropdown .waf-component-checkmark:after {
    left: 4px;
    top: 1px;
    width: 2px;
    height: 7px;
    box-sizing: content-box;
}
@media (hover: hover) {
    .waf-filter-dropdown .waf-component-label:hover .waf-component-info{
        opacity: 0.5;
    }
}



.waf-track-section{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.waf-title{
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    flex-shrink: 0;
    margin: 5px 0;
    line-height: normal;
}



/* music description */

.waf-music-description{
    font-size: 12px;
}
.waf-skin-light .waf-music-description{
    color: #111;
}
.waf-skin-dark .waf-music-description{
    color: #917f60;
}



/* tag buttons */

.waf-tag-button{
    border-radius: 20px;
    box-shadow: none;
    transition: all .3s ease-out;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 8px 8px 0;
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    text-decoration: none;
    -webkit-appearance: none;
    font-size: 13px;
    padding: 5px 10px;
    background-color: #5b758c00;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    line-height: normal;
    text-transform: none; 
}

.waf-skin-light .waf-tag-button{
    border: 1px solid #aaa;
    color: #565656;
}
.waf-skin-dark .waf-tag-button{
    border: 1px solid #aaa;
    color: #999;
}
@media (hover: hover) {
    .waf-skin-light .waf-tag-button:hover{
        background-color: #5b758c; 
        color: #fff; 
        border-color:transparent; 
    }
    .waf-skin-dark .waf-tag-button:hover{
        background-color: #917f60; 
        color: #fff; 
        border-color:transparent; 
    }
}


/* filter buttons */


.waf-filter-button-dropdown{
    transition: all 0.3s ease-out;
    font-weight: 700;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 0 1px 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    text-transform: capitalize;
    white-space: nowrap;
    outline: none;
    line-height: normal;
    cursor: pointer;
    text-align: left;
}




.waf-filter-main-button-wrap{
    position: relative;
}

button.waf-filter-button{
    transition: all 0.3s ease-out;
    border-radius: 20px;
    font-weight: 700;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 8px 8px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    user-select: none;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    outline: none;
    line-height: normal;
    text-align: left;
    
}
button.waf-filter-button:not(.waf-filter-active-button):not(.waf-filter-button-reset){
    text-transform: capitalize;
}
button.waf-filter-button:focus{
    outline: none;
}
button.waf-filter-button-effect{
    opacity: 0;
}
.waf-filter-button-dropdown,
button.waf-filter-main-button{
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    background-color: #5b758c;
}
button.waf-filter-button-reset{
    color: #fff;
    font-size: 15px;
    background-color: #474747;
}
.waf-filter-pill .waf-filter-button-reset{
    padding: 10px 20px;
}

.waf-filter-button-apply{
    color: #fff;
    font-size: 15px;
    background-color: #4db176;
}
.waf-filter-pill .waf-filter-button-apply{
    padding: 10px 20px;
}
.waf-filter-dropdown .waf-filter-button-apply{
    padding: 16px 20px;
}
.waf-filter-button-apply-hidden{
    display: none!important;
}



.waf-filter-dropdown button.waf-filter-button-reset{
    padding: 3px 15px;
    font-size: 11px;
    background-color: #a0a0a0;
    text-decoration: underline;
    opacity: 0;
    pointer-events: none;
}
button.waf-filter-button-reset-enabled{
    opacity: 1!important;
    pointer-events: auto!important;
}

button.waf-filter-sub-button{
    color: #fff;
    font-size: 11px;
    padding: 5px 15px;
    background-color: #60a3da;
}

button.waf-filter-active-button{
    color: #fff;
    font-size: 11px;
    padding: 2px 15px;
    background-color: #474747;
}
.waf-button-icon{
    margin-left: 5px;
}
.waf-button-icon svg{
    height: 13px;
    display: block;
    position: relative;
    top: 0;
    margin-top: 2px;
    left: 0;
    color: #fff;
    fill: currentColor;
}

button.waf-filter-button-selected{
    background-color: #a0a0a0;
}
@media (hover: hover) {
    button.waf-filter-button:hover{
        background-color: #a0a0a0;
    }
}



button.waf-filter-button-selected{
    cursor: default;
}
button.waf-filter-sub-button.waf-filter-button-selected.waf-filter-button-visible{
    opacity: 0.35;
}

button.waf-filter-button-visible{
    opacity: 1;
}

.waf-filter-search-wrap{
    position: relative;
    background-color: #5b758c;
    margin: 0 8px 8px 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.waf-filter-search-wrap svg{
    position: absolute;
    left: 15px;
    height: 21px;
    fill:currentColor;
    transition: color .3s ease-out;
    color:#fff;
    pointer-events: none;
}
input[type="search"].waf-filter-button-search{
    position: relative;
    width: 50px;
    transition: all 0.4s ease-in-out;
    color: #fff;
    font-size: 15px;
    -webkit-appearance: textfield;
    padding: 10px 20px;
    background-color: transparent;
    font-weight: normal;
    border-radius: 20px;
    text-transform: none;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    outline: 0;
    opacity: 0;
    height: auto;
    margin: 0;
}
.waf-search-input{
    box-shadow: none;
}
.waf-search-wrap .waf-search-input,
.waf-filter-button-search.waf-search-input{
    line-height: normal;
    background-color: #5b758c;
}
.waf-search-wrap input[type="search"].waf-search-input:focus,
.waf-filter-button-search.waf-search-input:focus{
    outline: none;
}
input[type="search"].waf-search-input::placeholder { 
    color: inherit;
    font-size: inherit;
}
input[type="search"].waf-search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 10px 10px;
}

input[type="search"].waf-filter-dropdown-search::-webkit-search-cancel-button,
input[type="search"].waf-song-search::-webkit-search-cancel-button{
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    margin-right: 10px;
    width: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
    background-size: 10px 10px;
}
.waf-filter-button-search::-webkit-search-cancel-button {
    filter: invert(1);
}

.waf-filter-button-search {
    margin: 0;
}
input[type="search"].waf-filter-button-search:focus {
    width: 250px;
    padding-left: 50px;
    opacity: 1;
    margin: 0;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}


.waf-search-message{
    font-size: 24px;
    text-align: center;
    color: #ca4a1f;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.waf-search-message{
    display: none;
}





/* pill dropdown text */

.waf-filter-pill .waf-filter-dropdown-container-wrap{
    position: absolute;
    width: 300px;
    z-index: 222;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 3px #88888826;
    max-height: 300px;
    overflow-y: auto;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 0 30px 0 0;
    display: none;
    transition: opacity 0.5s ease-out;
    opacity: 0;
}
.waf-filter-pill .waf-filter-dropdown-container-wrap::-webkit-scrollbar {
    width: 9px; 
    height: 9px; 
}
.waf-filter-pill .waf-filter-dropdown-container-wrap::-webkit-scrollbar-thumb {
    background:#999;
}
.waf-filter-pill .waf-filter-dropdown-container-wrap::-webkit-scrollbar-track {
    background:#e6e6e6;
}




/* track loader */

.waf-loader-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    display: none;
}
.waf-skin-light .waf-loader-wrap{
    background: #00000082;
}
.waf-skin-dark .waf-loader-wrap{
    background: #00000082;
}


.waf-spinner {
  margin: 200px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.waf-cube1, .waf-cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
 
  -webkit-animation: waf-sk-cubemove 1.8s infinite ease-in-out;
  animation: waf-sk-cubemove 1.8s infinite ease-in-out;
}
.waf-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes waf-sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes waf-sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}




/* header */


.waf-track-display-header-left .waf-num-results-wrap{
    font-size: 15px;
    display: flex;
    margin: 0 10px 0 0;
    align-items: center;
    white-space: nowrap;
}
.waf-skin-light .waf-num-results-wrap{
    color:#111;
}
.waf-skin-dark .waf-num-results-wrap{
    color:#5b758c;
}
.waf-num-results-title{
    margin-right: 4px;
}





.waf-track-display-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.waf-track-display-header-left,
.waf-track-display-header-right{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
} 

.waf-track-display-header-right{
    margin-left: auto;
    justify-content: end;
}
.waf-track-display-header-right > *{
    margin-left: 10px!important;
}

.waf-results-wrap{
    font-weight: 600;
    display: none;
    flex-direction: row;
}  
.waf-results-wrap-title{
    white-space: nowrap;
}  
.waf-results-total{
    display: inline-block;
    margin-left: 4px;
}    



.waf-music-download-button{
    display: block;
    top: 50%;
    min-width: 20px;
    position: relative;
}





/* sort, search */


input[type="search"].waf-filter-dropdown-search{
    width: 100%;
    height: 30px;
    border-radius: 0;
    padding-left: 10px;
    font-size: 13px;
    border:none;
    outline: none;
    margin: 0 0 5px 0;
    box-shadow: none;
}




.waf-skin-light .waf-filter-dropdown-search{
    background: #f9f9f9;
    color:#000 ;
}
.waf-skin-dark .waf-filter-dropdown-search{
    background: #333;
    color: #ccc;
}
    


select.waf-sort-type,
input[type="search"].waf-song-search{
    height: 30px;
    border-radius: 20px;
    font-size: 11px;
    border:none;
    text-transform: uppercase;
    outline: none;
    margin: 1px 0 0 0;
    padding: 0 0 0 10px;
    width: auto;
    box-shadow: none;
}
.waf-sort-type option{
    font-size:15px;
    text-transform: none;
}


.waf-skin-light .waf-sort-type,
.waf-skin-light .waf-song-search{
    background:#fafafa ;
    color:#000 ;
}
.waf-skin-dark .waf-sort-type,
.waf-skin-dark .waf-song-search{
    background: #333 ;
    color: #ccc ;
}
.waf-song-search::placeholder { 
    color: inherit!important;
    font-size: inherit!important;
}

.waf-search-wrap{
    display: flex;
    flex-direction: column;
}


/* layout */

button.waf-global-action-icon{
    position: relative;
    height: 30px;
    border-color: purple;
    cursor: pointer;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    width: 30px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.waf-skin-light .waf-global-action-icon{
    background: #fafafa ;
}
.waf-layout-button{
    position: relative;
    background-color: transparent;
    height: 100%;
    cursor: pointer;
}
.waf-global-action-icon svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    width:20px;
    fill:currentColor;
    transition: color .3s ease-out;
    color:#aaa;
}
@media (hover: hover) {
    .waf-global-action-icon:hover svg{
        color:#5b758c;
    }
}
.waf-layout-simple{
    display: none;
}




/* volume */

.waf-volume-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.waf-volume-wrap .waf-volume-toggle{
    position: relative;
    width:40px; 
    height:40px;
    cursor: pointer;
}
.waf-volume-toggle .waf-btn{
    display: none;
}
.waf-volume-toggle .waf-btn-volume-up{
    display: block;
}
.waf-volume-toggle svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    fill:currentColor;
    transition: color .3s ease-out;
}
.waf-volume-seekbar{
    position: relative;
    width:100px;
    height:30px;
    cursor: pointer;
    touch-action: none;
}
.waf-volume-bg{
    position:absolute;
    top:15px;
    left:10px;
    width:80px;
    height:2px;
    background:#bbb8b8;
}
.waf-volume-level{
    position:absolute;
    top:0;
    left:0;
    width:45px;
    height:100%;
    background:#808080;
    transition: width 100ms linear; 
}



.waf-grid .waf-track-display-list{
    display: grid;
    grid-gap: 1rem;
    justify-items: center;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
}

.waf-grid .waf-music{
    max-width: 400px;
}
.waf-grid.waf-skin-dark .waf-music{
    background: #191919;
}



/* music container */

.waf-music{
    width: 100%;
    font-size: 12px;
    position: relative;
    font-weight: 400;
    transform-origin: top;  
    transform: scaleY(0);
    transform-style: flat;
    opacity: 0;
    height: 0;
    transition: transform 300ms ease-out, opacity 300ms ease-out;  
}
.waf-list .waf-music{
    border-bottom: 1px solid #333;
}
.waf-grid .waf-music{
    padding: 10px;
    box-sizing: border-box;
}
.waf-skin-light.waf-grid .waf-music{
    box-shadow: 0px 0px 5px 3px #d3d3d330;
}

.waf-music-shown{
    transform: scaleY(1);
    opacity: 1;
    height: auto;
}
.waf-music-hidden{
    transition:none!important;
    transform: scaleY(0);
    opacity: 0;
    height: 0;
}
.waf-music-grid-hidden{
    position: absolute;
    visibility: hidden;
}
.waf-music-loader{
    position: absolute;
    height: 100%;
    width: 0;
    top:0;
    left:0;
    transition: width 300ms linear; 
}
.waf-grid .waf-music-loader{
    display: none!important;
}


.waf-skin-light .waf-music-loader{
    background: #ebebeb;
}
.waf-skin-dark .waf-music-loader{
    background: #333;
}
.waf-music-container{
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.waf-music-container-top{
    display: flex;
    flex-direction: row;
}
.waf-list .waf-music-container-top{
    flex-direction: row;
    flex-flow: row wrap;
}
.waf-grid .waf-music-container-top{
    flex-direction: column;
}


.waf-music-container-bottom{
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    height: auto;
    overflow: hidden;
    transition: height 0.3s;
}
.waf-music-description{
    margin: 10px 0 10px 0;
}




.waf-column{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    height: 100%;
    flex:1; 
    height: 61px;
}
.waf-music-container-left,
.waf-music-container-right{
    flex-grow: 0;
}

.waf-music-container-right:empty{
    display:none;
}
/*
.waf-list .waf-music-container-left,
.waf-list .waf-music-container-center,
.waf-list .waf-music-container-right{
    justify-content: center;
}*/


.waf-grid .waf-music-container-left{
    justify-content: flex-start;
}
.waf-grid .waf-music-container-right{
    justify-content: flex-end;
    flex-wrap: wrap;
    height: auto;
}

.waf-music-thumb{
    margin: 5px 10px;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.waf-music-name{
    padding: 0 10px;
    width: 250px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: left;
}
.waf-music-name .waf-music-title{
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.waf-music-name .waf-music-artist{
    transition: color .5s;
    margin: 5px 0 0 0;
    padding: 0;
}

.waf-skin-light .waf-music-title{
    color: #000;
}
.waf-skin-light .waf-music-artist{
    color: #888;
}
.waf-skin-dark .waf-music-title{
    color: #9a9a9a;
}
.waf-skin-dark .waf-music-artist{
    color: #666;
}

.waf-music-duration{
    min-width: 40px;
    flex: 0 0 auto;
    text-align: center;
}
.waf-music-progress-text{
    min-width: 40px;
    flex: 0 0 auto;
    text-align: center;
}

.waf-skin-light .waf-music-duration,
.waf-skin-light .waf-music-progress-text{
    color: #000;
}
.waf-skin-dark .waf-music-duration,
.waf-skin-dark .waf-music-progress-text{
    color: #9a9a9a;
}

.waf-action-icon{
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.waf-music-play-btn,
.waf-music-pause-btn{
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.waf-music-pause-btn{
    display: none;
}
.waf-action-icon svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    fill:currentColor;
    transition: color .4s ease-out;
    color:#aaa;
}
@media (hover: hover) {
    .waf-action-icon:not(.waf-action-icon-disabled):hover svg{
        color:#5b758c;
    }
}
.waf-action-icon-disabled{
    opacity: 0.5!important;
    cursor: default!important;
}

.waf-music-player{
    padding: 0 20px;
    width: calc(100% - 40px);
    height: 40px;
}
.waf-music-waveform{
    flex: 1 1 auto;
    user-select: none;
    height: 100%;
    cursor: pointer;
}
.waf-music-waveform-holder {
    position: relative;
    height: calc(100% - 6px);
    top:3px;
    width: 100%;
    transform-origin: top;  
    transform: scaleY(0);
    transform-style: flat;
    opacity: 0;
    transition: transform 300ms ease-out, opacity 300ms ease-out;  
}
.waf-music-waveform-holder-visible{
    transform: scaleY(1);
    opacity: 1;
}
.waf-music-seekbar{
    cursor: pointer;
}

.waf-music-seekbar canvas{
    max-width: none!important;
}
.waf-music-seekbar,
.waf-music-seekbar-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.waf-music-seekbar-progress {
    width: 0;
}

/* popup dialog */

.waf-popup-background{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483646;
    opacity: 0;
    display: none;
    transition: opacity .3s ease-out;
    direction: ltr;
    line-height: normal;
}
.waf-popup-visible{
    opacity: 1;
}
.waf-popup-inner{
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px 0;
    background: rgba(0,0,0,0.5);
}
.waf-popup{
    position: relative;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    max-width: 600px;
    transform: translate(-50%, -50%);
    padding: 25px 30px 30px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 13px;
}
.waf-skin-light .waf-popup{
    background: #fff;
    color: #111;
}
.waf-skin-dark .waf-popup{
    background: #222;
    color: #ccc;
}
.waf-popup-title{
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 20px;
}
.waf-popup-content {
    max-height: 600px;
    overflow-y: auto;
}
.waf-popup-button-holder {
    margin-top: 20px;
}
button.waf-popup-button,
button.waf-share-copy-button{
    padding: 8px 50px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    margin: 0 4px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}
.waf-skin-light .waf-popup-button,
.waf-skin-light .waf-share-copy-button{
    border: 1px solid #0073aa;
    color: #0073aa;
}
.waf-skin-dark .waf-popup-button,
.waf-skin-dark .waf-share-copy-button{
    border: 1px solid #917f60;
    color: #917f60;
}
.waf-share-copy-button{
    padding: 8px 20px;
}
@media (hover: hover) {
    .waf-skin-light .waf-popup-button:hover,
    .waf-skin-light .waf-share-copy-button:hover {
        background: #0073aa;
        color: #fff;
    }
    .waf-skin-dark .waf-popup-button:hover,
    .waf-skin-dark .waf-share-copy-button:hover {
        background: #917f60;
        color: #fff;
    }
}
.waf-popup-content::-webkit-scrollbar {
    width: 9px; 
    height: 9px; 
}
.waf-popup-content::-webkit-scrollbar-thumb {
    background:#999;
}
.waf-popup-content::-webkit-scrollbar-track {
    background:#e6e6e6;
}
.waf-popup-acknowledge-text{
    font-size: 14px;
}




/* lyrics popup */

.waf-lyrics-popup-dialog{
    position: fixed;
    top: 0;
    max-height: 400px;
    height: 100%;
    left: 0;
    z-index: 2147483646;
    max-width: 600px;
    display: none;
    transition: all .3s ease-out;
    direction: ltr;
    line-height: normal;
    transform: translateX(-100%);
}
.waf-skin-light.waf-lyrics-popup-dialog{
    box-shadow: 2px 2px 5px 0px rgb(153 153 153 / 25%);
}
.waf-lyrics-popup-dialog-visible{
    transform: translateX(0%); 
}
.waf-lyrics-popup-dialog-open{
    transform: translateX(calc(-100% + 50px)); 
}
.waf-lyrics-popup-inner{
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}
.waf-lyrics-popup{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 40px 25px 25px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%);
    text-align: center;
    font-size: 13px;
}
.waf-skin-light .waf-lyrics-popup{
    background: #fff;
    color: #111;
}
.waf-skin-dark .waf-lyrics-popup{
    background: #303030;
    color: #eee;
}
.waf-lyrics-popup-close{
    position: absolute;
    right: 12px;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.waf-lyrics-popup-close svg{
    height: 20px;
    fill: currentColor;
    transition: all .3s ease-out;
}
.waf-lyrics-popup-icon-open{
    transform: rotate(180deg);
}


.waf-lyrics-popup-inner::-webkit-scrollbar {
    width: 12px; 
    height: 12px; 
}
.waf-skin-light .waf-lyrics-popup-inner::-webkit-scrollbar-thumb {
    background: #9e9e9e; 
}
.waf-skin-light .waf-lyrics-popup-inner::-webkit-scrollbar-track {
    background: #eee; 
}
.waf-skin-dark .waf-lyrics-popup-inner::-webkit-scrollbar-thumb {
    background: #666; 
}
.waf-skin-dark .waf-lyrics-popup-inner::-webkit-scrollbar-track {
    background: #aaa; 
}

/* lyrics popup */
.waf-popup-music-name{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.waf-lyrics-wrap{
    white-space: pre-wrap;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    line-height: 1.5em;
}
.waf-lyrics-container{
    white-space: pre-wrap;
    font-size: 16px;
    margin: 1em 0;
    line-height: 1.5em;
}
.waf-lyrics-item {
    min-height: 1.5em;
    cursor: pointer;
}
.waf-skin-light .waf-lyrics-item-active{
    background: #ffff00;
}
.waf-skin-dark .waf-lyrics-item-active{
    background: #917f60;
    color: #fff;
}
@media (hover: hover) {
    .waf-skin-light .waf-lyrics-item:hover{
        background: #ffff00;
    }
    .waf-skin-dark .waf-lyrics-item:hover{
        background: #917f60;
        color: #fff;
    }
}








/* save playlist popup */
.waf-save-playlist{
    max-width: 400px;
}
.waf-popup-save-playlist-title{
    width: 300px;
    border:0;
    border-radius:0 ;
    box-shadow:none; 
}
.waf-skin-light .waf-popup-save-playlist-title{
    background: #eee ;
    color: #000;
    padding-left: 5px;
    line-height: 1.8;
}
.waf-skin-dark .waf-popup-save-playlist-title{
    background: #333 ;
}

/* keywords popup */
.waf-popup-keywords-wrap{
    display: flex;
    flex-direction: column;
}
.waf-popup-keywords-music-title{
    font-size: 14px;
}





/* share */

.waf-share-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.waf-share-copy-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}
input[type="text"].waf-share-copy-link{
    padding: 10px;
    line-height: normal;
    width: 200px;
    border: 0;
    border-radius: 0 ;
    box-shadow: none;
    margin: 0;
}
.waf-skin-light .waf-share-copy-link{
    background: #eee ;
    color: #000;
}
.waf-skin-dark .waf-share-copy-link{
    background: #333 ;
    color: #ccc ;
}
.waf-share-copy-button{
    border: 1px solid #0073aa;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    margin: 0 10px;
    box-sizing: border-box;
    color: #0073aa;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
}

.waf-share-icons{

}







button.waf-share-item{
    width:40px;
    height:40px;
    float: left;
    position: relative;
    margin: 5px;
    cursor: pointer;
    border-radius: 2px;
}
.waf-share-item svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    fill:currentColor;
    transition: color .1s ease-out;
    color: #ccc;
}

@media (hover: hover) {
    .waf-share-item:hover svg{
        color: #fff;
    }
}

.waf-share-item[data-type=facebook]{
    background: #3B5998;
}
.waf-share-item[data-type=twitter]{
    background: #1da1f2;
}
.waf-share-item[data-type=pinterest]{
    background: #bd081d;
}
.waf-share-item[data-type=whatsapp]{
    background: #25D366;
}
.waf-share-item[data-type=linkedin]{
    background: #4875B4;
}
.waf-share-item[data-type=tumblr]{
    background: #2B4964;
}
.waf-share-item[data-type=reddit]{
    background: #FF5700;
}

.waf-holder-visible{
    opacity: 1;
}

/* stats player */

.waf-stat-wrap{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-shrink: 0;
}
.waf-play-count,
.waf-download-count{
    display: flex;
    flex: 1;
    height: 40px;
    min-width: 45px;
    align-items: center;
    justify-content: center;
    color: inherit;
}
.waf-stat-icon svg{
    width:25px;
    height:15px;
    text-align: center;
    fill:currentColor;
    transition: color .1s ease-out;
    color:#aaa;
}
.waf-stat-icon span{
    color:#9a9a9a;
    display: inline-block;
    margin-right: 5px;
}


/* fontend loader for ajax */

.waf-fontend-loader-wrap{
    display: none;
    z-index: 2147483646;
}
.waf-fontend-loader{
    position: fixed; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    color:#fff;
    font-size: 24px;
}


/* restrict download */

.waf-restrict-download-message-wrap{
    padding: 20px;
    font-size: 22px;
}
.waf-restrict-download-message-wrap a{
    color:#f7d570;
}


button.waf-filter-configure-button{
    margin-right: 10px;
}
button.waf-filter-copy{
    display: none;
    margin-right: 10px;
}




.waf-copy-notice{
    padding: 10px;
    text-transform: none;
    position: absolute;
    top: 0;
    left: 120%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease-out;
}
.waf-skin-light .waf-copy-notice{
    background-color: #fff;
    color:#333;
    box-shadow: 0px 0px 3px 3px #88888826;
}
.waf-skin-dark .waf-copy-notice{
    background: #666;
    color: #9a9a9a;
    box-shadow: 0px 0px 3px 3px #3c3c3c26;
}
.waf-copy-notice-shown{
    opacity: 1;
}



/*  playlist display frontend */

.waf-playlist-display-header{
    font-size: 28px;
    text-align: center;
}
.waf-playlist-display-wrap-inner{
    display: flex;
    align-items: flex-start;
}
.waf-playlist-display-item{
    position: relative;
    overflow: hidden;
    margin: 3px;
    text-align: center;
    max-width: 300px;
}
.waf-playlist-display-item-inner{
    position: relative;
}
.waf-playlist-display-item-thumb{
    display: block;
    margin:0 auto;
    cursor: pointer;
}
.waf-playlist-display-item-title{
    position: absolute;
    left: 0;
    right:0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #666;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    opacity: 0;
    transition: opacity .3s ease-out;
    pointer-events: none;
}
.waf-playlist-display-item-description{
    margin-top: 5px;
    color: #999;
    font-size: 14px;
}
.waf-playlist-display-item-active .waf-playlist-display-item-title{
    opacity: 1;
}
@media (hover: hover) {
    .waf-playlist-display-item:hover .waf-playlist-display-item-title{
        opacity: 1;
    }
}
.waf-playlist-display-item-active .waf-playlist-display-item-thumb{
    cursor: default;
}

/* load more button */

.waf-load-more-btn{
    display: inline-block;
    align-self: flex-start;
    padding: 6px 20px;
    font-size: 18px;
    position: relative;
    margin: 40px 0 0 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease-out;
    text-transform: uppercase;
}
.waf-skin-light .waf-load-more-btn{
    border: 1px solid #9e9e9e;
    color:#9e9e9e;
}
.waf-skin-dark .waf-load-more-btn{
    border: 1px solid #333;
    color:#9e9e9e;
}
@media (hover: hover) {
    .waf-skin-light .waf-load-more-btn:hover{
        background:#5b758c;
        color:#fff;
    }
    .waf-skin-dark .waf-load-more-btn:hover{
        background:#333;
        color:#ccc;
    }
}
.waf-load-more-btn-visible{
    opacity: 1;
}
.waf-load-more-btn-hidden{
    display: none;
}


/* pagination */

.waf-pagination-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}
.waf-pagination-container {
    position: relative;
    padding: 30px 0;
    display: inline-flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.waf-pagination-page {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    margin-left: 5px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #e2e6e6;
    padding:12px;
    font-size: 15px;
    font-weight: bold;
    color: #616872;
    border-radius: 4px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.waf-pagination-currentpage{
    cursor: default;
}
.waf-pagination-dots{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    margin-left: 5px;
    box-sizing: border-box;
}
.waf-pagination-currentpage {
    background-color: #a0a0a0;
}
@media (hover: hover) {
    .waf-pagination-page:hover{
        background-color: #a0a0a0;
    }
}
.waf-pagination-hidden{
   /* display: none!important;*/
}
.waf-pagination-page{
    background: #5b758c;
    color: #fff;
}
.waf-skin-light .waf-pagination-dots{
    color: #616872;
}
.waf-skin-dark .waf-pagination-dots{
    color: #fff;
}






/* stats frontend */

.waf-stat-display{
    background: #fff;
    padding: 20px; 
}
.waf-stat-display-header{
    text-align: center;
    background: #0073aa;
    color: #fff;
}
.waf-stat-info{
    margin-left: 5px;  
    font-style: italic;
}

.waf-visible{
    opacity: 1;
}







@media (max-width: 1200px){ 
    .waf-music-container-right{
        flex-basis: 100%;
        justify-content: flex-end;
    }
}
@container waf_player_query (max-width: 1200px){ 
    .waf-music-container-right{
        flex-basis: 100%;
        justify-content: flex-end;
    }
}
@media (max-width: 768px){ 
    .waf-inner{
        padding: 10px;
    }
    .waf-column {
        flex-basis: 100%;
    }
    .waf-music-container-left{
        justify-content: flex-start;
    }
    .waf-music-name{
        width: auto;
    }
    .waf-popup{
        padding: 10px;
    }
    .waf-save-playlist-button{
        display: none;
    }

}
@container waf_player_query (max-width: 768px){ 
    .waf-inner{
        padding: 10px;
    }
    .waf-column {
        flex-basis: 100%;
    }
    .waf-music-container-left{
        justify-content: flex-start;
    }
    .waf-music-name{
        width: auto;
    }
    .waf-popup{
        padding: 10px;
    }
    .waf-save-playlist-button{
        display: none;
    }
}

@media (max-width: 568px){ 

    .waf-music-container-bottom{
        display: none;
    }
    .waf-layout-button-wrap{
        display: none;
    }
    .waf-music-container-right{
        height: auto;
        flex-wrap: wrap;
    }
}
@container waf_player_query (max-width: 568px){ 
    .waf-music-container-bottom{
        display: none;
    }
    .waf-layout-button-wrap{
        display: none;
    }
    .waf-music-container-right{
        height: auto;
        flex-wrap: wrap;
    }
}

@media (max-width: 900px){ 

    /* dropdown filter left */
    .waf-filter-dropdown .waf-inner{
        flex-direction: column;
    }
    .waf-filter-dropdown .waf-filter-section{
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

}
@container waf_player_query (max-width: 900px){ 
    /* dropdown filter left */
    .waf-filter-dropdown .waf-inner{
        flex-direction: column;
    }
    .waf-filter-dropdown .waf-filter-section{
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

}



















/* filter dialog */

.waf-filter-dialog .waf-component-label{
    padding: 3px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}



.waf-filter-dropdown .waf-filter-dialog{
    position: relative;
    box-sizing: border-box;
    opacity: 1;
    box-shadow: none;
    padding: 0;
}
.waf-filter-dropdown .waf-filter-close{
    display: none;
}




/* range slider */

.waf-filter-wrapper{
    position: absolute;
    top: 0;
    z-index: 222;
    left: 0;
    padding: 5px 40px 20px 20px;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.waf-filter-pill .waf-filter-dialog{
    width: 300px;
    box-sizing: border-box;
    display: none;
    left:-10000px;
}
.waf-skin-light.waf-filter-pill .waf-filter-wrapper{
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 3px #88888826;
}
.waf-skin-dark.waf-filter-pill .waf-filter-wrapper{
    background-color: #474747;
}
.waf-range-container{
    position: relative;
    width: 100%;
    height: 60px;
}
.waf-range-container-values{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.waf-range-num-text{
    margin: 0 8px;
    font-size: 14px;
}
.waf-skin-light .waf-range-num-text{
    color: #000;
}
.waf-skin-dark .waf-range-num-text{
    color: #ccc;
}
input[type="number"].waf-range-num1,
input[type="number"].waf-range-num2{
    width:80px;
    padding: 2px;
    -webkit-backface-visibility: hidden;
    background-color:transparent;
    box-sizing: border-box;
    outline: none;
    margin: 0; 
    -webkit-appearance: none;
    outline-offset: 0;
    border-radius: 0;
    font-size: 13px;
    line-height: normal;
    box-shadow: none;
    height: auto;
}
.waf-skin-light .waf-range-num1,
.waf-skin-light .waf-range-num2{
    border: 1px solid #999;
    background-color: #fff;
    color: #000;
}
.waf-skin-dark .waf-range-num1,
.waf-skin-dark .waf-range-num2{
    border: 1px solid #737373;
    background-color: #474747;
    color: #fff;
}
.waf-range{
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
    border:none;
    padding: 0;
    box-shadow: none;
}
.waf-range-slider-track{
    width: 100%;
    height: 2px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
.waf-range::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    height: 2px;
    box-shadow: none!important;
    background-color: transparent!important;
}
.waf-range::-moz-range-track{
    -moz-appearance: none;
    height: 2px;
    box-shadow: none!important;
}
.waf-range::-ms-track{
    appearance: none;
    height: 2px;
    box-shadow: none!important;
}
.waf-range::-webkit-slider-thumb{
    -webkit-appearance: none!important;
    appearance: none!important;
    height: 18px;
    width: 18px;
    cursor: pointer;
    margin-top: -8px;
    pointer-events: auto;
    border-radius: 50%;
    background-color:#5b758c;
    box-shadow:none!important;
    /*box-shadow: 0px 0px 5px rgb(0 0 0 / 22%)!important;*/
}

@media (max-width: 1200px){ 
    .waf-range::-webkit-slider-thumb{
        height: 24px;
        width: 24px;
        margin-top: -11px;
    }
}
@container waf_player_query (max-width: 1200px){ 
    .waf-range::-webkit-slider-thumb{
        height: 24px;
        width: 24px;
        margin-top: -11px;
    }
}

.waf-range::-moz-range-thumb{
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #5b758c;
    pointer-events: auto;
    box-shadow: none!important;
}
.waf-range::-ms-thumb{
    appearance: none;
    height: 18px;
    width: 18px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #5b758c;
    pointer-events: auto;
    box-shadow: none!important;
}
.waf-filter-close{
    position: absolute;
    top: 0;
    right:0;
    width:30px;
    height: 30px;
    cursor: pointer;
}
.waf-filter-close svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    fill:currentColor;
    transition: color .4s ease-out;
    color:#aaa;
}
@media (hover: hover) {
    .waf-filter-close:hover svg{
        color:#0073aa;
    }
}


/* bool */

.waf-component-checkbox{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.waf-component-checkmark {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #777;
    margin: 0;
    height: 20px;
    padding: 0;
    width: 20px;
    box-sizing: content-box;
}
.waf-component-checkbox:checked ~ .waf-component-checkmark {
    background-color: #5b758c;
}
.waf-component-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.waf-component-checkbox:checked ~ .waf-component-checkmark:after {
    display: block;
}
.waf-component-checkmark:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.waf-component-info{
    margin-left: 7px;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: normal;
}
.waf-skin-light .waf-component-info{
    color: #000;
}
.waf-skin-dark .waf-component-info{
    color: #fff;
}

/* radio */

.waf-radio-container{
    display: flex;
    flex-direction: column;
}
.waf-filter-pill .waf-radio-container{
    padding-top: 15px;
}

/*star */


.waf-star svg{
    position: relative;
    height: 20px;
    fill:currentColor;
    color: #ffeb3b;
}







.waf-playlist-icon {
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Regular', 'Font Awesome 5 Brands', 'Arial';
    font-size: 18px;
    font-weight: 900;
    min-width: 20px;
    margin: 0;
    border: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}
.waf-icon-spotify svg{
    color: #81b71a;
}
.waf-icon-youtube{
    color: #FF0000;
}
.waf-icon-apple{
    -webkit-background-clip: text;
    background-image:linear-gradient(
                        to bottom,
                        #70c25c 0%, #70c25c 30%,
                        #ffc04a 30%, #ffc04a 42.5%,
                        #fc903d 42.5%, #fc903d 55%,
                        #e94752 55%, #e94752 67.5%,
                        #a954a5 67.5%, #a954a5 80%,
                        #00afe0 80%, #00afe0 100%);
    color: transparent;
}
.waf-icon-amazon{
    color: #FEBD69;
}
.waf-icon-soundcloud{
    color: #d2691e;
}
#custom-callback1{
    color: #3f51b5;
}











.waf-track-tag-data{
    display: none;
}





/* scroll top */
.waf-scroll-top-button{
    position: fixed;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
    opacity: 0;
    border-radius: 100%;
    cursor: pointer;
    transition: opacity .5s;
    z-index: 2147483646;
}
.waf-scroll-top-button-visible{
    opacity: 1;
}
.waf-skin-light.waf-scroll-top-button{
    background: #fff;
    box-shadow: 0px 0px 3px 3px #88888826;
}
.waf-skin-dark.waf-scroll-top-button{
    background: #666;
    box-shadow: 0px 0px 3px 3px #3c3c3c26;
}



/* fixed player */

.waf-fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    opacity: 0;
    display: none;
    transition: opacity .3s ease-out;
}
.waf-player-holder{
    position: fixed;
    height: 60px;
    left:0;
    bottom:-60px;
    width: 100%;
    display: flex;
    transition: bottom 0.5s;
}
.waf-skin-light .waf-player-holder,
.waf-skin-light .waf-player-outer-controls{
    background:#fafafa;
    box-shadow: 0px -2px 5px 0px rgba(153,153,153,0.25);
}
.waf-skin-dark .waf-player-holder,
.waf-skin-dark .waf-player-outer-controls{
    background:#222;
    box-shadow: 0px -2px 5px 0px rgba(20,20,20,0.25);
}
.waf-player-btn{
    position:relative;
    left:0;
    top:0;
    width:50px;
    height:100%;
    float:left;
    cursor: pointer;
}
.waf-player-toggle-icon{
    transition: all .3s ease-out;
    display: block;
}
.waf-player-toggle-icon-closed{
    transform: rotate(180deg);
}

.waf-playback-toggle span{
    display: block;
}


.waf-player-btn svg,
.waf-playback-toggle-ex svg,
.waf-player-toggle-ex svg,
.waf-scroll-top-button svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    fill:currentColor;
    transition: color .3s ease-out;
}
.waf-skin-light .waf-player-btn svg,
.waf-skin-light .waf-playback-toggle-ex svg,
.waf-skin-light .waf-player-toggle-ex svg,
.waf-skin-light .waf-lyrics-popup-close svg,
.waf-skin-light.waf-scroll-top-button svg{
    color:#666;
}
.waf-skin-dark .waf-player-btn svg,
.waf-skin-dark .waf-playback-toggle-ex svg,
.waf-skin-dark .waf-player-toggle-ex svg,
.waf-skin-dark .waf-lyrics-popup-close svg,
.waf-skin-dark.waf-scroll-top-button svg{
    color:#aaa;
}
@media (hover: hover) {
    .waf-skin-light .waf-player-btn:hover svg,
    .waf-skin-light .waf-playback-toggle-ex:hover svg,
    .waf-skin-light .waf-player-toggle-ex:hover svg,
    .waf-skin-light .waf-lyrics-popup-close:hover svg,
    .waf-skin-light.waf-scroll-top-button:hover svg{
        color:#0073aa ;
    }
    .waf-skin-dark .waf-player-btn:hover svg,
    .waf-skin-dark .waf-playback-toggle-ex:hover svg,
    .waf-skin-dark .waf-player-toggle-ex:hover svg,
    .waf-skin-dark.waf-scroll-top-button:hover svg{
        color:#0073aa ;
    }
}

.waf-player-left {
    position: relative;
    top:0;
    left:0;
    height: 100%;
    display: flex;
    align-items:center;
}
.waf-playback-controls{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.waf-player-thumb{
    position: relative;
    width:60px;
    height:100%;
    float: left;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    flex-shrink: 0;
}
.waf-player-artist{
    font-size:13px;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.waf-player-title-wrap{
    margin-left: 15px;
    margin-right: 10px;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    max-width: 300px;
    line-height: normal;
}
.waf-player-title{
    font-size: 17px;
}
.waf-player-artist{
    font-size: 13px;
}
.waf-skin-light .waf-player-title{
    color: #111;
}
.waf-skin-dark .waf-player-title{
    color: #bcbcbc;
}
.waf-skin-light .waf-player-artist{
    color: #9E9E9E;
}
.waf-skin-dark .waf-player-artist{
    color: #9E9E9E;
}

.waf-fixed-music-waveform-holder{
    position: relative;
    display: flex;
    flex:1;
    margin: 10px 30px;
}
.waf-player-right{
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.waf-right-controls{
    margin-right:20px;
}
.waf-volume-toggle .waf-btn{
    display: none;
}
.waf-player-outer-controls{
    position: absolute;
    right: 0;
    top: -35px;
    width: 70px;
    height: 35px;
}
.waf-player-outer-controls button{
    position: relative;
    width:35px;
    height:35px;
    float: left;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 2;
}
.waf-hidden {
    opacity: 0; 
}
.waf-visible {
    opacity: 1;
    transition: opacity 500ms ease-out;
}




@media screen and (max-width: 1024px) {
    .waf-player-holder{
        height:100px;
    }
    .waf-player-left{
        height: 50px;
    }
    .waf-playback-controls{
        height: 50px;
    }
    .waf-player-right{
        position: absolute;
        height: 50px;
    }
    .waf-fixed-music-waveform-holder{
        height: 40px;
        top: 55px;
        left: 0;
        position: absolute;
        right: 0;
        margin:0 30px;
    }
    .waf-fixed .waf-music-download,
    .waf-fixed .waf-volume-wrap{
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .waf-prev-toggle{
        display: none;
    } 
}
@media screen and (max-width: 500px) {
    .waf-player-title-wrap{
        max-width: 200px;
    }
    .waf-playback-controls{
        display: none;
    } 
}
@media screen and (max-width: 400px) {
    .waf-prev-toggle,
    .waf-next-toggle{
        display: none;
    }
}














.waf-force-hide{
    display: none!important;
}
.waf-force-show{
    visibility: hidden!important;
    display: block!important;
}



.waf-product-popup-visible{
    opacity: 1;
}








