.now-playing-header{border-bottom:5px solid var(--border-color);width:100%;box-sizing:border-box;background-color:var(--text-accent-color);justify-content:space-between}.now-playing-header,.now-playing-header-left{display:flex;flex-direction:row;align-items:center}.now-playing-header-left{padding:12px 10px;justify-content:flex-start}.now-playing-header-right{height:100%}.now-playing-header-right:hover{cursor:pointer;color:var(--accent-color)}.now-playing-header-right-link{border:5px solid var(--accent-color);height:100%;width:100%;box-sizing:border-box;padding:0 10px}.now-playing-header-right-link:hover{cursor:pointer;background-color:var(--accent-color)}.now-playing-waveform{display:flex;flex-direction:row;align-items:flex-end;height:18px;margin-left:13px;margin-right:16px}.now-playing-waveform-stroke{width:4px;background-color:var(--accent-color);height:100%;animation:now-playing-animate 1.2s linear infinite}@keyframes now-playing-animate{50%{height:20%}to{height:100%}}.now-playing-waveform-stroke:first-child{animation-delay:0s}.now-playing-waveform-stroke:nth-child(2){animation-delay:-.3s;margin-left:3px}.now-playing-waveform-stroke:nth-child(3){animation-delay:-.6s;margin-left:3px}.now-playing-waveform-stroke:nth-child(4){animation-delay:-.9s;margin-left:3px}.now-playing-waveform-stroke:nth-child(5){animation-delay:-1.6s;margin-left:3px}.now-playing-info-parent{width:100%;box-sizing:border-box}.now-playing-info-child,.now-playing-info-parent{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;height:100%}.now-playing-info-child{flex:1 1}.now-playing-artwork{border-right:5px solid var(--border-color);height:100%;display:flex;align-items:center;justify-content:center;position:relative;width:110px;height:110px;min-width:110px;min-height:110px}.now-playing-artwork img{display:block;width:100%;height:100%;object-fit:cover}.now-playing-info-text{display:block;text-wrap:wrap;display:flex;flex-direction:column;padding:10px 10px 10px 13px;width:100%;align-items:flex-start;justify-content:flex-start;height:110px;overflow-y:scroll;flex:1 1;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;background-color:var(--background-color)}.now-playing-info-text::-webkit-scrollbar{width:10px}.now-playing-info-text::-webkit-scrollbar-thumb,.now-playing-info-text::-webkit-scrollbar-thumb:hover{background:#404040}.refresh-button{border:5px solid var(--accent-color);padding:10px 15px}.refresh-button:hover{background-color:var(--accent-color);cursor:pointer}.now-playing-loading-section{height:110px;display:flex;align-items:center;justify-content:center;background-color:var(--background-color);width:100%}.now-playing-bottom-button-header{border-top:5px solid var(--border-color);width:100%;display:flex;justify-content:space-between;box-sizing:border-box;letter-spacing:.5px;line-height:1.4;align-items:center}.now-playing-bottom-button-header-left{display:flex;align-items:stretch;height:100%;justify-content:center;box-sizing:border-box}.now-playing-bottom-button-header-right{display:flex;justify-content:space-between;align-items:center;width:100%}.now-playing-bottom-button-header-right:hover{cursor:pointer;background-color:var(--border-color)}.now-playing-left-nav{border:5px solid var(--accent-color);height:100%;display:flex;align-items:center;justify-content:center;padding:1px 8px 3px;box-sizing:border-box}.now-playing-left-nav:hover{cursor:pointer;background-color:var(--accent-color)}.now-playing-right-nav{border-right:5px solid var(--accent-color);border-top:5px solid var(--accent-color);border-bottom:5px solid var(--accent-color);height:100%;display:flex;align-items:center;justify-content:center;padding:1px 8px 3px;box-sizing:border-box}.now-playing-right-nav:hover{cursor:pointer;background-color:var(--accent-color)}.now-playing-link-text{padding:10px}.now-playing-support-section{border-top:5px solid var(--border-color);width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.now-playing-support-button{border:5px solid var(--accent-color);width:100%;padding:10px 15px;text-align:center}.now-playing-support-button:hover{cursor:pointer;background-color:var(--accent-color)}.now-playing-link-title{color:var(--accent-color)}.now-playing-link-text:hover .now-playing-link-title{color:var(--text-accent-color)}