Skip to content

Instantly share code, notes, and snippets.

@Kautenja
Last active January 27, 2020 06:34
Show Gist options
  • Save Kautenja/1e81bb918999a9858bd6f30e73bde4b6 to your computer and use it in GitHub Desktop.
Save Kautenja/1e81bb918999a9858bd6f30e73bde4b6 to your computer and use it in GitHub Desktop.
Styles to make emby look like Spotify
/*
EMBY THEME : spotipi
# Table of Contents
1. ACCENT COLORS
1.1 Buttons
1.1.1 Checkboxes
1.1.2 Rectangles
1.1.3 Links & Text buttons
1.1.4 Others
1.2 Details
1.2.1 Circles
1.2.2 Indicators
1.2.3 Fonts
1.2.4 Icons
1.2.5 Dialogs & Action Sheets
1.2.6 Others
1.3 Fixes
2. MISCELLANEOUS MODIFICATIONS
2.1 Buttons
2.2 Details
2.2.1 Scrollbars
2.2.2 Logos
2.2.3 Others
2.3 Fixes
2.3.1 Dark Colors
*/
/* make the background transparent */
body {
background-color: rgba(0,0,0,0) !important;
}
/* remove the home screen row with "get emby premiere" stuff */
.appInfoSection {
display: none;
}
/* ------------------------ 1. ACCENT COLORS ------------------------- */
/* ----- 1.1 Buttons ----- */
/* 1.1.1 Checkboxes */
.emby-checkbox:checked+span+span+.checkboxOutline {
background-color: #1DB954 !important;
}
.checkboxIcon-checked {
background-color: #1DB954 !important;
}
.emby-checkbox:checked+span+span+.checkboxOutline,
.progressring-spiner {
border-color: #1DB954 !important;
}
.emby-checkbox:focus+span+.emby-checkbox-focushelper {
background-color: #1DB954 !important;
opacity: 0.26 !important;
}
/* 1.1.2 Rectangles */
.raised {
background: #404040 !important;
color: #fff !important;
}
.button-submit,
.button-accent {
background: #1DB954 !important;
color: #fff;
}
.raised-mini.emby-button {
background: #1DB954 !important;
color: #ffffff !important;
}
/* Restart */
.btnRestartContainer.emby-button {
background: #1DB954 !important;
color: #fff;
}
/* Play & Resume */
.btnPlaySimple.emby-button {
background: #1DB954 !important;
color: #fff;
}
.btnResume.emby-button {
background: #1DB954 !important;
color: #fff;
}
/* 1.1.3 Links & Text buttons */
.button-link,
.button-flat-accent,
.button-accent-flat,
.textlink {
color: #1DB954 !important;
}
.button-link:hover,
.button-flat-accent:hover,
.button-accent-flat:hover,
.textlink:hover {
color: #9b9b9b !important;
}
.button-link:active,
.button-flat-accent:active,
.button-accent-flat:active,
.textlink:active {
color: #1DB954 !important;
}
/* Top Header */
.emby-tab-button-active {
color: #1DB954 !important;
}
/* 1.1.4 Others */
/* Alpha Picker */
.alphaPickerButton-selected,
.alphaPickerButton-tv:focus {
background-color: #1DB954 !important;
color: #fff !important;
}
/* Radio Buttons */
.mdl-radio__inner-circle {
background: #1DB954 !important;
}
.mdl-radio__button:checked+.mdl-radio__label+.mdl-radio__outer-circle {
border: 2px solid #1DB954 !important;
}
.mdl-radio__button:checked:focus+.mdl-radio__label+.mdl-radio__outer-circle+.mdl-radio__inner-circle {
-webkit-box-shadow: 0 0 0 10px rgba(30, 215, 96, 0.26) !important;
box-shadow: 0 0 0 10px rgba(30, 215, 96, 0.26) !important;
}
/* Control Group Buttons */
div[data-role="controlgroup"] a.ui-btn-active[data-role='button'] {
background: #1DB954 !important;
color: #ffffff !important;
}
/* disable the "play all" button */
.btnPlay {
display: none;
}
.mainDetailButtons>.detailButton {
background-color: rgba(0,0,0,0) !important;
}
.mainDetailButtons>.detailButton>.detailButton-content {
background-color: rgba(0,0,0,0) !important;
}
.mainDetailButtons>.detailButton>.detailButton-content>.detailButton-icon {
background-color: rgba(50,50,50,0.2) !important;
}
.mainDetailButtons>.detailButton>.detailButton-content>.detailButton-text {
background-color: rgba(0,0,0,0) !important;
}
/* ----- 1.2 Details ----- */
/* 1.2.1 Circles */
/*.listItemIcon:not(.listItemIcon-transparent) {
background-color: $accent-color !important; }*/
.dashboardSection i.listItemIcon.md-icon {
background-color: #1DB954 !important;
}
.scheduledTaskPaperIconItem[data-status="Running"] i.listItemIcon.md-icon {
background-color: #1DB954 !important;
}
/* Focus Helper circles */
.paper-icon-button-light:focus {
color: #1DB954 !important;
}
/* 1.2.2 Indicators */
.countIndicator,
.playedIndicator {
background: #1DB954 !important;
}
.levelNormal {
background-color: #1DB954 !important;
}
.fullSyncIndicator {
background: #1DB954 !important;
color: #fff;
}
.playstatebutton-played i,
.ratingbutton-withrating i {
color: #1DB954 !important;
}
p#pUpToDate i.md-icon {
background-color: #1DB954 !important;
}
/* Loading Spinners */
.mdl-spinner__layer-1,
.mdl-spinner__layer-2,
.mdl-spinner__layer-3,
.mdl-spinner__layer-4 {
border-color: #1DB954 !important;
}
.progressring-spiner {
border: 0.25em solid #1DB954 !important;
}
/* 1.2.3 Fonts */
.selectLabelFocused,
.textareaLabelFocused,
.inputLabelFocused {
color: #1DB954 !important;
}
.secondary.listItemBodyText span,
div#divRunningTasks span {
color: #1DB954 !important;
}
/* 1.2.4 Icons */
.starIcon,
.mediaInfoTimerIcon {
color: #1DB954 !important;
}
/* Top Header */
.btnActiveCast {
color: #1DB954 !important;
}
/* Now Playing Bar & Now Playing Page */
.repeatActive,
button.btnCommand.repeatToggleButton.autoSize.nowPlayingPageRepeatActive {
color: #1DB954 !important;
}
.nowPlayingBarTop {
background-color: #272827;
}
/* 1.2.5 Dialogs & Action Sheets */
/* 1.2.6 Others */
/* General Accent Color Modifications */
:focus {
outline: #1DB954 auto 5px;
}
select:focus {
border-color: #1DB954 !important;
}
::selection {
background-color: #1DB954 !important;
}
.emby-input:focus,
.emby-textarea:focus {
border-color: #1DB954 !important;
}
/* Google Now Playing Bar & Now Playing Page */
.iconOsdProgressInner,
.mdl-slider__background-lower,
.sliderBubble,
.mdl-slider::-webkit-slider-thumb {
background: #1DB954 !important;
}
.mdl-slider:focus::-webkit-slider-thumb {
-webkit-box-shadow: 0 0 0 10px rgba(30, 215, 96, 0.26);
box-shadow: 0 0 0 10px rgba(30, 215, 96, 0.26) !important;
}
/* Firefox Now Playing Bar & Now Playing Page */
.mdl-slider::-moz-range-thumb,
.mdl-slider::-moz-range-progress {
background: #1DB954 !important;
}
.mdl-slider:focus::-moz-range-thumb {
box-shadow: 0 0 0 10px rgba(30, 215, 96, 0.26) !important;
}
/* Progress Bars */
.itemProgressBarForeground {
background-color: #1DB954 !important;
}
.taskProgressInner {
background: #1DB954 !important;
}
/* Google Progress Bars */
progress::-webkit-progress-value {
background: #1DB954 !important;
}
/* Firefox Progress Bars */
progress::-moz-progress-bar {
background: #1DB954 !important;
}
/* Edge Progress Bars */
progress {
background: #1DB954 !important;
}
/* Main Drawers */
.navMenuDivider {
background: #262626 !important;
}
.adminDrawerLogo {
border-bottom: 1px solid #262626 !important;
}
.mainDrawer {
background: #181818 !important;
}
.sidebarHeader {
color: #bbbbbb !important;
}
.navMenuOption {
color: #ffffff !important;
}
.navMenuOption.navMenuOption-selected {
background: #363636 !important;
color: #1DB954 !important;
}
.navMenuOption:hover {
background: #363636 !important;
color: #ffffff !important;
}
/* Metadata Editor */
div.jstree-wholerow.jstree-wholerow-clicked:hover,
div.jstree-wholerow.jstree-wholerow-clicked,
div.jstree-wholerow.jstree-wholerow-hovered {
background: #363636 !important;
}
.jstree-anchor.jstree-clicked,
.jstree-anchor.jstree-clicked.jstree-hovered {
background: #363636 !important;
color: #1DB954 !important;
}
/* Multi-select */
.itemSelectionPanel {
border: 1px solid #1DB954 !important;
}
.selectionCommandsPanel {
background: #1DB954 !important;
color: #fff;
}
/* upNextDialog */
.upNextDialog-countdownText {
color: #1DB954 !important;
}
/* Selection Bars */
.emby-select-selectionbar,
.emby-textarea-selectionbar,
.emby-input-selectionbar {
background-color: #1DB954 !important;
}
/* Media Info Detail Image */
.itemDetailImage.loaded:hover {
border: 1px solid #1DB954 !important;
}
/* 1.3 Fixes */
/* ------------------ 2. MISCELLANEOUS MODIFICATIONS ----------------- */
/* ----- 2.1 Buttons ----- */
/* Circles */
.fab {
background-color: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
/* ----- 2.2 Details ----- */
/* 2.2.1 Scrollbars */
/* Google Chrome */
::-webkit-scrollbar-corner {
background-color: #1E1E1E;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
background-color: #1E1E1E;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background: #545454;
}
/* Google Chrome - Dashboard Drawer */
div.scrollContainer.smoothScrollY::-webkit-scrollbar-corner {
background-color: transparent !important;
}
div.scrollContainer.smoothScrollY::-webkit-scrollbar {
width: 2px;
height: 2px;
background-color: transparent !important;
}
div.scrollContainer.smoothScrollY::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background: #545454;
}
/* Google Chrome - Filter Dialog */
.dynamicFilterDialog::-webkit-scrollbar-corner {
background-color: transparent !important;
}
.dynamicFilterDialog::-webkit-scrollbar {
width: 2px;
height: 2px;
background-color: transparent !important;
}
.dynamicFilterDialog::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background: #545454;
}
/* remove ugly box around the scroll buttons */
.scrollbuttoncontainer>button>.md-icon {
color: rgb(238,238,238);
visibility: visible;
border-radius: 50%;
}
.scrollbuttoncontainer>button>.md-icon:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.scrollbuttoncontainer>button {
visibility: hidden;
}
.scrollbuttoncontainer {
visibility: hidden;
}
/* 2.2.2 Logos */
/* Login Page */
.imgLogoIcon {
content: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22142px%22%20height%3D%2239px%22%20viewBox%3D%220%200%20142%2039%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2058%20%2884663%29%20-%20https%3A//sketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Espotipi%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C-2.84217094e-14%20L0%2C43%20L32%2C43%20L32%2C-2.84217094e-14%20L0%2C-2.84217094e-14%20Z%20M21.8192836%2C30.4157742%20C21.5919885%2C30.7882482%2021.1040618%2C30.9063498%2020.7312979%2C30.6777173%20C17.7519145%2C28.8592564%2014.0012431%2C28.4474152%209.58414271%2C29.4558206%20C9.15849485%2C29.5527244%208.73421077%2C29.2862389%208.63723155%2C28.8607706%20C8.53979774%2C28.4353022%208.80542988%2C28.011348%209.23213845%2C27.9144441%20C14.0659464%2C26.8104976%2018.2122627%2C27.2860834%2021.5571366%2C29.3286343%20C21.9299005%2C29.5572668%2022.0480939%2C30.0433001%2021.8192836%2C30.4157742%20L21.8192836%2C30.4157742%20Z%20M23.3724664%2C26.9628183%20C23.0860746%2C27.4284109%2022.4769239%2C27.5752807%2022.0117267%2C27.2891116%20C18.6007857%2C25.1937178%2013.4013357%2C24.587009%209.36684865%2C25.8107226%20C8.84361545%2C25.9686456%208.29098542%2C25.6739974%208.13218195%2C25.1520794%20C7.97459072%2C24.629253%208.26961969%2C24.0781125%208.79194371%2C23.9191296%20C13.4004265%2C22.5218976%2019.1296255%2C23.1987103%2023.0466768%2C25.6038935%20C23.511874%2C25.8900626%2023.6588581%2C26.4987398%2023.3724664%2C26.9629697%20L23.3724664%2C26.9628183%20Z%20M23.5058128%2C23.3676863%20C19.4160173%2C20.9403969%2012.668385%2C20.7172152%208.76360759%2C21.9014103%20C8.13657632%2C22.0914326%207.47348091%2C21.7377337%207.28346225%2C21.1111899%20C7.09344359%2C20.4843432%207.44711468%2C19.8222175%208.07460054%2C19.631741%20C12.5570104%2C18.2720591%2020.0084997%2C18.5347594%2024.7171439%2C21.3278608%20C25.2823509%2C21.6623304%2025.4672175%2C22.390169%2025.1323362%2C22.9529682%20C24.7989701%2C23.5165245%2024.0685953%2C23.7023073%2023.5064189%2C23.3676863%20L23.5058128%2C23.3676863%20Z%22%20id%3D%22path-1%22%3E%3C/path%3E%0A%20%20%20%20%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22spotipi%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M49.105%2C24.79%20L49.105%2C24.73%20C49.105%2C21.07%2046.705%2C19.54%2042.445%2C18.43%20L41.864964%2C18.2792027%20C38.8103421%2C17.4716024%2037.9642503%2C17.0015136%2037.9171226%2C15.7828774%20L37.915%2C15.61%20C37.915%2C14.59%2038.845%2C13.78%2040.615%2C13.78%20C42.385%2C13.78%2044.215%2C14.56%2046.075%2C15.85%20L48.475%2C12.37%20C46.345%2C10.66%2043.735%2C9.7%2040.675%2C9.7%20C36.474375%2C9.7%2033.4530339%2C12.1160938%2033.3289678%2C15.7935658%20L33.325%2C16.09%20C33.325%2C20.0786957%2035.8227694%2C21.3225898%2039.7418686%2C22.3683809%20L40.285%2C22.51%20C43.6947143%2C23.3842857%2044.4715796%2C23.9754694%2044.5131885%2C25.0810899%20L44.515%2C25.24%20C44.515%2C26.47%2043.375%2C27.22%2041.485%2C27.22%20C39.085%2C27.22%2037.105%2C26.23%2035.215%2C24.67%20L32.485%2C27.94%20C35.005%2C30.19%2038.215%2C31.3%2041.395%2C31.3%20C45.925%2C31.3%2049.105%2C28.96%2049.105%2C24.79%20Z%20M69.535%2C22.99%20L69.535%2C22.93%20C69.535%2C17.56%2065.965%2C14.62%2062.215%2C14.62%20C59.845%2C14.62%2058.315%2C15.73%2057.205%2C17.23%20L57.205%2C14.92%20L52.645%2C14.92%20L52.645%2C35.8%20L57.205%2C35.8%20L57.205%2C28.9%20C58.285%2C30.19%2059.785%2C31.3%2062.215%2C31.3%20C66.025%2C31.3%2069.535%2C28.36%2069.535%2C22.99%20Z%20M64.975%2C22.99%20C64.975%2C25.69%2063.175%2C27.43%2061.045%2C27.43%20C58.9795455%2C27.43%2057.2526033%2C25.7656474%2057.1498368%2C23.2302237%20L57.145%2C22.93%20C57.145%2C20.26%2058.915%2C18.49%2061.045%2C18.49%20C63.1104545%2C18.49%2064.8656061%2C20.1543526%2064.9700822%2C22.6897763%20L64.975%2C22.99%20Z%20M89.515%2C22.99%20L89.515%2C22.93%20C89.515%2C18.31%2085.825%2C14.62%2080.845%2C14.62%20C75.9260909%2C14.62%2072.2506992%2C18.234876%2072.1186747%2C22.7388801%20L72.115%2C23.05%20C72.115%2C27.67%2075.805%2C31.36%2080.785%2C31.36%20C85.795%2C31.36%2089.515%2C27.61%2089.515%2C22.99%20Z%20M85.015%2C23.05%20C85.015%2C25.42%2083.455%2C27.43%2080.845%2C27.43%20C78.3991176%2C27.43%2076.7162889%2C25.479974%2076.6194148%2C23.1982941%20L76.615%2C22.93%20C76.615%2C20.56%2078.175%2C18.55%2080.785%2C18.55%20C83.2308824%2C18.55%2084.9137111%2C20.500026%2085.0105852%2C22.7817059%20L85.015%2C23.05%20Z%20M101.845%2C30.34%20L101.845%2C26.68%20C101.185%2C27.04%20100.435%2C27.25%2099.595%2C27.25%20C98.575%2C27.25%2098.125%2C26.74%2098.125%2C25.69%20L98.125%2C18.82%20L101.905%2C18.82%20L101.905%2C14.92%20L98.125%2C14.92%20L98.125%2C10.81%20L93.565%2C10.81%20L93.565%2C14.92%20L91.645%2C14.92%20L91.645%2C18.82%20L93.565%2C18.82%20L93.565%2C26.44%20C93.565%2C30.16%2095.455%2C31.27%2098.245%2C31.27%20C99.775%2C31.27%20100.885%2C30.91%20101.845%2C30.34%20Z%20M109.809113%2C12.8090272%20C110.823629%2C11.7945535%20110.823629%2C9.7656061%20109.809113%2C8.75113239%20C108.794596%2C7.73665869%20106.739549%2C7.76267083%20105.751046%2C8.75113239%20C104.762543%2C9.73959395%20104.736843%2C11.7948669%20105.751046%2C12.8090272%20C106.765876%2C13.8238143%20108.794596%2C13.8235009%20109.809113%2C12.8090272%20Z%20M110.035%2C31%20L110.035%2C14.92%20L105.475%2C14.92%20L105.475%2C31%20L110.035%2C31%20Z%20M131.215%2C22.99%20L131.215%2C22.93%20C131.215%2C17.56%20127.645%2C14.62%20123.895%2C14.62%20C121.525%2C14.62%20119.995%2C15.73%20118.885%2C17.23%20L118.885%2C14.92%20L114.325%2C14.92%20L114.325%2C35.8%20L118.885%2C35.8%20L118.885%2C28.9%20C119.965%2C30.19%20121.465%2C31.3%20123.895%2C31.3%20C127.705%2C31.3%20131.215%2C28.36%20131.215%2C22.99%20Z%20M126.655%2C22.99%20C126.655%2C25.69%20124.855%2C27.43%20122.725%2C27.43%20C120.659545%2C27.43%20118.932603%2C25.7656474%20118.829837%2C23.2302237%20L118.825%2C22.93%20C118.825%2C20.26%20120.595%2C18.49%20122.725%2C18.49%20C124.790455%2C18.49%20126.545606%2C20.1543526%20126.650082%2C22.6897763%20L126.655%2C22.99%20Z%20M138.810455%2C12.809375%20C139.823182%2C11.796875%20139.823182%2C9.771875%20138.810455%2C8.759375%20C137.797727%2C7.746875%20135.772273%2C7.746875%20134.759545%2C8.759375%20C133.746818%2C9.771875%20133.746818%2C11.796875%20134.759545%2C12.809375%20C135.772273%2C13.821875%20137.797727%2C13.821875%20138.810455%2C12.809375%20Z%20M139.345%2C31%20L134.785%2C31%20L134.785%2C14.92%20L139.345%2C14.92%20L139.345%2C31%20Z%22%20id%3D%22Spotipi%22%20fill%3D%22%231DB954%22%20fill-rule%3D%22nonzero%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28-1.000000%2C%20-2.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C/use%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/mask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Shape%22%20fill-rule%3D%22nonzero%22%3E%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Raspberry_Pi_Logo%22%20mask%3D%22url%28%23mask-2%29%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%282.000000%2C%203.000000%29%22%20id%3D%22Path%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.57943404%2C0.000398175026%20C7.39861591%2C0.00604764874%207.20388158%2C0.073296954%206.98304346%2C0.248746423%20C6.44213482%2C0.0386852812%205.91755441%2C-0.0342920538%205.44835252%2C0.393354263%20C4.72424768%2C0.298755194%204.48861763%2C0.493988443%204.31021449%2C0.721865552%20C4.15121628%2C0.718552649%203.12023865%2C0.557285734%202.64750254%2C1.2672886%20C1.4593852%2C1.12577809%201.08393366%2C1.97085604%201.5093645%2C2.75894991%20C1.26671604%2C3.13714116%201.01529066%2C3.51077115%201.5827424%2C4.23174933%20C1.38200515%2C4.63330714%201.50643283%2C5.06891706%201.97929529%2C5.59609287%20C1.85450381%2C6.16057146%202.09980126%2C6.5588471%202.53977754%2C6.86927059%20C2.45748988%2C7.64173097%203.24338128%2C8.09088895%203.4780779%2C8.25090419%20C3.56818855%2C8.70100829%203.75599765%2C9.12572882%204.6536855%2C9.36061219%20C4.80172675%2C10.0313964%205.34123004%2C10.1472316%205.8636402%2C10.2879886%20C4.13694627%2C11.2984599%202.65621196%2C12.6280029%202.66623732%2C15.8899705%20L2.41331776%2C16.3442278%20C0.433382574%2C17.5565339%20-1.34789202%2C21.452846%201.43754783%2C24.619883%20C1.6194936%2C25.6111826%201.92463164%2C26.3231853%202.19630652%2C27.1112246%20C2.60266815%2C30.2865904%205.25470382%2C31.7734623%205.95419165%2C31.9492999%20C6.97918559%2C32.735369%208.07088135%2C33.4812236%209.54814743%2C34.0036744%20C10.9407738%2C35.4497256%2012.4494848%2C36.0008419%2013.9664336%2C36%20C13.9886731%2C36%2014.0113237%2C36%2014.0335666%2C36%20C15.550516%2C36.0008419%2017.0592265%2C35.4497256%2018.4518528%2C34.0036744%20C19.9291189%2C33.4812236%2021.0208147%2C32.735369%2022.0458086%2C31.9492999%20C22.7452964%2C31.7734623%2025.3973323%2C30.2865904%2025.8036937%2C27.1112246%20C26.0753686%2C26.3231853%2026.3805062%2C25.6111826%2026.5624524%2C24.619883%20C29.3478919%2C21.452846%2027.5666173%2C17.5565339%2025.5866825%2C16.3442278%20L25.3337629%2C15.8899705%20C25.3437883%2C12.6280029%2023.863054%2C11.2984599%2022.1363601%2C10.2879886%20C22.6587702%2C10.1472316%2023.1982735%2C10.0313964%2023.3463148%2C9.36061219%20C24.2440026%2C9.12572882%2024.4318121%2C8.70100829%2024.5219224%2C8.25090419%20C24.7566192%2C8.09088895%2025.5425104%2C7.64173097%2025.4602227%2C6.86927059%20C25.9001993%2C6.5588471%2026.1454966%2C6.16057146%2026.020705%2C5.59609287%20C26.4935679%2C5.06891706%2026.6179948%2C4.63330709%2026.4172579%2C4.23174933%20C26.9847094%2C3.51077115%2026.7332842%2C3.13714116%2026.4906358%2C2.75894991%20C26.9160667%2C1.97085604%2026.5406152%2C1.12577809%2025.3524977%2C1.2672886%20C24.8797617%2C0.557285734%2023.8487841%2C0.718552649%2023.6897858%2C0.721865552%20C23.5113827%2C0.493988443%2023.2757526%2C0.298755184%2022.5516477%2C0.393354263%20C22.0824458%2C-0.0342920478%2021.5578654%2C0.0386853013%2021.0169568%2C0.248746423%20C20.3745186%2C-0.26165201%2019.9492111%2C0.147480897%2019.4635311%2C0.30218845%20C18.6854706%2C0.0462814631%2018.5076565%2C0.396795064%2018.1255554%2C0.539533927%20C17.2774817%2C0.35905951%2017.0196736%2C0.751970742%2016.6127217%2C1.16669184%20L16.1396684%2C1.1572609%20C14.8601807%2C1.91642012%2014.224535%2C3.46220933%2013.9992195%2C4.25689852%20C13.7737996%2C3.46208459%2013.1395943%2C1.91628648%2011.8603318%2C1.1572609%20L11.3872786%2C1.16669184%20C10.9803266%2C0.751970742%2010.7225185%2C0.359059495%209.87444489%2C0.539533927%20C9.49234376%2C0.396795089%209.31452969%2C0.0462815084%208.53646918%2C0.30218845%20C8.21774157%2C0.20066162%207.92463265%2C-0.0103871857%207.57943404%2C0.000398175026%20Z%22%20fill%3D%22%23000000%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.12021941%2C3.4883214%20C8.5566277%2C5.22813841%2010.5542745%2C6.6355134%2011.6487173%2C7.83419244%20C11.0882348%2C10.0401726%208.16432864%2C10.1408451%207.09522713%2C10.0789601%20C7.3141341%2C9.97889894%207.49678129%2C9.85905637%207.56154831%2C9.67490216%20C7.29327725%2C9.48767619%206.34205491%2C9.65517589%205.67797645%2C9.28880191%20C5.93307694%2C9.23690293%206.05240253%2C9.18634292%206.17172813%2C9.00147155%20C5.54431758%2C8.80496378%204.86849728%2C8.63562153%204.4710272%2C8.31008324%20C4.68552576%2C8.31268566%204.88579522%2C8.35720498%205.16593709%2C8.16641806%20C4.60397054%2C7.86901723%204.00428971%2C7.63334299%203.53838466%2C7.17872004%20C3.82894499%2C7.17173572%204.14221452%2C7.1758991%204.2332948%2C7.07097129%20C3.71893155%2C6.75805077%203.28496319%2C6.41004175%202.92576655%2C6.02939864%20C3.33238315%2C6.07759909%203.50409845%2C6.03609243%203.60238957%2C5.96654516%20C3.21358444%2C5.57547696%202.72150809%2C5.24525729%202.48687594%2C4.76334962%20C2.7887848%2C4.86553367%203.06500377%2C4.90464828%203.26407806%2C4.75437052%20C3.13195943%2C4.46167476%202.56587846%2C4.28903254%202.24%2C3.60504931%20C2.55782728%2C3.63531376%202.89491772%2C3.67314479%202.96234075%2C3.60504931%20C2.81454696%2C3.01460904%202.56141488%2C2.6827772%202.31314844%2C2.33900015%20C2.99337544%2C2.32908069%204.02396474%2C2.34159994%203.97727527%2C2.28512572%20L3.55667178%2C1.8631093%20C4.22109804%2C1.68743377%204.90097056%2C1.89132691%205.39452601%2C2.04269074%20C5.61613567%2C1.87096653%205.39060144%2C1.65381821%205.12021941%2C1.43211387%20C5.68487985%2C1.50614615%206.19511724%2C1.63362232%206.65633647%2C1.80923487%20C6.90275386%2C1.59074412%206.49632484%2C1.37225337%206.29973784%2C1.15376262%20C7.17211277%2C1.31629328%207.5416999%2C1.5446565%207.9090036%2C1.7733186%20C8.17549748%2C1.52247288%207.92425986%2C1.30928775%207.74441954%2C1.09090909%20C8.40217216%2C1.33014567%208.7409757%2C1.6389849%209.09766537%2C1.94392094%20C9.21859822%2C1.78365077%209.40490143%2C1.66617645%209.1799574%2C1.27946964%20C9.64696891%2C1.54382045%209.99871847%2C1.85533322%2010.2588971%2C2.20431403%20C10.5478465%2C2.02363728%2010.4310456%2C1.77655201%2010.4326245%2C1.54884178%20C10.9179687%2C1.93654898%2011.2259776%2C2.34913405%2011.6029996%2C2.75203746%20C11.6789466%2C2.6977324%2011.7454478%2C2.51356264%2011.8041575%2C2.22227219%20C12.9620767%2C3.32541225%2014.5981827%2C6.103967%2012.224761%2C7.20565711%20C10.2058957%2C5.56935084%207.79363343%2C4.38036279%205.12021941%2C3.4883214%20Z%22%20fill%3D%22%231DB954%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.8797805%2C3.4883214%20C19.4433722%2C5.22813841%2017.4457254%2C6.6355134%2016.3512827%2C7.83419244%20C16.9117651%2C10.0401726%2019.8356713%2C10.1408451%2020.9047728%2C10.0789601%20C20.6858658%2C9.97889894%2020.5032186%2C9.85905637%2020.4384516%2C9.67490216%20C20.7067227%2C9.48767619%2021.657945%2C9.65517589%2022.3220234%2C9.28880191%20C22.066923%2C9.23690293%2021.9475974%2C9.18634292%2021.8282718%2C9.00147155%20C22.4556823%2C8.80496378%2023.1315026%2C8.63562153%2023.5289729%2C8.31008324%20C23.314474%2C8.31268566%2023.1142047%2C8.35720498%2022.8340628%2C8.16641806%20C23.3960291%2C7.86901723%2023.9957103%2C7.63334299%2024.4616152%2C7.17872004%20C24.171055%2C7.17173572%2023.8577855%2C7.1758991%2023.7667051%2C7.07097129%20C24.2810684%2C6.75805077%2024.7150366%2C6.41004175%2025.0742333%2C6.02939864%20C24.6676166%2C6.07759909%2024.4959016%2C6.03609243%2024.3976103%2C5.96654516%20C24.7864152%2C5.57547696%2025.2784919%2C5.24525729%2025.5131239%2C4.76334962%20C25.2112149%2C4.86553367%2024.934996%2C4.90464828%2024.7359218%2C4.75437052%20C24.8680407%2C4.46167476%2025.4341212%2C4.28903254%2025.76%2C3.60504931%20C25.4421727%2C3.63531376%2025.1050821%2C3.67314479%2025.0376589%2C3.60504931%20C25.1854528%2C3.01460904%2025.4385849%2C2.6827772%2025.6868513%2C2.33900015%20C25.0066245%2C2.32908069%2023.9760353%2C2.34160009%2024.0227245%2C2.28512572%20L24.443328%2C1.8631093%20C23.7789016%2C1.68743377%2023.0990293%2C1.89132691%2022.6054739%2C2.04269074%20C22.3838642%2C1.87096653%2022.6093985%2C1.65381821%2022.8797805%2C1.43211387%20C22.31512%2C1.50614615%2021.8048827%2C1.63362232%2021.3436634%2C1.80923487%20C21.0972461%2C1.59074412%2021.5036751%2C1.37225337%2021.7002621%2C1.15376262%20C20.8278871%2C1.31629328%2020.4583%2C1.5446565%2020.0909963%2C1.7733186%20C19.8245024%2C1.52247288%2020.0757401%2C1.30928775%2020.2555804%2C1.09090909%20C19.5978278%2C1.33014567%2019.2590242%2C1.6389849%2018.9023346%2C1.94392094%20C18.7814017%2C1.78365077%2018.5950985%2C1.66617645%2018.8200425%2C1.27946964%20C18.353031%2C1.54382045%2018.0012815%2C1.85533322%2017.7411028%2C2.20431403%20C17.4521534%2C2.02363728%2017.5689544%2C1.77655201%2017.5673754%2C1.54884178%20C17.0820312%2C1.93654898%2016.7740224%2C2.34913405%2016.3970003%2C2.75203746%20C16.3210534%2C2.6977324%2016.2545522%2C2.51356264%2016.1958424%2C2.22227219%20C15.0379233%2C3.32541225%2013.4018173%2C6.103967%2015.775239%2C7.20565711%20C17.7941042%2C5.56935084%2020.2063665%2C4.38036279%2022.8797805%2C3.4883214%20L22.8797805%2C3.4883214%20Z%22%20fill%3D%22%231DB954%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.92%2C26.1818182%20C17.92%2C27.9892955%2015.9142357%2C29.4545455%2013.44%2C29.4545455%20C10.9657643%2C29.4545455%208.96%2C27.9892955%208.96%2C26.1818182%20C8.96%2C24.3743408%2010.9657643%2C22.9090909%2013.44%2C22.9090909%20C15.9142357%2C22.9090909%2017.92%2C24.3743408%2017.92%2C26.1818182%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.1238852%2C18.863741%20C14.1448996%2C20.8585794%2012.2712505%2C22.4556166%209.93897286%2C22.4308233%20C7.60669524%2C22.4060301%205.69897512%2C20.7687952%205.67796074%2C18.7739568%20C5.65694635%2C16.7791184%207.53059541%2C15.1820812%209.86287304%2C15.2068744%20C12.1951507%2C15.2316676%2014.1028708%2C16.8689026%2014.1238852%2C18.863741%20Z%22%20fill%3D%22%23BC1142%22%20transform%3D%22translate%289.900923%2C%2018.818849%29%20rotate%28-56.610902%29%20translate%28-9.900923%2C%20-18.818849%29%20%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.0838852%2C18.863741%20C23.1048996%2C20.8585794%2021.2312505%2C22.4556166%2018.8989729%2C22.4308233%20C16.5666952%2C22.4060301%2014.6589751%2C20.7687952%2014.6379607%2C18.7739568%20C14.6169464%2C16.7791184%2016.4905954%2C15.1820812%2018.822873%2C15.2068744%20C21.1551507%2C15.2316676%2023.0628708%2C16.8689026%2023.0838852%2C18.863741%20Z%22%20fill%3D%22%23BC1142%22%20transform%3D%22translate%2818.860923%2C%2018.818849%29%20scale%28-1%2C%201%29%20rotate%28-56.610902%29%20translate%28-18.860923%2C%20-18.818849%29%20%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.48427167%2C17.4747518%20C5.45932226%2C17.0142164%204.15094853%2C24.5849312%202.54413594%2C23.9637324%20C0.776680231%2C22.7264702%200.207377106%2C19.103199%203.48427167%2C17.4747518%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M24.5157285%2C17.4747518%20C22.5406778%2C17.0142164%2023.8490512%2C24.5849312%2025.4558641%2C23.9637324%20C27.2233198%2C22.7264702%2027.7926228%2C19.103199%2024.5157285%2C17.4747518%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.7791505%2C11.0157241%20C22.0360409%2C10.3819014%2024.7459021%2C12.6120471%2024.6368174%2C16.6823022%20C24.5296832%2C18.2427128%2017.579365%2C11.2480367%2018.7791505%2C11.0157241%20L18.7791505%2C11.0157241%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.22084954%2C11.0157241%20C5.9639591%2C10.3819014%203.2540979%2C12.6120471%203.36318259%2C16.6823022%20C3.47031682%2C18.2427128%2010.420635%2C11.2480367%209.22084954%2C11.0157241%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.5625965%2C9.81958261%20C11.7876156%2C9.76299596%2010.0840881%2C11.4342165%2010.08%2C12.403562%20C10.0750614%2C13.5813925%2011.4833911%2C14.7873075%2013.5746977%2C14.8179183%20C15.7103516%2C14.8366674%2017.0730907%2C13.8526195%2017.08%2C12.6371214%20C17.0877785%2C11.2599893%2015.137629%2C9.7983078%2013.5625965%2C9.81958261%20L13.5625965%2C9.81958261%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.7031879%2C30.5520813%20C16.5528951%2C30.470263%2019.0348302%2C31.1558945%2019.0396936%2C32.0654027%20C19.0703943%2C32.9486061%2016.788775%2C34.9440493%2014.5804562%2C34.9054709%20C12.2934683%2C35.0054519%2010.0509165%2C33.0069042%2010.0803088%2C32.3141676%20C10.0460803%2C31.2984866%2012.8650432%2C30.5054754%2014.7031879%2C30.5520813%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.81610821%2C27.0156822%20C8.89962061%2C28.3527324%209.39352961%2C30.7017825%208.48930588%2C31.3942245%20C7.63385792%2C31.9228254%205.55643533%2C31.7051357%204.07986189%2C29.5324825%20C3.08404143%2C27.7093513%203.2123862%2C25.8541226%203.9115625%2C25.3090851%20C4.95715627%2C24.6567012%206.57266683%2C25.5378732%207.81610821%2C27.0156822%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.3583286%2C26.9558359%20C19.2220059%2C28.2362764%2018.5892369%2C30.5716633%2019.418213%2C31.3239686%20C20.2108194%2C31.9083207%2022.3385205%2C31.826638%2023.9101941%2C29.7286836%20C25.0514421%2C28.3196393%2024.6690472%2C25.9664714%2024.0171532%2C25.3417876%20C23.0487848%2C24.6212164%2021.6586403%2C25.5433867%2020.3583286%2C26.9558359%20L20.3583286%2C26.9558359%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E') !important;
}
/* Main Drawer Mobile */
.adminDrawerLogo img {
content: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22142px%22%20height%3D%2239px%22%20viewBox%3D%220%200%20142%2039%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2058%20%2884663%29%20-%20https%3A//sketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Espotipi%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C-2.84217094e-14%20L0%2C43%20L32%2C43%20L32%2C-2.84217094e-14%20L0%2C-2.84217094e-14%20Z%20M21.8192836%2C30.4157742%20C21.5919885%2C30.7882482%2021.1040618%2C30.9063498%2020.7312979%2C30.6777173%20C17.7519145%2C28.8592564%2014.0012431%2C28.4474152%209.58414271%2C29.4558206%20C9.15849485%2C29.5527244%208.73421077%2C29.2862389%208.63723155%2C28.8607706%20C8.53979774%2C28.4353022%208.80542988%2C28.011348%209.23213845%2C27.9144441%20C14.0659464%2C26.8104976%2018.2122627%2C27.2860834%2021.5571366%2C29.3286343%20C21.9299005%2C29.5572668%2022.0480939%2C30.0433001%2021.8192836%2C30.4157742%20L21.8192836%2C30.4157742%20Z%20M23.3724664%2C26.9628183%20C23.0860746%2C27.4284109%2022.4769239%2C27.5752807%2022.0117267%2C27.2891116%20C18.6007857%2C25.1937178%2013.4013357%2C24.587009%209.36684865%2C25.8107226%20C8.84361545%2C25.9686456%208.29098542%2C25.6739974%208.13218195%2C25.1520794%20C7.97459072%2C24.629253%208.26961969%2C24.0781125%208.79194371%2C23.9191296%20C13.4004265%2C22.5218976%2019.1296255%2C23.1987103%2023.0466768%2C25.6038935%20C23.511874%2C25.8900626%2023.6588581%2C26.4987398%2023.3724664%2C26.9629697%20L23.3724664%2C26.9628183%20Z%20M23.5058128%2C23.3676863%20C19.4160173%2C20.9403969%2012.668385%2C20.7172152%208.76360759%2C21.9014103%20C8.13657632%2C22.0914326%207.47348091%2C21.7377337%207.28346225%2C21.1111899%20C7.09344359%2C20.4843432%207.44711468%2C19.8222175%208.07460054%2C19.631741%20C12.5570104%2C18.2720591%2020.0084997%2C18.5347594%2024.7171439%2C21.3278608%20C25.2823509%2C21.6623304%2025.4672175%2C22.390169%2025.1323362%2C22.9529682%20C24.7989701%2C23.5165245%2024.0685953%2C23.7023073%2023.5064189%2C23.3676863%20L23.5058128%2C23.3676863%20Z%22%20id%3D%22path-1%22%3E%3C/path%3E%0A%20%20%20%20%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22spotipi%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M49.105%2C24.79%20L49.105%2C24.73%20C49.105%2C21.07%2046.705%2C19.54%2042.445%2C18.43%20L41.864964%2C18.2792027%20C38.8103421%2C17.4716024%2037.9642503%2C17.0015136%2037.9171226%2C15.7828774%20L37.915%2C15.61%20C37.915%2C14.59%2038.845%2C13.78%2040.615%2C13.78%20C42.385%2C13.78%2044.215%2C14.56%2046.075%2C15.85%20L48.475%2C12.37%20C46.345%2C10.66%2043.735%2C9.7%2040.675%2C9.7%20C36.474375%2C9.7%2033.4530339%2C12.1160938%2033.3289678%2C15.7935658%20L33.325%2C16.09%20C33.325%2C20.0786957%2035.8227694%2C21.3225898%2039.7418686%2C22.3683809%20L40.285%2C22.51%20C43.6947143%2C23.3842857%2044.4715796%2C23.9754694%2044.5131885%2C25.0810899%20L44.515%2C25.24%20C44.515%2C26.47%2043.375%2C27.22%2041.485%2C27.22%20C39.085%2C27.22%2037.105%2C26.23%2035.215%2C24.67%20L32.485%2C27.94%20C35.005%2C30.19%2038.215%2C31.3%2041.395%2C31.3%20C45.925%2C31.3%2049.105%2C28.96%2049.105%2C24.79%20Z%20M69.535%2C22.99%20L69.535%2C22.93%20C69.535%2C17.56%2065.965%2C14.62%2062.215%2C14.62%20C59.845%2C14.62%2058.315%2C15.73%2057.205%2C17.23%20L57.205%2C14.92%20L52.645%2C14.92%20L52.645%2C35.8%20L57.205%2C35.8%20L57.205%2C28.9%20C58.285%2C30.19%2059.785%2C31.3%2062.215%2C31.3%20C66.025%2C31.3%2069.535%2C28.36%2069.535%2C22.99%20Z%20M64.975%2C22.99%20C64.975%2C25.69%2063.175%2C27.43%2061.045%2C27.43%20C58.9795455%2C27.43%2057.2526033%2C25.7656474%2057.1498368%2C23.2302237%20L57.145%2C22.93%20C57.145%2C20.26%2058.915%2C18.49%2061.045%2C18.49%20C63.1104545%2C18.49%2064.8656061%2C20.1543526%2064.9700822%2C22.6897763%20L64.975%2C22.99%20Z%20M89.515%2C22.99%20L89.515%2C22.93%20C89.515%2C18.31%2085.825%2C14.62%2080.845%2C14.62%20C75.9260909%2C14.62%2072.2506992%2C18.234876%2072.1186747%2C22.7388801%20L72.115%2C23.05%20C72.115%2C27.67%2075.805%2C31.36%2080.785%2C31.36%20C85.795%2C31.36%2089.515%2C27.61%2089.515%2C22.99%20Z%20M85.015%2C23.05%20C85.015%2C25.42%2083.455%2C27.43%2080.845%2C27.43%20C78.3991176%2C27.43%2076.7162889%2C25.479974%2076.6194148%2C23.1982941%20L76.615%2C22.93%20C76.615%2C20.56%2078.175%2C18.55%2080.785%2C18.55%20C83.2308824%2C18.55%2084.9137111%2C20.500026%2085.0105852%2C22.7817059%20L85.015%2C23.05%20Z%20M101.845%2C30.34%20L101.845%2C26.68%20C101.185%2C27.04%20100.435%2C27.25%2099.595%2C27.25%20C98.575%2C27.25%2098.125%2C26.74%2098.125%2C25.69%20L98.125%2C18.82%20L101.905%2C18.82%20L101.905%2C14.92%20L98.125%2C14.92%20L98.125%2C10.81%20L93.565%2C10.81%20L93.565%2C14.92%20L91.645%2C14.92%20L91.645%2C18.82%20L93.565%2C18.82%20L93.565%2C26.44%20C93.565%2C30.16%2095.455%2C31.27%2098.245%2C31.27%20C99.775%2C31.27%20100.885%2C30.91%20101.845%2C30.34%20Z%20M109.809113%2C12.8090272%20C110.823629%2C11.7945535%20110.823629%2C9.7656061%20109.809113%2C8.75113239%20C108.794596%2C7.73665869%20106.739549%2C7.76267083%20105.751046%2C8.75113239%20C104.762543%2C9.73959395%20104.736843%2C11.7948669%20105.751046%2C12.8090272%20C106.765876%2C13.8238143%20108.794596%2C13.8235009%20109.809113%2C12.8090272%20Z%20M110.035%2C31%20L110.035%2C14.92%20L105.475%2C14.92%20L105.475%2C31%20L110.035%2C31%20Z%20M131.215%2C22.99%20L131.215%2C22.93%20C131.215%2C17.56%20127.645%2C14.62%20123.895%2C14.62%20C121.525%2C14.62%20119.995%2C15.73%20118.885%2C17.23%20L118.885%2C14.92%20L114.325%2C14.92%20L114.325%2C35.8%20L118.885%2C35.8%20L118.885%2C28.9%20C119.965%2C30.19%20121.465%2C31.3%20123.895%2C31.3%20C127.705%2C31.3%20131.215%2C28.36%20131.215%2C22.99%20Z%20M126.655%2C22.99%20C126.655%2C25.69%20124.855%2C27.43%20122.725%2C27.43%20C120.659545%2C27.43%20118.932603%2C25.7656474%20118.829837%2C23.2302237%20L118.825%2C22.93%20C118.825%2C20.26%20120.595%2C18.49%20122.725%2C18.49%20C124.790455%2C18.49%20126.545606%2C20.1543526%20126.650082%2C22.6897763%20L126.655%2C22.99%20Z%20M138.810455%2C12.809375%20C139.823182%2C11.796875%20139.823182%2C9.771875%20138.810455%2C8.759375%20C137.797727%2C7.746875%20135.772273%2C7.746875%20134.759545%2C8.759375%20C133.746818%2C9.771875%20133.746818%2C11.796875%20134.759545%2C12.809375%20C135.772273%2C13.821875%20137.797727%2C13.821875%20138.810455%2C12.809375%20Z%20M139.345%2C31%20L134.785%2C31%20L134.785%2C14.92%20L139.345%2C14.92%20L139.345%2C31%20Z%22%20id%3D%22Spotipi%22%20fill%3D%22%231DB954%22%20fill-rule%3D%22nonzero%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28-1.000000%2C%20-2.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C/use%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/mask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Shape%22%20fill-rule%3D%22nonzero%22%3E%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Raspberry_Pi_Logo%22%20mask%3D%22url%28%23mask-2%29%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%282.000000%2C%203.000000%29%22%20id%3D%22Path%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.57943404%2C0.000398175026%20C7.39861591%2C0.00604764874%207.20388158%2C0.073296954%206.98304346%2C0.248746423%20C6.44213482%2C0.0386852812%205.91755441%2C-0.0342920538%205.44835252%2C0.393354263%20C4.72424768%2C0.298755194%204.48861763%2C0.493988443%204.31021449%2C0.721865552%20C4.15121628%2C0.718552649%203.12023865%2C0.557285734%202.64750254%2C1.2672886%20C1.4593852%2C1.12577809%201.08393366%2C1.97085604%201.5093645%2C2.75894991%20C1.26671604%2C3.13714116%201.01529066%2C3.51077115%201.5827424%2C4.23174933%20C1.38200515%2C4.63330714%201.50643283%2C5.06891706%201.97929529%2C5.59609287%20C1.85450381%2C6.16057146%202.09980126%2C6.5588471%202.53977754%2C6.86927059%20C2.45748988%2C7.64173097%203.24338128%2C8.09088895%203.4780779%2C8.25090419%20C3.56818855%2C8.70100829%203.75599765%2C9.12572882%204.6536855%2C9.36061219%20C4.80172675%2C10.0313964%205.34123004%2C10.1472316%205.8636402%2C10.2879886%20C4.13694627%2C11.2984599%202.65621196%2C12.6280029%202.66623732%2C15.8899705%20L2.41331776%2C16.3442278%20C0.433382574%2C17.5565339%20-1.34789202%2C21.452846%201.43754783%2C24.619883%20C1.6194936%2C25.6111826%201.92463164%2C26.3231853%202.19630652%2C27.1112246%20C2.60266815%2C30.2865904%205.25470382%2C31.7734623%205.95419165%2C31.9492999%20C6.97918559%2C32.735369%208.07088135%2C33.4812236%209.54814743%2C34.0036744%20C10.9407738%2C35.4497256%2012.4494848%2C36.0008419%2013.9664336%2C36%20C13.9886731%2C36%2014.0113237%2C36%2014.0335666%2C36%20C15.550516%2C36.0008419%2017.0592265%2C35.4497256%2018.4518528%2C34.0036744%20C19.9291189%2C33.4812236%2021.0208147%2C32.735369%2022.0458086%2C31.9492999%20C22.7452964%2C31.7734623%2025.3973323%2C30.2865904%2025.8036937%2C27.1112246%20C26.0753686%2C26.3231853%2026.3805062%2C25.6111826%2026.5624524%2C24.619883%20C29.3478919%2C21.452846%2027.5666173%2C17.5565339%2025.5866825%2C16.3442278%20L25.3337629%2C15.8899705%20C25.3437883%2C12.6280029%2023.863054%2C11.2984599%2022.1363601%2C10.2879886%20C22.6587702%2C10.1472316%2023.1982735%2C10.0313964%2023.3463148%2C9.36061219%20C24.2440026%2C9.12572882%2024.4318121%2C8.70100829%2024.5219224%2C8.25090419%20C24.7566192%2C8.09088895%2025.5425104%2C7.64173097%2025.4602227%2C6.86927059%20C25.9001993%2C6.5588471%2026.1454966%2C6.16057146%2026.020705%2C5.59609287%20C26.4935679%2C5.06891706%2026.6179948%2C4.63330709%2026.4172579%2C4.23174933%20C26.9847094%2C3.51077115%2026.7332842%2C3.13714116%2026.4906358%2C2.75894991%20C26.9160667%2C1.97085604%2026.5406152%2C1.12577809%2025.3524977%2C1.2672886%20C24.8797617%2C0.557285734%2023.8487841%2C0.718552649%2023.6897858%2C0.721865552%20C23.5113827%2C0.493988443%2023.2757526%2C0.298755184%2022.5516477%2C0.393354263%20C22.0824458%2C-0.0342920478%2021.5578654%2C0.0386853013%2021.0169568%2C0.248746423%20C20.3745186%2C-0.26165201%2019.9492111%2C0.147480897%2019.4635311%2C0.30218845%20C18.6854706%2C0.0462814631%2018.5076565%2C0.396795064%2018.1255554%2C0.539533927%20C17.2774817%2C0.35905951%2017.0196736%2C0.751970742%2016.6127217%2C1.16669184%20L16.1396684%2C1.1572609%20C14.8601807%2C1.91642012%2014.224535%2C3.46220933%2013.9992195%2C4.25689852%20C13.7737996%2C3.46208459%2013.1395943%2C1.91628648%2011.8603318%2C1.1572609%20L11.3872786%2C1.16669184%20C10.9803266%2C0.751970742%2010.7225185%2C0.359059495%209.87444489%2C0.539533927%20C9.49234376%2C0.396795089%209.31452969%2C0.0462815084%208.53646918%2C0.30218845%20C8.21774157%2C0.20066162%207.92463265%2C-0.0103871857%207.57943404%2C0.000398175026%20Z%22%20fill%3D%22%23000000%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.12021941%2C3.4883214%20C8.5566277%2C5.22813841%2010.5542745%2C6.6355134%2011.6487173%2C7.83419244%20C11.0882348%2C10.0401726%208.16432864%2C10.1408451%207.09522713%2C10.0789601%20C7.3141341%2C9.97889894%207.49678129%2C9.85905637%207.56154831%2C9.67490216%20C7.29327725%2C9.48767619%206.34205491%2C9.65517589%205.67797645%2C9.28880191%20C5.93307694%2C9.23690293%206.05240253%2C9.18634292%206.17172813%2C9.00147155%20C5.54431758%2C8.80496378%204.86849728%2C8.63562153%204.4710272%2C8.31008324%20C4.68552576%2C8.31268566%204.88579522%2C8.35720498%205.16593709%2C8.16641806%20C4.60397054%2C7.86901723%204.00428971%2C7.63334299%203.53838466%2C7.17872004%20C3.82894499%2C7.17173572%204.14221452%2C7.1758991%204.2332948%2C7.07097129%20C3.71893155%2C6.75805077%203.28496319%2C6.41004175%202.92576655%2C6.02939864%20C3.33238315%2C6.07759909%203.50409845%2C6.03609243%203.60238957%2C5.96654516%20C3.21358444%2C5.57547696%202.72150809%2C5.24525729%202.48687594%2C4.76334962%20C2.7887848%2C4.86553367%203.06500377%2C4.90464828%203.26407806%2C4.75437052%20C3.13195943%2C4.46167476%202.56587846%2C4.28903254%202.24%2C3.60504931%20C2.55782728%2C3.63531376%202.89491772%2C3.67314479%202.96234075%2C3.60504931%20C2.81454696%2C3.01460904%202.56141488%2C2.6827772%202.31314844%2C2.33900015%20C2.99337544%2C2.32908069%204.02396474%2C2.34159994%203.97727527%2C2.28512572%20L3.55667178%2C1.8631093%20C4.22109804%2C1.68743377%204.90097056%2C1.89132691%205.39452601%2C2.04269074%20C5.61613567%2C1.87096653%205.39060144%2C1.65381821%205.12021941%2C1.43211387%20C5.68487985%2C1.50614615%206.19511724%2C1.63362232%206.65633647%2C1.80923487%20C6.90275386%2C1.59074412%206.49632484%2C1.37225337%206.29973784%2C1.15376262%20C7.17211277%2C1.31629328%207.5416999%2C1.5446565%207.9090036%2C1.7733186%20C8.17549748%2C1.52247288%207.92425986%2C1.30928775%207.74441954%2C1.09090909%20C8.40217216%2C1.33014567%208.7409757%2C1.6389849%209.09766537%2C1.94392094%20C9.21859822%2C1.78365077%209.40490143%2C1.66617645%209.1799574%2C1.27946964%20C9.64696891%2C1.54382045%209.99871847%2C1.85533322%2010.2588971%2C2.20431403%20C10.5478465%2C2.02363728%2010.4310456%2C1.77655201%2010.4326245%2C1.54884178%20C10.9179687%2C1.93654898%2011.2259776%2C2.34913405%2011.6029996%2C2.75203746%20C11.6789466%2C2.6977324%2011.7454478%2C2.51356264%2011.8041575%2C2.22227219%20C12.9620767%2C3.32541225%2014.5981827%2C6.103967%2012.224761%2C7.20565711%20C10.2058957%2C5.56935084%207.79363343%2C4.38036279%205.12021941%2C3.4883214%20Z%22%20fill%3D%22%231DB954%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.8797805%2C3.4883214%20C19.4433722%2C5.22813841%2017.4457254%2C6.6355134%2016.3512827%2C7.83419244%20C16.9117651%2C10.0401726%2019.8356713%2C10.1408451%2020.9047728%2C10.0789601%20C20.6858658%2C9.97889894%2020.5032186%2C9.85905637%2020.4384516%2C9.67490216%20C20.7067227%2C9.48767619%2021.657945%2C9.65517589%2022.3220234%2C9.28880191%20C22.066923%2C9.23690293%2021.9475974%2C9.18634292%2021.8282718%2C9.00147155%20C22.4556823%2C8.80496378%2023.1315026%2C8.63562153%2023.5289729%2C8.31008324%20C23.314474%2C8.31268566%2023.1142047%2C8.35720498%2022.8340628%2C8.16641806%20C23.3960291%2C7.86901723%2023.9957103%2C7.63334299%2024.4616152%2C7.17872004%20C24.171055%2C7.17173572%2023.8577855%2C7.1758991%2023.7667051%2C7.07097129%20C24.2810684%2C6.75805077%2024.7150366%2C6.41004175%2025.0742333%2C6.02939864%20C24.6676166%2C6.07759909%2024.4959016%2C6.03609243%2024.3976103%2C5.96654516%20C24.7864152%2C5.57547696%2025.2784919%2C5.24525729%2025.5131239%2C4.76334962%20C25.2112149%2C4.86553367%2024.934996%2C4.90464828%2024.7359218%2C4.75437052%20C24.8680407%2C4.46167476%2025.4341212%2C4.28903254%2025.76%2C3.60504931%20C25.4421727%2C3.63531376%2025.1050821%2C3.67314479%2025.0376589%2C3.60504931%20C25.1854528%2C3.01460904%2025.4385849%2C2.6827772%2025.6868513%2C2.33900015%20C25.0066245%2C2.32908069%2023.9760353%2C2.34160009%2024.0227245%2C2.28512572%20L24.443328%2C1.8631093%20C23.7789016%2C1.68743377%2023.0990293%2C1.89132691%2022.6054739%2C2.04269074%20C22.3838642%2C1.87096653%2022.6093985%2C1.65381821%2022.8797805%2C1.43211387%20C22.31512%2C1.50614615%2021.8048827%2C1.63362232%2021.3436634%2C1.80923487%20C21.0972461%2C1.59074412%2021.5036751%2C1.37225337%2021.7002621%2C1.15376262%20C20.8278871%2C1.31629328%2020.4583%2C1.5446565%2020.0909963%2C1.7733186%20C19.8245024%2C1.52247288%2020.0757401%2C1.30928775%2020.2555804%2C1.09090909%20C19.5978278%2C1.33014567%2019.2590242%2C1.6389849%2018.9023346%2C1.94392094%20C18.7814017%2C1.78365077%2018.5950985%2C1.66617645%2018.8200425%2C1.27946964%20C18.353031%2C1.54382045%2018.0012815%2C1.85533322%2017.7411028%2C2.20431403%20C17.4521534%2C2.02363728%2017.5689544%2C1.77655201%2017.5673754%2C1.54884178%20C17.0820312%2C1.93654898%2016.7740224%2C2.34913405%2016.3970003%2C2.75203746%20C16.3210534%2C2.6977324%2016.2545522%2C2.51356264%2016.1958424%2C2.22227219%20C15.0379233%2C3.32541225%2013.4018173%2C6.103967%2015.775239%2C7.20565711%20C17.7941042%2C5.56935084%2020.2063665%2C4.38036279%2022.8797805%2C3.4883214%20L22.8797805%2C3.4883214%20Z%22%20fill%3D%22%231DB954%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.92%2C26.1818182%20C17.92%2C27.9892955%2015.9142357%2C29.4545455%2013.44%2C29.4545455%20C10.9657643%2C29.4545455%208.96%2C27.9892955%208.96%2C26.1818182%20C8.96%2C24.3743408%2010.9657643%2C22.9090909%2013.44%2C22.9090909%20C15.9142357%2C22.9090909%2017.92%2C24.3743408%2017.92%2C26.1818182%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.1238852%2C18.863741%20C14.1448996%2C20.8585794%2012.2712505%2C22.4556166%209.93897286%2C22.4308233%20C7.60669524%2C22.4060301%205.69897512%2C20.7687952%205.67796074%2C18.7739568%20C5.65694635%2C16.7791184%207.53059541%2C15.1820812%209.86287304%2C15.2068744%20C12.1951507%2C15.2316676%2014.1028708%2C16.8689026%2014.1238852%2C18.863741%20Z%22%20fill%3D%22%23BC1142%22%20transform%3D%22translate%289.900923%2C%2018.818849%29%20rotate%28-56.610902%29%20translate%28-9.900923%2C%20-18.818849%29%20%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.0838852%2C18.863741%20C23.1048996%2C20.8585794%2021.2312505%2C22.4556166%2018.8989729%2C22.4308233%20C16.5666952%2C22.4060301%2014.6589751%2C20.7687952%2014.6379607%2C18.7739568%20C14.6169464%2C16.7791184%2016.4905954%2C15.1820812%2018.822873%2C15.2068744%20C21.1551507%2C15.2316676%2023.0628708%2C16.8689026%2023.0838852%2C18.863741%20Z%22%20fill%3D%22%23BC1142%22%20transform%3D%22translate%2818.860923%2C%2018.818849%29%20scale%28-1%2C%201%29%20rotate%28-56.610902%29%20translate%28-18.860923%2C%20-18.818849%29%20%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.48427167%2C17.4747518%20C5.45932226%2C17.0142164%204.15094853%2C24.5849312%202.54413594%2C23.9637324%20C0.776680231%2C22.7264702%200.207377106%2C19.103199%203.48427167%2C17.4747518%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M24.5157285%2C17.4747518%20C22.5406778%2C17.0142164%2023.8490512%2C24.5849312%2025.4558641%2C23.9637324%20C27.2233198%2C22.7264702%2027.7926228%2C19.103199%2024.5157285%2C17.4747518%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.7791505%2C11.0157241%20C22.0360409%2C10.3819014%2024.7459021%2C12.6120471%2024.6368174%2C16.6823022%20C24.5296832%2C18.2427128%2017.579365%2C11.2480367%2018.7791505%2C11.0157241%20L18.7791505%2C11.0157241%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.22084954%2C11.0157241%20C5.9639591%2C10.3819014%203.2540979%2C12.6120471%203.36318259%2C16.6823022%20C3.47031682%2C18.2427128%2010.420635%2C11.2480367%209.22084954%2C11.0157241%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.5625965%2C9.81958261%20C11.7876156%2C9.76299596%2010.0840881%2C11.4342165%2010.08%2C12.403562%20C10.0750614%2C13.5813925%2011.4833911%2C14.7873075%2013.5746977%2C14.8179183%20C15.7103516%2C14.8366674%2017.0730907%2C13.8526195%2017.08%2C12.6371214%20C17.0877785%2C11.2599893%2015.137629%2C9.7983078%2013.5625965%2C9.81958261%20L13.5625965%2C9.81958261%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.7031879%2C30.5520813%20C16.5528951%2C30.470263%2019.0348302%2C31.1558945%2019.0396936%2C32.0654027%20C19.0703943%2C32.9486061%2016.788775%2C34.9440493%2014.5804562%2C34.9054709%20C12.2934683%2C35.0054519%2010.0509165%2C33.0069042%2010.0803088%2C32.3141676%20C10.0460803%2C31.2984866%2012.8650432%2C30.5054754%2014.7031879%2C30.5520813%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.81610821%2C27.0156822%20C8.89962061%2C28.3527324%209.39352961%2C30.7017825%208.48930588%2C31.3942245%20C7.63385792%2C31.9228254%205.55643533%2C31.7051357%204.07986189%2C29.5324825%20C3.08404143%2C27.7093513%203.2123862%2C25.8541226%203.9115625%2C25.3090851%20C4.95715627%2C24.6567012%206.57266683%2C25.5378732%207.81610821%2C27.0156822%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.3583286%2C26.9558359%20C19.2220059%2C28.2362764%2018.5892369%2C30.5716633%2019.418213%2C31.3239686%20C20.2108194%2C31.9083207%2022.3385205%2C31.826638%2023.9101941%2C29.7286836%20C25.0514421%2C28.3196393%2024.6690472%2C25.9664714%2024.0171532%2C25.3417876%20C23.0487848%2C24.6212164%2021.6586403%2C25.5433867%2020.3583286%2C26.9558359%20L20.3583286%2C26.9558359%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E') !important;
}
/* Home Page */
.pageTitleWithLogo {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22142px%22%20height%3D%2239px%22%20viewBox%3D%220%200%20142%2039%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2058%20%2884663%29%20-%20https%3A//sketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Espotipi%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C-2.84217094e-14%20L0%2C43%20L32%2C43%20L32%2C-2.84217094e-14%20L0%2C-2.84217094e-14%20Z%20M21.8192836%2C30.4157742%20C21.5919885%2C30.7882482%2021.1040618%2C30.9063498%2020.7312979%2C30.6777173%20C17.7519145%2C28.8592564%2014.0012431%2C28.4474152%209.58414271%2C29.4558206%20C9.15849485%2C29.5527244%208.73421077%2C29.2862389%208.63723155%2C28.8607706%20C8.53979774%2C28.4353022%208.80542988%2C28.011348%209.23213845%2C27.9144441%20C14.0659464%2C26.8104976%2018.2122627%2C27.2860834%2021.5571366%2C29.3286343%20C21.9299005%2C29.5572668%2022.0480939%2C30.0433001%2021.8192836%2C30.4157742%20L21.8192836%2C30.4157742%20Z%20M23.3724664%2C26.9628183%20C23.0860746%2C27.4284109%2022.4769239%2C27.5752807%2022.0117267%2C27.2891116%20C18.6007857%2C25.1937178%2013.4013357%2C24.587009%209.36684865%2C25.8107226%20C8.84361545%2C25.9686456%208.29098542%2C25.6739974%208.13218195%2C25.1520794%20C7.97459072%2C24.629253%208.26961969%2C24.0781125%208.79194371%2C23.9191296%20C13.4004265%2C22.5218976%2019.1296255%2C23.1987103%2023.0466768%2C25.6038935%20C23.511874%2C25.8900626%2023.6588581%2C26.4987398%2023.3724664%2C26.9629697%20L23.3724664%2C26.9628183%20Z%20M23.5058128%2C23.3676863%20C19.4160173%2C20.9403969%2012.668385%2C20.7172152%208.76360759%2C21.9014103%20C8.13657632%2C22.0914326%207.47348091%2C21.7377337%207.28346225%2C21.1111899%20C7.09344359%2C20.4843432%207.44711468%2C19.8222175%208.07460054%2C19.631741%20C12.5570104%2C18.2720591%2020.0084997%2C18.5347594%2024.7171439%2C21.3278608%20C25.2823509%2C21.6623304%2025.4672175%2C22.390169%2025.1323362%2C22.9529682%20C24.7989701%2C23.5165245%2024.0685953%2C23.7023073%2023.5064189%2C23.3676863%20L23.5058128%2C23.3676863%20Z%22%20id%3D%22path-1%22%3E%3C/path%3E%0A%20%20%20%20%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22spotipi%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M49.105%2C24.79%20L49.105%2C24.73%20C49.105%2C21.07%2046.705%2C19.54%2042.445%2C18.43%20L41.864964%2C18.2792027%20C38.8103421%2C17.4716024%2037.9642503%2C17.0015136%2037.9171226%2C15.7828774%20L37.915%2C15.61%20C37.915%2C14.59%2038.845%2C13.78%2040.615%2C13.78%20C42.385%2C13.78%2044.215%2C14.56%2046.075%2C15.85%20L48.475%2C12.37%20C46.345%2C10.66%2043.735%2C9.7%2040.675%2C9.7%20C36.474375%2C9.7%2033.4530339%2C12.1160938%2033.3289678%2C15.7935658%20L33.325%2C16.09%20C33.325%2C20.0786957%2035.8227694%2C21.3225898%2039.7418686%2C22.3683809%20L40.285%2C22.51%20C43.6947143%2C23.3842857%2044.4715796%2C23.9754694%2044.5131885%2C25.0810899%20L44.515%2C25.24%20C44.515%2C26.47%2043.375%2C27.22%2041.485%2C27.22%20C39.085%2C27.22%2037.105%2C26.23%2035.215%2C24.67%20L32.485%2C27.94%20C35.005%2C30.19%2038.215%2C31.3%2041.395%2C31.3%20C45.925%2C31.3%2049.105%2C28.96%2049.105%2C24.79%20Z%20M69.535%2C22.99%20L69.535%2C22.93%20C69.535%2C17.56%2065.965%2C14.62%2062.215%2C14.62%20C59.845%2C14.62%2058.315%2C15.73%2057.205%2C17.23%20L57.205%2C14.92%20L52.645%2C14.92%20L52.645%2C35.8%20L57.205%2C35.8%20L57.205%2C28.9%20C58.285%2C30.19%2059.785%2C31.3%2062.215%2C31.3%20C66.025%2C31.3%2069.535%2C28.36%2069.535%2C22.99%20Z%20M64.975%2C22.99%20C64.975%2C25.69%2063.175%2C27.43%2061.045%2C27.43%20C58.9795455%2C27.43%2057.2526033%2C25.7656474%2057.1498368%2C23.2302237%20L57.145%2C22.93%20C57.145%2C20.26%2058.915%2C18.49%2061.045%2C18.49%20C63.1104545%2C18.49%2064.8656061%2C20.1543526%2064.9700822%2C22.6897763%20L64.975%2C22.99%20Z%20M89.515%2C22.99%20L89.515%2C22.93%20C89.515%2C18.31%2085.825%2C14.62%2080.845%2C14.62%20C75.9260909%2C14.62%2072.2506992%2C18.234876%2072.1186747%2C22.7388801%20L72.115%2C23.05%20C72.115%2C27.67%2075.805%2C31.36%2080.785%2C31.36%20C85.795%2C31.36%2089.515%2C27.61%2089.515%2C22.99%20Z%20M85.015%2C23.05%20C85.015%2C25.42%2083.455%2C27.43%2080.845%2C27.43%20C78.3991176%2C27.43%2076.7162889%2C25.479974%2076.6194148%2C23.1982941%20L76.615%2C22.93%20C76.615%2C20.56%2078.175%2C18.55%2080.785%2C18.55%20C83.2308824%2C18.55%2084.9137111%2C20.500026%2085.0105852%2C22.7817059%20L85.015%2C23.05%20Z%20M101.845%2C30.34%20L101.845%2C26.68%20C101.185%2C27.04%20100.435%2C27.25%2099.595%2C27.25%20C98.575%2C27.25%2098.125%2C26.74%2098.125%2C25.69%20L98.125%2C18.82%20L101.905%2C18.82%20L101.905%2C14.92%20L98.125%2C14.92%20L98.125%2C10.81%20L93.565%2C10.81%20L93.565%2C14.92%20L91.645%2C14.92%20L91.645%2C18.82%20L93.565%2C18.82%20L93.565%2C26.44%20C93.565%2C30.16%2095.455%2C31.27%2098.245%2C31.27%20C99.775%2C31.27%20100.885%2C30.91%20101.845%2C30.34%20Z%20M109.809113%2C12.8090272%20C110.823629%2C11.7945535%20110.823629%2C9.7656061%20109.809113%2C8.75113239%20C108.794596%2C7.73665869%20106.739549%2C7.76267083%20105.751046%2C8.75113239%20C104.762543%2C9.73959395%20104.736843%2C11.7948669%20105.751046%2C12.8090272%20C106.765876%2C13.8238143%20108.794596%2C13.8235009%20109.809113%2C12.8090272%20Z%20M110.035%2C31%20L110.035%2C14.92%20L105.475%2C14.92%20L105.475%2C31%20L110.035%2C31%20Z%20M131.215%2C22.99%20L131.215%2C22.93%20C131.215%2C17.56%20127.645%2C14.62%20123.895%2C14.62%20C121.525%2C14.62%20119.995%2C15.73%20118.885%2C17.23%20L118.885%2C14.92%20L114.325%2C14.92%20L114.325%2C35.8%20L118.885%2C35.8%20L118.885%2C28.9%20C119.965%2C30.19%20121.465%2C31.3%20123.895%2C31.3%20C127.705%2C31.3%20131.215%2C28.36%20131.215%2C22.99%20Z%20M126.655%2C22.99%20C126.655%2C25.69%20124.855%2C27.43%20122.725%2C27.43%20C120.659545%2C27.43%20118.932603%2C25.7656474%20118.829837%2C23.2302237%20L118.825%2C22.93%20C118.825%2C20.26%20120.595%2C18.49%20122.725%2C18.49%20C124.790455%2C18.49%20126.545606%2C20.1543526%20126.650082%2C22.6897763%20L126.655%2C22.99%20Z%20M138.810455%2C12.809375%20C139.823182%2C11.796875%20139.823182%2C9.771875%20138.810455%2C8.759375%20C137.797727%2C7.746875%20135.772273%2C7.746875%20134.759545%2C8.759375%20C133.746818%2C9.771875%20133.746818%2C11.796875%20134.759545%2C12.809375%20C135.772273%2C13.821875%20137.797727%2C13.821875%20138.810455%2C12.809375%20Z%20M139.345%2C31%20L134.785%2C31%20L134.785%2C14.92%20L139.345%2C14.92%20L139.345%2C31%20Z%22%20id%3D%22Spotipi%22%20fill%3D%22%231DB954%22%20fill-rule%3D%22nonzero%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28-1.000000%2C%20-2.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C/use%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/mask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Shape%22%20fill-rule%3D%22nonzero%22%3E%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Raspberry_Pi_Logo%22%20mask%3D%22url%28%23mask-2%29%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%282.000000%2C%203.000000%29%22%20id%3D%22Path%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.57943404%2C0.000398175026%20C7.39861591%2C0.00604764874%207.20388158%2C0.073296954%206.98304346%2C0.248746423%20C6.44213482%2C0.0386852812%205.91755441%2C-0.0342920538%205.44835252%2C0.393354263%20C4.72424768%2C0.298755194%204.48861763%2C0.493988443%204.31021449%2C0.721865552%20C4.15121628%2C0.718552649%203.12023865%2C0.557285734%202.64750254%2C1.2672886%20C1.4593852%2C1.12577809%201.08393366%2C1.97085604%201.5093645%2C2.75894991%20C1.26671604%2C3.13714116%201.01529066%2C3.51077115%201.5827424%2C4.23174933%20C1.38200515%2C4.63330714%201.50643283%2C5.06891706%201.97929529%2C5.59609287%20C1.85450381%2C6.16057146%202.09980126%2C6.5588471%202.53977754%2C6.86927059%20C2.45748988%2C7.64173097%203.24338128%2C8.09088895%203.4780779%2C8.25090419%20C3.56818855%2C8.70100829%203.75599765%2C9.12572882%204.6536855%2C9.36061219%20C4.80172675%2C10.0313964%205.34123004%2C10.1472316%205.8636402%2C10.2879886%20C4.13694627%2C11.2984599%202.65621196%2C12.6280029%202.66623732%2C15.8899705%20L2.41331776%2C16.3442278%20C0.433382574%2C17.5565339%20-1.34789202%2C21.452846%201.43754783%2C24.619883%20C1.6194936%2C25.6111826%201.92463164%2C26.3231853%202.19630652%2C27.1112246%20C2.60266815%2C30.2865904%205.25470382%2C31.7734623%205.95419165%2C31.9492999%20C6.97918559%2C32.735369%208.07088135%2C33.4812236%209.54814743%2C34.0036744%20C10.9407738%2C35.4497256%2012.4494848%2C36.0008419%2013.9664336%2C36%20C13.9886731%2C36%2014.0113237%2C36%2014.0335666%2C36%20C15.550516%2C36.0008419%2017.0592265%2C35.4497256%2018.4518528%2C34.0036744%20C19.9291189%2C33.4812236%2021.0208147%2C32.735369%2022.0458086%2C31.9492999%20C22.7452964%2C31.7734623%2025.3973323%2C30.2865904%2025.8036937%2C27.1112246%20C26.0753686%2C26.3231853%2026.3805062%2C25.6111826%2026.5624524%2C24.619883%20C29.3478919%2C21.452846%2027.5666173%2C17.5565339%2025.5866825%2C16.3442278%20L25.3337629%2C15.8899705%20C25.3437883%2C12.6280029%2023.863054%2C11.2984599%2022.1363601%2C10.2879886%20C22.6587702%2C10.1472316%2023.1982735%2C10.0313964%2023.3463148%2C9.36061219%20C24.2440026%2C9.12572882%2024.4318121%2C8.70100829%2024.5219224%2C8.25090419%20C24.7566192%2C8.09088895%2025.5425104%2C7.64173097%2025.4602227%2C6.86927059%20C25.9001993%2C6.5588471%2026.1454966%2C6.16057146%2026.020705%2C5.59609287%20C26.4935679%2C5.06891706%2026.6179948%2C4.63330709%2026.4172579%2C4.23174933%20C26.9847094%2C3.51077115%2026.7332842%2C3.13714116%2026.4906358%2C2.75894991%20C26.9160667%2C1.97085604%2026.5406152%2C1.12577809%2025.3524977%2C1.2672886%20C24.8797617%2C0.557285734%2023.8487841%2C0.718552649%2023.6897858%2C0.721865552%20C23.5113827%2C0.493988443%2023.2757526%2C0.298755184%2022.5516477%2C0.393354263%20C22.0824458%2C-0.0342920478%2021.5578654%2C0.0386853013%2021.0169568%2C0.248746423%20C20.3745186%2C-0.26165201%2019.9492111%2C0.147480897%2019.4635311%2C0.30218845%20C18.6854706%2C0.0462814631%2018.5076565%2C0.396795064%2018.1255554%2C0.539533927%20C17.2774817%2C0.35905951%2017.0196736%2C0.751970742%2016.6127217%2C1.16669184%20L16.1396684%2C1.1572609%20C14.8601807%2C1.91642012%2014.224535%2C3.46220933%2013.9992195%2C4.25689852%20C13.7737996%2C3.46208459%2013.1395943%2C1.91628648%2011.8603318%2C1.1572609%20L11.3872786%2C1.16669184%20C10.9803266%2C0.751970742%2010.7225185%2C0.359059495%209.87444489%2C0.539533927%20C9.49234376%2C0.396795089%209.31452969%2C0.0462815084%208.53646918%2C0.30218845%20C8.21774157%2C0.20066162%207.92463265%2C-0.0103871857%207.57943404%2C0.000398175026%20Z%22%20fill%3D%22%23000000%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.12021941%2C3.4883214%20C8.5566277%2C5.22813841%2010.5542745%2C6.6355134%2011.6487173%2C7.83419244%20C11.0882348%2C10.0401726%208.16432864%2C10.1408451%207.09522713%2C10.0789601%20C7.3141341%2C9.97889894%207.49678129%2C9.85905637%207.56154831%2C9.67490216%20C7.29327725%2C9.48767619%206.34205491%2C9.65517589%205.67797645%2C9.28880191%20C5.93307694%2C9.23690293%206.05240253%2C9.18634292%206.17172813%2C9.00147155%20C5.54431758%2C8.80496378%204.86849728%2C8.63562153%204.4710272%2C8.31008324%20C4.68552576%2C8.31268566%204.88579522%2C8.35720498%205.16593709%2C8.16641806%20C4.60397054%2C7.86901723%204.00428971%2C7.63334299%203.53838466%2C7.17872004%20C3.82894499%2C7.17173572%204.14221452%2C7.1758991%204.2332948%2C7.07097129%20C3.71893155%2C6.75805077%203.28496319%2C6.41004175%202.92576655%2C6.02939864%20C3.33238315%2C6.07759909%203.50409845%2C6.03609243%203.60238957%2C5.96654516%20C3.21358444%2C5.57547696%202.72150809%2C5.24525729%202.48687594%2C4.76334962%20C2.7887848%2C4.86553367%203.06500377%2C4.90464828%203.26407806%2C4.75437052%20C3.13195943%2C4.46167476%202.56587846%2C4.28903254%202.24%2C3.60504931%20C2.55782728%2C3.63531376%202.89491772%2C3.67314479%202.96234075%2C3.60504931%20C2.81454696%2C3.01460904%202.56141488%2C2.6827772%202.31314844%2C2.33900015%20C2.99337544%2C2.32908069%204.02396474%2C2.34159994%203.97727527%2C2.28512572%20L3.55667178%2C1.8631093%20C4.22109804%2C1.68743377%204.90097056%2C1.89132691%205.39452601%2C2.04269074%20C5.61613567%2C1.87096653%205.39060144%2C1.65381821%205.12021941%2C1.43211387%20C5.68487985%2C1.50614615%206.19511724%2C1.63362232%206.65633647%2C1.80923487%20C6.90275386%2C1.59074412%206.49632484%2C1.37225337%206.29973784%2C1.15376262%20C7.17211277%2C1.31629328%207.5416999%2C1.5446565%207.9090036%2C1.7733186%20C8.17549748%2C1.52247288%207.92425986%2C1.30928775%207.74441954%2C1.09090909%20C8.40217216%2C1.33014567%208.7409757%2C1.6389849%209.09766537%2C1.94392094%20C9.21859822%2C1.78365077%209.40490143%2C1.66617645%209.1799574%2C1.27946964%20C9.64696891%2C1.54382045%209.99871847%2C1.85533322%2010.2588971%2C2.20431403%20C10.5478465%2C2.02363728%2010.4310456%2C1.77655201%2010.4326245%2C1.54884178%20C10.9179687%2C1.93654898%2011.2259776%2C2.34913405%2011.6029996%2C2.75203746%20C11.6789466%2C2.6977324%2011.7454478%2C2.51356264%2011.8041575%2C2.22227219%20C12.9620767%2C3.32541225%2014.5981827%2C6.103967%2012.224761%2C7.20565711%20C10.2058957%2C5.56935084%207.79363343%2C4.38036279%205.12021941%2C3.4883214%20Z%22%20fill%3D%22%231DB954%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.8797805%2C3.4883214%20C19.4433722%2C5.22813841%2017.4457254%2C6.6355134%2016.3512827%2C7.83419244%20C16.9117651%2C10.0401726%2019.8356713%2C10.1408451%2020.9047728%2C10.0789601%20C20.6858658%2C9.97889894%2020.5032186%2C9.85905637%2020.4384516%2C9.67490216%20C20.7067227%2C9.48767619%2021.657945%2C9.65517589%2022.3220234%2C9.28880191%20C22.066923%2C9.23690293%2021.9475974%2C9.18634292%2021.8282718%2C9.00147155%20C22.4556823%2C8.80496378%2023.1315026%2C8.63562153%2023.5289729%2C8.31008324%20C23.314474%2C8.31268566%2023.1142047%2C8.35720498%2022.8340628%2C8.16641806%20C23.3960291%2C7.86901723%2023.9957103%2C7.63334299%2024.4616152%2C7.17872004%20C24.171055%2C7.17173572%2023.8577855%2C7.1758991%2023.7667051%2C7.07097129%20C24.2810684%2C6.75805077%2024.7150366%2C6.41004175%2025.0742333%2C6.02939864%20C24.6676166%2C6.07759909%2024.4959016%2C6.03609243%2024.3976103%2C5.96654516%20C24.7864152%2C5.57547696%2025.2784919%2C5.24525729%2025.5131239%2C4.76334962%20C25.2112149%2C4.86553367%2024.934996%2C4.90464828%2024.7359218%2C4.75437052%20C24.8680407%2C4.46167476%2025.4341212%2C4.28903254%2025.76%2C3.60504931%20C25.4421727%2C3.63531376%2025.1050821%2C3.67314479%2025.0376589%2C3.60504931%20C25.1854528%2C3.01460904%2025.4385849%2C2.6827772%2025.6868513%2C2.33900015%20C25.0066245%2C2.32908069%2023.9760353%2C2.34160009%2024.0227245%2C2.28512572%20L24.443328%2C1.8631093%20C23.7789016%2C1.68743377%2023.0990293%2C1.89132691%2022.6054739%2C2.04269074%20C22.3838642%2C1.87096653%2022.6093985%2C1.65381821%2022.8797805%2C1.43211387%20C22.31512%2C1.50614615%2021.8048827%2C1.63362232%2021.3436634%2C1.80923487%20C21.0972461%2C1.59074412%2021.5036751%2C1.37225337%2021.7002621%2C1.15376262%20C20.8278871%2C1.31629328%2020.4583%2C1.5446565%2020.0909963%2C1.7733186%20C19.8245024%2C1.52247288%2020.0757401%2C1.30928775%2020.2555804%2C1.09090909%20C19.5978278%2C1.33014567%2019.2590242%2C1.6389849%2018.9023346%2C1.94392094%20C18.7814017%2C1.78365077%2018.5950985%2C1.66617645%2018.8200425%2C1.27946964%20C18.353031%2C1.54382045%2018.0012815%2C1.85533322%2017.7411028%2C2.20431403%20C17.4521534%2C2.02363728%2017.5689544%2C1.77655201%2017.5673754%2C1.54884178%20C17.0820312%2C1.93654898%2016.7740224%2C2.34913405%2016.3970003%2C2.75203746%20C16.3210534%2C2.6977324%2016.2545522%2C2.51356264%2016.1958424%2C2.22227219%20C15.0379233%2C3.32541225%2013.4018173%2C6.103967%2015.775239%2C7.20565711%20C17.7941042%2C5.56935084%2020.2063665%2C4.38036279%2022.8797805%2C3.4883214%20L22.8797805%2C3.4883214%20Z%22%20fill%3D%22%231DB954%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.92%2C26.1818182%20C17.92%2C27.9892955%2015.9142357%2C29.4545455%2013.44%2C29.4545455%20C10.9657643%2C29.4545455%208.96%2C27.9892955%208.96%2C26.1818182%20C8.96%2C24.3743408%2010.9657643%2C22.9090909%2013.44%2C22.9090909%20C15.9142357%2C22.9090909%2017.92%2C24.3743408%2017.92%2C26.1818182%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.1238852%2C18.863741%20C14.1448996%2C20.8585794%2012.2712505%2C22.4556166%209.93897286%2C22.4308233%20C7.60669524%2C22.4060301%205.69897512%2C20.7687952%205.67796074%2C18.7739568%20C5.65694635%2C16.7791184%207.53059541%2C15.1820812%209.86287304%2C15.2068744%20C12.1951507%2C15.2316676%2014.1028708%2C16.8689026%2014.1238852%2C18.863741%20Z%22%20fill%3D%22%23BC1142%22%20transform%3D%22translate%289.900923%2C%2018.818849%29%20rotate%28-56.610902%29%20translate%28-9.900923%2C%20-18.818849%29%20%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.0838852%2C18.863741%20C23.1048996%2C20.8585794%2021.2312505%2C22.4556166%2018.8989729%2C22.4308233%20C16.5666952%2C22.4060301%2014.6589751%2C20.7687952%2014.6379607%2C18.7739568%20C14.6169464%2C16.7791184%2016.4905954%2C15.1820812%2018.822873%2C15.2068744%20C21.1551507%2C15.2316676%2023.0628708%2C16.8689026%2023.0838852%2C18.863741%20Z%22%20fill%3D%22%23BC1142%22%20transform%3D%22translate%2818.860923%2C%2018.818849%29%20scale%28-1%2C%201%29%20rotate%28-56.610902%29%20translate%28-18.860923%2C%20-18.818849%29%20%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.48427167%2C17.4747518%20C5.45932226%2C17.0142164%204.15094853%2C24.5849312%202.54413594%2C23.9637324%20C0.776680231%2C22.7264702%200.207377106%2C19.103199%203.48427167%2C17.4747518%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M24.5157285%2C17.4747518%20C22.5406778%2C17.0142164%2023.8490512%2C24.5849312%2025.4558641%2C23.9637324%20C27.2233198%2C22.7264702%2027.7926228%2C19.103199%2024.5157285%2C17.4747518%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.7791505%2C11.0157241%20C22.0360409%2C10.3819014%2024.7459021%2C12.6120471%2024.6368174%2C16.6823022%20C24.5296832%2C18.2427128%2017.579365%2C11.2480367%2018.7791505%2C11.0157241%20L18.7791505%2C11.0157241%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.22084954%2C11.0157241%20C5.9639591%2C10.3819014%203.2540979%2C12.6120471%203.36318259%2C16.6823022%20C3.47031682%2C18.2427128%2010.420635%2C11.2480367%209.22084954%2C11.0157241%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.5625965%2C9.81958261%20C11.7876156%2C9.76299596%2010.0840881%2C11.4342165%2010.08%2C12.403562%20C10.0750614%2C13.5813925%2011.4833911%2C14.7873075%2013.5746977%2C14.8179183%20C15.7103516%2C14.8366674%2017.0730907%2C13.8526195%2017.08%2C12.6371214%20C17.0877785%2C11.2599893%2015.137629%2C9.7983078%2013.5625965%2C9.81958261%20L13.5625965%2C9.81958261%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.7031879%2C30.5520813%20C16.5528951%2C30.470263%2019.0348302%2C31.1558945%2019.0396936%2C32.0654027%20C19.0703943%2C32.9486061%2016.788775%2C34.9440493%2014.5804562%2C34.9054709%20C12.2934683%2C35.0054519%2010.0509165%2C33.0069042%2010.0803088%2C32.3141676%20C10.0460803%2C31.2984866%2012.8650432%2C30.5054754%2014.7031879%2C30.5520813%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.81610821%2C27.0156822%20C8.89962061%2C28.3527324%209.39352961%2C30.7017825%208.48930588%2C31.3942245%20C7.63385792%2C31.9228254%205.55643533%2C31.7051357%204.07986189%2C29.5324825%20C3.08404143%2C27.7093513%203.2123862%2C25.8541226%203.9115625%2C25.3090851%20C4.95715627%2C24.6567012%206.57266683%2C25.5378732%207.81610821%2C27.0156822%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.3583286%2C26.9558359%20C19.2220059%2C28.2362764%2018.5892369%2C30.5716633%2019.418213%2C31.3239686%20C20.2108194%2C31.9083207%2022.3385205%2C31.826638%2023.9101941%2C29.7286836%20C25.0514421%2C28.3196393%2024.6690472%2C25.9664714%2024.0171532%2C25.3417876%20C23.0487848%2C24.6212164%2021.6586403%2C25.5433867%2020.3583286%2C26.9558359%20L20.3583286%2C26.9558359%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E') !important;
}
/* Drawer */
.drawerLogo {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22142px%22%20height%3D%2239px%22%20viewBox%3D%220%200%20142%2039%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2058%20%2884663%29%20-%20https%3A//sketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Espotipi%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C-2.84217094e-14%20L0%2C43%20L32%2C43%20L32%2C-2.84217094e-14%20L0%2C-2.84217094e-14%20Z%20M21.8192836%2C30.4157742%20C21.5919885%2C30.7882482%2021.1040618%2C30.9063498%2020.7312979%2C30.6777173%20C17.7519145%2C28.8592564%2014.0012431%2C28.4474152%209.58414271%2C29.4558206%20C9.15849485%2C29.5527244%208.73421077%2C29.2862389%208.63723155%2C28.8607706%20C8.53979774%2C28.4353022%208.80542988%2C28.011348%209.23213845%2C27.9144441%20C14.0659464%2C26.8104976%2018.2122627%2C27.2860834%2021.5571366%2C29.3286343%20C21.9299005%2C29.5572668%2022.0480939%2C30.0433001%2021.8192836%2C30.4157742%20L21.8192836%2C30.4157742%20Z%20M23.3724664%2C26.9628183%20C23.0860746%2C27.4284109%2022.4769239%2C27.5752807%2022.0117267%2C27.2891116%20C18.6007857%2C25.1937178%2013.4013357%2C24.587009%209.36684865%2C25.8107226%20C8.84361545%2C25.9686456%208.29098542%2C25.6739974%208.13218195%2C25.1520794%20C7.97459072%2C24.629253%208.26961969%2C24.0781125%208.79194371%2C23.9191296%20C13.4004265%2C22.5218976%2019.1296255%2C23.1987103%2023.0466768%2C25.6038935%20C23.511874%2C25.8900626%2023.6588581%2C26.4987398%2023.3724664%2C26.9629697%20L23.3724664%2C26.9628183%20Z%20M23.5058128%2C23.3676863%20C19.4160173%2C20.9403969%2012.668385%2C20.7172152%208.76360759%2C21.9014103%20C8.13657632%2C22.0914326%207.47348091%2C21.7377337%207.28346225%2C21.1111899%20C7.09344359%2C20.4843432%207.44711468%2C19.8222175%208.07460054%2C19.631741%20C12.5570104%2C18.2720591%2020.0084997%2C18.5347594%2024.7171439%2C21.3278608%20C25.2823509%2C21.6623304%2025.4672175%2C22.390169%2025.1323362%2C22.9529682%20C24.7989701%2C23.5165245%2024.0685953%2C23.7023073%2023.5064189%2C23.3676863%20L23.5058128%2C23.3676863%20Z%22%20id%3D%22path-1%22%3E%3C/path%3E%0A%20%20%20%20%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22spotipi%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M49.105%2C24.79%20L49.105%2C24.73%20C49.105%2C21.07%2046.705%2C19.54%2042.445%2C18.43%20L41.864964%2C18.2792027%20C38.8103421%2C17.4716024%2037.9642503%2C17.0015136%2037.9171226%2C15.7828774%20L37.915%2C15.61%20C37.915%2C14.59%2038.845%2C13.78%2040.615%2C13.78%20C42.385%2C13.78%2044.215%2C14.56%2046.075%2C15.85%20L48.475%2C12.37%20C46.345%2C10.66%2043.735%2C9.7%2040.675%2C9.7%20C36.474375%2C9.7%2033.4530339%2C12.1160938%2033.3289678%2C15.7935658%20L33.325%2C16.09%20C33.325%2C20.0786957%2035.8227694%2C21.3225898%2039.7418686%2C22.3683809%20L40.285%2C22.51%20C43.6947143%2C23.3842857%2044.4715796%2C23.9754694%2044.5131885%2C25.0810899%20L44.515%2C25.24%20C44.515%2C26.47%2043.375%2C27.22%2041.485%2C27.22%20C39.085%2C27.22%2037.105%2C26.23%2035.215%2C24.67%20L32.485%2C27.94%20C35.005%2C30.19%2038.215%2C31.3%2041.395%2C31.3%20C45.925%2C31.3%2049.105%2C28.96%2049.105%2C24.79%20Z%20M69.535%2C22.99%20L69.535%2C22.93%20C69.535%2C17.56%2065.965%2C14.62%2062.215%2C14.62%20C59.845%2C14.62%2058.315%2C15.73%2057.205%2C17.23%20L57.205%2C14.92%20L52.645%2C14.92%20L52.645%2C35.8%20L57.205%2C35.8%20L57.205%2C28.9%20C58.285%2C30.19%2059.785%2C31.3%2062.215%2C31.3%20C66.025%2C31.3%2069.535%2C28.36%2069.535%2C22.99%20Z%20M64.975%2C22.99%20C64.975%2C25.69%2063.175%2C27.43%2061.045%2C27.43%20C58.9795455%2C27.43%2057.2526033%2C25.7656474%2057.1498368%2C23.2302237%20L57.145%2C22.93%20C57.145%2C20.26%2058.915%2C18.49%2061.045%2C18.49%20C63.1104545%2C18.49%2064.8656061%2C20.1543526%2064.9700822%2C22.6897763%20L64.975%2C22.99%20Z%20M89.515%2C22.99%20L89.515%2C22.93%20C89.515%2C18.31%2085.825%2C14.62%2080.845%2C14.62%20C75.9260909%2C14.62%2072.2506992%2C18.234876%2072.1186747%2C22.7388801%20L72.115%2C23.05%20C72.115%2C27.67%2075.805%2C31.36%2080.785%2C31.36%20C85.795%2C31.36%2089.515%2C27.61%2089.515%2C22.99%20Z%20M85.015%2C23.05%20C85.015%2C25.42%2083.455%2C27.43%2080.845%2C27.43%20C78.3991176%2C27.43%2076.7162889%2C25.479974%2076.6194148%2C23.1982941%20L76.615%2C22.93%20C76.615%2C20.56%2078.175%2C18.55%2080.785%2C18.55%20C83.2308824%2C18.55%2084.9137111%2C20.500026%2085.0105852%2C22.7817059%20L85.015%2C23.05%20Z%20M101.845%2C30.34%20L101.845%2C26.68%20C101.185%2C27.04%20100.435%2C27.25%2099.595%2C27.25%20C98.575%2C27.25%2098.125%2C26.74%2098.125%2C25.69%20L98.125%2C18.82%20L101.905%2C18.82%20L101.905%2C14.92%20L98.125%2C14.92%20L98.125%2C10.81%20L93.565%2C10.81%20L93.565%2C14.92%20L91.645%2C14.92%20L91.645%2C18.82%20L93.565%2C18.82%20L93.565%2C26.44%20C93.565%2C30.16%2095.455%2C31.27%2098.245%2C31.27%20C99.775%2C31.27%20100.885%2C30.91%20101.845%2C30.34%20Z%20M109.809113%2C12.8090272%20C110.823629%2C11.7945535%20110.823629%2C9.7656061%20109.809113%2C8.75113239%20C108.794596%2C7.73665869%20106.739549%2C7.76267083%20105.751046%2C8.75113239%20C104.762543%2C9.73959395%20104.736843%2C11.7948669%20105.751046%2C12.8090272%20C106.765876%2C13.8238143%20108.794596%2C13.8235009%20109.809113%2C12.8090272%20Z%20M110.035%2C31%20L110.035%2C14.92%20L105.475%2C14.92%20L105.475%2C31%20L110.035%2C31%20Z%20M131.215%2C22.99%20L131.215%2C22.93%20C131.215%2C17.56%20127.645%2C14.62%20123.895%2C14.62%20C121.525%2C14.62%20119.995%2C15.73%20118.885%2C17.23%20L118.885%2C14.92%20L114.325%2C14.92%20L114.325%2C35.8%20L118.885%2C35.8%20L118.885%2C28.9%20C119.965%2C30.19%20121.465%2C31.3%20123.895%2C31.3%20C127.705%2C31.3%20131.215%2C28.36%20131.215%2C22.99%20Z%20M126.655%2C22.99%20C126.655%2C25.69%20124.855%2C27.43%20122.725%2C27.43%20C120.659545%2C27.43%20118.932603%2C25.7656474%20118.829837%2C23.2302237%20L118.825%2C22.93%20C118.825%2C20.26%20120.595%2C18.49%20122.725%2C18.49%20C124.790455%2C18.49%20126.545606%2C20.1543526%20126.650082%2C22.6897763%20L126.655%2C22.99%20Z%20M138.810455%2C12.809375%20C139.823182%2C11.796875%20139.823182%2C9.771875%20138.810455%2C8.759375%20C137.797727%2C7.746875%20135.772273%2C7.746875%20134.759545%2C8.759375%20C133.746818%2C9.771875%20133.746818%2C11.796875%20134.759545%2C12.809375%20C135.772273%2C13.821875%20137.797727%2C13.821875%20138.810455%2C12.809375%20Z%20M139.345%2C31%20L134.785%2C31%20L134.785%2C14.92%20L139.345%2C14.92%20L139.345%2C31%20Z%22%20id%3D%22Spotipi%22%20fill%3D%22%231DB954%22%20fill-rule%3D%22nonzero%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28-1.000000%2C%20-2.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C/use%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/mask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Shape%22%20fill-rule%3D%22nonzero%22%3E%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Raspberry_Pi_Logo%22%20mask%3D%22url%28%23mask-2%29%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%282.000000%2C%203.000000%29%22%20id%3D%22Path%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.57943404%2C0.000398175026%20C7.39861591%2C0.00604764874%207.20388158%2C0.073296954%206.98304346%2C0.248746423%20C6.44213482%2C0.0386852812%205.91755441%2C-0.0342920538%205.44835252%2C0.393354263%20C4.72424768%2C0.298755194%204.48861763%2C0.493988443%204.31021449%2C0.721865552%20C4.15121628%2C0.718552649%203.12023865%2C0.557285734%202.64750254%2C1.2672886%20C1.4593852%2C1.12577809%201.08393366%2C1.97085604%201.5093645%2C2.75894991%20C1.26671604%2C3.13714116%201.01529066%2C3.51077115%201.5827424%2C4.23174933%20C1.38200515%2C4.63330714%201.50643283%2C5.06891706%201.97929529%2C5.59609287%20C1.85450381%2C6.16057146%202.09980126%2C6.5588471%202.53977754%2C6.86927059%20C2.45748988%2C7.64173097%203.24338128%2C8.09088895%203.4780779%2C8.25090419%20C3.56818855%2C8.70100829%203.75599765%2C9.12572882%204.6536855%2C9.36061219%20C4.80172675%2C10.0313964%205.34123004%2C10.1472316%205.8636402%2C10.2879886%20C4.13694627%2C11.2984599%202.65621196%2C12.6280029%202.66623732%2C15.8899705%20L2.41331776%2C16.3442278%20C0.433382574%2C17.5565339%20-1.34789202%2C21.452846%201.43754783%2C24.619883%20C1.6194936%2C25.6111826%201.92463164%2C26.3231853%202.19630652%2C27.1112246%20C2.60266815%2C30.2865904%205.25470382%2C31.7734623%205.95419165%2C31.9492999%20C6.97918559%2C32.735369%208.07088135%2C33.4812236%209.54814743%2C34.0036744%20C10.9407738%2C35.4497256%2012.4494848%2C36.0008419%2013.9664336%2C36%20C13.9886731%2C36%2014.0113237%2C36%2014.0335666%2C36%20C15.550516%2C36.0008419%2017.0592265%2C35.4497256%2018.4518528%2C34.0036744%20C19.9291189%2C33.4812236%2021.0208147%2C32.735369%2022.0458086%2C31.9492999%20C22.7452964%2C31.7734623%2025.3973323%2C30.2865904%2025.8036937%2C27.1112246%20C26.0753686%2C26.3231853%2026.3805062%2C25.6111826%2026.5624524%2C24.619883%20C29.3478919%2C21.452846%2027.5666173%2C17.5565339%2025.5866825%2C16.3442278%20L25.3337629%2C15.8899705%20C25.3437883%2C12.6280029%2023.863054%2C11.2984599%2022.1363601%2C10.2879886%20C22.6587702%2C10.1472316%2023.1982735%2C10.0313964%2023.3463148%2C9.36061219%20C24.2440026%2C9.12572882%2024.4318121%2C8.70100829%2024.5219224%2C8.25090419%20C24.7566192%2C8.09088895%2025.5425104%2C7.64173097%2025.4602227%2C6.86927059%20C25.9001993%2C6.5588471%2026.1454966%2C6.16057146%2026.020705%2C5.59609287%20C26.4935679%2C5.06891706%2026.6179948%2C4.63330709%2026.4172579%2C4.23174933%20C26.9847094%2C3.51077115%2026.7332842%2C3.13714116%2026.4906358%2C2.75894991%20C26.9160667%2C1.97085604%2026.5406152%2C1.12577809%2025.3524977%2C1.2672886%20C24.8797617%2C0.557285734%2023.8487841%2C0.718552649%2023.6897858%2C0.721865552%20C23.5113827%2C0.493988443%2023.2757526%2C0.298755184%2022.5516477%2C0.393354263%20C22.0824458%2C-0.0342920478%2021.5578654%2C0.0386853013%2021.0169568%2C0.248746423%20C20.3745186%2C-0.26165201%2019.9492111%2C0.147480897%2019.4635311%2C0.30218845%20C18.6854706%2C0.0462814631%2018.5076565%2C0.396795064%2018.1255554%2C0.539533927%20C17.2774817%2C0.35905951%2017.0196736%2C0.751970742%2016.6127217%2C1.16669184%20L16.1396684%2C1.1572609%20C14.8601807%2C1.91642012%2014.224535%2C3.46220933%2013.9992195%2C4.25689852%20C13.7737996%2C3.46208459%2013.1395943%2C1.91628648%2011.8603318%2C1.1572609%20L11.3872786%2C1.16669184%20C10.9803266%2C0.751970742%2010.7225185%2C0.359059495%209.87444489%2C0.539533927%20C9.49234376%2C0.396795089%209.31452969%2C0.0462815084%208.53646918%2C0.30218845%20C8.21774157%2C0.20066162%207.92463265%2C-0.0103871857%207.57943404%2C0.000398175026%20Z%22%20fill%3D%22%23000000%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.12021941%2C3.4883214%20C8.5566277%2C5.22813841%2010.5542745%2C6.6355134%2011.6487173%2C7.83419244%20C11.0882348%2C10.0401726%208.16432864%2C10.1408451%207.09522713%2C10.0789601%20C7.3141341%2C9.97889894%207.49678129%2C9.85905637%207.56154831%2C9.67490216%20C7.29327725%2C9.48767619%206.34205491%2C9.65517589%205.67797645%2C9.28880191%20C5.93307694%2C9.23690293%206.05240253%2C9.18634292%206.17172813%2C9.00147155%20C5.54431758%2C8.80496378%204.86849728%2C8.63562153%204.4710272%2C8.31008324%20C4.68552576%2C8.31268566%204.88579522%2C8.35720498%205.16593709%2C8.16641806%20C4.60397054%2C7.86901723%204.00428971%2C7.63334299%203.53838466%2C7.17872004%20C3.82894499%2C7.17173572%204.14221452%2C7.1758991%204.2332948%2C7.07097129%20C3.71893155%2C6.75805077%203.28496319%2C6.41004175%202.92576655%2C6.02939864%20C3.33238315%2C6.07759909%203.50409845%2C6.03609243%203.60238957%2C5.96654516%20C3.21358444%2C5.57547696%202.72150809%2C5.24525729%202.48687594%2C4.76334962%20C2.7887848%2C4.86553367%203.06500377%2C4.90464828%203.26407806%2C4.75437052%20C3.13195943%2C4.46167476%202.56587846%2C4.28903254%202.24%2C3.60504931%20C2.55782728%2C3.63531376%202.89491772%2C3.67314479%202.96234075%2C3.60504931%20C2.81454696%2C3.01460904%202.56141488%2C2.6827772%202.31314844%2C2.33900015%20C2.99337544%2C2.32908069%204.02396474%2C2.34159994%203.97727527%2C2.28512572%20L3.55667178%2C1.8631093%20C4.22109804%2C1.68743377%204.90097056%2C1.89132691%205.39452601%2C2.04269074%20C5.61613567%2C1.87096653%205.39060144%2C1.65381821%205.12021941%2C1.43211387%20C5.68487985%2C1.50614615%206.19511724%2C1.63362232%206.65633647%2C1.80923487%20C6.90275386%2C1.59074412%206.49632484%2C1.37225337%206.29973784%2C1.15376262%20C7.17211277%2C1.31629328%207.5416999%2C1.5446565%207.9090036%2C1.7733186%20C8.17549748%2C1.52247288%207.92425986%2C1.30928775%207.74441954%2C1.09090909%20C8.40217216%2C1.33014567%208.7409757%2C1.6389849%209.09766537%2C1.94392094%20C9.21859822%2C1.78365077%209.40490143%2C1.66617645%209.1799574%2C1.27946964%20C9.64696891%2C1.54382045%209.99871847%2C1.85533322%2010.2588971%2C2.20431403%20C10.5478465%2C2.02363728%2010.4310456%2C1.77655201%2010.4326245%2C1.54884178%20C10.9179687%2C1.93654898%2011.2259776%2C2.34913405%2011.6029996%2C2.75203746%20C11.6789466%2C2.6977324%2011.7454478%2C2.51356264%2011.8041575%2C2.22227219%20C12.9620767%2C3.32541225%2014.5981827%2C6.103967%2012.224761%2C7.20565711%20C10.2058957%2C5.56935084%207.79363343%2C4.38036279%205.12021941%2C3.4883214%20Z%22%20fill%3D%22%231DB954%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.8797805%2C3.4883214%20C19.4433722%2C5.22813841%2017.4457254%2C6.6355134%2016.3512827%2C7.83419244%20C16.9117651%2C10.0401726%2019.8356713%2C10.1408451%2020.9047728%2C10.0789601%20C20.6858658%2C9.97889894%2020.5032186%2C9.85905637%2020.4384516%2C9.67490216%20C20.7067227%2C9.48767619%2021.657945%2C9.65517589%2022.3220234%2C9.28880191%20C22.066923%2C9.23690293%2021.9475974%2C9.18634292%2021.8282718%2C9.00147155%20C22.4556823%2C8.80496378%2023.1315026%2C8.63562153%2023.5289729%2C8.31008324%20C23.314474%2C8.31268566%2023.1142047%2C8.35720498%2022.8340628%2C8.16641806%20C23.3960291%2C7.86901723%2023.9957103%2C7.63334299%2024.4616152%2C7.17872004%20C24.171055%2C7.17173572%2023.8577855%2C7.1758991%2023.7667051%2C7.07097129%20C24.2810684%2C6.75805077%2024.7150366%2C6.41004175%2025.0742333%2C6.02939864%20C24.6676166%2C6.07759909%2024.4959016%2C6.03609243%2024.3976103%2C5.96654516%20C24.7864152%2C5.57547696%2025.2784919%2C5.24525729%2025.5131239%2C4.76334962%20C25.2112149%2C4.86553367%2024.934996%2C4.90464828%2024.7359218%2C4.75437052%20C24.8680407%2C4.46167476%2025.4341212%2C4.28903254%2025.76%2C3.60504931%20C25.4421727%2C3.63531376%2025.1050821%2C3.67314479%2025.0376589%2C3.60504931%20C25.1854528%2C3.01460904%2025.4385849%2C2.6827772%2025.6868513%2C2.33900015%20C25.0066245%2C2.32908069%2023.9760353%2C2.34160009%2024.0227245%2C2.28512572%20L24.443328%2C1.8631093%20C23.7789016%2C1.68743377%2023.0990293%2C1.89132691%2022.6054739%2C2.04269074%20C22.3838642%2C1.87096653%2022.6093985%2C1.65381821%2022.8797805%2C1.43211387%20C22.31512%2C1.50614615%2021.8048827%2C1.63362232%2021.3436634%2C1.80923487%20C21.0972461%2C1.59074412%2021.5036751%2C1.37225337%2021.7002621%2C1.15376262%20C20.8278871%2C1.31629328%2020.4583%2C1.5446565%2020.0909963%2C1.7733186%20C19.8245024%2C1.52247288%2020.0757401%2C1.30928775%2020.2555804%2C1.09090909%20C19.5978278%2C1.33014567%2019.2590242%2C1.6389849%2018.9023346%2C1.94392094%20C18.7814017%2C1.78365077%2018.5950985%2C1.66617645%2018.8200425%2C1.27946964%20C18.353031%2C1.54382045%2018.0012815%2C1.85533322%2017.7411028%2C2.20431403%20C17.4521534%2C2.02363728%2017.5689544%2C1.77655201%2017.5673754%2C1.54884178%20C17.0820312%2C1.93654898%2016.7740224%2C2.34913405%2016.3970003%2C2.75203746%20C16.3210534%2C2.6977324%2016.2545522%2C2.51356264%2016.1958424%2C2.22227219%20C15.0379233%2C3.32541225%2013.4018173%2C6.103967%2015.775239%2C7.20565711%20C17.7941042%2C5.56935084%2020.2063665%2C4.38036279%2022.8797805%2C3.4883214%20L22.8797805%2C3.4883214%20Z%22%20fill%3D%22%231DB954%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.92%2C26.1818182%20C17.92%2C27.9892955%2015.9142357%2C29.4545455%2013.44%2C29.4545455%20C10.9657643%2C29.4545455%208.96%2C27.9892955%208.96%2C26.1818182%20C8.96%2C24.3743408%2010.9657643%2C22.9090909%2013.44%2C22.9090909%20C15.9142357%2C22.9090909%2017.92%2C24.3743408%2017.92%2C26.1818182%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.1238852%2C18.863741%20C14.1448996%2C20.8585794%2012.2712505%2C22.4556166%209.93897286%2C22.4308233%20C7.60669524%2C22.4060301%205.69897512%2C20.7687952%205.67796074%2C18.7739568%20C5.65694635%2C16.7791184%207.53059541%2C15.1820812%209.86287304%2C15.2068744%20C12.1951507%2C15.2316676%2014.1028708%2C16.8689026%2014.1238852%2C18.863741%20Z%22%20fill%3D%22%23BC1142%22%20transform%3D%22translate%289.900923%2C%2018.818849%29%20rotate%28-56.610902%29%20translate%28-9.900923%2C%20-18.818849%29%20%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.0838852%2C18.863741%20C23.1048996%2C20.8585794%2021.2312505%2C22.4556166%2018.8989729%2C22.4308233%20C16.5666952%2C22.4060301%2014.6589751%2C20.7687952%2014.6379607%2C18.7739568%20C14.6169464%2C16.7791184%2016.4905954%2C15.1820812%2018.822873%2C15.2068744%20C21.1551507%2C15.2316676%2023.0628708%2C16.8689026%2023.0838852%2C18.863741%20Z%22%20fill%3D%22%23BC1142%22%20transform%3D%22translate%2818.860923%2C%2018.818849%29%20scale%28-1%2C%201%29%20rotate%28-56.610902%29%20translate%28-18.860923%2C%20-18.818849%29%20%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.48427167%2C17.4747518%20C5.45932226%2C17.0142164%204.15094853%2C24.5849312%202.54413594%2C23.9637324%20C0.776680231%2C22.7264702%200.207377106%2C19.103199%203.48427167%2C17.4747518%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M24.5157285%2C17.4747518%20C22.5406778%2C17.0142164%2023.8490512%2C24.5849312%2025.4558641%2C23.9637324%20C27.2233198%2C22.7264702%2027.7926228%2C19.103199%2024.5157285%2C17.4747518%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.7791505%2C11.0157241%20C22.0360409%2C10.3819014%2024.7459021%2C12.6120471%2024.6368174%2C16.6823022%20C24.5296832%2C18.2427128%2017.579365%2C11.2480367%2018.7791505%2C11.0157241%20L18.7791505%2C11.0157241%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.22084954%2C11.0157241%20C5.9639591%2C10.3819014%203.2540979%2C12.6120471%203.36318259%2C16.6823022%20C3.47031682%2C18.2427128%2010.420635%2C11.2480367%209.22084954%2C11.0157241%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.5625965%2C9.81958261%20C11.7876156%2C9.76299596%2010.0840881%2C11.4342165%2010.08%2C12.403562%20C10.0750614%2C13.5813925%2011.4833911%2C14.7873075%2013.5746977%2C14.8179183%20C15.7103516%2C14.8366674%2017.0730907%2C13.8526195%2017.08%2C12.6371214%20C17.0877785%2C11.2599893%2015.137629%2C9.7983078%2013.5625965%2C9.81958261%20L13.5625965%2C9.81958261%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.7031879%2C30.5520813%20C16.5528951%2C30.470263%2019.0348302%2C31.1558945%2019.0396936%2C32.0654027%20C19.0703943%2C32.9486061%2016.788775%2C34.9440493%2014.5804562%2C34.9054709%20C12.2934683%2C35.0054519%2010.0509165%2C33.0069042%2010.0803088%2C32.3141676%20C10.0460803%2C31.2984866%2012.8650432%2C30.5054754%2014.7031879%2C30.5520813%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.81610821%2C27.0156822%20C8.89962061%2C28.3527324%209.39352961%2C30.7017825%208.48930588%2C31.3942245%20C7.63385792%2C31.9228254%205.55643533%2C31.7051357%204.07986189%2C29.5324825%20C3.08404143%2C27.7093513%203.2123862%2C25.8541226%203.9115625%2C25.3090851%20C4.95715627%2C24.6567012%206.57266683%2C25.5378732%207.81610821%2C27.0156822%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.3583286%2C26.9558359%20C19.2220059%2C28.2362764%2018.5892369%2C30.5716633%2019.418213%2C31.3239686%20C20.2108194%2C31.9083207%2022.3385205%2C31.826638%2023.9101941%2C29.7286836%20C25.0514421%2C28.3196393%2024.6690472%2C25.9664714%2024.0171532%2C25.3417876%20C23.0487848%2C24.6212164%2021.6586403%2C25.5433867%2020.3583286%2C26.9558359%20L20.3583286%2C26.9558359%20Z%22%20fill%3D%22%23BC1142%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E') !important;
}
/* 2.2.3 Others */
/* CSS Box */
#txtCustomCss {
height: 300px !important;
overflow-y: scroll !important;
}
/* Select Box */
select option {
background-color: #2b2b2b !important;
color: #ffffff !important;
}
/* Dialogs */
.formDialogHeader:not(.formDialogHeader-clear),
.formDialogFooter:not(.formDialogFooter-clear) {
background-color: #121212 !important;
color: #fff;
}
/* Headers */
.skinHeader {
background-color: #080808 !important;
color: #fff !important;
}
.skinHeader-withBackground {
background-color: #080808 !important;
}
@supports (backdrop-filter: blur(1.5em)) or (-webkit-backdrop-filter: blur(1.5em)) {
.skinHeader-blurred {
background: rgba(20, 20, 20, 0.7) !important;
-webkit-backdrop-filter: blur(1.5em) !important;
backdrop-filter: blur(1.5em) !important;
}
}
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, 0.4) !important;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.7)), color-stop(10%, transparent)) !important;
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, transparent) !important;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, transparent) !important;
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, transparent) !important;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 10%, transparent) !important;
}
.appfooter {
background: #080808 !important;
color: #fff !important;
}
@supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {
.appfooter-blurred {
background: rgba(24, 24, 24, 0.7) !important;
-webkit-backdrop-filter: blur(20px) !important;
backdrop-filter: blur(20px) !important;
}
}
/* TV Global Modifications */
.emby-tab-button-active.emby-button-tv {
color: #fff !important;
}
.guide-channelHeaderCell,
.guide-channelTimeslotHeader {
background: #2e2e2e !important;
}
.guide-programTextIcon {
color: #1e1e1e !important;
background: #555 !important;
}
.guide-headerTimeslots {
color: #ccc !important;
}
/* Header Bar Style */
.skinHeader-withBackground {
background-color: rgba(25, 25, 25, .90) !important;
border-bottom: transparent !important;
-moz-box-shadow: 0 0.1em 0 0 rgba(50, 50, 50, .90) !important;
-webkit-box-shadow: 0 0.1em 0 0 rgba(50, 50, 50, .90) !important;
box-shadow: 0 0.1em 0 0 rgba(50, 50, 50, .90) !important;
}
.skinHeader.semiTransparent {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 25, .9)), to(rgba(25, 25, 25, 0.3))) !important;
background: -webkit-linear-gradient(rgba(25, 25, 25, .9), rgba(25, 25, 25, 0.3)) !important;
background: -o-linear-gradient(rgba(25, 25, 25, .9), rgba(25, 25, 25, 0.3)) !important;
background: linear-gradient(rgba(25, 25, 25, .9), rgba(25, 25, 25, 0.3)) !important;
border-bottom: none !important;
}
/* remove the "get premiere" button */
.btnHeaderPremiere {
display: none;
}
/* make cards more boxy */
.cardBox {
margin: 2px;
border-radius: 0%;
}
.cardContent {
/*border: 1px solid rgba(30,30,30,.5);*/
border: none;
border-radius: 0%;
}
/* fix the stupid ripple effect */
.paper-icon-button-light>.md-icon {
visibility: visible;
}
.paper-icon-button-light {
visibility: hidden;
}
.headerUserButton {
display: none;
}
.headerManageServerButton {
display: none;
}
/* give the buttons a hover effect */
.emby-button>i:hover,
.detailButton-content:hover {
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all .1s ease-in-out;
transform: scale(1.2);
-moz-text-shadow: 0 0 5px #222326;
-webkit-text-shadow: 0 0 5px #222326;
text-shadow: 0px 0px 5px #222326;
}
.paper-icon-button-light:focus {
color: #222326 !important;
background-color: rgba(34, 35, 38, .3) !important;
}
.paper-icon-button-light:hover {
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-in-out;
transform: scale(1.2);
-moz-text-shadow: 0 0 5px #222326;
-webkit-text-shadow: 0 0 5px #222326;
text-shadow: 0px 0px 5px #222326;
}
/* ----- 2.3 Fixes ----- */
/* 2.3.1 Dark Colors */
.autoorganizetable tbody tr:nth-child(odd) td,
.autoorganizetable tbody tr:nth-child(odd) th {
background-color: #222326 !important;
}
.autoorganizetable>.table>tbody>tr {
border: 1px solid #222326 !important;
}
/*
_____________________________________________________________________
Emby Dark Themes is maintained by Ben Z (BenZuser)
with the contribution of Happy2Play.
_____________________________________________________________________
*/
/* TEMPORARY FIXES */
/* Links */
.searchSuggestionsList a,
.noItemsMessage a,
a.lnkPremiere {
color: #1DB954 !important;
}
.searchSuggestionsList a:hover,
.noItemsMessage a:hover,
a.lnkPremiere:hover {
color: #9b9b9b !important;
}
.searchSuggestionsList a:active,
.noItemsMessage a:active,
a.lnkPremiere:active {
color: #1DB954 !important;
}
/* change the progress bar and ball color */
.sliderBubble {
background: #1DB954;
}
.emby-slider-background-lower {
background: #b2b3b2 !important;
}
.emby-slider::-webkit-slider-thumb {
background: #fff !important;
}
/*Chrome*/
.emby-slider::-moz-range-thumb,
.mdl-slider:active::-moz-range-thumb,
.emby-slider::-moz-range-progress {
background: #fff !important;
}
/*FireFox*/
/* ? */
.subtitleappearance-preview {
background: #1DB954 !important;
}
/* Add checkbox color in parameters Menu */
.emby-checkbox:checked+span+span+.checkboxOutline,
.itemProgressBarForeground {
background-color: #1DB954 !important;
}
/* Add color to icon in home page parameters */
.listItemIcon:not(.listItemIcon-transparent) {
background-color: #1DB954 !important;
}
/*Library Show Advanced setting switch*/
.mdl-switch__input:checked+.mdl-switch__label+.mdl-switch__trackContainer>.mdl-switch__track {
background: rgba(30, 215, 96, .5) !important;
}
.mdl-switch__input:checked:focus+.mdl-switch__label+.mdl-switch__trackContainer .mdl-switch__focus-helper {
-webkit-box-shadow: 0 0 0 1.39em rgba(30, 215, 96, .26) !important;
box-shadow: 0 0 0 1.39em rgba(30, 215, 96, .26) !important;
background-color: rgba(30, 215, 96, .26) !important;
}
.mdl-switch__input:checked+.mdl-switch__label+.mdl-switch__trackContainer>.mdl-switch__thumb {
background: #1DB954 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment