/*
Theme Name: daga3.tv
Version: 1.0
*/

a {
	text-decoration: none;
    color: #df9e27;
}
a:hover {
    color: #DB122A;
}
img {
    max-width: 100%;
    height: auto;
}
.wp-caption, iframe, figure, video {
    max-width: 100%;
}
h1, h2,h3,h4,h5 {
    font-weight: 700;
}
.aligncenter {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.wp-caption-text {
    color: #c7a6a6;
    font-style: italic;
    font-size: 14px;
}

.header-nav {
    height: 65px;
    background: #000000;
}
#nav-daga > ul> li > a {
    color: #ffffff;
    text-decoration: none;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 5px 15px;
}
#nav-daga > ul>li>a:hover {
	    color: #DB122A;

}
body {
	  font-family: "Roboto", sans-serif;
   line-height: 1.6;
   color: #fff;
   	background-color: #00060C;
    position: relative;

}
body::before {
   background: var(--wpr-bg-1c4de235-4218-4190-a7dd-defc203406e9);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-attachment: fixed;


}
#nav-daga > ul> li > a {
    display: flex;
    align-items: center;
}

.menu-icon {
    margin-right: 5px;
    width: 24px;
}
.search-icon {
    cursor: pointer;
    color: #fff;
}
.site-footer {
    background: #000000;
    color: #fff;
}
.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer ul li, .site-footer p {
    margin-bottom: 10px;
    word-wrap: break-word;
}
.copyright-footer {
    border-top: 1px solid #00060C;
}

.site-footer a {
    text-decoration: underline;
    color: #CDDC39;
}
.post-list .post-img {
    border-radius: 8px;
    overflow: hidden;
}
.post-list .post_title a {
    font-size: 20px;
    color: #fff;
    font-family: 'Roboto';
}
.time-ago {
    color: #f5f5f5;
    font-size: 14px;
}
.w-pagination a, .w-pagination span {
    width: 48px;
    height: 48px;
    background: #EAEAEA;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 99px;
    color: #000;
    font-family: Roboto;
    font-size: 20px;
}
.w-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.w-pagination span, .w-pagination a:hover {
    background: #DB122A;
    color: #fff; 
}
.mr-2 {
    margin-right: .2rem;
}
.rank-math-breadcrumb p a:first-child:before {
    content: "\f015";
    font-family: fontawesome;
    color: #fff;
    margin-right: 5px;
}
.rank-math-breadcrumb p a {
    color: #fff;
}
.related-title {
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
}
.vh-post .post-img {
    border-radius: 8px;
    overflow: hidden;
}
.vh-post .post_title a {
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
    display: block;
}
.author-avatar {
    border-radius: 16px;
    overflow: hidden;
}
.bd-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 8px solid #DB122A;
    padding-left: 15px;
}
.author-name a {
    text-transform: uppercase;
    color: #60c341;
    font-weight: 700;
}
.sticky-sidebar {
    position: sticky;
    top: 120px;
}
.widget-title {
    display: block;
    border-radius: 8px;
    background: #FFA100;
    color: #000;
    padding: 15px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-bottom: 30px;
}
.acf_recent_widget .post-list .post_title a {
    font-size: 16px;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_categories ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}


.btn {
    background: #DB122A;
    color: #fff;
}
.btn:hover {
    background: #BE1E2D;
}
.player-btn .btn:not(.btn-cuocngay):before {
    content: "\f04b";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.other-live a {
    background: #FFA100;
}
/* Search Style */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 132506;
  display: block;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: rgb(255, 255, 255);
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 40px;
  font-family: Roboto;
  font-weight: 300;
  text-align: center;
  outline: none;
  padding: 10px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}

#search .close:hover {
  color: #fc2121;
  cursor: pointer;
}
.line {
    margin: 30px 0;
    width: 100%;
    background: #FFA100;
    height: 8px;
    position: relative;
}
.line::after {
    content: "";
    width: 25%;
    background: #f00;
    height: 8px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-left: 75%;
    top: -10px;
}


.chat-app {
    border-radius: 8px;
    background: #FFF !important;
}
.chat-app .avatar {

    background: #191919;
}
.chat-app .input-wrapper {
    padding: 8px;
}
.chat-app .input-wrapper input {
    background: #000E1D;
    height: 32px;
    border-radius: 8px;
}
.chat-app .name-wrapper, .chat-app .input-message {
    border-radius: 8px;
    background: #000E1D !important;
    height: 32px;
    margin-bottom: 5px;
}
.chat-app .input-message {

    height: 48px;
}
.chat-app .input-message::before {
    content: "";
    background: var(--wpr-bg-108a4a43-2609-49ea-9089-bd4ca173020f);
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.chat-app .input-message {
    background: #2D3F58;
    bottom: 0;
    left: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.chat-app .item-name.lv-1 {
    color: #080908 !important;
}
.chat-app .item-content {

    color: #080908 !important;
}

div#chatContent>div>div {
    border-bottom: 1px solid #6C6C6C;
}
.player-btn-group {
    display: flex;
    justify-content: space-between;

}
.player-btn-group a {
    width: 100%;
    display: block;
}
@media only screen and (max-width: 992px ) {
.header-nav {
    position: relative;
}    
.other-live a {
    font-size: .8em;
}
#nav-daga {
    background: #d93;
    z-index: 12;
    --bs-gutter-x: 0 !important;
    gap: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
button.navbar-toggler {
    border: none;
    margin: 0;
    padding: 0;
}
.navbar-brand {
    padding: 5px;
}
.navbar-brand img  {
    height: 56px;
    width: auto;
        padding: 5px;

}
button.navbar-toggler, .search-icon {
    width: 40px;
}
#nav-daga > ul> li > a {
    line-height: 40px;
    justify-content: flex-end;
}
button.navbar-toggler {
    order: 2;
    -webkit-order: 2;
}
.header-nav {
    height: 60px;

}
.navbar-brand {
    width: calc(100% - 100px);
    padding: 0;
}
#search input[type="search"] {
    font-size: 16px;
}
.other-live {
    text-align: right;
}
.player-btn .btn:not(.btn-cuocngay):before {
    display: none;
}

}

/* Lich da ga */ 
.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;
}
 .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;
     border-bottom: 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;
}

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

@keyframes load {
  0% {
    content: 'Loading';
  }
  33% {
    content: 'Loading.';
  }
  67% {
    content: 'Loading..';
  }
  100% {
    content: 'Loading...';
  }
}
 /* End Lich da ga */

/* AD */ 
.catfish-ad {
    position: relative;
    max-width: 100%;
    width: 728px;
    margin: 0 auto;
    z-index: 1234;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.catfish-banner {
    position: relative;
    margin-bottom: 10px;
}
.catfish-banner button {
    position: absolute;
    right: 5px;
    background: #f00;
    color: #fff;
    border-radius: 99px;
    border: none;
}
.ad-rolling {
    width: 300px;
    position: fixed;
    z-index: 1243;
    top: 70px;
}
.fixed-top .header-ad {
    background: #fff;
}
.btn-cuocngay {
  box-shadow: 0 0 0 0 rgba(101, 55, 143, 0.25);
  -webkit-animation: pulse 1s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
  }
  100% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
.custom-search-modal {
  background: rgba(33, 33, 33, 0.85);
  backdrop-filter: blur(10px);
  color: white;
  border: none;
}

.custom-search-modal .form-control {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.custom-search-modal .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.custom-search-modal .form-control:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #00bcd4;
  box-shadow: none;
}

.custom-search-modal .btn-success {
  background-color: #f00;
  border: none;
}

.custom-search-modal .btn-close {
  filter: invert(1);
}
.archive-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
    background: linear-gradient(360deg, #00a894, #9AB667);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}
.archive-post.post-item {
    border: 1px solid #5b637c80;
    border-radius: 12px;
    background: #0e1425;
}
.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btn-pl {
    font-size: 12px;
    margin: 3px;
    padding: 5px 6px;
}
.chapter {
    height: 100px;
    overflow-y: auto;
}
.pl-title {
    font-size: 24px;
    text-align: center;
    padding: 15px;
}
.daga-post {
    border: 1px solid #5b637c80;
    border-radius: 12px;
    background: #0e1425;
}
.nav-date {
    font-size: 14px;
    margin-right: 15px;
    border: currentColor;
}
.widget-list .post_title {
    font-size: 16px;
    text-align: center;
}
@media only screen and (max-width: 992px) {
    .catfish-banner {
        max-width: 100%;
    }
img.custom-logo {
    max-height: 55px;
    width: auto;
}
.nav-date {
    display: none;
}
.pl-title {
    font-size: 14px;
    padding-bottom: 0;
}
}

.btn-cuocngay::after {
        background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 50px;
    z-index: 1;
    animation: btn 3000ms infinite cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-cuocngay {
        position: relative;
    overflow: hidden;
}
@keyframes btn {
    0% {
        left: -75px;
    }
	50% {
		        left: 120%;

	}

    100% {
        left: -75px;
    }
}

@media only screen and (max-width: 992px ) {
.header-nav {
    position: relative;
}    
.other-live a {
    font-size: .8em;
}
#nav-daga {
    background: #0a0908;
    z-index: 12;
    --bs-gutter-x: 0 !important;
    gap: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
button.navbar-toggler {
    border: none;
    margin: 0;
    padding: 0;
}
.navbar-brand {
    padding: 5px;
}
.navbar-brand img  {
    height: 56px;
    width: auto;
        padding: 5px;

}
button.navbar-toggler, .search-icon {
    width: 40px;
}
#nav-daga > ul> li > a {
    line-height: 40px;
    justify-content: center;
}
button.navbar-toggler {
    order: 2;
    -webkit-order: 2;
}
.header-nav {
    height: 60px;

}
.navbar-brand {
    width: calc(100% - 100px);
    padding: 0;
}
#search input[type="search"] {
    font-size: 16px;
}
.other-live {
    text-align: right;
}
.player-btn .btn:not(.btn-cuocngay):before {
    display: none;
}

}