:root {
    --main-bg-color: #060606;
    --main-color: #1cace9;
}
.footer-link {
    display: none;
}
html {
    background: #666784;
}
.sidebar-search {
    max-width: 750px;
}
.play_full .logo-thumb .logo, .play_full .logo-mobile {
    display: none !important;
}
.play_full .logo-thumb .favicon {
    display: block !important;
    margin: 0 auto;
    top: 10px;
    height: 50px;
}
.play_full .favicon-mobile {
    display: block !important;
    width: 30px;
    height: 30px;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    margin: 0;
}
.play_full .btn-play {
    background: var(--main-color);
    color: #FFF;
    text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.logo-thumb {
    background: #060606;
}