/* 
Template : daga
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    background-color: rgba(20, 22, 26, 1);
    color: #fff;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}
a:hover {
    color: #de0404;
}
.aligncenter { 
 margin: 0 auto; 
 display: block; 

}
main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #5BC026;
}

p {
    margin-bottom: 1.3rem;
    margin-top: 0;
}

b,strong {
    font-weight: bold
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}
.wp-caption {
	max-width: 100%
}
img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
table {
    max-width: 100%;
}
.container {
    max-width: 1585px;
    margin: 0 auto;
    padding: 0 15px;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.header-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: space-between; 
}
.site-header {
    background: #ffffff0d;
    border-color: hsl(220 15% 18% / 1);
    background-color: hsl(220deg 18% 10% / 80%);
    border-bottom: 1px solid hsl(220 15% 18% / 1);
    margin-bottom: 15px;}
.header-search input {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: block;
    width: 100%;
    padding: 8px;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #958080;
    border-radius: 4px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.4rem;
    line-height: 22px;
    font-weight: 400;
    padding-right: 50px;
    font-size: 18px;
    line-height: 22px;
    background: rgba(255, 255, 255, 0.08);
    padding-right: 1.5rem;
}
.header-search form {
    position: relative;
}
.header-search button {
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 6px;
    width: 30px;
    height: 30px;
}

.daga-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-main .site-logo img {
    max-height: 45px;
    width: 135px;
}
.daga-nav li a {
    color: #fff;
    padding: 5px 15px;
}
.header-search {
    margin-right: auto;
}
.header-main .site-logo {
    padding: 5px;
    margin-right: 15px;
}
.sub-menu {
    position: absolute;
    min-width: 200px;
    white-space: nowrap;
    font-weight: 400;
    text-transform: capitalize;
    height: 0;
    padding: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #151515;
    font-size: 14px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(28, 45, 66, 0.088);
    transform: translateX(-10px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    top: 99%;
    left: 0;
    margin-top: 5px;
    list-style: none;
    z-index: 123;
}
.daga-nav li {
    position: relative;
}
.daga-nav li.menu-item-has-children:hover>ul {
    height: auto;
    visibility: visible;
    overflow: visible;
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}
.daga-nav .sub-menu li a {
        display: block;
    padding: 8px 30px;
    color: #dddddd;
}
.daga-nav li a:hover, .daga-nav li.current-menu-item>a {
    color: #fac33d;
    border-radius: 4px;
}
.daga-nav>li>a {
    line-height: 40px;
    display: block;
}
.video-wrap {
    padding-top: 56%;
    position: relative;
}
.live-player {
    width: calc(100% - 330px);
}

#player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
section {
    margin: 30px 0;
}
.archive-post .archive-item h3 {
    margin: 0;
    padding: 0;
}
.archive-item .post-img {
    position: relative;
    padding-top: 75%;
    background: #231b2e;
	overflow: hidden; 
}
.archive-item .post-item-img img {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.post-wr span.svl_post_view_count {
    display: none;
}
.category-post .item {
    display: flex;
    align-items: center;
}
.category-post .item .post-text a {
    color: #9C9C9C;
    border-radius: 6px;
    cursor: pointer;
    font-weight: normal; 
    font-size: 14px; 
}
.category-post .item .post-thumbnails {
    width: 100px;
}
.category-post .item .post-text {
    flex: 1; 
    margin-left: 15px; 
    text-align: left; 
}
.archive-post .archive-item {
    width: 25%;
}
.archive-post {
    margin-left: -15px;
    margin-right: -15px;
}
.post-inner {
    padding: 15px;
}
.rank-math-breadcrumb a, .rank-math-breadcrumb span {
    color: #dddddd70;
}
.rank-math-breadcrumb p {
    margin-bottom: 0;
}
.rank-math-breadcrumb span.last {
    color: #fff;
}
.archive-post .archive-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #8b8791;
    font-family: 'Inter', sans-serif;
}
.archive-item .post-text a {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
.w-pagination a, .w-pagination span {
    background: #231b2e;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.w-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
.w-pagination span.current, .w-pagination a:hover {
    background: #f00;
}
.archive-item .post-inner .post-item-img {
    position: relative;
    overflow: hidden;
}
.archive-item .post-inner .post-item-img:before {
        opacity: 0;

    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #171618, #3bff3b);
    animation: animate1 2s linear infinite;
    z-index: 1;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.archive-item .post-inner .post-item-img:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #171618, #3bff3b);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
    z-index: 1;
}
@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.archive-item .post-inner .post-item-img .post-img::before{
        opacity: 0;

    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #171618, #3bff3b);
    animation: animate3 2s linear infinite;
    z-index: 1;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.archive-item .post-inner .post-item-img .post-img::after {
        opacity: 0;

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #171618, #3bff3b);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.archive-post .archive-item:hover  .post-img::before, .archive-post .archive-item:hover  .post-item-img::before, .archive-post .archive-item:hover   .post-img::after,  .archive-post .archive-item:hover   .post-img::before {
    opacity: 1;
}
.flex-column-4 > div {
    width: 25%;
}
.site-footer {
    background: #ffffff0d;
    color: #ddd;
    font-size: 14px;
}
.site-footer {
    padding: 40px 0;
    padding-bottom: 15px;
}
.site-footer a {
    color: #ddd;
}
.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer .widget {
    padding: 15px;
}
.site-footer .flex {
    margin-left: -15px;
    margin-right: -15px;
}
.site-footer ul li, .site-footer p {
    margin-bottom: 10px;
}
.site-footer a:hover {
    color: #de0404;
}

.site-footer .widget-title:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: var(--wpr-bg-ac71911d-24f3-4ad2-9183-c20da6e30484);
    background-repeat: no-repeat;
    background-color: #bb0902;
    border-radius: 99px;
    background-size: 25px 25px;
    vertical-align: middle;
    background-position: center;
    margin-right: 10px;
    animation: pulse 1s infinite;
}
.post-wr {
 padding: 15px; 
 background: rgb(26, 28, 34);

}
.site-footer .widget-title {
    font-size: 16px;
    color: #fff;
    display: block;
	position: relative; 
}
section.aboslute-footer {
    border-top: 1px solid #533e3e;
    padding-top: 15px;
    margin-bottom: 0;
}
.live-wrapper .flex {
    margin-left: -15px;
    margin-right: -15px;
}
.live-wrapper .flex >div{
   padding: 15px;
}
.post-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
}
.post-wrapper > div {
    padding: 15px;
}
.post-wrapper .main-left {
    width: 75%;
}
.post-wrapper .main-right {
    width: 25%;
}
.column-3 > div {
    width: 33% !important;
}
.sidebar .widget {
    background: #ffffff0d;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
}
.sidebar .widget a {
    color: #fff;
}
.sidebar .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar .widget-title {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    color: #ffffff;
    border-bottom: 2px solid #149c6c;
}
.menu-label {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    display: none;
}
.menu-label span {
    height: 2px;
    background: #fff;
    margin-top: 8px;
    width: 100%;
    display: block;

}

.menu-label span:nth-child(2), .menu-label span:nth-child(3) {
    width: 80%;
}

.search-icon {
    display: none;
}
.post-list-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.post-list-item>div {
    padding: 7.5px;
}
.post-list-item .post-thumbnails {
    width: 40%;
}
.post-list-item .post-text {
    flex: 1;
}
.post-list-item h4 {
    margin: 0;
    font-size: 14px;
}
.owl-carousel .archive-item {
    width: 100%;
}
.owl-prev, .owl-next {
    position: absolute;
    left: 0;
    top: 30%;
    width: 40px;
    height: 40px;
    background-color: #636363c7 !important;
    display: inline-block;
    border-radius: 4px;
}
.owl-prev span, .owl-next span {
    font-size: 40px;
    line-height: 1;
}
.owl-next {
    right: 0;
    left: unset;
}
.sidebar {
    position: sticky;
    top: 60px;
}
.author-box {
    background: #231b2e;
    max-width: 100%;
    margin: 0 auto;
}
.author-inner {
    display: flex;
    flex-wrap: wrap;
}
.author-inner .author-r {
    padding: 15px;
    flex: 1;
}
.author-name a {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.author-inner .author-avatar {
    width: 20%;
}
.single-post .author-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.game-schedule {
     position: relative;
}
.game-schedule td.today dl.date-event {
    color: #ff9238;
}
 .game-schedule h2 {
     padding: 10px 10px;
     color: #fff;
     text-align: left;
     margin-bottom: 0px;
     text-shadow: 1px 1px 10px #000, 1px 1px 10px #333;
}
 .game-schedule h2 span {
     color: #ff9238;
}
 .game-schedule table {
     width: 100%;
     background: rgba(6, 31, 47, 0.85);
     border-radius: 20px;
     overflow: hidden;
     margin-bottom: 30px;
}
 .game-schedule thead {
     color: #e8f7ff;
     font-weight: bold;
     line-height: 2;
     text-transform: uppercase;
     font-weight: 600;
}
 .game-schedule thead td {
     border-right: none;
     height: auto;
}
 .game-schedule td, .game-schedule th {
     width: calc(100% / 7);
     text-align: center;
     border-right: 1px solid #123a52;
}
 .game-schedule th {
     position: relative;
     color: #7bacca;
     font-size: 20px;
     text-align: left;
     line-height: 2;
     padding-left: 10px;
     border-top: 1px solid #123a52;
}
 .game-schedule td {
     padding: 5px;
     vertical-align: top;
     height: 120px;
}
 .game-schedule dl {
     display: flex;
     flex-direction: row;
     margin: 0 0 2px 0;
     padding: 1px 2px;
     border-radius: 5px;
     zoom: 1;
}
 .game-schedule dl::after {
     content: '';
     display: block;
     clear: both;
}
 .game-schedule dl:hover {
     background: #17465f;
}
 .game-schedule dl:hover dt {
     color: #c9e5f5;
}
 .game-schedule dl:hover dd {
     color: #c9e5f5;
}
 .game-schedule dt, .game-schedule dd {
     display: inline-block;
     height: 24px;
     color: #5297bd;
     line-height: 24px;
     -webkit-transition: all ease 0.3s;
     -moz-transition: all ease 0.3s;
     -ms-transition: all ease 0.3s;
     -o-transition: all ease 0.3s;
     transition: all ease 0.3s;
     margin-bottom: 0;
     white-space: nowrap;
     font-size: 14px;
}
 .game-schedule dt {
     width: 30%;
     float: none;
     background: #092e44;
     border-radius: 5px;
}
 .game-schedule dd {
     width: 70%;
     float: none;
}
 .game-schedule td[eventcount='0'] dl:hover {
     background: none;
}
 .game-schedule td[eventcount='0'] dl:hover dt {
     background: none;
}
 .game-schedule td[eventcount='0'] dl dt {
     background: none;
}
 .game-schedule td[eventcount='4'] dl:nth-child(n + 5):hover {
     background: none;
}
 .game-schedule td[eventcount='4'] dl:nth-child(n + 5):hover dt {
     background: none;
}
 .game-schedule td[eventcount='4'] dl:nth-child(n + 5) dt {
     background: none;
}
 .game-schedule td[eventcount='3'] dl:nth-child(n + 4):hover {
     background: none;
}
 .game-schedule td[eventcount='3'] dl:nth-child(n + 4):hover dt {
     background: none;
}
 .game-schedule td[eventcount='3'] dl:nth-child(n + 4) dt {
     background: none;
}
 .game-schedule td[eventcount='2'] dl:nth-child(n + 3):hover {
     background: none;
}
 .game-schedule td[eventcount='2'] dl:nth-child(n + 3):hover dt {
     background: none;
}
 .game-schedule td[eventcount='2'] dl:nth-child(n + 3) dt {
     background: none;
}
 .game-schedule td[eventcount='1'] dl:nth-child(n + 2):hover {
     background: none;
}
 .game-schedule td[eventcount='1'] dl:nth-child(n + 2):hover dt {
     background: none;
}
 .game-schedule td[eventcount='1'] dl:nth-child(n + 2) dt {
     background: none;
}
 .game-schedule th.today {
     border-top: 2px solid #ff9238;
     position: relative;
     color: #ff9238;
     background: #124058;
}
 .game-schedule td.today {
     border-bottom: 2px solid #ff9238;
     position: relative;
     background: #124058;
}
 .game-schedule td.today dl {
     color: #fff;
     text-shadow: 1px 1px 10px #333;
}
 .game-schedule .this-week {
     background: #092b3e;
}
 .game-schedule .this-week dl:hover {
     background: #1e5875;
}
 .game-schedule .this-week dl:hover dt {
     color: #fff;
}
 .game-schedule .this-week dl:hover dd {
     color: #fff;
}
 .game-schedule .this-week dl dt {
     width: 40%;
     color: #9ac0d6;
}
 .game-schedule .this-week dl dd {
     width: 60%;
     text-align: left;
     padding-left: 4px;
     color: #9ac0d6;
}
 .game-schedule .this-week dt {
     color: #c9e5f5;
     background: #071c29;
}
 .game-schedule .this-week dd {
     color: #c9e5f5;
}
 .game-schedule .this-week td[eventcount='0'] dl:hover {
     background: none;
}
 .game-schedule .this-week td[eventcount='0'] dl:hover dt {
     background: none;
}
 .game-schedule .this-week td[eventcount='0'] dl dt {
     background: none;
}
 .game-schedule .this-week td.today[eventcount='4'] dl:nth-child(n + 5):hover dt {
     background: none;
}
 .game-schedule .this-week td.today[eventcount='4'] dl:nth-child(n + 5) dt {
     background: none;
}
 .game-schedule .this-week td.today[eventcount='3'] dl:nth-child(n + 4):hover {
     background: none;
}
 .game-schedule .this-week td.today[eventcount='3'] dl:nth-child(n + 4):hover dt {
     background: none;
}
 .game-schedule .this-week td.today[eventcount='3'] dl:nth-child(n + 4) dt {
     background: none;
}
 .game-schedule .this-week td.today[eventcount='2'] dl:nth-child(n + 3):hover {
     background: none;
}
 .game-schedule .this-week td.today[eventcount='2'] dl:nth-child(n + 3):hover dt {
     background: none;
}
 .game-schedule .this-week td.today[eventcount='2'] dl:nth-child(n + 3) dt {
     background: none;
}
 .game-schedule .this-week td.today[eventcount='1'] dl:nth-child(n + 2):hover {
     background: none;
}
 .game-schedule .this-week td.today[eventcount='1'] dl:nth-child(n + 2):hover dt {
     background: none;
}
 .game-schedule .this-week td.today[eventcount='1'] dl:nth-child(n + 2) dt {
     background: none;
}
 .game-schedule .next-month td {
     display: none;
}
 .game-schedule span.month-start {
     position: relative;
     padding: 0 10px;
     margin: 0 10px;
     font-size: 80%;
     line-height: 24px;
     color: #fff;
     background: #de7015;
     border-radius: 50px;
}
 @media screen and (min-width: 320px) and (max-width: 1023px) {
     .page-web .game-schedule {
         display: none;
    }
}
 .game-schedule-mobile {
     padding: 20px;
     position: relative;
}
 .game-schedule-mobile .calendar h2 {
     padding: 10px 10px;
     color: #fff;
     text-align: left;
     margin-bottom: 0px;
     text-shadow: 1px 1px 10px #000, 1px 1px 10px #333;
}
 .game-schedule-mobile .panel {
     background: rgba(6, 31, 47, 0.85);
     padding: 0;
     border-radius: 10px;
     overflow: hidden;
}
 .game-schedule-mobile .panel .panel-tit {
     line-height: 2;
     padding: 0 10px;
     color: #ff9238;
     text-transform: uppercase;
     font-weight: 500;
     letter-spacing: 0.5px;
}
 .game-schedule-mobile .panel .panel-list-tb {
     background: #092b3e;
     color: #7bacca;
     margin: 0;
}
 .game-schedule-mobile .panel .panel-list-tb li {
     border-bottom: 1px solid #123a52;
}
 .game-schedule-mobile .panel .panel-list-tb  .daily-list.today {
     color: #ff9238;
     background: #124058;
}
 .game-schedule-mobile .panel .panel-list-tb li:nth-last-child(1) {
     border: none;
}
 .game-schedule-mobile .panel .panel-list-tb .div-tb {
     margin: 5px 0;
     padding: 0 2px;
}
 .game-schedule-mobile .panel .panel-list-tb .div-tb .daily-list {
     text-transform: uppercase;
}
 .game-schedule-mobile .panel .panel-list-tb .div-tb .daily-list span {
     display: flex;
     flex-direction: column;
     align-items: center;
     font-size: 12px;
}
 .game-schedule-mobile .panel .panel-list-tb .div-tb .daily-list span.tit-day {
     font-size: 20px;
}
 .game-schedule-mobile .td.daily-list.w-10 {
     width: 15% !important;
}
 .game-schedule-mobile .td a {
     margin: 5px 0;
     padding: 0;
     min-width: 150px;
}
 .game-schedule-mobile .td a span {
     color: #9ac0d6;
     font-size: 90%;
     line-height: 18px;
     margin: 0 1px;
}
 .game-schedule-mobile .td a span:nth-child(1) {
     background: #071c29;
     font-weight: 500;
     padding: 2px;
     border-radius: 5px;
     min-width: 65px;
     text-align: center;
}

dl.date-event {
    font-weight: 600;
    position: relative;
    color: #7bacca;
    font-size: 20px;
    text-align: left;
    line-height: 2;
    padding-left: 10px;
}
.game-schedule-mobile .panel .panel-list-tb li {
    border-bottom: 1px solid #123a52;
}
.game-schedule-mobile .panel .panel-list-tb .div-tb .daily-list {
    text-transform: uppercase;
}
.game-schedule-mobile .td.daily-list.w-10 {
    width: 15% !important;
}
.div-tb .td {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding: 0 1px 0 1px;
    line-height: normal;
}
.div-tb {
    display: table;
    width: 100%;
    margin: 0 0 10px 0;
    table-layout: fixed;
}
.game-schedule-mobile .td {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding: 0 1px 0 1px;
    line-height: normal;
}
.game-schedule-mobile .panel .panel-list-tb {

    margin: 0;
    padding: 0;
    list-style: none;
}
.game-schedule-mobile .td a span:nth-child(1) {
    background: #071c29;
    font-weight: 500;
    padding: 2px;
    border-radius: 5px;
    min-width: 65px;
    text-align: center;
}
.game-schedule-mobile .td a {
    margin: 5px 0;
    padding: 0;
    min-width: 150px;
}
.arenaid {
    background: #071c29;
    font-weight: 500;
    padding: 2px;
    border-radius: 5px;
    min-width: 65px;
    text-align: center;
}
.game-schedule-mobile .td>div {
    margin: 5px 0;
    padding: 0;
    min-width: 150px;
    line-height: 1.6;
}
.arenaid {
    background: #071c29;
    font-weight: 500;
    border-radius: 5px;
    min-width: 100px;
    text-align: center;
    padding: 2px 10px;
    color: #9ac0d6;
    font-size: 90%;
    line-height: 18px;
    margin: 0 1px;
}
.loader {
  width: 60px;
  margin: 0 auto; 
}

.loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(30, 30, 30, 0.5);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  width: 50px;
}

.loader-text {
  color: #fff;
}

.loader-text:after {
  content: 'Loading';
  animation: load 2s linear infinite;
}

.daga-nav li.menu-item-has-children>a:after {
    position: relative;
    right: 5px;
    top: 15px;
    font-size: 16px;
    margin-left: 15px;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}
select {
   -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   outline:0;
   box-shadow:none;
   border:0!important;
   background: #5c6664;
   background-image: none;
   flex: 1;
   padding: 0 .5em;
   color:#fff;
   cursor:pointer;
   font-size: 13px;
   font-family: 'Open Sans', sans-serif;
}
select::-ms-expand {
   display: none;
}
.select {
   position: relative;
   display: flex;
   width: 6em;
   height: 2em;
   line-height: 3;
   background: #5c6664;
   overflow: hidden;
   border-radius: .25em;
}
.select::after {
   content: '\25BC';
   position: absolute;
   top: 0;
   right: 0;
   padding: 0 .5em;
   background: #2b2e2e;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
   font-size: 13px;
}
.select:hover::after {
   color: #23b499;
}
.p-views svg {
    width: 16px;
    height: 16px;
}
.p-views path {
    fill: #fff;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    content: 'Loading';
  }
  33% {
    content: 'Loading.';
  }
  67% {
    content: 'Loading..';
  }
  100% {
    content: 'Loading...';
  }
}
#raceMobileDiv {
    display: none;
}
@keyframes animate2{
	0%{
		transform: translateY(-100%);
	}

	100%{
		transform: translateY(100%);
	}
}



@keyframes animate3{
	0%{
		transform: translateX(100%);
	}

	100%{
		transform: translateX(-100%);
	}
}



@keyframes animate4{
	0%{
		transform: translateY(100%);
	}

	100%{
		transform: translateY(-100%);
	}
}

.btn-cuoc {
    color: #271a1a;
    padding: 5px 14px;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    box-shadow: 0 20px 50px rgba(255,255,255,0.05);
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: #370c66;
    background-image: linear-gradient(315deg, #9dcf7f 0%, #ff6565 74%);
    border-radius: 4px;
    color: #fff;
    margin-top: 15px;
    min-width: 120px;
    text-align: center;
}
@keyframes animate1{
	0%{
		transform: translateX(-100%);
	}

	100%{
		transform: translateX(100%);
	}
}
.video-details {
    /* display: flex; */
    gap: 10px;
    /* align-items: center; */
    /* display: flex; */
    margin-bottom: 15px;
    text-align: center;
    display: block;
}
.video-details > div {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}
.btn-adv {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
        justify-content: flex-end;
}
.btn-cuoc span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #66e31b, #79d327);
    animation: animate1 2s linear infinite;
    border-radius: 4px;
}
.btn-cuoc span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #80ab1b, #625f04);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}
.btn-cuoc span:nth-child(3) {
position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #589920, #8d310d);
    animation: animate3 2s linear infinite;
}
.btn-cuoc span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, #7a5b11, #d5c17a);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}
.video-item .post-item-img {
    position: relative;
    padding-top: 75%;
    background: #231b2e;
}
.video-item .post-item-img img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.ripbon {
    background: linear-gradient(#e73e33, #d81f13);
    box-shadow: 0 3px 10px -5px #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 20px;
    opacity: 1;
    height: 30px;
    width: 130px;
    right: -35px;
    color: #fff;
    left: unset;
    font-size: 13px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    z-index: 1;
    text-align: center;
}
.flex-column-3>div {
    width: 33%;
}
div#dplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-adv a:nth-child(3) {

    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation: pulse 1s infinite;
    color: #fff !important;
}
.catfish {
    width: 720px;
    margin: 0 auto;
    max-width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 123;
    display: flex;
    flex-direction: column;
}
.video-item-related .post-inner {
    display: flex;
    margin-bottom: 15px;
    padding: 0;
}
.video-item-related .post-inner .post-item-img {
    border-radius: 5px;
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}
.video-item-related .post-title a {
    font-size: 14px;
    color: #d9dfd6;
    line-height: 1;
}
.video-item-related h2 {
    margin: 0;
    line-height: 1.2;

}
.video-item-related .post-item-img {
    margin-right: 10px;
}
.video-item-related .post-item-img img {
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.video-item-related h2 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1;
}

.video-item-related  .post-text {
    flex: 1;
}
.video-item-related .videos-meta {
    font-size: 13px;
    display: block;
    margin-top: 15px;
    color: #976e6e;
}
.videos-meta .view::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 99px;
    background: #4e873f;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.video-details .xemlai {
    justify-content: end; 
    gap: 10px;
    font-size: 14px; 
}
.xemlai a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    margin: 0 15px; 
}
.xemlai a:hover {
    color: #d93; 
}
.type-daga {
    text-align: right;
}
.type-daga a {
    margin-top: 15px;
}
.btn-cpc {
    background: #dd3333;
    padding: 5px 15px;
    margin: 1px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #9C9C9C;
    border-radius: 6px;
    /* margin: 0.5em 1em 0.5em 0em; */
    cursor: pointer;
}
.tabs {
    max-width: 800px;
    background: rgb(26, 28, 34);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid hsl(220 15% 18% / 1);
}

.tab-header {
    display: flex;
    background: #4d5d6f;
    color: white;
    cursor: pointer;
    font-size: .8em;
}

.tab-header div {
    flex: 1;
    padding: 10px 1px;
    transition: background 0.3s;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    background: #1a1c22;
    border-bottom: 1px solid #563e3e;
}

.tab-header .active, .tab-header>div:hover {
    border-bottom: 1px solid #ffd384;
    color: #d93;
}

.tab-content {
    padding: 15px;
}

.tab-content > div {
   display: none;
}

.tab-content .active {
    display: block;
}
.recent-playback .num {
    background: linear-gradient(45deg, #4ade80, #078c67); 
    width: 24px;
    height: 24px; 
    display: inline-block; 
    text-align: center; 
    line-height: 24px; 
    border-radius: 4px; 
    margin-right: 10px; 
}
.recent-playback a {
    color: #ddd;
    font-size: 13px; 
    flex: 1; 
}
.recent-playback .recent {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.xemlai a, .xemlai svg {
    color: rgb(169, 169, 172);
    fill: rgb(169, 169, 172);
}
.chapter-video {
    border-radius: 12px;
    background: #1D2023;
    padding: 14px 20px;
    padding-right: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    scrollbar-width: thin;
    scrollbar-color: #1d2023 rgb(217 217 217 / 50%);
    max-height: 12em;
    white-space: nowrap;
    overflow: auto;
    overflow-y: scroll;

    display: flex;
    flex-wrap: wrap;
}
.chapter-video span {
    background: rgba(255, 255, 255, 0.1);
    color: #9C9C9C;
    border-radius: 6px;
    padding: 0.8em 0.9em;
    margin: 0.5em 1em 0.5em 0em;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}
.chapter-video span:hover, .chapter-video span.active {
        background: #FAC33D !important;
    color: #000 !important;
}
.btn-watermark {
    background: #242222;
    color: #fff;
    position: absolute;
    top: 0;
    left: 40%;
    z-index: 12;
    text-transform: uppercase;
    padding: 8px 30px;
    font-weight: bold;
}
.btn-cpc.active {
    background: #f00 !important;
    color: #fff;
}

.column-2 {
    max-width: 50%;
}

.top_banner .top-ad {
    max-width: 25%;
}
.under_player {
    display: flex;
    flex-wrap: wrap;
    
} 
.under_player .under_player-ad {
    max-width: 33%;
}
.alert {
    background: linear-gradient(45deg, #2c2e31, #16150f6e);
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 14px;
}
.site-footer .widget-title:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-color: #ceed20;
    border-radius: 99px;
    background-position: center;
    margin-right: 10px;
    position: absolute;
    left: 7px;
    top: 9px;
    animation: fadeIn;
    animation: pulse 1s infinite;
}
@media only screen and (max-width: 992px) {
    .hide-mb {
        display: none;
    }
    .btn-watermark {

        left: calc(100% / 2 - 70px);
    padding: 0px 15px;
}
.chapter-video span {
    width: calc(31% - .5em);
    padding: 5px;
    font-size: 12px;
    text-align: center;
}
.post-wrapper > div {
    padding: 0;
}
    .author-inner {
    flex-direction: column;
}
.btn-cpc {
    padding: 3px 7px;
    font-size: 13px;
    margin: 4px;
}
.video-details {
    flex-direction: column;
}
.video-details .p-views {
    display: none;
}

.column-3 > div, .column-2  {
    width: 100% !important;
}
#raceMobileDiv {
    display: block;
}
#raceDiv {
    display: none;
}
.author-inner .author-avatar {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.author-inner .author-r {
    text-align: center;
}
    .site-footer .flex-column-4 > div, .flex-column-3>div {
        width: 100%;
    }
    .daga-nav, .search-form-header{
        display: none;
    }
    .header-main .site-logo {
}
    .header-main .menu-btn,     .header-main .header-search {
        width: 25%;
    }
.header-search .header-search-input {
    display: none;
}
.header-search {
    position: relative;
}
.menu-label {
    display: block;
}
.post-wrapper {
    flex-direction: column;
	margin: 0; 
}
.post-wrapper .main-right, .post-wrapper .main-left, .archive-post .archive-item, .live-wrapper>div, .live-player{
    width: 100% !important;
}
.live-wrapper .flex {
    flex-direction: column;
}
.daga-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 70px;
    z-index: 1;
    background: #333;
    transition: all .5s ease-in-out;
}
.daga-nav.active {
    display: block;
}
.site-header {
    background: #1c1c1c;
    position: sticky;
    top: 0;
    z-index: 123;
}
.daga-nav .sub-menu {
    display: block;
    position: relative;
    visibility: visible;
    width: 100%;
    height: auto;
    left: 15px;
    background: none;
}
.daga-nav .sub-menu li a {
    font-size: 14px;
    background: none !important;
}
.daga-nav>li {

    border-top: 1px solid #5e5959;
}
.search-icon {
    float: right;
    cursor: pointer;
}
.search-icon svg path {
    fill-opacity: 1;
}
.header-search form {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    padding: 0 15px;
    z-index: 123;
    padding: 15px;
    background: #333443;
}
.header-search form.active {
    display: block;
}
.header-search button {
    top: 18px;
    right: 25px;

}
.search-icon {
    display: block;
}
.type-daga {
    text-align: center;
    margin-top: 10px;
    justify-content: center;
}
.btn-adv {
    justify-content: center;
}


/*.top-ad img, .under_player .under_player-ad img {*/
/*    height: 30px;*/
/*    width: auto;*/
/*    margin: 0 auto;*/
/*}*/
.btn-cuoc {
    font-size: 12px;
    padding: 5px 5px;
    margin: 0;
    min-width: 40px;
}
.top_banner .top-ad , .under_player .under_player-ad {
    max-width: 100%;
}
.top_banner .top-ad img, .under_player .under_player-ad img {
    max-width: 63%;
    margin: 3px auto;
    text-align: center;
    display: block;
}
}
.bg-card{
	    background: linear-gradient(145deg, hsl(220 18% 12%) 0%, hsl(220 18% 8%) 100%);
    padding: 15px;
    border-radius: 14px;
    border: 1px solid #272c35;
}
.mt-3 {
	margin-top: 30px; 
}
.p-views {
    color: hsl(220 10% 55% / 1);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.vid-item h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}
.vid-item p {
    color: hsl(220 10% 55% / 1);
    font-size: 14px;
}
.vid-item h3 {
    color: hsl(220 10% 55% / 1);
    font-size: 16px;
    line-height: 1.2;
    margin: 8px 0;
}
.play-icon {
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: 1;
    transform: translate(-50%, 50%);
}
.video-item .post-item-img::after {
    background: #000000b3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.vid-item:hover .play-icon svg {
    transform: scale(1.1);
    transition: all .3s;
    fill: #5dcb35;
}
