.plyr {
    border: none;
    width: 100%;
}

.plyr video {
    height: auto !important;
    aspect-ratio: 0 !important;
}

.plyr iframe {
    transition: 0.2s filter linear;
}

.plyr.plyr--paused iframe {
    filter: blur(1.5rem);
}

.plyr__control--overlaid svg {
    width: 30px !important;
    height: 30px !important;
}

.plyr__control--overlaid {
    background-color: transparent;
    color: white;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.plyr__control--overlaid::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.plyr__controls {
    width: 100%;
    height: 100%;
    padding: unset !important;
    background: transparent !important;
}

.plyr__controls button {
    width: 100%;
    height: 100%;
    color: white !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.white .plyr__controls button {
    backdrop-filter: unset !important;
}

.plyr__controls button svg {
    width: 7% !important;
    height: unset;
    aspect-ratio: 1;
    fill: #fff !important;
}

.plyr__controls button:hover {
    background: transparent !important;
}

svg.icon--not-pressed {
    display: none !important;
}

.plyr__control--overlaid {
    background-color: transparent !important;
    color: white !important;
}

.video.noBlurAll * {
    filter: blur(0px);
}

/* PLAY 2 PLAYER */

.play-2 .plyr__controls button {
    backdrop-filter: blur(7px);
    z-index: 0;
}

.play-2 .plyr__control--overlaid {
    z-index: 99;
    flex-direction: column;
    gap: 8px;
    color: #fff !important;
}

.play-2 .plyr__control--overlaid::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: auto;
    aspect-ratio: 2 / 2;
    background-size: cover;
    z-index: -1;
    justify-content: center;
    align-items: center;
}

.play-2 .plyr__control--overlaid svg {
    width: 5%;
    height: unset !important;
    aspect-ratio: 1 !important;
}

/* PLAY 2 PLAYER */


/* PLAY 1 PLAYER */

.play-1 .plyr__controls button {
    backdrop-filter: blur(7px);
    z-index: 0;
}

.play-1 .plyr__controls button {
    z-index: 0;
    border-radius: 0px;
}

.play-1 .plyr__control--overlaid {
    z-index: 99;
    flex-direction: column;
    gap: 8px;
    color: #fff !important;
}

.play-1 .plyr__controls button {
    color: #fff !important;
}

/* 
.play-1 .plyr__control--overlaid::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: auto;
    aspect-ratio: 2 / 2;
    border-radius: 15px;
    background-size: cover;
    z-index: -1;
    justify-content: center;
    align-items: center;
} */

.play-1 .plyr__control--overlaid svg {
    width: 5%;
    height: unset !important;
    aspect-ratio: 1 !important;
}


/* YOUTUBE PLAYER */
.youtube .plyr__controls button {
    backdrop-filter: blur(7px);
    z-index: 0;
}

.youtube .plyr__controls button {
    z-index: 0;
    border-radius: 0px;
}

.youtube .plyr__control--overlaid {
    z-index: 99;
    flex-direction: column;
    gap: 8px;
    color: #fff !important;
}

.youtube .plyr__controls button {
    color: #fff !important;
}

.youtube .plyr__control--overlaid::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 27%;
    max-width: 100px;
    aspect-ratio: 3/2;
    height: unset;
    border-radius: 15px;
    background: #ff0000;
    z-index: -1;
}

.youtube .plyr__control--overlaid svg {
    width: 5%;
    height: unset !important;
    aspect-ratio: 1 !important;
    fill: #fff !important;
}

/* SHORT YOUTUBE PLAYER */

.short .plyr__controls button {
    backdrop-filter: blur(7px);
    z-index: 0;
}

.short .plyr__controls button {
    z-index: 0;
    border-radius: 0px;
}

.short .plyr__control--overlaid {
    z-index: 99;
    flex-direction: column;
    gap: 8px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
}

.short .plyr__controls button {
    color: #fff !important;
}

.short .plyr__control--overlaid::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24%;
    height: auto;
    aspect-ratio: 2 / 2;
    border-radius: 15px;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

.short .plyr__control--overlaid svg {
    width: 15% !important;
    height: unset !important;
    aspect-ratio: 1 !important;
    z-index: -3;
}

/* CLIQUE PARA ASSISTIR PLAYER */

.clique .plyr__controls button {
    backdrop-filter: blur(7px);
    z-index: 0;
}

.clique .plyr__control--overlaid {
    z-index: 99;
    flex-direction: column;
    gap: 8px;
    color: #fff !important;
}

.clique .plyr__control--overlaid::after {
    content: "CLIQUE E ASSISTA";
    background: linear-gradient(166deg, green 50%, #0e6c0e 50%);
    color: #fff;
    padding: 2px 10px;
    font-size: 20px;
    text-shadow: 0 0 2px #fff;
    border-radius: 100px;
}

.clique .plyr__controls button {
    color: #fff !important;
}

.clique .plyr__control--overlaid::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    height: 110px;
    border-radius: 8px;
    background: #0000005c;
    z-index: -1;
}