@charset "utf-8";

@font-face {
    font-family: "comic_simple";
    src: url(../../fonts/comic_simple.ff9243a.ttf) format("truetype");
    font-display: swap;
}

* {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: serif "comic_simple";
}

html,
body {
    width: 100%;
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    overflow-x: hidden;
    color: rgb(51, 51, 51);
}

a {
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.ad-container {
    margin: 16px auto;
}

.ad-container[data-ad-index="0"] {
    margin-top: 0;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    min-height: 250px;
    max-width: 300px;
    margin: 0 auto;
}

.ad-label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
            align-items: start;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;
    color: rgb(73, 73, 73);
}

.fav {
    width: 160px;
    height: 100%;
    margin-right: auto;
}

.fav .rootbg {
    display: inline-block;
    width: 160px;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bgi {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/loading.e29b847.gif);
}

.section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border-top: 2px solid #000;
    gap: 5px;
}

.section-descrip {
    margin: 0 10px;
    font-weight: 600;
    height: 36px;
    overflow-y: auto;
}

.section-header h2 {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    letter-spacing: 0.5px;
    height: 40px;
    overflow-y: auto;
    line-height: 40px;
}

.button-box {
    min-width: 88px;
}

header {
    position: relative;
    width: 100%;
    height: 60px;
    color: #fff;
    /* margin-gle-bottom: 30px; */
}

.gle-header-box {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
}

.gle-header-right,
.gle-header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    color: #000;
}

.gle-header-menu {
    margin: 0;
}

.gle-all-text {
    white-space: nowrap;
    overflow: hidden;
}

.about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative;
}

.about-list {
    position: absolute;
    top: 43px !important;
    right: 0 !important;
    height: auto;
    width: auto;
    background-color: #353535;
    z-index: 9999;
    display: none;
    /* display: flex; */
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 5px;
    border-radius: 10px;
    padding: 20px 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.about-list .gle-play-item {
    margin: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding: 3px 16px;
    border-radius: 8px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 2px solid #000;
    position: relative;
}

.gle-search-box {
    position: fixed;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
    width: 60%;
    height: 40px;
    /* display: flex; */
    display: none;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(199, 236, 252, 1);
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    margin: 0;
    border: 1px solid #c7ecfc;
    z-index: 999;
}

.gle-search-btn-box {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    height: 100%;
    padding: 0 10px;
    background-color: transparent;
}

.gle-search-btn,
.gle-search-button {
    width: 30px;
    aspect-ratio: 1;
    background-image: url(../../images/Cerca.7245b2d.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.gle-search-button-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.myInput {
    color: #000;
    height: 30px;
    outline: 0;
    font-size: 1rem;
    border: 0;
    display: inline-block;
    margin: 0 1em;
    text-decoration: none;
    width: 80%;
    background-color: transparent;
}

.aside-menu {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(../../images/menu.35066ad.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.gle-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.945);
    z-index: 998;
    display: none;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.gle-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100vh;
    background: #fff;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 999;
    overflow: scroll;
}

.gle-sidebar-container {
    padding: 20px;
}

.gle-sidebar-container .fav {
    height: 60px;
}

.gle-close-btn-box {
    position: absolute;
    top: 5px;
    right: 35px;
}

.gle-sidebar-container .gle-list-canvas {
    width: 95%;
    margin: 10px auto;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
}

.gle-list-canvas .gle-menu-tag,
.gle-list-canvas .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    height: 45px;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.514);
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
}

.gle-list-canvas .gle-menu-tag p,
.gle-list-canvas .item .icon-name {
    padding-left: 20px;
}

.gle-bottom {
    text-align: center;
    font-family: Arial, sans-serif;
    margin-top: 60px;
    background-color: #e3e6ed;
}

.gle-bottom .fav {
    height: 60px;
    margin: 0 auto;
}

.gle-bottom-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 10px;
}

.gle-footer-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
}

.footer-gle-bottom {
    width: 100%;
    padding: 0 10px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.gle-footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 0 15px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.footer-gle-bottom,
.gle-footer-links a,
.copyright {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.gle-footer-links a:hover {
    text-decoration: underline;
}

.gle-main {
    width: 100%;
    min-height: -webkit-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
    overflow: hidden;
}

.gle-video-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 15px;
    margin-top: 10px;
    padding: 0 10px;
}

.gle-video-list-container {
    width: 70%;
    position: relative;
    overflow: hidden;
}

.list-and-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.list-and-tab-reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
}

.gle-tab-container {
    width: 30%;
    background-color: #eaeaea;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}

.tab-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-gle-bottom: 10px;
}

.tab-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    padding: 8px;
    font-weight: 600;
    color: #707070;
    cursor: pointer;
    background-color: #cbcbcb;
}

.tab-title.active {
    color: #525f7f;
    background-color: #eaeaea;
}

.tab-bgc-title {
    position: relative;
    width: 100%;
    aspect-ratio: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    z-index: 20;
}

.tab-title-bg {
    position: absolute;
    inset: 0;
    z-index: 10;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.tab-bgc-title .tab-title-text {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    z-index: 30;
}

.gle-content-bg {
    padding: 20px;
}

.gle-content {
    position: relative;
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
    padding: 15px 0;
}

.tab-dashed-box {
    position: absolute;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 20px;
}

.tab-dashed-box-top {
    top: -10px;
}

.tab-dashed-box-gle-bottom {
    gle-bottom: -10px;
}

.tab-dashed-box .dashed {
    border-top: 1px dashed #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    height: 1px;
}

.dashed-title {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.tab-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 10px;
}

.gle-video-list-row-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gle-video-list-row-2 .video-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
}

.gle-video-list-row-2 .video-card .video-card__icon-box {
    width: 40%;
    min-height: 104px;
    overflow: visible;
}

.gle-video-list-row-3 {
    grid-template-columns: repeat(3, 1fr);
}

.tab-list .video-card:last-child {
    border: none;
}

.gle-video-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 100%;
}

.gle-video-list-wrapper .gle-video-list {
    width: 100%;
    gap: 5px 10px;
    padding: 0 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.gle-video-container-box {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.video-card {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}

.video-card__icon-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1.7;
    overflow: hidden;
    min-height: 127px;
}

.video-card__thumbnail {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
}

.video-card__duration {
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: #343435;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 10px;
}

.video-card__play-overlay {
    position: absolute;
    gle-bottom: 3px;
    left: 3px;
    width: 30px;
    aspect-ratio: 1;
    background-image: url(../../images/play.5fe82ca.png);
    background-position: center;
    background-size: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}

.video-card__info {
    padding: 5px;
    color: #000;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.video-card__title {
    margin: 5px 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-rows: auto;
    max-height: 30px;
}

.video-card__meta {
    font-size: 10px;
}

.video-card__author {
    white-space: nowrap;
    overflow: hidden;
}

.video-card__category {
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    color: #5a5454;
    padding: 2px 5px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

@media screen and (max-width:900px) {
    .gle-video-container-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }
    body {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100vw;
    }

    .list-and-tab,
    .list-and-tab-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .gle-video-list-container,
    .gle-tab-container {
        width: 100%;
    }

    .tab-bgc-title {
        aspect-ratio: auto;
        min-height: 154px;
    }

    .tab-title-bg {
        background-size: 50%;
    }

    .gle-video-list-row-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .tab-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .gle-header-menu {
        display: none;
    }

    .aside-menu {
        display: block;
    }
}

@media screen and (max-width:480px) {
    header {
        height: 40px;
        margin: 0;
    }

    .gle-header-box {
        padding: 0;
    }

    .gle-header-right,
    .gle-header-left {
        gap: 5px;
    }

    .gle-search-button-box p {
        display: none;
    }

    .gle-video-list,
    .tab-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .gle-video-list-row-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .aside,
    .gle-search-box {
        width: 90%;
    }

    .gle-bottom .fav {
        height: 60px;
    }

    .gle-sidebar {
        width: 90%;
    }

    .gle-footer-links {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }

    .footer-gle-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        gap: 10px;
    }

    .video-card__title {
        height: 30px;
    }
}
.tab-bgc-title .hottest {
    background-image: url(../../images/Hottest.eaaf7f6.png);
}

.tab-bgc-title .most {
    background-size: 120%;
    background-image: url(../../images/subtitle.0b88ed4.png);
}

.tab-bgc-title .latest {
    background-image: url(../../images/Latest.eaa426c.png);
}

.tab-bgc-title .best {
    background-image: url(../../images/Best-rating.ad195f8.png);
}

.tab-bgc-title .top {
    background-image: url(../../images/Top-Tier.bac4499.png);
}

.tab-bgc-title .highlight {
    background-image: url(../../images/highlight.5c91fb4.png);
}

.tab-bgc-title .trending {
    background-image: url(../../images/trending.b8e9172.png);
}

@media screen and (max-width:900px) {
    .tab-bgc-title .most {
        background-size: 70%;
        background-image: url(../../images/Most-clicks.f7bcc19.png);
    }
/* 
    .tab-bgc-title .tab-title-text {
        font-size: 1.5rem;
    } */
}

@media screen and (max-width:480px) {
    .gle-video-list-row-3:nth-of-type(-n + 3) {
        display: none;
      }
}
