* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: none;
    outline: none;
    background: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #fff;
}

.bb {
    border-bottom: 1px solid #212529;
}

.b {
    border: 1px solid #212529;
}

.bg-custom {
    background: #2e2e2e;
}

.ovsc {
    overflow: scroll;
    padding-bottom: 400px !important;
}

.c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tsh {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.pointer {
    cursor: pointer;
    user-select: none;
}

body {
    width: 100vw;
    height: 100vh;
}

#container {
    height: 100%;
    width: 100%;
}

nav {
    height: 60px;
    width: 100%;
    justify-content: space-between !important;
}

#brand {
    width: 100px;
    z-index: 100;
}

main {
    height: calc(100% - 60px);
    width: 100%;
}

.search {
    height: 40px;
    width: calc(100% - 150px);
    border-radius: 2px;
    overflow: hidden;
}

.search input {
    width: calc(100% - 40px);
    height: 100%;
}

.search i {
    height: 100%;
    width: 40px;
}

.numbers-gp {
    width: 100%;
    margin-top: 6px;
}

.numbers-gp i {
    height: 25px;
    width: 25px;
    background: #7b0458;
}

.numbers-wrapper {
    width: calc(100% - 60px);
    margin: 0 5px;
}

.numbers {
    height: 30px;
    width: 100%;
    justify-content: space-between;
}

.numbers div {
    width: 9%;
    height: 30px;
    transition: all .5s;
}


#play-box {
    height: 450px;
    width: 100%;
    flex-direction: column;
}

#play-box .ads-img {
    width: 100%;
    position: absolute;
    z-index: 4;
}

#play-box iframe {
    height: 100%;
    width: 90%;
    z-index: 2;
}

#play-box-close-btn {
    top: 6px;
    right: 10px;
    font-size: 1.5em;
    z-index: 5;
}

#header-ad {
    width: 100%;
    flex-direction: column;
}

.ad-img {
    width: 100%;
}

#footer-ad {
    width: 100%;
    position: fixed;
    bottom: 3px;
    z-index: 9;
    flex-direction: column;
}

.box-container {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.box-container img {
    width: 100%;
}

.box {
    width: 48%;
    border-radius: 2px;
    position: relative;
}

.box .thumbnail {
    width: 100%;
}

.box div {
    justify-content: space-between;
}

.time-see {
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    border-radius: 2px;
    font-size: .6em;
}

#loading {
    height: 70px;
    width: 70px;
    position: relative;
    padding: 2px;
    overflow: hidden;
    z-index: 999999;
    margin-top: 100px;
    left: calc(50% - 35px);
}

#loading:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    animation: rotate 2s linear infinite;
    background-image: conic-gradient(transparent, transparent, transparent, transparent, #006fff);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    0% {
        transform: rotate(-360deg);
    }
}

#loading img {
    height: 100%;
    width: 100%;
    position: relative;
}

.numbers-gp {
    width: 100%;
    margin-top: 6px;
}

.numbers-gp i {
    height: 25px;
    width: 25px;
}

.numbers-wrapper {
    width: calc(100% - 60px);
    margin: 0 5px;
}

.numbers {
    height: 30px;
    width: 100%;
    justify-content: space-between;
}

.numbers div {
    width: 9%;
    height: 30px;
    transition: all .5s;
}

.desc {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    overflow: hidden;
    z-index: 4;
}


@media (min-width: 700px) {
    body {
        padding: 0 50px;
    }

    .search {
        width: 50%;
    }

    .box {
        width: calc(20% - 3px);
    }

    #play-box .ad-img {
        width: 50%;
    }

    #play-box #vd-clip,
    #play-box iframe {
        width: 50%;
    }

    .ad .ad-img {
        width: 60%;
    }
}