@import '../base.css';.player-wrap{z-index:1;position:absolute;bottom:0px}.player-wrap .player-info{display:none;flex-flow:column;justify-content:center;align-items:center;height:auto;margin-bottom:2rem}.player-wrap .player-info .track-name{font-size:2.3rem;font-weight:bold;text-align:center;padding-left:2rem;padding-right:2rem}.player-wrap .player-info .artist-name{font-size:1.5rem;margin-top:10px;display:flex;align-items:center;justify-content:center;font-weight:100}.player-wrap .player-controls{display:flex;width:100%;justify-content:center;align-items:center}.player-wrap .btn{height:20px;width:20px;display:flex;align-items:center;justify-content:center;font-size:17px;padding:10px;background-color:var(--player-icon-background-color);color:var(--player-icon-color);border-radius:50%;cursor:pointer;margin:5px}.player-wrap .btn.pause,.player-wrap .btn.play{height:70px;width:70px}.player-wrap .btn.pause i,.player-wrap .btn.play i{font-size:40px}.player-wrap .btn.disabled{opacity:0;cursor:not-allowed}.progress-wrap{width:100%;height:5px;background-color:rgba(0,0,0,0);position:relative}.progress-wrap .progress-bar{position:absolute;height:100%;background-image:var(--progress-bar-background-image-gradient)}.dark .logo-wrap{background-image:url('../../server/img/logo-mimusica-dark.png')}a:active,a:hover{outline:0}h1,h2,h3,h4,h5,p{margin:0}h1{font-size:18px}*{-webkit-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}*,*::after,*::before{box-sizing:border-box}.txt-oneline{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.txt-twoline{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}html,body{overflow:hidden;height:100%}body{margin:0}.tracks-wrap{display:flex;flex-flow:column;min-width:320px;overflow-y:scroll;overflow-x:hidden;scroll-behavior:smooth;margin-top:3px;padding-top:0;height:100%;width:100%;background-image:linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2))}.tracks-wrap.album-tracks .tracks-cover{display:none}.tracks-wrap .track-item{display:flex;flex-flow:row;align-items:center;cursor:pointer;padding:6px;padding-left:20px;padding-right:20px}.tracks-wrap .track-item:hover,.tracks-wrap .track-item.current{background-image:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3))}.tracks-wrap .track-item .tracks-cover{height:50px;width:50px;min-width:50px;background-size:cover}.tracks-wrap .track-item .tracks-info{display:flex;flex-flow:column;justify-content:start;margin-left:10px;overflow:hidden}.tracks-wrap .track-item .tracks-info .tracks-titulo{font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tracks-wrap .track-item .tracks-info .artist-name-list{opacity:.5;font-weight:100;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tracks-wrap .track-item .tracks-info .tracks-album{display:none}.tracks-wrap .track-item .tracks-info .release{display:none}body{background-color:transparent;margin:0 auto}.loading-container{display:none}.loading-container.loaded{height:100%;width:100%;display:flex;align-items:center}.loading-container .container{overflow:hidden;position:relative;width:30%;margin:0 auto;max-width:30vh;min-width:50px}.error-wrap{display:flex;align-items:center;justify-content:center;font-size:1.3rem;width:100vw;color:var(--color-text);height:100%}.widget{display:none;height:100%;width:100%;flex-flow:column;background-color:var(--background-color);background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));color:var(--color-text);position:relative;overflow:hidden;align-self:center;justify-self:center;min-width:314px}.widget.iframe{border-radius:20px}.widget.loaded{display:flex}.widget .icon-brand{position:absolute;right:2rem;font-size:3rem;top:1rem;z-index:2}.widget .item-info-wrap{width:100%;display:flex;flex-flow:row;justify-content:flex-start;position:relative;padding:20px;margin-bottom:0}.widget .item-info-wrap .item-cover{height:145px;width:145px;border-radius:10px;align-self:flex-end}.widget .item-info-wrap .item-info{display:flex;flex-flow:column;justify-content:center;align-items:flex-start;margin-left:20px;padding-right:1rem}.widget .item-info-wrap .item-info .item-info-type{font-size:.9rem}.widget .item-info-wrap .item-info .item-info-title{font-size:2rem;font-weight:bold;text-align:left;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.widget .item-info-wrap .item-info .item-info-artist{font-size:1rem;text-align:left;margin-bottom:10px}.widget .item-info-wrap .item-info .item-description{font-size:1.2rem;text-align:center;color:var(--color-text)}.widget.no-tracks .tracks-wrap{display:none}.widget.no-tracks .item-info-wrap .player-wrap .player-info{display:block !important}.widget .tapped{transform:scale(.99);opacity:.7}.widget .invite-subscribe-wrap{height:100vh;width:100vw;background-color:rgba(0,0,0,0.8);color:#ffffff;position:fixed;z-index:3;display:flex;justify-content:center;align-items:center;flex-flow:column;transform:translateY(-150vh);transition:transform 0s;top:0;left:0;right:0}.widget .invite-subscribe-wrap.show-invite{transform:translateY(0)}.widget .invite-subscribe-wrap.show-invite .dialog{transform:translateY(0)}.widget .invite-subscribe-wrap .dialog{width:320px;height:auto;display:flex;flex-flow:column;align-items:center;border-radius:30px;position:relative;transform:translateY(-100vh);transition:transform .8s}.widget .invite-subscribe-wrap .app-icon{width:30%;max-width:250px;margin-top:53px;margin-bottom:50px}.widget .invite-subscribe-wrap .text-invite{max-width:300px;margin-top:1rem;margin-bottom:2rem;text-align:center;font-size:1.3rem}.widget .invite-subscribe-wrap .icon-close{position:initial;right:1rem;top:1rem;font-size:2rem;align-self:end;margin-bottom:2rem}.widget .invite-subscribe-wrap .link-to-subscribe{padding:1rem;font-size:1.4rem;border-radius:10px;background-image:var(--btn-background-image-gradient);text-align:center;width:240px;color:var(--btn-text-color);text-decoration:none}.widget .invite-subscribe-wrap .btn-subscribe{height:50px;background-color:var(--btn-background-color);color:var(--btn-text-color);display:flex;justify-content:center;align-items:center;margin-bottom:1rem;padding:2rem;border-radius:40px;font-size:1.3rem}.widget.show-invite .invite-subscribe-wrap{display:flex}@media only screen and (max-width:900px){.widget .item-info-wrap .item-info .item-info-title{font-size:1.5rem}}@media only screen and (max-width:600px){.widget .item-info-wrap .item-cover{height:130px;width:130px}.widget .item-info-wrap .item-info{justify-content:flex-start}.widget .item-info-wrap .item-info .item-info-title{font-size:1rem}.widget .icon-brand{top:.5rem;right:1rem;font-size:2rem}}@media only screen and (max-width:400px){.widget .item-info-wrap{height:145px}.widget .item-info-wrap .item-cover{height:110px;width:110px}.widget .item-info-wrap .player-wrap{bottom:-10px}}@media only screen and (max-height:220px){.widget .tracks-wrap{display:none !important}}@media only screen and (max-height:326px){.widget .invite-subscribe-wrap .text-invite{margin-bottom:.5rem;margin-top:.5rem}.widget .invite-subscribe-wrap .icon-close{margin-bottom:.5rem}}body{--background-color:#1c9aec;--player-background-color:rgba(0,0,0,0.5);--color-text:#fff;--player-text-color:#fff;--player-icon-color:#fff;--player-icon-background-color:transparent;--btn-background-image-gradient:linear-gradient(#1c9aec, #1c9aec);--progress-bar-background-image-gradient:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));--current-track-color:#1c9aec;--btn-background-color:#1c9aec;font-size:13px}body.dark{--background-color:#122738;--player-background-color:rgba(0,0,0,0.5);--color-text:#fff;--player-text-color:#fff;--player-icon-color:#fff;--player-icon-background-color:transparent}.st0{fill:#ffffff}.st1{fill:#ffffff}.loading-container{background:#122738}.dark .loading-container{background:#122738}@font-face{font-family:"icon";src:url('../../server/fonts/icon.ttf?t=1753795705672') format('truetype')}[class^="icon-"],[class*=" icon-"]{font-family:'icon' !important;font-size:24px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-airplay:before{content:"\ea01"}.icon-airplayaudio:before{content:"\ea02"}.icon-album:before{content:"\ea03"}.icon-artist.active:before{content:"\ea04"}.icon-artist:before{content:"\ea05"}.icon-artists.active:before{content:"\ea06"}.icon-artists:before{content:"\ea07"}.icon-back:before{content:"\ea08"}.icon-bluetooth:before{content:"\ea09"}.icon-brand:before{content:"\ea0a"}.icon-cast-connected:before{content:"\ea0b"}.icon-cast:before{content:"\ea0c"}.icon-check_circle.active:before{content:"\ea0d"}.icon-check_circle:before{content:"\ea0e"}.icon-circular_play.active:before{content:"\ea0f"}.icon-circular_play:before{content:"\ea10"}.icon-close:before{content:"\ea11"}.icon-config.active:before{content:"\ea12"}.icon-config:before{content:"\ea13"}.icon-continuos_play:before{content:"\ea14"}.icon-credit:before{content:"\ea15"}.icon-dark_mode.active:before{content:"\ea16"}.icon-dark_mode:before{content:"\ea17"}.icon-device.active:before{content:"\ea18"}.icon-device:before{content:"\ea19"}.icon-device_cast:before{content:"\ea1a"}.icon-dislike.active:before{content:"\ea1b"}.icon-dislike:before{content:"\ea1c"}.icon-download.active:before{content:"\ea1d"}.icon-download:before{content:"\ea1e"}.icon-edit.active:before{content:"\ea1f"}.icon-edit:before{content:"\ea20"}.icon-equalizer:before{content:"\ea21"}.icon-exclamation.active:before{content:"\ea22"}.icon-exclamation:before{content:"\ea23"}.icon-explicit.active:before{content:"\ea24"}.icon-explicit:before{content:"\ea25"}.icon-explore.active:before{content:"\ea26"}.icon-explore:before{content:"\ea27"}.icon-eye:before{content:"\ea28"}.icon-eye_close:before{content:"\ea29"}.icon-facebook:before{content:"\ea2a"}.icon-favorite.active:before{content:"\ea2b"}.icon-favorite:before{content:"\ea2c"}.icon-favorite_added:before{content:"\ea2d"}.icon-favorite_delete:before{content:"\ea2e"}.icon-flag:before{content:"\ea2f"}.icon-forward_30:before{content:"\ea30"}.icon-home.active:before{content:"\ea31"}.icon-home:before{content:"\ea32"}.icon-instagram:before{content:"\ea33"}.icon-light:before{content:"\ea34"}.icon-like.active:before{content:"\ea35"}.icon-like:before{content:"\ea36"}.icon-logout.active:before{content:"\ea37"}.icon-logout:before{content:"\ea38"}.icon-match_playlist.active:before{content:"\ea39"}.icon-match_playlist:before{content:"\ea3a"}.icon-mix:before{content:"\ea3b"}.icon-mute:before{content:"\ea3c"}.icon-my_match.active:before{content:"\ea3d"}.icon-my_match:before{content:"\ea3e"}.icon-my_match_playlist:before{content:"\ea3f"}.icon-my_music.active:before{content:"\ea40"}.icon-my_music:before{content:"\ea41"}.icon-new-lite-phone:before{content:"\ea42"}.icon-new-lite-play:before{content:"\ea43"}.icon-next:before{content:"\ea44"}.icon-no-recommend:before{content:"\ea45"}.icon-offline_mode.active:before{content:"\ea46"}.icon-offline_mode:before{content:"\ea47"}.icon-ok.active:before{content:"\ea48"}.icon-ok:before{content:"\ea49"}.icon-online.active:before{content:"\ea4a"}.icon-online:before{content:"\ea4b"}.icon-opts:before{content:"\ea4c"}.icon-order:before{content:"\ea4d"}.icon-order_episodes:before{content:"\ea4e"}.icon-pause:before{content:"\ea4f"}.icon-play:before{content:"\ea50"}.icon-playlist.active:before{content:"\ea51"}.icon-playlist:before{content:"\ea52"}.icon-playlist_edit:before{content:"\ea53"}.icon-playlist_edit_end.active:before{content:"\ea54"}.icon-playlist_edit_end:before{content:"\ea55"}.icon-plus:before{content:"\ea56"}.icon-plus_circle.active:before{content:"\ea57"}.icon-plus_circle:before{content:"\ea58"}.icon-podcast.active:before{content:"\ea59"}.icon-podcast:before{content:"\ea5a"}.icon-podcast_episode:before{content:"\ea5b"}.icon-podcast_forward:before{content:"\ea5c"}.icon-podcast_rewind:before{content:"\ea5d"}.icon-preload:before{content:"\ea5e"}.icon-prev:before{content:"\ea5f"}.icon-profile.active:before{content:"\ea60"}.icon-profile:before{content:"\ea61"}.icon-qr:before{content:"\ea62"}.icon-refresh:before{content:"\ea63"}.icon-repeat:before{content:"\ea64"}.icon-restart_left:before{content:"\ea65"}.icon-restart_right:before{content:"\ea66"}.icon-rewind_10:before{content:"\ea67"}.icon-search.active:before{content:"\ea68"}.icon-search:before{content:"\ea69"}.icon-search_plus:before{content:"\ea6a"}.icon-selection.active:before{content:"\ea6b"}.icon-selection:before{content:"\ea6c"}.icon-share.active:before{content:"\ea6d"}.icon-share:before{content:"\ea6e"}.icon-shuffle:before{content:"\ea6f"}.icon-skip_back.active:before{content:"\ea70"}.icon-skip_back:before{content:"\ea71"}.icon-skip_forward.active:before{content:"\ea72"}.icon-skip_forward:before{content:"\ea73"}.icon-sms:before{content:"\ea74"}.icon-soundiiz.active:before{content:"\ea75"}.icon-soundiiz:before{content:"\ea76"}.icon-speacker:before{content:"\ea77"}.icon-station.active:before{content:"\ea78"}.icon-station:before{content:"\ea79"}.icon-timer.active:before{content:"\ea7a"}.icon-timer-converted:before{content:"\ea7b"}.icon-timer:before{content:"\ea7c"}.icon-track_edit_grip:before{content:"\ea7d"}.icon-track_edit_remove:before{content:"\ea7e"}.icon-trash.active:before{content:"\ea7f"}.icon-trash:before{content:"\ea80"}.icon-tv:before{content:"\ea81"}.icon-twitter:before{content:"\ea82"}.icon-volumen:before{content:"\ea83"}.icon-whatsapp:before{content:"\ea84"}.selected .icon-artist:before,.tapped .icon-artist:before{content:"\ea04"}.selected .icon-artists:before,.tapped .icon-artists:before{content:"\ea06"}.selected .icon-check_circle:before,.tapped .icon-check_circle:before{content:"\ea0d"}.selected .icon-circular_play:before,.tapped .icon-circular_play:before{content:"\ea0f"}.selected .icon-config:before,.tapped .icon-config:before{content:"\ea12"}.selected .icon-dark_mode:before,.tapped .icon-dark_mode:before{content:"\ea16"}.selected .icon-device:before,.tapped .icon-device:before{content:"\ea18"}.selected .icon-dislike:before,.tapped .icon-dislike:before{content:"\ea1b"}.selected .icon-download:before,.tapped .icon-download:before{content:"\ea1d"}.selected .icon-edit:before,.tapped .icon-edit:before{content:"\ea1f"}.selected .icon-exclamation:before,.tapped .icon-exclamation:before{content:"\ea22"}.selected .icon-explicit:before,.tapped .icon-explicit:before{content:"\ea24"}.selected .icon-explore:before,.tapped .icon-explore:before{content:"\ea26"}.selected .icon-favorite:before,.tapped .icon-favorite:before{content:"\ea2b"}.selected .icon-home:before,.tapped .icon-home:before{content:"\ea31"}.selected .icon-like:before,.tapped .icon-like:before{content:"\ea35"}.selected .icon-logout:before,.tapped .icon-logout:before{content:"\ea37"}.selected .icon-match_playlist:before,.tapped .icon-match_playlist:before{content:"\ea39"}.selected .icon-my_match:before,.tapped .icon-my_match:before{content:"\ea3d"}.selected .icon-my_music:before,.tapped .icon-my_music:before{content:"\ea40"}.selected .icon-offline_mode:before,.tapped .icon-offline_mode:before{content:"\ea46"}.selected .icon-ok:before,.tapped .icon-ok:before{content:"\ea48"}.selected .icon-online:before,.tapped .icon-online:before{content:"\ea4a"}.selected .icon-playlist:before,.tapped .icon-playlist:before{content:"\ea51"}.selected .icon-playlist_edit_end:before,.tapped .icon-playlist_edit_end:before{content:"\ea54"}.selected .icon-plus_circle:before,.tapped .icon-plus_circle:before{content:"\ea57"}.selected .icon-podcast:before,.tapped .icon-podcast:before{content:"\ea59"}.selected .icon-profile:before,.tapped .icon-profile:before{content:"\ea60"}.selected .icon-search:before,.tapped .icon-search:before{content:"\ea68"}.selected .icon-selection:before,.tapped .icon-selection:before{content:"\ea6b"}.selected .icon-share:before,.tapped .icon-share:before{content:"\ea6d"}.selected .icon-skip_back:before,.tapped .icon-skip_back:before{content:"\ea70"}.selected .icon-skip_forward:before,.tapped .icon-skip_forward:before{content:"\ea72"}.selected .icon-soundiiz:before,.tapped .icon-soundiiz:before{content:"\ea75"}.selected .icon-station:before,.tapped .icon-station:before{content:"\ea78"}.selected .icon-timer:before,.tapped .icon-timer:before{content:"\ea7a"}.selected .icon-trash:before,.tapped .icon-trash:before{content:"\ea7f"}.tapped.icon-artist:before{content:"\ea04"}.tapped.icon-artists:before{content:"\ea06"}.tapped.icon-check_circle:before{content:"\ea0d"}.tapped.icon-circular_play:before{content:"\ea0f"}.tapped.icon-config:before{content:"\ea12"}.tapped.icon-dark_mode:before{content:"\ea16"}.tapped.icon-device:before{content:"\ea18"}.tapped.icon-dislike:before{content:"\ea1b"}.tapped.icon-download:before{content:"\ea1d"}.tapped.icon-edit:before{content:"\ea1f"}.tapped.icon-exclamation:before{content:"\ea22"}.tapped.icon-explicit:before{content:"\ea24"}.tapped.icon-explore:before{content:"\ea26"}.tapped.icon-favorite:before{content:"\ea2b"}.tapped.icon-home:before{content:"\ea31"}.tapped.icon-like:before{content:"\ea35"}.tapped.icon-logout:before{content:"\ea37"}.tapped.icon-match_playlist:before{content:"\ea39"}.tapped.icon-my_match:before{content:"\ea3d"}.tapped.icon-my_music:before{content:"\ea40"}.tapped.icon-offline_mode:before{content:"\ea46"}.tapped.icon-ok:before{content:"\ea48"}.tapped.icon-online:before{content:"\ea4a"}.tapped.icon-playlist:before{content:"\ea51"}.tapped.icon-playlist_edit_end:before{content:"\ea54"}.tapped.icon-plus_circle:before{content:"\ea57"}.tapped.icon-podcast:before{content:"\ea59"}.tapped.icon-profile:before{content:"\ea60"}.tapped.icon-search:before{content:"\ea68"}.tapped.icon-selection:before{content:"\ea6b"}.tapped.icon-share:before{content:"\ea6d"}.tapped.icon-skip_back:before{content:"\ea70"}.tapped.icon-skip_forward:before{content:"\ea72"}.tapped.icon-soundiiz:before{content:"\ea75"}.tapped.icon-station:before{content:"\ea78"}.tapped.icon-timer:before{content:"\ea7a"}.tapped.icon-trash:before{content:"\ea7f"}@media (hover:hover){.menu-musica-item:hover .icon-artist:before,.btn:hover .icon-artist:before,.menu-admin-item:hover .icon-artist:before{content:"\ea04"}.menu-musica-item:hover .icon-artists:before,.btn:hover .icon-artists:before,.menu-admin-item:hover .icon-artists:before{content:"\ea06"}.menu-musica-item:hover .icon-check_circle:before,.btn:hover .icon-check_circle:before,.menu-admin-item:hover .icon-check_circle:before{content:"\ea0d"}.menu-musica-item:hover .icon-circular_play:before,.btn:hover .icon-circular_play:before,.menu-admin-item:hover .icon-circular_play:before{content:"\ea0f"}.menu-musica-item:hover .icon-config:before,.btn:hover .icon-config:before,.menu-admin-item:hover .icon-config:before{content:"\ea12"}.menu-musica-item:hover .icon-dark_mode:before,.btn:hover .icon-dark_mode:before,.menu-admin-item:hover .icon-dark_mode:before{content:"\ea16"}.menu-musica-item:hover .icon-device:before,.btn:hover .icon-device:before,.menu-admin-item:hover .icon-device:before{content:"\ea18"}.menu-musica-item:hover .icon-dislike:before,.btn:hover .icon-dislike:before,.menu-admin-item:hover .icon-dislike:before{content:"\ea1b"}.menu-musica-item:hover .icon-download:before,.btn:hover .icon-download:before,.menu-admin-item:hover .icon-download:before{content:"\ea1d"}.menu-musica-item:hover .icon-edit:before,.btn:hover .icon-edit:before,.menu-admin-item:hover .icon-edit:before{content:"\ea1f"}.menu-musica-item:hover .icon-exclamation:before,.btn:hover .icon-exclamation:before,.menu-admin-item:hover .icon-exclamation:before{content:"\ea22"}.menu-musica-item:hover .icon-explicit:before,.btn:hover .icon-explicit:before,.menu-admin-item:hover .icon-explicit:before{content:"\ea24"}.menu-musica-item:hover .icon-explore:before,.btn:hover .icon-explore:before,.menu-admin-item:hover .icon-explore:before{content:"\ea26"}.menu-musica-item:hover .icon-favorite:before,.btn:hover .icon-favorite:before,.menu-admin-item:hover .icon-favorite:before{content:"\ea2b"}.menu-musica-item:hover .icon-home:before,.btn:hover .icon-home:before,.menu-admin-item:hover .icon-home:before{content:"\ea31"}.menu-musica-item:hover .icon-like:before,.btn:hover .icon-like:before,.menu-admin-item:hover .icon-like:before{content:"\ea35"}.menu-musica-item:hover .icon-logout:before,.btn:hover .icon-logout:before,.menu-admin-item:hover .icon-logout:before{content:"\ea37"}.menu-musica-item:hover .icon-match_playlist:before,.btn:hover .icon-match_playlist:before,.menu-admin-item:hover .icon-match_playlist:before{content:"\ea39"}.menu-musica-item:hover .icon-my_match:before,.btn:hover .icon-my_match:before,.menu-admin-item:hover .icon-my_match:before{content:"\ea3d"}.menu-musica-item:hover .icon-my_music:before,.btn:hover .icon-my_music:before,.menu-admin-item:hover .icon-my_music:before{content:"\ea40"}.menu-musica-item:hover .icon-offline_mode:before,.btn:hover .icon-offline_mode:before,.menu-admin-item:hover .icon-offline_mode:before{content:"\ea46"}.menu-musica-item:hover .icon-ok:before,.btn:hover .icon-ok:before,.menu-admin-item:hover .icon-ok:before{content:"\ea48"}.menu-musica-item:hover .icon-online:before,.btn:hover .icon-online:before,.menu-admin-item:hover .icon-online:before{content:"\ea4a"}.menu-musica-item:hover .icon-playlist:before,.btn:hover .icon-playlist:before,.menu-admin-item:hover .icon-playlist:before{content:"\ea51"}.menu-musica-item:hover .icon-playlist_edit_end:before,.btn:hover .icon-playlist_edit_end:before,.menu-admin-item:hover .icon-playlist_edit_end:before{content:"\ea54"}.menu-musica-item:hover .icon-plus_circle:before,.btn:hover .icon-plus_circle:before,.menu-admin-item:hover .icon-plus_circle:before{content:"\ea57"}.menu-musica-item:hover .icon-podcast:before,.btn:hover .icon-podcast:before,.menu-admin-item:hover .icon-podcast:before{content:"\ea59"}.menu-musica-item:hover .icon-profile:before,.btn:hover .icon-profile:before,.menu-admin-item:hover .icon-profile:before{content:"\ea60"}.menu-musica-item:hover .icon-search:before,.btn:hover .icon-search:before,.menu-admin-item:hover .icon-search:before{content:"\ea68"}.menu-musica-item:hover .icon-selection:before,.btn:hover .icon-selection:before,.menu-admin-item:hover .icon-selection:before{content:"\ea6b"}.menu-musica-item:hover .icon-share:before,.btn:hover .icon-share:before,.menu-admin-item:hover .icon-share:before{content:"\ea6d"}.menu-musica-item:hover .icon-skip_back:before,.btn:hover .icon-skip_back:before,.menu-admin-item:hover .icon-skip_back:before{content:"\ea70"}.menu-musica-item:hover .icon-skip_forward:before,.btn:hover .icon-skip_forward:before,.menu-admin-item:hover .icon-skip_forward:before{content:"\ea72"}.menu-musica-item:hover .icon-soundiiz:before,.btn:hover .icon-soundiiz:before,.menu-admin-item:hover .icon-soundiiz:before{content:"\ea75"}.menu-musica-item:hover .icon-station:before,.btn:hover .icon-station:before,.menu-admin-item:hover .icon-station:before{content:"\ea78"}.menu-musica-item:hover .icon-timer:before,.btn:hover .icon-timer:before,.menu-admin-item:hover .icon-timer:before{content:"\ea7a"}.menu-musica-item:hover .icon-trash:before,.btn:hover .icon-trash:before,.menu-admin-item:hover .icon-trash:before{content:"\ea7f"}:hover.icon-artist:before{content:"\ea04"}:hover.icon-artists:before{content:"\ea06"}:hover.icon-check_circle:before{content:"\ea0d"}:hover.icon-circular_play:before{content:"\ea0f"}:hover.icon-config:before{content:"\ea12"}:hover.icon-dark_mode:before{content:"\ea16"}:hover.icon-device:before{content:"\ea18"}:hover.icon-dislike:before{content:"\ea1b"}:hover.icon-download:before{content:"\ea1d"}:hover.icon-edit:before{content:"\ea1f"}:hover.icon-exclamation:before{content:"\ea22"}:hover.icon-explicit:before{content:"\ea24"}:hover.icon-explore:before{content:"\ea26"}:hover.icon-favorite:before{content:"\ea2b"}:hover.icon-home:before{content:"\ea31"}:hover.icon-like:before{content:"\ea35"}:hover.icon-logout:before{content:"\ea37"}:hover.icon-match_playlist:before{content:"\ea39"}:hover.icon-my_match:before{content:"\ea3d"}:hover.icon-my_music:before{content:"\ea40"}:hover.icon-offline_mode:before{content:"\ea46"}:hover.icon-ok:before{content:"\ea48"}:hover.icon-online:before{content:"\ea4a"}:hover.icon-playlist:before{content:"\ea51"}:hover.icon-playlist_edit_end:before{content:"\ea54"}:hover.icon-plus_circle:before{content:"\ea57"}:hover.icon-podcast:before{content:"\ea59"}:hover.icon-profile:before{content:"\ea60"}:hover.icon-search:before{content:"\ea68"}:hover.icon-selection:before{content:"\ea6b"}:hover.icon-share:before{content:"\ea6d"}:hover.icon-skip_back:before{content:"\ea70"}:hover.icon-skip_forward:before{content:"\ea72"}:hover.icon-soundiiz:before{content:"\ea75"}:hover.icon-station:before{content:"\ea78"}:hover.icon-timer:before{content:"\ea7a"}:hover.icon-trash:before{content:"\ea7f"}}