
/* CSS Personalizados */
/* Margen de las banderas de los idiomas */
@media screen and (max-width: 700px) {
.SelectLangDisp {
    margin: 8px 0 0 !important;
}
}
/* Tamaño de las banderas de idiomas */
@media screen and (max-width: 700px) {
    .SelectLangDisp li {
        position: relative;
        width: 35px !important;
        height: 35px !important;
    }
}
/* Margen de los reproductores y las banderas de idiomas */
@media screen and (max-width: 700px) {
    .OptionsLangDisp {
        margin: 56px 0 0 !important;
    }
}
/* Tamaño de letra del servidor */
@media screen and (max-width: 700px) {
    .ODDIV li span {
        font-size: 14px !important;
    }
}
/* Tamaño de letra del idioma */
@media screen and (max-width: 700px) {
.ODDIV li p {
    font-size: 12px !important;
}
}
/* Margen del contenedor del icono, idioma y titulo del servidor */
@media screen and (max-width: 700px) {
    .ODDIV li {
        padding: 1px 5px 5px 65px !important;
        min-height: 36px !important;
        margin: 0px 0px 5px 2px !important;
    }
}
/* Tamaño de inoco del servidor */
@media screen and (max-width: 700px) {
    .ODDIV li img {
        width: 28px !important;
        left: 16px !important;
        top: 9px !important;
    }
}
/* Fin de los CSS Personalizados */

::-webkit-scrollbar-track {
    background-color: #242d4200
}

::-webkit-scrollbar-thumb {
    background-color: #464d61;
    background-clip: padding-box;
    border: 2px solid #242d4200;
    border-radius: 30px
}

::-webkit-scrollbar {
    width: 10px
}

body {
    background-color: #000;
    font-family: roboto condensed,sans-serif;
    color: #fff;
    position: fixed;
    margin: 0;
    padding: 0!important;
    height: 100%;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available
}

a {
    text-decoration: none
}

p {
    font-weight: 500
}

a,input,li,span,h2 {
    -webkit-transition: all .2s cubic-bezier(.37,.15,.32,.94);
    -moz-transition: all .2s cubic-bezier(.37,.15,.32,.94);
    -ms-transition: all .2s cubic-bezier(.37,.15,.32,.94);
    transition: all .2s cubic-bezier(.37,.15,.32,.94);
    list-style-type: none;
    font-weight: 500
}

.grecaptcha-badge {
    visibility: hidden
}

#DisplayContent {
}

.FirstLoad {
    top: -1000%;
    background-image: linear-gradient(rgba(15,15,15,0.48),rgba(0,0,0,0.76) 60%);
    opacity: 0;
    -webkit-transition: top 0s ease .35s,opacity .35s ease;
    -moz-transition: top 0s ease .35s,opacity .35s ease;
    -ms-transition: top 0s ease .35s,opacity .35s ease;
    transition: top 0s ease .35s,opacity .35s ease;
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: 100%
}

.FirstLoadA {
    top: 0!important;
    opacity: 1!important;
    -webkit-transition: top 0s ease 0s,opacity .35s ease!important;
    -moz-transition: top 0s ease 0s,opacity .35s ease!important;
    -ms-transition: top 0s ease 0s,opacity .35s ease!important;
    transition: top 0s ease 0s,opacity .35s ease!important
}

/*.FirstLoad:before {
    content: '';
    background-image: url(https://play.hdpastes.xyz/static/Y3sJjJJ.gif);
    height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    overflow: hidden;
    border-radius: 100px;
    background-size: 100%
}*/

.BotHumano {
    top: -1000%;
    background-image: linear-gradient(rgba(15,15,15,0.48),rgba(0,0,0,0.76) 60%);
    opacity: 0;
    -webkit-transition: top 0s ease .35s,opacity .35s ease;
    -moz-transition: top 0s ease .35s,opacity .35s ease;
    -ms-transition: top 0s ease .35s,opacity .35s ease;
    transition: top 0s ease .35s,opacity .35s ease;
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: 100%
}

.BotHumanoA {
    top: 0!important;
    opacity: 1!important;
    -webkit-transition: top 0s ease 0s,opacity .35s ease!important;
    -moz-transition: top 0s ease 0s,opacity .35s ease!important;
    -ms-transition: top 0s ease 0s,opacity .35s ease!important;
    transition: top 0s ease 0s,opacity .35s ease!important
}

.BoxHumano {
    min-height: 70px;
    width: 435px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    overflow: hidden;
    border-radius: 10px;
    background-size: 100%;
    background: #1d1d1d;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    box-sizing: border-box
}

.BoxHumano span {
    padding: 15px 0 15px 85px;
    font-size: 20px;
    display: block;
    width: 100%
}

.BoxHumano:before {
    content: '';
    background-image: url(https://play.hdpastes.xyz/static/Y3sJjJJ.gif);
    height: 60px;
    width: 60px;
    top: 5px;
    left: 10px;
    position: absolute;
    border-radius: 100px;
    background-size: 100%
}

.BoxHumano span b {
    font-weight: 500;
    margin-top: -2px;
    display: block
}

.BoxHumano span p {
    margin: 3px 0 0;
    font-size: 15px;
    color: #bbb
}

.coding {
    background: #3a2f0d;
    padding: 0 10px
}

.coding:before {
    content: '';
    display: none
}

.coding span {
    padding: 15px 0;
    font-size: 19px;
    display: block;
    text-align: center
}

.fonz span {
    padding: 13px 0 11px 85px;
    font-size: 18.5px;
    display: block
}

.BotHumanoFail {
    top: -1000%;
    background-image: linear-gradient(rgba(15,15,15,0.48),rgba(149,37,37,0.27) 60%);
    opacity: 0;
    -webkit-transition: top 0s ease .35s,opacity .35s ease;
    -moz-transition: top 0s ease .35s,opacity .35s ease;
    -ms-transition: top 0s ease .35s,opacity .35s ease;
    transition: top 0s ease .35s,opacity .35s ease;
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: 100%
}

.BotHumanoFailA {
    top: 0!important;
    opacity: 1!important;
    -webkit-transition: top 0s ease 0s,opacity .35s ease!important;
    -moz-transition: top 0s ease 0s,opacity .35s ease!important;
    -ms-transition: top 0s ease 0s,opacity .35s ease!important;
    transition: top 0s ease 0s,opacity .35s ease!important
}

.BoxHumanoFail {
    width: 400px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    overflow: hidden;
    border-radius: 10px;
    background-size: 100%;
    background: #782727
}

.BoxHumanoFail span {
    padding: 10px;
    display: block
}

.BoxHumanoFail span b {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px
}

.BoxHumanoFail span p {
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 1.5;
    color: #e0e0e0
}

#PlayerDisplay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    background-color: #000
}

.SelectLangDisp {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 15px 0 0
}

.SelectLangDisp li {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    margin: 0 20px;
    opacity: .45;
    box-shadow: 0 2px 10px 0 #00000070
}

.SelectLangDisp li:hover {
    opacity: 1
}

.SelectLangDisp li img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.SelectLangDisp .SLD_A {
    opacity: 1
}

.OptionsLangDisp {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    margin: 90px 0 0
}

/*.ODDIV li {
    display: block;
    background: #000;
    padding: 5px 5px 5px 80px;
    position: relative;
    border-radius: 10px;
    margin: 0 0 10px 10px;
    min-height: 60px;
    background: -webkit-linear-gradient(left,#000000 25%,rgba(231,56,39,0) 100%);
    cursor: pointer;
    width: -moz-available
}*/

/* Personalizado*/
.ODDIV li {
    display: block;
    /* background: #000; */
    padding: 5px 5px 5px 80px;
    position: relative;
    /*background: #0f172ae6;*/
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    /* padding: 1.5rem; */
    cursor: pointer;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* border-radius: 10px; */
    margin: 0 0 4px 0px;
    min-height: 60px;
    background: -webkit-linear-gradient(left, #0f172ae6 25%, #0f172a85 100%);
    cursor: pointer;
    width: -moz-available;
}
/* fin Personalizado*/

.ODDIV li:hover {
        transform: translateY(-4px);
        background: rgba(37, 99, 235, 0.1);
        border-color: var(--accent);
}

/*.ODDIV li:last-child {
    margin: 0 0 105px 10px
}*/
 
/* Personalizado*/    
.ODDIV li:last-child {
    /*margin: 0 0 105px 10px*/
}
/* fin Personalizado*/

.ODDIV li img {
    position: absolute;
    left: 15px;
    top: 12px;
    width: 40px;
}

.ODDIV li span {
    display: block;
    text-transform: uppercase;
    border-radius: 6px;
    color: #fff;
    text-align: left;
    margin: 7px 0 0;
    font-size: 20px
}

.ODDIV li p {
    text-align: left;
    font-size: 14px;
    margin: 4px 0 5px;
    color: #bbb
}

.ODDIV li:hover {
    background: #103e64;
    background: -webkit-linear-gradient(left,#103e64 25%,rgba(231,56,39,0) 100%)
}
/*.ODDIV li:hover {
    background: #103e64;
    background: -webkit-linear-gradient(left,#0a0e17 50%,rgb(20 27 41) 100%)
}*/


.OD {
    display: none
}

/*.REactiv {
    display: block;
    width: -moz-available;
    -moz-padding-start: 10px;
    -moz-padding-end: 10px
}*/

/* Personalizado*/
.REactiv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    padding: 1rem;
    overflow-y: auto;
    max-height: 70vh;
    width: -moz-available;
    -moz-padding-start: 10px;
    -moz-padding-end: 10px
}

@media screen and (max-width: 700px) {
.REactiv {
    gap: 0.0rem;
    padding: 0;
}
}
/* fin Personalizado*/

.DisplayVideo {
    top: -100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: top 0s ease .4s,opacity .4s ease;
    -moz-transition: top 0s ease .4s,opacity .4s ease;
    -ms-transition: top 0s ease .4s,opacity .5s ease;
    transition: top 0s ease .4s,opacity .5s ease;
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    height: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    /* height:-webkit-fill-available; */
    height: fill-available
}

.DisplayVideoA {
    top: 0!important;
    opacity: 1!important;
    -webkit-transition: top 0s ease 0s,opacity .4s ease!important;
    -moz-transition: top 0s ease 0s,opacity .4s ease!important;
    -ms-transition: top 0s ease 0s,opacity .4s ease!important;
    transition: top 0s ease 0s,opacity .5s ease!important
}

#IFR {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.DisplayVideo span {
    background: #171b25;
    float: left;
    border-radius: 6px;
    padding: 10px 10px 7px;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    margin: 10px
}

.DisplayVideo span:hover {
    background: #22459d
}

.DisplayVideo span img {
    width: 35px;
    opacity: .8
}

.DisplayVideo span:hover img {
    opacity: 1
}

.DisplayVideo p {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.DisplayVideo p:before {
    content: '';
    background-image: url(https://play.hdpastes.xyz/static/Y3sJjJJ.gif);
    height: 60px;
    width: 60px;
    border-radius: 100px;
    background-size: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%)
}

.reAct span {
    display: flex
}

.reAct:before {
    content: '';
    background-image: url(https://play.hdpastes.xyz/static/Y3sJjJJ.gif);
    height: 60px;
    width: 60px;
    top: 12px;
    left: 14px
}

.reAct .tl1 {
    width: 140px;
    background: #000;
    border-radius: 5px;
    font-size: 20px;
    padding: 5px 0 7px;
    color: #ccc;
    text-align: center
}

.reAct .tl1 b {
    display: block;
    font-size: 13px;
    color: #bbb;
    margin: 3px 0 0
}

.reAct .tl2 {
    width: 90px;
    background: #273a10;
    border-radius: 5px;
    font-size: 20px;
    line-height: 2.6;
    margin: 0 0 0 10px;
    text-align: center
}

.reAct .tl3 {
    width: 90px;
    background: #781c15;
    border-radius: 5px;
    font-size: 20px;
    line-height: 2.6;
    margin: 0 0 0 5px;
    text-align: center
}

.ODDIV .avs {
    background: -webkit-linear-gradient(left,#511111 25%,rgba(231,56,39,0) 100%)
}

.ODDIV .avs:hover {
    background: -webkit-linear-gradient(left,#761c1c 25%,rgba(231,56,39,0) 100%)
}

#DisplayContent .noVideos {
    background-image: linear-gradient(rgba(15,15,15,0.48),rgba(31,82,125,0.27) 60%)
}

#DisplayContent .noVideos .BoxHumanoFail {
    background: #1b4364
}

.wpw {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0 0 50%
}

.pbl {
    position: absolute;
    z-index: 1;
    background: #0000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.directAc {
    position: relative
}

.directAc #PlayerDisplay {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #2c2c2c
}

.share {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ffffff2b;
    background-image: url(https://i.imgur.com/0VYVLrS.png);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 100%;
    background-position: 5.5px 5.5px
}

.share:hover {
    background-color: #1763a0
}

#copyUrl {
    opacity: 0;
    position: absolute;
    top: -100px
}

.share p {
    position: absolute;
    background: #ffffff2b;
    font-size: 12px;
    width: 90px;
    text-align: center;
    right: 40px;
    top: -5px;
    padding: 5px 0 3px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #d5d5d5
}

@media screen and (max-width: 930px) {
    .directAc {
        position:fixed;
        margin: 0;
        height: 100%;
        width: 100%;
        width: -moz-available;
        width: -webkit-fill-available;
        width: fill-available
    }

    .directAc #PlayerDisplay {
        border-radius: 0;
        border: initial
    }
}

@media screen and (max-width: 700px) {
    .share {
        display:none
    }

    .OptionsLangDisp {
        margin: 80px 0 0
    }

    .SelectLangDisp li {
        position: relative;
        width: 50px;
        height: 50px
    }

    .ODDIV li img {
        width: 40px;
        left: 14px;
        top: 13px
    }

    .ODDIV li span {
        font-size: 17px
    }

    .ODDIV li p {
        margin: 4px 0 0
    }

    .ODDIV li {
        padding: 5px 5px 5px 65px;
        min-height: 54px
    }
}

@media screen and (max-width: 400px) {
    .SelectLangDisp li {
        margin:0 10px
    }

    .reAct:before {
        height: 50px;
        width: 50px;
        top: 22px;
        left: 10px
    }

    .reAct span {
        padding: 15px 0 15px 70px
    }

    .BoxHumanoFail {
        width: 95%
    }

    .BoxHumano {
        width: 95%
    }

    .reAct .tl1 {
        width: 40%;
        line-height: 1.5
    }

    .reAct .tl2 {
        width: 25%;
        line-height: 3.3
    }

    .reAct .tl3 {
        width: 25%;
        line-height: 3.3
    }
}

@media screen and (max-width: 280px) {
    .ODDIV li img {
        display:none;
        width: 40px;
        left: 14px;
        top: 13px;
    }

    .ODDIV li {
        padding: 5px 5px 5px 15px
    }

    .SelectLangDisp li {
        width: 40px;
        height: 40px
    }
}
