/* ############################################ */
/* sticky player */
/* ############################################ */

.map_woo-sticky.map_woo-sticky-fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    opacity: 0;
    display: none;
    margin-bottom: 0;
    max-width: none!important;
    transition: all .3s ease-out;
}
.map_woo-sticky.map_woo-sticky-float{
    position: fixed;
    bottom: 10px;
    left: 0;
    margin-bottom: 0;
    margin-left: 10px!important;
    margin-right: 10px!important;
    z-index: 9999999;
    opacity: 0;
    display: none;
    max-width: none!important;
    transition: all .3s ease-out;
}

.map_woo-sticky-float.map_woo-sticky-float-right{
    left:auto;
    right:0;
}

@media screen and (max-width: 500px) {
    .map_woo-sticky-float{
        margin-left:0!important;
        margin-right:0!important; 
    }
}

.map_woo-fixed-forced-visible{
    visibility: hidden!important;
    opacity: 0!important;
    left: -10000px!important;
    display: block!important;
}

.map_woo-fixed-visible{
    opacity: 1!important;
}
.map_woo-sticky-fixed .map_woo-sticky-player-holder{
    position: relative;
    height: 70px;
    left:0;
    top:0px;
    width: 100%;
    display: flex;

    border-width: 4px;
    border-style: solid;
    border-left: none;
    border-bottom: none;
    border-right: none;
}

.map_woo-sticky-float .map_woo-sticky-player-holder{
    position: relative;
    height: 50px;
    left:0;
    top:0px;
    width: 100%;
    display: flex;
    border-radius: 10px;
}

.map_woo-sticky-skin-light .map_woo-sticky-player-holder,
.map_woo-sticky-skin-light .map_woo-sticky-player-outer-controls,
.map_woo-sticky-skin-light .map_woo-variation-cart-message{
    box-shadow: 0px -2px 5px 0px rgba(153,153,153,0.25);
}
.map_woo-sticky-skin-dark .map_woo-sticky-player-holder,
.map_woo-sticky-skin-dark .map_woo-sticky-player-outer-controls,
.map_woo-sticky-skin-dark .map_woo-variation-cart-message{
    box-shadow: 0px -2px 5px 0px rgba(20,20,20,0.25);
}
button.map_woo-sticky-player-btn{
    position:relative;
    left:0;
    top:0;
    width:43px;
    height:100%;
    float:left;
    cursor: pointer;
}
.map_woo-sticky-player-btn svg,
.map_woo-sticky-playback-toggle-ex svg,
.map_woo-sticky-player-toggle-ex svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill:currentColor;
    transition: color .3s ease-out;
}
.map_woo-sticky-fixed .map_woo-sticky-player-btn svg,
.map_woo-sticky-fixed .map_woo-sticky-playback-toggle-ex svg,
.map_woo-sticky-fixed .map_woo-sticky-player-toggle-ex svg{
    height: 19px;
}
.map_woo-sticky-float .map_woo-sticky-player-btn svg,
.map_woo-sticky-float .map_woo-sticky-playback-toggle-ex svg,
.map_woo-sticky-float .map_woo-sticky-player-toggle-ex svg{
    height: 17px;
}

.map_woo-sticky .map_woo-sticky-btn-player-toggle{
    transition: transform 0.3s ease-out;
    height: 100%;
    display: block;
}
.map_woo-sticky .map_woo-btn-player-toggle-rotate{
    transform: rotate(180deg);
}

.map_woo-sticky-player-left {
    position: relative;
    top:0;
    left:0;
    height: 100%;
    display: flex;
    align-items:center;
}
.map_woo-sticky-playback-controls{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.map_woo-sticky-fixed .map_woo-sticky-player-thumb{
    position: relative;
    width:70px;
    height:100%;
    float: left;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    flex-shrink: 0;
}
.map_woo-sticky-fixed .map_woo-sticky-player-song-info{
    margin-left: 10px;
    margin-right: 10px;
    width:100%;
    overflow:hidden;
    max-width: 300px;
    line-height: normal;
    box-sizing: border-box;
    line-height: 1;
}
.map_woo-sticky-float .map_woo-sticky-player-thumb{
    position: relative;
    width:50px;
    height:100%;
    float: left;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    flex-shrink: 0;
    border-radius: 10px;
}
.map_woo-sticky-float .map_woo-sticky-player-song-info{
    margin-left: 10px;
    margin-right: 10px;
    width:100%;
    overflow:hidden;
    max-width: 200px;
    line-height: normal;
    box-sizing: border-box;
    line-height: 1;
}
.map_woo-sticky-player-title{
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
    white-space:nowrap;
    padding: 0;
    margin: 0;
}
.map_woo-sticky-player-artist{
    font-size: 0.8em;
    display: inline-block;
    white-space:nowrap;
    padding: 0;
    margin: 0;
}
.map_woo-sticky-scrolling-repeat{
    padding-left: 10px;
}
.map_woo-sticky-title-scrolling{
   transition: transform 4s linear;
}
.map_woo-sticky-artist-scrolling{
   transition: transform 6s linear;
}

.map_woo-sticky-time-current,
.map_woo-sticky-time-total{
    position:relative;
    text-align: center;
    align-items: center;
    display: flex;
    padding: 0!important;
    font-size:11px!important;
    pointer-events:none;
    width:auto;
    white-space: nowrap;
}
.map_woo-sticky-time-current{
    margin-left: 15px;
}
.map_woo-sticky-time-total{
    margin-right: 15px;
}
    
.map_woo-sticky-music-seekbar{
    position: relative;
    display: flex;
    flex:1;
    margin: 0 20px;
    cursor: pointer;
    opacity: 0;
}
.map_woo-sticky-music-seekbar-visible{
    opacity: 1;
    transition: opacity 0.5s;
}
.map_woo-sticky-music-seekbar-wave{
    position: absolute;
    top: 10px;
    left: 20px;
    right: 20px;
    box-sizing: border-box;
    height: calc(100% - 20px);
    overflow: hidden;
}
.map_woo-sticky-music-seekbar-wave-progress{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.map_woo-sticky-fixed .map_woo-sticky-music-seekbar-progress-bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.map_woo-sticky-fixed .map_woo-sticky-music-seekbar-progress{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width:0;
    transition: width 100ms linear;
}

/* ads*/
.map_woo-sticky-fixed .map_woo-media-time-ad{
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    height: 100%;
    text-align: center;
    z-index: 555;
}
.map_woo-sticky-skin-light.map_woo-sticky-fixed .map_woo-media-time-ad{
    background:rgba(250,250,250,0.9);
}
.map_woo-sticky-skin-dark.map_woo-sticky-fixed .map_woo-media-time-ad{
    background:rgb(34 34 34 / 87%);
}

.map_woo-sticky-fixed .map_woo-media-time-ad{
    color:rgba(116,221,199,1);
}
.map_woo-sticky-fixed .map_woo-media-time-ad-visible{
    display: flex;
}

/* line seekbar sticky */
.map_woo-sticky-fixed .map_woo-sticky-music-seekbar-wrap{
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.map_woo-sticky-fixed .map_woo-sticky-music-seekbar-line{
    position: absolute;
    top: 33px;
    left: 25px;
    right: 25px;
    height: 3px;
    box-sizing: border-box;
}

/* line seekbar float */
.map_woo-sticky-float .map_woo-sticky-music-seekbar-wrap{
    position: absolute;
    top: -14px;
    width: calc(100% - 16px);
    height: 20px;
    left: 8px;
    display: none;
    cursor: pointer;
}
.map_woo-sticky-float .map_woo-sticky-music-seekbar-line{
    position: absolute;
    top: 12px;
    width: 100%;
    height: 3px;
    left: 0;
}
.map_woo-sticky-float .map_woo-sticky-music-seekbar-progress-bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.map_woo-sticky-float .map_woo-sticky-music-seekbar-progress{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: width 100ms linear;
}
.map_woo-sticky-float .map_woo-sticky-player-holder:hover .map_woo-sticky-music-seekbar-wrap{
    display: block;
}

.map_woo-sticky-player-right{
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.map_woo-sticky-right-controls{
    margin-right:20px;
}
.map_woo-sticky .map_woo-volume-toggle .map_woo-sticky-btn{
    display: none;
}
.map_woo-sticky .map_woo-volume-toggle .map_woo-sticky-btn svg{
    height: 25px;
}
.map_woo-sticky-volume-wrap{
    position:relative;
    left:0;
    top:0;
    height:100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    touch-action: none;
    flex-direction: row;
}
.map_woo-sticky .map_woo-volume-toggle .map_woo-sticky-btn{
    display: none;
}
.map_woo-sticky .map_woo-volume-toggle .map_woo-sticky-btn-volume-up{
    display: block;
}
.map_woo-sticky-fixed .map_woo-volume-seekbar{
    position: relative;
    width:100px;
    height:30px;
    cursor: pointer;
    touch-action: none;
}
.map_woo-sticky-fixed .map_woo-volume-bg{
    position:absolute;
    top:14px;
    overflow-y: hidden;
    left:10px;
    width:80px;
    height:3px;
}
.map_woo-sticky-fixed .map_woo-volume-level{
    position:absolute;
    top:0;
    left:0;
    width:45px;
    height:100%;
    transition: width 100ms linear; 
}

.map_woo-sticky-float .map_woo-volume-seekbar{
    position: absolute;
    left: 5px;
    top:-100px;
    width:30px;
    height:100px;
    cursor: pointer;
    touch-action: none;
    visibility: hidden;
    pointer-events: none;
}
.map_woo-sticky-skin-light.map_woo-sticky-float .map_woo-volume-seekbar{
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.map_woo-sticky-skin-dark.map_woo-sticky-float .map_woo-volume-seekbar{
}

.map_woo-sticky-float .map_woo-volume-bg{
    position:absolute;
    bottom:10px;
    overflow-y: hidden;
    left:14px;
    width:3px;
    height:80px;
}
.map_woo-sticky-float .map_woo-volume-level{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 33px;
    transition: width 100ms linear; 
}
.map_woo-sticky-float .map_woo-sticky-volume-wrap:hover .map_woo-volume-seekbar{
    visibility: visible;
    pointer-events: auto;
}

.map_woo-sticky-fixed .map_woo-sticky-player-outer-controls{
    position: absolute;
    right: 0;
    top: -39px;
    width: 70px;
    height: 35px;
}
.map_woo-sticky-float .map_woo-sticky-player-outer-controls{
    position: absolute;
    left: 10px;
    top: -30px;
    width: 30px;
    height: 30px;
    display: none;
}
.map_woo-sticky-float .map_woo-sticky-player-outer-controls svg{
}
.map_woo-sticky-float .map_woo-sticky-player-holder:hover .map_woo-sticky-player-outer-controls{
    display: block;
}
.map_woo-sticky-fixed .map_woo-sticky-player-outer-controls button{
    position: relative;
    width:35px;
    height:35px;
    float: left;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 2;
}

.map_woo-sticky-float .map_woo-sticky-player-outer-controls button{
    position: relative;
    width:30px;
    height:30px;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 2;
}

/* lyrics popup */
 .map_woo-dialog-force-hide{
    position: absolute!important;
    left: -10000px!important;
    opacity: 0!important;
    pointer-events: none!important;
    display: block!important;
}
.map_woo-sticky-lyrics-holder{
    min-width: 300px;
    min-height: 200px;
    width: 350px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.map_woo-sticky-lyrics-holder-shown{
    opacity: 1;
}
.map_woo-sticky-lyrics-holder .map_woo-dialog-content{
    padding-bottom: 35px;
    box-sizing: content-box;
}
.map_woo-sticky-lyrics-holder .map_woo-dialog-header-drag{
    display: flex;
    align-items: center;
}
.map_woo-sticky-lyrics-lang-menu{
    position: relative;
    margin-left: 10px;
    color: #fff;
    background: #666;
    border: 1px solid #9e9e9e;
    padding: 3px 5px 3px 3px;
}
.map_woo-sticky-lyrics-autoscroll-label{
    color: #fff;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 15px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map_woo-sticky-lyrics-autoscroll{
    margin-top: 0!important;
    margin-left: 0!important;
    margin-bottom: 0!important;
    margin-right: 5px!important;
    width: 13px!important;
    height: 13px!important;
    border: 0!important;
    appearance: checkbox !important;
}
.map_woo-sticky-lyrics-autoscroll:after {
    display: none!important;
}

.map_woo-sticky-lyrics-wrap{
    position: relative;
    overflow-y: auto;
    padding: 0 25px;
    height: 300px;
    min-height: 150px;
}
.map_woo-sticky-lyrics-container{
    white-space: pre-wrap;
    font-size: 16px;
    margin: 1em 0;
    line-height: 1.5em;
}
.map_woo-dialog-resizable{
    position: absolute;
    width: 25px;
    height: 22px;
    padding: 5px 2px;
    bottom: 0;
    right: 0;
    cursor: nwse-resize;
    z-index: 7777;
    background: transparent url(resize.png) no-repeat center center;
    touch-action: none;
}
.map_woo-sticky-lyrics-item {
    min-height: 1.5em;
    cursor: pointer;
}
@media (max-width: 600px) { 
    .map_woo-sticky-lyrics-item {
        user-select:none;
    }
}
.map_woo-sticky-lyrics-wrap::-webkit-scrollbar {
    width: 12px; 
    height: 12px; 
}
.map_woo-sticky-lyrics-wrap::-webkit-scrollbar-thumb {
    background:#999;
}
.map_woo-sticky-lyrics-wrap::-webkit-scrollbar-track {
    background:#e6e6e6;
}

.map_woo-sticky-playback-rate-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
}
.map_woo-sticky-playback-rate-toggle-inner{
    padding: 3px;
    text-align: center;
    border-radius: 3px;
    user-select: none;
    font-size: 13px;
    line-height: normal;
}
.map_woo-sticky-playback-rate-toggle-inner{
    color: #666;
    background: #efefef;
}

.map_woo-sticky-share-holder{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width:600px;
    width:100%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    z-index:50;
    padding:20px 20px 10px 20px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    box-sizing: border-box; 
}

.map_woo-sticky-info-data{
    max-height: 300px;
    overflow:hidden;
}
.map_woo-sticky-info-title{
    margin:0;
    margin-right: 20px;
    margin-bottom: 10px;
    padding:0;
    font-size:17px;
}
.map_woo-sticky-info-desc{
    margin:0;
    margin-right: 20px;
    padding:0;
    max-height: 150px;
    overflow-y: auto;
    font-size:13px;
}
.map_woo-sticky-info-desc::-webkit-scrollbar {
    width: 5px; 
    height: 5px; 
}
.map_woo-sticky-info-desc::-webkit-scrollbar-thumb {
    background:#999;
}
.map_woo-sticky-info-desc::-webkit-scrollbar-track {
    background:#e6e6e6;
}

.map_woo-sticky-share-holder-inner{
    margin-top: 10px;
}
.map_woo-sticky-share-container{
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 10px;
}
button.map_woo-sticky-share-close{
    position: absolute;
    right: 0;
    top: 0;
    left:auto;
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.map_woo-share-item.map_woo-sticky-player-btn{
    height: 40px;
}


/* dialog */
.map_woo-sticky-skin-light .map_woo-dialog{
    box-shadow: rgba(135, 135, 135, 0.32) 0px 0px 11px;
}
.map_woo-sticky-skin-light .map_woo-dialog-close svg {
    color: #fff!important;
}
.map_woo-sticky-skin-dark .map_woo-dialog-close svg {
    color: #fff!important;
}

/* more menu */

.map_woo-sticky-fixed .map_woo-sticky-more-toggle-wrap{
    position: relative;
    width: 43px;
    height: 100%;
    display: none;
}
.map_woo-sticky-float .map_woo-sticky-more-toggle-wrap{
    position: relative;
    width: 43px;
    height: 100%;
}
.map_woo-sticky-more-holder{
    position: absolute;
    bottom: 100%;
    right: 0;
    width: auto!important;
    min-width: 150px;
    z-index: 100;
    display: none;
}
.map_woo-sticky-more-menu{
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.map_woo-sticky-more-menu-item{
    border: none;
    display: block;
    padding: 7px;
    cursor: pointer;
}

.map_woo-sticky-skin-light .map_woo-sticky-more-holder{
    color: #666;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.map_woo-sticky-skin-dark .map_woo-sticky-more-holder{
    color: #efefef; 
}
@media (hover: hover) {
    .map_woo-sticky-more-menu-item:hover{
        background: rgba(116, 221, 199, 1);
        color: #fff;
    }
}

.map_woo-sticky-float-anim{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none;
}
.map_woo-sticky-float-right .map_woo-sticky-float-anim{
    left:auto;
    right:0;
}

.map_woo-sticky-float-anim svg{
    position: absolute;
    top: 11px;
    left: 6px;
    fill: currentColor;
    transition: color .3s ease-out;
    transform: rotate(180deg);
}

.map_woo-btn-disabled{
    pointer-events: none;
}
.map_woo-sticky-hidden {
    opacity: 0; 
}
.map_woo-sticky-visible {
    opacity: 1;
    transition: opacity 500ms ease-out;
}

@media screen and (max-width: 1200px) {
    .map_woo-sticky-fixed .map_woo-sticky-time-current,
    .map_woo-sticky-fixed .map_woo-sticky-time-total{
        display: none;
    }
    .map_woo-sticky-fixed .map_woo-volume-seekbar{
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .map_woo-sticky-fixed .map_woo-sticky-prev-toggle{
        display: none;
    }
    .map_woo-sticky-float .map_woo-sticky-skip-forward{
        display: none;
    }
    .map_woo-sticky-fixed .map_woo-sticky-random-toggle{
        display: none;
    }
    .map_woo-sticky-fixed .map_woo-sticky-loop-toggle{
        display: none;
    }

    .map_woo-sticky-fixed .map_woo-sticky-lyrics-toggle,
    .map_woo-sticky-fixed .map_woo-sticky-share-toggle,
    .map_woo-sticky-fixed .map_woo-sticky-download-toggle{
        display: none!important;
    }
    .map_woo-sticky-fixed .map_woo-sticky-more-toggle-wrap{
        display: block;
    }
}
@media screen and (max-width: 800px) {
    .map_woo-sticky-fixed .map_woo-sticky-playback-toggle{
        display: none;
    }
    .map_woo-sticky-fixed .map_woo-sticky-playback-rate-toggle{
        display: none;
    }
    .map_woo-sticky-fixed .map_woo-sticky-volume-wrap{
        display: none;
    }
    .map_woo-sticky-fixed .map_woo-sticky-music-seekbar{
        display: none;
    }
    .map_woo-sticky-fixed .map_woo-sticky-music-seekbar-line{
        display: block;
    }
    .map_woo-sticky-fixed .map_woo-sticky-player-left{
        flex:1;
    }
}

@media screen and (max-width: 800px) {
    .map_woo-sticky-float .map_woo-sticky-prev-toggle{
        display: none;
    }
    .map_woo-sticky-float .map_woo-sticky-playback-rate-toggle{
        display: none;
    }
    .map_woo-sticky-float .map_woo-sticky-skip-forward{
        display: none;
    }
    .map_woo-sticky-float .map_woo-sticky-random-toggle{
        display: none;
    }
    .map_woo-sticky-float .map_woo-sticky-loop-toggle{
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .map_woo-sticky-float .map_woo-sticky-volume-wrap{
        display: none;
    }
}
