html,
* {
    margin: 0;
    padding: 0;
}

.ytp-ad-overlay-slot {
    display: none!important;
}


/* player.i.contentDocument.body.querySelector('#player').querySelector('.ytp-embed').querySelector('.video-ads').style.display = "none"; */

html {
    /* background: linear-gradient(to right,#dfded8, rgb(180, 179, 162)); */
    background-color: #bfd9ec;
}

body {
    /* font-family:Verdana, Geneva, sans-serif;font-size:11px;  */
    font-family: Poppins;
}

.hide {
    display: none!important;
}

.mini-search {
    position: fixed;
    width: 350px!important;
    height: 200px!important;
    left: 15px;
    top: 222px;
    opacity: .7;
    z-index: 1;
}

.search {
    position: fixed;
    top: 322px;
}

.player_mini_op {
    /* opacity: .1; */
}

#box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#root {
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 10px;
}

#showmenu {
    display: none;
    cursor: pointer;
}

button {
    padding: 5px;
}

input {
    width: 600px;
    height: 25px;
    margin-bottom: 10px;
    box-shadow: inset 0px 0px 5px #aaa;
    border: 1px solid #aaa;
    /* padding: 0px 10px 0px 10px; */
    color: rgba(0, 0, 55, .7);
}

.player_mini {
    position: fixed;
    width: 350px!important;
    height: 200px!important;
    left: 15px;
    top: 15px;
    z-index: 3;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#playlista {
    min-height: 100px;
    min-width: 700px;
    width: 50%;
    margin: auto;
    margin-top: 30px;
}

.song {
    /* margin-top: 10px; */
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 10px;
    z-index: 1;
}

.song img {
    width: 80px;
    height: 50px;
    border: 1px solid white;
    order: 2;
    z-index: 1;
}

.show {
    display: flex;
}

#position {
    display: flex;
    padding-left: 15px;
    border-right: 1px solid whitesmoke;
    /* border-spacing: 10px; */
    /* margin-right: 10px; */
    padding-right: 6px;
    font-size: 12px;
}

.tytul {
    padding-left: 20px;
}

.subsong {
    /* border: 1px solid rgba(0,0,0,.4); */
    /* background-color: rgba(0,250,0,.35); */
    padding: 10px;
    cursor: pointer;
    /* width: 84%; */
    /* margin: 10px auto 5px auto; */
    /* box-shadow: 1px 1px 3px rgb(0 0 0 / 20%); */
}

#sublista {
    /* margin-top: 3px; */
    margin-left: 10px;
}

.playing {
    background-color: rgba(135, 245, 91, 0.35)!important;
}

.playing {
    /* #subsong.playing { */
    font-weight: bold;
}

#test {
    display: none;
    background-color: aqua;
    margin: auto;
    padding: 100px;
}

#bar {
    /* display:none; */
    pointer-events: none;
    /* background-color: red;
    min-width: 10px;
    min-height: 5px; */
    position: relative;
    /* height: 50%; */
    width: 100%;
    /* margin: -10px; */
    /* border:1px solid rgba(0,0,0,.3); */
    z-index: 0;
}

.progress {
    /* display: none; */
    pointer-events: none;
    background-color: rgba(200, 0, 0, .26);
    /* min-width: 10px; */
    min-height: 2px;
    position: relative;
    /* margin-bottom: 5px; */
    /* height: 50%; */
    /* width: 103%; */
    /* margin: -10px; */
    /* border: 1px solid rgba(0,0,0,.3); */
    /* z-index: -1;*/
}

.penone {
    pointer-events: none;
}

#wrap {
    display: flex;
    justify-content: space-between;
    /* border: 1px solid rgba(0,0,0,.3); */
    background-color: #e3edf7;
    /* margin-bottom: 20px; */
}

#wrap:hover,
#song:hover {
    background-color: rgba(135, 245, 91, 0.35);
    z-index: 1;
}

#pbar {
    width: 0%;
    height: 4px;
    background-color: rgba(255, 0, 0, .5);
}

#left {
    border: 0px solid black;
    /* background-color: lightgreen; */
    min-width: 50px;
    flex: 1;
    /* padding-bottom: 10px; */
    box-shadow: 30px 30px 30px -10px rgb(0 0 0 / 10%), -30px -30px 30px -10px rgb(255 255 255 / 40%), -0.5px -0.5px 0 rgb(255 255 255), 0.5px 0.5px 0 rgb(0 0 0 / 2%);
}

.stitle {
    padding: 10px;
}

#right {
    border: 0px solid red;
    /* min-width: 50px; */
}

#subwrap {
    display: flex;
    justify-content: space-between;
    /* border: 1px solid rgba(0,0,0,.3); */
    /* margin-bottom: 10px; */
    /* border: 1px solid rgba(255,255,255,0.7); */
    /* background-color: rgba(0,0,0,0.01); */
    border-radius: 15px;
    padding: 5px;
    /* box-shadow: 15px 5px 20px -10px rgb(0 0 0 / 15%), -15px -5px 20px -10px rgb(255 255 255 / 80%); */
}

.top200 {
    margin-top: 210px!important;
}

#pbar {
    width: 0%;
    height: 4px;
    background-color: rgba(255, 0, 0, .5);
}

#spbar {
    width: 0%;
    height: 2px;
    background-color: rgba(255, 0, 0, .5);
}

#sleft {
    border: 0px solid black;
    /* background-color: lightgreen; */
    min-width: 50px;
    flex: 1;
}

.stitle {
    display: flex;
    padding: 10px;
}

#sright {
    border: 0px solid rgb(49, 1, 223);
    min-width: 10px;
    height: 100%;
}

#timer {
    border: 1px solid black;
}

#subsong {
    padding: 10px;
}

.subsong {
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.01);
    font-size: 12px;
    /* border-radius: 15px; */
    padding: 22px;
    box-shadow: 15px 5px 20px -10px rgb(0 0 0 / 15%), -15px -5px 20px -10px rgb(255 255 255 / 80%);
    color: rgba(49, 69, 106, 1);
}

#song {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    /* background-color: rgba(0, 0, 0, 0.08); */
    font-size: 15px;
    /* border-radius: 15px; */
    /* padding: 10px; */
    box-shadow: 15px 5px 20px -10px rgb(0 0 0 / 15%), -15px -5px 20px -10px rgb(255 255 255 / 80%);
    color: rgba(49, 69, 106, 1);
    text-shadow: 3px 3px 7px rgb(0 0 0 / 25%);
    /* justify-content: space-between; */
    cursor: pointer;
    z-index: 1;
}

#song:hover {
    opacity: 1;
    z-index: 1;
}

#wrap:nth-child(odd) {
    /* border: 1px solid black */
    background-color: rgba(228, 237, 241, 0.7)
    /* opacity: .5; */
}

#wrap:nth-child(even) {
    background-color: rgba(228, 237, 241, 1)
    /* background-color: rgba(0, 0, 0, 0.0) */
}

#wrap:hover {
    /* opacity: 1; */
}

.paused {
    color: rgba(228, 237, 241, 1)
    /* opacity: .4; */
    /* background-color: black; */
}

#player {
    position: sticky;
    box-shadow: 0 0 4px black, 0 0 9px black, 0 0 20px black;
    width: 600px;
    height: 300px;
    /* margin-top: 50px; */
    z-index: 3;
    opacity: 1;
    /* border-radius: 10px; */
    /* overflow: hidden; */
}

#stick {
    position: sticky;
    top: 20px;
    margin-bottom: 35px;
}

.dnone {
    display: none!important;
}

#player2 {
    position: fixed;
    width: 350px!important;
    height: 200px!important;
    left: 15px;
    top: 15px;
    z-index: 0;
    filter: blur(15px);
    backdrop-filter: blur(4px) blur(20px);
    /* position: fixed;
    width: 370px!important;
    height: 220px!important;
    left: 5px;
    top: 5px;
    z-index: 0;
    filter: blur(15px);
    backdrop-filter: blur(20px) blur(15px); */
}


/* filter: blur(50px); */

#spacer {
    border: 0px solid black;
    height: 220px;
}

.flipp {
    -webkit-animation: flipp 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: flipp 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes flipp {
    0% {
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
    50% {
        -webkit-transform: translateY(-100%) rotateX(-180deg);
        transform: translateY(-100%) rotateX(-180deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
    100% {
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
}

@keyframes flipp {
    0% {
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
    50% {
        -webkit-transform: translateY(-100%) rotateX(-180deg);
        transform: translateY(-100%) rotateX(-180deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
    100% {
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
}

::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

#geta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

#geta button {
    box-shadow: 0 0 3px #aaa;
    margin: 10px;
}

#geta button:hover {
    /* letter-spacing: 3px; */
    /* display: inline-block; */
    /* animation: letter-spa-in 1s; */
    /* animation-fill-mode: forwards; */
    /* animation-timing-function: ease-in-out; */
    /* animation-timing-function: ease-out;  */
    /* animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite; */
}

#geta button {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    letter-spacing: 0px;
    /* animation: letter-spa-out 1s; */
}

#menu {
    opacity: 1;
    /* animation: app2 2s; */
}


/* @keyframes app1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
} */

@keyframes letter-spa-in {
    from {
        letter-spacing: 0px;
    }
    to {
        letter-spacing: 3px;
    }
}

@keyframes letter-spa-out {
    0% {
        letter-spacing: 3px;
    }
    100% {
        letter-spacing: 0px;
    }
}


/* // PLAYER */

.ytp-expand-pause-overlay .ytp-pause-overlay {
    display: none!important;
}


/* .ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
    opacity: .1!important;
} */

#subwrap:last-child {
    margin-bottom: 10px;
}

#subwrap:first-child {
    margin-top: 5px;
}

#smenu {
    border: 0px solid red;
}

#local {
    display: flex;
    flex-direction: column;
    /* background-color: #e3edf7; */
    align-items: center;
}

#local>.item {
    cursor: pointer;
    margin-left: 10px;
    margin: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    max-width: 300px;
    min-width: 100px;
    text-align: center;
}

.ad-showing {
    display: none!important;
}