body{
    padding-top: 56px;
    padding-bottom: 3rem;
    color: rgb(var(--bs-tertiary-color-rgb));
}
nav{
    padding: 0px 0px!important;
}
a{
    text-decoration: none;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}
.td-adspot-title {
    color: #bbbbbb;
    font-size: 10px;
    text-align: center;
    display: block;
    margin-top: -5px;
    margin-bottom: 5px;
}

.card img:hover{
    opacity: 0.9;
}

.post-thai:hover{
    background: #eee;
}
.post-thai a{
    color: #dc3545;
}
.post-thai a:hover{
    color: red;
}
.post-thai small{
    font-size: 12px;
}

.post-chinese:hover{
    background: #eee;
}
.post-chinese a{
    color: #0d6efd;
}
.post-chinese a:hover{
    color: blue;
}
.post-chinese small{
    font-size: 12px;
}

.post-korean:hover{
    background: #eee;
}
.post-korean a{
    color: #198754;
}
.post-korean a:hover{
    color: green;
}
.post-korean small{
    font-size: 12px;
}

.post-top:hover{
    background: #eee;
}
.post-top a{
    color: #f42bab;
}
.post-top a:hover{
    color: #d30072;
}
.post-top small{
    font-size: 12px;
}

/*--lolz--*/
.sd_player{
    min-width: 300px;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sd_player *{
    margin: 0;
    padding: 0;
}
.sd_player a{
    text-decoration: none;
}
.sd_player li{
    list-style: none;
}
.sd_video{
    width: 100%;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.sd_loading{
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
    z-index: 9999;
    display: none;
    background-color: #000;
    padding: 5px;
}
.sd_video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #000;
}
.sd_server{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.sd_server video{
    width: 100%;
    height: 100%;
    background-color: #000;
}
.sd_list {
    width: 100%;
    overflow: auto;
}
.sd_list{
    border-top: 1px solid #333;
}
.sd_list li{
    clear: both;
    border-left: 5px solid #444444;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px dotted #343434;
}
.sd_list li:hover{
    background: #0F1010;
}
.sd_list .selected{
    border-left: 5px solid #1461A6;
    background-color: #3A3A3A;
}
.sd_list img{
    float: left;
    width: 50px;
    height: 45px;
}
.sd_list div{
    text-indent: 10px;
    color: #fff;
}
.sd_list div h2{
    width: 100%;
    font-size: 120%;
    text-align:left;
    margin-top: 2px;
    font-weight: normal;
    color: #fff;
}
.sd_list div p{
    width: 100%;
    color: #777;
    font-size: 100%;
}
.sd_control {
    width: 100%;
    height: 35px;
    line-height: 25px;
    background-color: #444444;
    text-align: center;
    padding-top: 5px;
}
.sd_btn{
    height: 23px;
    line-height: 20px;
    padding: 8px 14px;
    background-color: #000;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 2px;
    margin-right: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-transform: normal;
    color: #fff;
}
.sd_control  .active{
    background-color: #1461A6;
}
.sd_desktop .sd_video{
    float: left;
    height: 100%;
}
.sd_desktop .sd_videos{
    float: left;
    height: 100%;
}
.sd_desktop .sd_btn span{
    display: none;
}
.sd_desktop .sd_list{
    border-top: 0;
}
.sd_desktop .sd_btn{
    padding: 2px 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.sd_player .fa{
    margin-left: 0px;
}
.tab, #tab{
    display:none
}
@media only screen and (max-width:980px){
    #outer-wrapper,#content-wrapper,#\pper,#sidebar-wrapper{
        width:100%px
    }
}

.player-wrap-new{
    max-width:1000px;
    margin:20px auto;
    background:#000;
    border-radius:10px;
}
.player-new{
    background:var(--panel);
    border-radius:10px;
    overflow:hidden;
    position:relative
}
.media-area-new{
    width:100%;
    aspect-ratio:16/9;
    background:black;
    position:relative
}
video,.iframe-el-new{
    width:100%;
    height:100%;
    background:black;
    display:block;
    border:0
}
.hidden-new{
    display:none!important
}
.controls-new{
    display:flex;
    gap:8px;
    align-items:center;
    padding:10px
}
.btn-new{
    background:#2c2c2c;
    border:1px solid rgba(255,255,255,0.06);
    color: yellow;
    padding:8px 10px;
    border-radius:6px;
    cursor:pointer;
    font-weight:600
}
.btn-new.primary{
    background:var(--accent);
    border-color:var(--accent);
    color:#fff
}
.spacer-new{
    flex:1
}
.title-row-new{
    padding:10px;
    display:flex;
    gap:12px;
    align-items:center
}
.title-new{
    font-size:16px;
    font-weight:700;
    color:#ddd;
}
.ep-count-new{
    font-size:14px;
    color:#ddd;
}
.playlist-box-new{
    position:relative;
    padding: 10px;
    background: #000;
    margin-top: -9px;
}
.playlist-new{
    margin-top:12px;
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(90px,1fr));
    gap:10px;
    padding:8px;
    max-height:170px;
    overflow-y:auto;
    scroll-behavior:smooth
}
.plist-item-new{
    background:#2c2c2c;
    color:#fff;
    padding:10px;
    border-radius:6px;
    cursor:pointer;
    font-size:14px;
    text-align:center;
    transition:.3s
}
.plist-item-new:hover{
    background:#444
}
.plist-item-new.active{
    background:red;
    font-weight:bold
}
.scroll-btns-new{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:6px
}
.pm-ads-banner{
    margin: 5px 0;
}
#video {
    width: 100%;
    padding-top: 56.25%;
}
.playlist {
    max-height: 140px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: black;
    padding: 16px 0;
    border-top: 1px solid #333;
}
.playlist button {
    padding: 8px 10px;
    border: none;
    background: #333;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    min-width: 80px;
}
.playlist button.active {
    background: #5f25ff;
}
.controlsvdo {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 10px;
    background: black;
    padding: 12px 0;
}
.controlsvdo button {
    padding: 8px 14px;
    border: none;
    background: #5f25ff;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.video-dimensions {
    height: 100%;
}
@media screen and (max-width: 600px) {
    #skipBack {
        display: none;
    }
    #skipForward {
        display: none;
    }
}

.player-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
.player-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-respon embed{
    width: 100%;
}
/* End Play List */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

