/*
Theme Name: FuteMais tv
Theme URI: https://futemais.org/
Description: Tema desenvolvido para o site FuteMais.
Author: ADM
Author URI: https://futemais.org/
Version: 1.0
*/
:root {
    color-scheme: dark;
    --primary: #d2ff00;
    --primary-dark: #789200;
    --max-screen: 2600px
}

*{
    padding: 0;
    margin: 0px;
    font-family: Roboto,sans-serif
}
*:focus {
    outline: 0;
}
body {
    background-color: #202020;
    color: #eee
}
html {
    box-sizing: border-box;
    font-size: 16px
}

*,*:before,*:after {
    box-sizing: inherit
}

body,h1,h2,h3,h4,h5,h6,p,ol,ul {
    margin: 0;
    padding: 0;
    font-weight: 400
}

ol,ul {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

.no-scroll {
    overflow: hidden
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #333
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #333
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555
}

#content {
    padding: 90px 5vw 20px;
    max-width: var(--max-screen);
    margin: 0 auto
}

header#hd {
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0,rgba(33,33,33,.95) 0%,rgba(11,11,11,.95) 100%);
}

header#hd .container {
    max-width: var(--max-screen);
    margin: 0 auto;
    position: relative;
    height: 70px;
    display: flex;
    justify-content: space-between;
}
header#hd .container .fp {
    display: flex;
    align-items: center;
}
header#hd .container .bt {
    background-color: transparent;
    width: 80px;
    height: 100%;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
header#hd .container .bt .icon {
    color: #ccc;
    width: 32px;
    height: 32px;
    transition: .1s all linear;
}

svg {
    stroke: currentColor;
    fill: currentColor;
    stroke-width: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
}
header#hd .container #logo {
    margin-left: 20px;
}
header#hd .container #logo a {
    text-decoration: none;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.08em;
    transition: all .3s ease-in-out;
}
header#hd .container #logo a span:nth-child(2){
    color: var(--primary);
    padding-left: 4px;
    margin-top: -6px;
    float: right;
}
header#hd .container #logo a:hover span:nth-child(1){
    transition: all .3s ease-in-out;
    color: var(--primary);
}

header#hd .container .fp .fx {
    display: flex;
    padding: 0 0 0 30px;
}
header#hd .container .fp .fx a {
    outline: none;
    display: flex;
    height: 46px;
    width: 100%;
    border: 0;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 20px;
    color: #fffc;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
header#hd .container .fp .fx a:focus, header#hd .container .fp .fx a:hover {
    background-color: #222;
}
header#hd .container .fp .fx a:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-radius: 8px;
    transition: all .3s ease-in-out;
}
header#hd .container .fp .fx a:focus:after, header#hd .container .fp .fx a:hover:after {
    border-color: #333;
}

#bg-dark{
    background-color: #000000b3;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
    transition: .2s all linear
}

#bg-dark.open {
    display: block
}

#nav {
    padding: 120px 20px 20px;
    background-color: #111;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -400px;
    width: 340px;
    z-index: 10;
    overflow-y: auto;
    transition: .2s all linear
}

#nav.open {
    left: 0
}

#nav .fx {
    display: grid;
    gap: 2px;
    padding: 2px 0
}

#nav .fx a {
    outline: none;
    display: flex;
    height: 46px;
    width: 100%;
    border: 0;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 20px;
    color: #fffc;
    border-radius: 10px;
    position: relative;
    cursor: pointer
}

#nav .fx a:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-radius: 8px;
    transition: all .3s ease-in-out
}

#nav .fx a:focus,#nav .fx a:hover {
    background-color: #222
}

#nav .fx a:focus:after,#nav .fx a:hover:after {
    border-color: #333
}

.dad li {
    background-color: #212121cc;
    justify-content: space-between;
    display: flex
}

.dad li a {
    display: block;
    z-index: 10;
    position: relative;
    text-decoration: none;
    color: #fffc;
    white-space: nowrap;
    width: 100%
}

.dad li button {
    background-color: transparent;
    border: 0;
    z-index: 11;
    cursor: pointer;
    color: #fffc;
    padding: 0;
    width: 30px;
    text-align: center
}

.dad li .icon {
    height: 26px
}

.childs {
    height: 0;
    overflow: hidden;
    gap: 2px;
    padding: 2px 0;
    display: grid
}

.childs.active {
    height: auto;
    overflow: hidden
}

.dad li,.childs li a {
    outline: none;
    display: flex;
    height: 46px;
    width: 100%;
    border: 0;
    white-space: nowrap;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 20px;
    color: #fffc;
    border-radius: 10px;
    position: relative;
    cursor: pointer
}

.dad li:after,.childs li a:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-radius: 8px;
    transition: all .3s ease-in-out
}

.dad li:focus,.dad li:hover,.childs li a:focus,.childs li a:hover {
    background-color: #222
}

.dad li:focus:after,.dad li:hover:after,.childs li a:focus:after,.childs li a:hover:after {
    border-color: #333
}


#search .loading {
    display: flex;
    justify-content: center
}

#search {
    display: none;
    padding: 20px 5vw;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: #111
}

#search .container {
    max-width: var(--max-screen);
    margin: 0 auto;
    padding: 0 10px;
    height: calc(100% - 72px)
}

#search .isea input {
    margin-bottom: 22px;
    width: 100%;
    border: 2px solid #222;
    border-radius: 5px;
    height: 50px;
    font-size: 20px;
    padding: 0 20px;
    background-color: #111;
    color: #fffc
}

#search .isea input:focus {
    background-color: #222;
    outline: 2px solid var(--primary)
}

#search .default {
    padding: 40px 20px;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #666
}

#search .default .icon {
    width: 100px;
    margin: 0 auto
}

#search .default .text {
    margin-top: 20px;
    font-size: 16px;
    text-align: center
}

#search .result {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px
}

#search .r-con {
    height: 100%;
    overflow-y: auto;
    padding: 0 4px
}

#search .r-con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #333
}

#search .r-con::-webkit-scrollbar {
    width: 8px;
    background-color: #333
}

#search .r-con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555
}

#search .bt-card {
    width: 100%;
    padding: 0;
    border: 0;
    background-color: transparent
}


#channels {
    overflow: hidden;
    margin: 20px 10px;
    background-color: #000;
    border-radius: 5px;
    box-shadow: 0 4px 4px #00000040;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(https://futemais.art/wp-content/themes/futemais/images/bg-channels.webp);
    background-size: cover;
}

#channels .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient(0deg,rgba(16,16,16,.9) 0%,rgba(89,89,89,.5) 80%);
}

#channels .title {
    color: var(--primary);
    font-size: 18px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

#channels .description {
    color: #fffc;
    font-size: 16px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    max-width: 600px;
}

#channels .button {
    background-color: var(--primary);
    color: #111;
    text-decoration: none;
    font-weight: 700;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #0006;
    opacity: .9;
    background: linear-gradient(0deg,var(--primary-dark) 0%,var(--primary) 100%);
    text-transform: uppercase;
    font-size: 14px;
}
#channels .button:hover {
    opacity: 1;
}

.widget {
    padding: 20px 10px;
}

.widget .title {
    color: #fffc;
    margin: 0 0 20px;
    padding: 30px 0;
    height: 40px;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 4px;
    border-image-source: linear-gradient(to right,var(--primary),transparent);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
    text-shadow: 2px 2px 2px rgba(0,0,0,.8);
}

.widget .live {
    display: flex;
    align-items: center;
    gap: 8px;
    text-shadow: 0 0 10px rgba(0,0,0,.9);
}

.widget .pulse {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
    cursor: pointer;
    box-shadow: 0 0 #0009;
    animation: svelte-1bmv554-pulse 2s infinite;
}
.widget .title h1, .widget .title h2, .widget .title h3 {
    text-transform: uppercase;
    font-size: 16px;
}

.widget .container {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}

.card {
    background-color: #111;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 4px #00000040;
}
.img-lz {
    position: relative;
}
.img-lz img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.card .live {
    color: #fffc;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    font-size: 12px;
    text-shadow: 0 0 10px rgba(0,0,0,.9);
}

.card .pulse {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
    cursor: pointer;
    box-shadow: 0 0 #0009;
    animation: svelte-1bmv554-pulse 2s infinite;
}

.card span.date {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--primary);
}

.card a.pl {
    text-shadow: 2px 2px 2px rgba(0,0,0,.7);
    text-decoration: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    display: flex;
    box-sizing: border-box;
    align-items: end;
    background: #000;
    background: linear-gradient(0deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,.5) 100%);
    padding: 10px;
    font-size: 18px;
    color: #fffc;
}

.card a.pl:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-radius: 8px;
    transition: border .3s ease-in-out;
}

.card a.pl span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.card a.pl:focus:after, .card a.pl:hover:after {
    border-color: var(--primary);
}

.widget .title a.svelte-1bmv554 {
    display: flex;
    align-items: center;
    color: var(--primary);
    text-decoration: none;
    padding: 5px 10px 5px 5px;
    border-radius: 5px;
    white-space: nowrap;
}

.widget .title a span.svelte-1bmv554:nth-child(1) {
    width: 20px;
}
.widget .title a span.svelte-1bmv554 {
    display: block;
    height: 20px;
}

.widget .title a span.svelte-1bmv554 {
    display: block;
    height: 20px;
}
.widget .title a.svelte-1bmv554:hover {
    background-color: #0000004d;
}

#ft {
    background-color: #111;
    overflow: hidden;
}

#ft .container {
    max-width: var(--max-screen);
    color: #888;
    font-size: 14px;
    margin: 5px auto 20px;
    padding: 0 5vw;
    text-align: center;
}
#ft .container .logo-ft {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

#ft .container .logo-ft a {
    text-decoration: none;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.08em;
    transition: all .3s ease-in-out;
}
#ft .container .logo-ft a span:nth-child(2){
    color: var(--primary);
    padding-left: 4px;
    margin-top: -6px;
    float: right;
}
#ft .container .logo-ft a:hover span:nth-child(1){
    transition: all .3s ease-in-out;
    color: var(--primary);
}

#player {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #111;
    margin: 0 10px;
}

#player #fp {
    width: 65%;
    position: relative;
    z-index: 5;
}

#player .container-player {
    padding-top: 56.25%;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

#player .container-player #pl {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: #1e1e1e;
}

#player #options .container-options {
    display: flex;
    margin: 0 auto;
    width: fit-content;
    gap: 10px;
}

#player #options button {
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background-color: #333;
    border: 0;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    white-space: nowrap;
}

#player #options button:hover, #player #options button.active {
    background-color: var(--primary);
    color: #111;
}

#player #options {
    padding: 20px;
    border-bottom: 1px solid #222;
    overflow-x: auto;
    width: 65%;
    z-index: 5;
}

#player #aside-player {
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    padding: 20px;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#content-page {
    background-color: #111;
    border-radius: 5px;
    margin: 20px 10px 0;
    padding: 20px;
}

#content-page .title {
    border-bottom: 2px dashed #222;
    padding-bottom: 20px;
}

#content-page .title h1 {
    font-size: 20px;
    color: #ccc;
    margin-bottom: 4px;
}

#content-page .title h2 {
    font-size: 16px;
    color: #999;
}

#content-page .title .categories {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap;
}

#content-page .title .categories a {
    text-decoration: none;
    color: var(--primary);
    font-size: 14px;
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 2px 8px;
}

#content-page .title .categories a:hover {
    background-color: var(--primary);
    color: #111;
}

#content-page .title .date-pub {
    color: #999;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

#content-page .share {
    padding: 20px 0 0;
}

.share-buttons.svelte-ujk1lt.svelte-ujk1lt {
    display: flex;
    gap: 5px;
}

.share-buttons.svelte-ujk1lt a.svelte-ujk1lt {
    border-radius: 50%;
    overflow: hidden;
    height: 28px;
    width: 28px;
    background-color: #333;
    padding: 4px;
    color: #999;
}

.share-buttons.svelte-ujk1lt a.svelte-ujk1lt:hover {
    color: var(--primary);
    background-color: #444;
}

#content-page .ct-p {
    margin-top: 20px;
    font-size: 16px;
    color: #999;
    display: grid;
    gap: 10px;
}

#content-page .ct-p a {
    opacity: .9;
    color: var(--primary);
}

#content-page .ct-p a:hover {
    opacity: 1;
}

.widget .title-category {
    border-bottom: 2px dashed #333;
    padding-bottom: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.widget .title-category h1.svelte-sxal9c {
    font-size: 20px;
    color: #ccc;
}

.widget .title-category h2.svelte-sxal9c {
    font-size: 16px;
    color: #999;
}

#error {
    padding: 90px 5vw 20px;
    display: grid;
    justify-content: center;
    text-align: center;
}

#error .status {
    color: var(--primary);
    font-size: 70px;
}

#error .message {
    color: #fffc;
    font-size: 18px;
}

#error .bts a {
    background-color: var(--primary);
    color: #111;
    display: table;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    margin: 20px auto 0;
    opacity: .9;
}

#error .bts a:hover {
    opacity: 1;
}

#search.svelte-1oemaso .bt-card.svelte-1oemaso {
    width: 100%;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.card.svelte-c60wm.svelte-c60wm {
    background-color: #111;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 4px #00000040;
}

.img-lz.svelte-x404l8.svelte-x404l8 {
    position: relative;
}

.img-lz.svelte-x404l8 img.svelte-x404l8 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.search-item {
    width: 326px;
    height: auto;
}

.live .encerrado {
    background: red;
    padding: 3px 4px;
    border-radius: 10px;
}

#player .container-player #pl .msg-pl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

#player .container-player #pl .msg-pl .title {
    color: var(--primary);
    font-size: 20px;
}

#player .container-player #pl .msg-pl .description {
    color: #999;
    font-size: 16px;
}
#player .container-player #pl .msg-pl .description a {
	color: var(--primary);
    border: 1px solid var(--primary);
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
}
#player .container-player #pl .msg-pl .description a:hover {
    background-color: #0000004d;
}

.aban {
    width:300px;
    height:auto;
    margin: 2px auto;
}

#blog-pager {
    margin: 24px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    clear: both;
    padding: 20px 0;
    flex-direction: column;
}

#blog-pager #load-more-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1B334B;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    width: max-content;
    border-radius: 3px;
    user-select: none;
    background-color: #0d0d0d;
    border: 1px solid #232323;
    color: #ff9c2a;
}

#blog-pager #load-more-link:hover {
    transition-duration: 0.7s;
    color: #bfbfbf;
    background-color: #161616;
    border: 1px solid #1f1f1f;
}

#blog-pager #load-more-link span:after {
    display: none;
    content: ''
}

#blog-pager .loading {
    margin: 10px 0;
}

#blog-pager .loading svg {
    width: 34px;
    height: 34px
}

#blog-pager .no-more {
    display: none
}

#blog-pager .no-more {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    background: rgba(0, 0, 0, .12);
    color: #fff;
    padding: 8px 16px;
    border-radius: 3px;
    user-select: none;
    cursor: not-allowed
}

#blog-pager .no-more.show {
    display: none
}

#blog-pager .blog-pager-older-link {
    font-size: 16px;
    padding: 0;
    overflow: hidden;
    line-height: 1.6;
    width: 100%;
    border: 0;
    background: 0 0;
    color: #000;
    fill: currentColor;
    gap: 8px
}

#pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

#pagination span {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    color: #444;
    opacity: .8;
    border-radius: 50%;
    cursor: pointer;
}
#pagination span:hover {
    opacity: 1;
}

#pagination span.current {
    background-color: var(--primary);
    color: #222;
    font-weight: 700;
}

#pagination span.inactive {
    background-color: #444;
    border-radius: 50%;
    color: #aaa;
}

#info-page {
    color: #999;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}


#load{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000000;
    top:0;
    left:0;
    font-size: 5em;
    font-weight: 700;
    line-height: 0.85;
    text-align: center;
    transition: opacity 1.5s,font-weight 0s;
    font-weight: 700;
}
#load > div {
    position: relative;
    top:40%;
}
#load > div > div:nth-child(1){
    transition: all 1.8s; 
    color: #fff;
    animation: load 1.6s forwards;
    font-size: 0.6em;
    text-transform: uppercase;
}
#load > div > div:nth-child(2){
    transition: all 1.8s;
    animation: load_2 1.6s forwards;
    color: #d2ff00;
    background: -webkit-linear-gradient(#789200, #d2ff00, #789200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 0.4em;
}

#load > div > div:nth-child(1)::before{
    content : 'FUTEMAIS';
}
#load > div > div:nth-child(2)::before{
    content : '+';
}

.r-con.svelte-1oemaso {
    height: 100%;
    overflow-y: auto;
    padding: 0 4px;
}

a.editar {
	display: flex;
    align-items: center;
    color: var(--primary);
    text-decoration: none;
    padding: 5px 10px 5px 5px;
    border-radius: 5px;
    white-space: nowrap;
    float: right;
	position: fixed;
    right: 10px;
    bottom: 20px;
    background-color: #0000004d; 
	z-index:9999999999999;
}
a.editar span.svelte-1bmv554:nth-child(1) {
    width: 20px;
	display: block;
    height: 20px;
	margin-right:6px;
}

a.editar:hover {
	color:#fff;
    background-color: #0000004d;
}
.app-message {
    background-color: var(--primary);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    margin: 0 10px 20px;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.app-message button {
    background-color: #111;
    border: 0;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 10px;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary);
}
.app-message button:hover {
    background-color: #222;
}

/* Responsivo */
@media (max-width: 2400px){
    #player #fp, #player #options {
        width: 70%;
    }
    #player #aside-player {
        width: 30%;
    }
}

@media (max-width: 2200px){
    #player #aside-player {
        width: 25%;
    }
    #player #fp, #player #options {
        width: 75%;
    }
}

@media (max-width: 2000px){
    #player #fp, #player #options {
        width: 80%;
    }
    #player #aside-player {
        width: 20%;
    }
}

@media(max-width: 1799px) {
    #search .result {
        grid-template-columns:repeat(4,1fr)
    }
    #search .result .search-item:nth-child(9),#search .result .search-item:nth-child(10) {
        display: none
    }
    .widget .container {
        grid-template-columns: repeat(4,1fr);
    }
}

@media(max-width: 1439px) {
    #search .result {
        grid-template-columns:repeat(3,1fr)
    }

    #search .result .search-item:nth-child(9) {
        display: block
    }
}

@media (max-width: 1240px){
    #player {
        display: grid;
    }
    #player #fp, #player #options {
        width: 100%;
    }
    #player #aside-player {
        position: relative;
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        padding: 10px;
    }
}

@media(max-width: 1079px) {
    #search .result {
        grid-template-columns:repeat(2,1fr)
    }

    #search .result .search-item:nth-child(10) {
        display: block
    }
	.widget .container {
		grid-template-columns: repeat(2,1fr);
	}
}

@media(max-width: 960px) {
    #hd #logo {
        margin-left:0 !important;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }

    #hd .container .fp .fx {
        display: none !important;
    }
}
@media (max-width: 900px){
	#channels .container {
		display: grid;
		gap: 20px;
		justify-content: center;
	}
}
@media (max-width: 900px){
	#channels .button {
		justify-content: center;
	}
}
@media(max-width: 719px) {
    #search .result {
        grid-template-columns:repeat(1,1fr)
    }
}
@media (max-width: 719px){
	.widget .container {
		grid-template-columns: repeat(1,1fr) !important;
	}
}


@keyframes load {
    from{
        margin-top: -5px;
        margin: 0 0 0 -10000px;
    }
    80%{
        margin: 0 0 0 -180px;
    }
    to {
        margin: 0 0 0 -105px;
    }
}
@keyframes load_2 {
    from {
        margin: -58px 0 0 10000px;
    }
    80% {
        margin: -60px 0 0 -180px;
    }
    to{
        margin: -50px 0 0 150px;
    }
}

@-webkit-keyframes svelte-1bmv554-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(153,204,44,.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes svelte-1bmv554-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(175,204,44,.4);
        box-shadow: 0 0 #97cc2c66
    }

    70% {
        -moz-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px #9ccc2c00
    }

    to {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 #9ccc2c00
    }
}
/*
     FILE ARCHIVED ON 01:54:53 Sep 10, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:19:45 Apr 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.229 (2)
  exclusion.robots: 0.063 (2)
  exclusion.robots.policy: 0.04 (2)
  esindex: 0.025 (2)
  cdx.remote: 29.237 (2)
  LoadShardBlock: 152.458 (6)
  PetaboxLoader3.datanode: 185.66 (8)
  PetaboxLoader3.resolve: 131.78 (3)
  load_resource: 239.275 (2)
*/