@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  max-width: 1360px;
}

@media (max-width: 768px) {
  .container-fuid-mb {
    padding: 0px !important;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.6;
  color: #8e7243;
  min-height: 100vh;
  background-color: #8e7243;
}
.bgHome {
	width:100%;
	background: url(/assets/image/bgHome.jpg) #fff no-repeat center top;
	min-height:110vh;
	z-index:-10;
	background-size:cover
}
img {
  max-width: 100%;
}

.beautify-scroll {
  scrollbar-width: thin;
  scrollbar-color: #48a8fc rgba(255, 255, 255, 0.05);
}
.beautify-scroll::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.beautify-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.beautify-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #48a8fc 0%, #3498db 50%, #2980b9 100%);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 10px rgba(72, 168, 252, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.beautify-scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #5badff 0%, #48a8fc 50%, #3498db 100%);
  box-shadow: 0 4px 15px rgba(72, 168, 252, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: scaleX(1.2);
}
.beautify-scroll::-webkit-scrollbar-thumb:active {
  background: linear-gradient(180deg, #3498db 0%, #2980b9 50%, #1abc9c 100%);
  box-shadow: 0 2px 8px rgba(72, 168, 252, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.beautify-scroll::-webkit-scrollbar-corner {
  background: transparent;
}

.site-main {
  min-height: 100vh;
  padding-top: 20px;
}

.breadcumb {
  padding: 8px 6px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.breadcumb svg {
  width: 16px;
  height: 16px;
}
.breadcumb svg path {
  fill: #48a8fc;
}
.breadcumb ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcumb li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #F8F5E4;
}
.breadcumb li:not(:last-child) {
  margin-right: 5px;
}
.breadcumb li span {
  color: #F8F5E4;
}
.breadcumb a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #48a8fc;
  transition: color 0.2s ease;
}
.breadcumb a:hover {
  color: #FFFF00;
}
.breadcumb a svg {
  margin: 0 3px;
}
.breadcumb a svg:first-child {
  margin-left: 0;
}

.page-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #F8F5E4;
  margin-bottom: 10px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px 0;
}

.img-lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.img-lazy.loaded {
  opacity: 1;
}

.img-lazy.error {
  opacity: 0.5;
}

.kqWrp {
  min-height: 80vh;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 12px;
}

.d-none {
  display: none !important;
}

.page-login {
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.page-login .login-card {
  width: 100%;
  max-width: 400px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
.page-login .login-card:hover {
  transform: translateY(-5px);
}
.page-login .login-header {
  padding: 30px 20px 20px;
  text-align: center;
}
.page-login .logo-container {
  margin-bottom: 20px;
}
.page-login .logo-container .login-logo {
  max-width: 80px;
  height: auto;
}
.page-login .login-title {
  color: #48a8fc;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.page-login .login-subtitle {
  color: #F0F0F0;
  font-size: 14px;
  margin-bottom: 0;
}
.page-login .login-form {
  padding: 0 30px 30px;
}
.page-login .form-group {
  margin-bottom: 20px;
}
.page-login .label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.page-login .form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #0E223D;
  margin-bottom: 5px;
}
.page-login .forgot-link {
  font-size: 13px;
  color: #48a8fc;
  text-decoration: none;
  transition: color 0.3s;
}
.page-login .forgot-link:hover {
  color: #1690fb;
  text-decoration: underline;
}
.page-login .input-wrapper {
  position: relative;
}
.page-login .form-input {
  width: 100%;
  padding: 12px 40px 12px 15px;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  font-size: 15px;
  color: #0E223D;
  background-color: #F8F4EA;
  transition: all 0.3s;
}
.page-login .form-input::placeholder {
  color: #F0F0F0;
}
.page-login .form-input:focus {
  outline: none;
  border-color: #48a8fc;
  box-shadow: 0 0 0 2px rgba(72, 168, 252, 0.2);
}
.page-login .form-input.error {
  border-color: #8B0000;
}
.page-login .input-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #F0F0F0;
}
.page-login .input-icon svg {
  width: 100%;
  height: 100%;
}
.page-login .toggle-password {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.page-login .toggle-password .eye-hide {
  display: none;
}
.page-login .toggle-password.show-password .eye-show {
  display: none;
}
.page-login .toggle-password.show-password .eye-hide {
  display: block;
}
.page-login .remember-me {
  margin-top: 15px;
}
.page-login .checkbox-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.page-login .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.page-login .checkbox-custom {
  position: relative;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  margin-right: 10px;
  transition: all 0.3s;
}
.page-login .checkbox-custom:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.page-login .checkbox-container:hover input ~ .checkbox-custom {
  background-color: white;
}
.page-login .checkbox-container input:checked ~ .checkbox-custom {
  background-color: #48a8fc;
  border-color: #48a8fc;
}
.page-login .checkbox-container input:checked ~ .checkbox-custom:after {
  display: block;
}
.page-login .checkbox-label {
  font-size: 14px;
  color: #0E223D;
}
.page-login .login-button {
  position: relative;
  width: 100%;
  padding: 14px;
  background-color: #e74040;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-login .login-button:hover {
  background-color: #e42929;
}
.page-login .login-button:active {
  transform: scale(0.98);
}
.page-login .login-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.page-login .button-text {
  transition: opacity 0.3s;
}
.page-login .button-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.page-login .button-loader .spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.page-login .login-button.loading .button-text {
  opacity: 0;
}
.page-login .login-button.loading .button-loader {
  opacity: 1;
  visibility: visible;
}
.page-login .register-link {
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  color: #0E223D;
}
.page-login .register-link a {
  color: #48a8fc;
  text-decoration: none;
  font-weight: 600;
}
.page-login .register-link a:hover {
  text-decoration: underline;
}
.page-login .form-feedback {
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 6px;
  display: none;
}
.page-login .form-feedback.error {
  display: block;
  background-color: rgba(139, 0, 0, 0.1);
  color: #8B0000;
  border-left: 4px solid #8B0000;
}
.page-login .form-feedback.success {
  display: block;
  background-color: rgba(76, 175, 80, 0.1);
  color: #4caf50;
  border-left: 4px solid #4caf50;
}
@media (max-width: 480px) {
  .page-login .login-card {
    box-shadow: none;
    border-radius: 0;
  }
  .page-login .login-form {
    padding: 0 20px 25px;
  }
  .page-login .login-header {
    padding: 25px 15px 15px;
  }
}
@media (min-width: 768px) {
  .page-login .login-card {
    max-width: 450px;
  }
  .page-login .login-title {
    font-size: 28px;
  }
  .page-login .login-subtitle {
    font-size: 16px;
  }
  .page-login .form-input {
    padding: 14px 45px 14px 20px;
  }
}
@media (min-width: 992px) {
  .page-login {
    min-height: calc(100vh - 120px);
  }
}

@keyframes flash-animation {
  0% {
    left: -100%;
  }
  20%, 100% {
    left: 100%;
  }
}
@keyframes pulse-bet {
  0% {
    box-shadow: 0 0 0 0 rgba(72, 168, 252, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(72, 168, 252, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(72, 168, 252, 0);
  }
}
@keyframes flash {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.025);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse-circle {
  0% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.7;
  }
}
@keyframes shine {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
.site-header {
  display: flex;
  height: 70px;
  width: 100%;
  position: relative;
  z-index: 100;
  background-color: #dfdfd3;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* ==========================================================================
  // TELEGRAM JOIN BUTTON - Simplified, No JS
  // ========================================================================== */
}
@media (min-width: 992px) {
  .site-header {
    height: 90px;
  }
}
.site-header .logo {
  display: flex;
  align-items: center;
}
.site-header .logo img {
  width: 180px;
  transition: width 0.3s ease;
}
@media (min-width: 992px) {
  .site-header .logo img {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .site-header .logo {
    margin-left: 28px;
  }
}
.site-header .header-elements {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 0px;
}
@media (min-width: 768px) {
  .site-header .header-elements {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .site-header .header-elements {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 20px;
  }
  .site-header .header-elements .logo {
    grid-column: 1;
  }
  .site-header .header-elements .listMenuHeader {
    grid-column: 2;
    justify-self: flex-start;
  }
  .site-header .header-elements .he-bet {
    grid-column: 3;
    justify-self: flex-end;
  }
}
.site-header .listMenuHeader {
  display: none;
}
@media (min-width: 992px) {
  .site-header .listMenuHeader {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    margin-left: 30px;
  }
}
.site-header .listMenuHeader .menuItem {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
}
.site-header .listMenuHeader .menuItem a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #866638;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  transition: color 0.3s ease;
}
.site-header .listMenuHeader .menuItem a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #92764c;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
  opacity: 0.8;
}
.site-header .listMenuHeader .menuItem a:hover {
  color: #866638;
}
.site-header .listMenuHeader .menuItem a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.site-header .listMenuHeader .menuItem a.active {
  color: #48a8fc;
  font-weight: 600;
}
.site-header .listMenuHeader .menuItem a.active:after {
  transform: scaleX(1);
  opacity: 1;
}
@media (min-width: 1200px) {
  .site-header .listMenuHeader .menuItem a {
    font-size: 15px;
    padding: 12px 0;
    margin: 0 12px;
  }
}
@media (min-width: 1200px) {
  .site-header .listMenuHeader {
    margin-left: 50px;
  }
}
.site-header .he-bet {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.site-header .he-bet a:last-child {
  display: none;
}
@media (min-width: 992px) {
  .site-header .he-bet {
    display: flex;
    gap: 10px;
    margin-left: auto;
    width: fit-content;
  }
  .site-header .he-bet a:last-child {
    display: flex;
  }
}
.site-header .btn-bet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  background-color: #058C46;
  background-image: none;
  color: #fff !important;
  border: 1px solid #058C46 !important;
}
.site-header .btn-bet .btn-icon {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.site-header .btn-bet:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}
.site-header .btn-bet:hover .btn-icon {
  transform: rotate(10deg) scale(1.1);
}
.site-header .btn-bet:hover .btn-shine {
  opacity: 1;
}
.site-header .btn-bet:active {
  transform: translateY(-1px);
}
.site-header .btn-bet.nhacai {
  background-color: #48a8fc;
  background-image: linear-gradient(0deg, #48a8fc, #48a8fc);
  box-shadow: 0 4px 10px 0 rgba(219, 31, 31, 0.21);
  border: 1px solid #48a8fc;
  color: #fff;
}
.site-header .btn-bet.nhacai .btn-icon .icon-path {
  fill: #fff;
}
.site-header .btn-bet.nhacai .btn-icon .icon-path.highlight {
  fill: #7ac0fd;
}
.site-header .btn-bet.nhacai:hover {
  background-image: linear-gradient(0deg, #2f9cfc, #48a8fc);
}
.site-header .btn-bet.flash {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(45deg, #48a8fc, #7ac0fd, #48a8fc);
  background-size: 200% 200%;
  animation: flash 2s ease-in-out infinite;
}
.site-header .btn-bet.flash .btn-icon .icon-path.primary {
  fill: #0369c1;
}
.site-header .btn-bet.flash .btn-icon .icon-path.highlight {
  fill: #0484f4;
}
.site-header .btn-bet.flash:hover {
  animation-play-state: paused;
}
.site-header .btn-bet.flash:hover .btn-icon {
  transform: scale(1.1);
}
.site-header .btn-bet.flash:hover .btn-icon .pulse-circle {
  animation-duration: 1s;
}
@media (min-width: 1200px) {
  .site-header .btn-bet {
    padding: 9px 18px;
    font-size: 14px;
  }
  .site-header .btn-bet .btn-icon {
    width: 18px;
    height: 18px;
  }
}
.site-header .mobile-bet-button {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
@media (min-width: 992px) {
  .site-header .mobile-bet-button {
    display: none;
  }
}
.site-header .mobile-bet-button .btn-bet-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #48a8fc;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: none;
  animation: pulse-bet 2s infinite;
  transition: transform 0.3s ease;
}
.site-header .mobile-bet-button .btn-bet-mobile:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .site-header .mobile-bet-button .btn-bet-mobile {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.site-header .btnJoinTeleHeader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0088cc, #005f90);
  box-shadow: 0 3px 10px rgba(0, 136, 204, 0.3);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.site-header .btnJoinTeleHeader svg {
  width: 34px;
  height: 34px;
  transition: transform 0.2s ease-in-out;
}
.site-header .btnJoinTeleHeader svg path {
  fill: #ffffff;
}
.site-header .btnJoinTeleHeader:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 136, 204, 0.5);
}
.site-header .btnJoinTeleHeader:hover svg {
  transform: rotate(5deg);
}
@media (min-width: 992px) {
  .site-header .btnJoinTeleHeader {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 768px) {
  .site-header .btn-bet .btn-icon {
    width: 14px;
    height: 14px;
  }
}

.contact-info {
  display: flex;
}
.contact-info a {
  text-decoration: none;
}
.contact-info span {
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact-info span {
    font-size: 12px;
  }
}

.contact-email-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.contact-email {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(135deg, #FF4E50, #b39813);
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(255, 78, 80, 0.4);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .contact-email {
    display: none;
  }
}

.mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: #dfdfd3;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .mobile-menu-toggle {
    display: none;
  }
}
.mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.mobile-menu-toggle.active span:first-child {
  transform: translateY(9px) rotate(45deg);
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active span:last-child {
  transform: translateY(-9px) rotate(-45deg);
}

.mobile-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.3s ease;
}
.mobile-menu-container.active {
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu-container.active .mobile-menu-overlay {
  opacity: 1;
}
.mobile-menu-container.active .mobile-menu {
  transform: translateX(0);
}
.mobile-menu-container .mobile-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mobile-menu-container .mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 350px;
  height: 100%;
  background-color: #997840;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
.mobile-menu-container .mobile-menu .mobile-menu-header {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-container .mobile-menu .mobile-menu-header .mobile-menu-close {
  background: transparent;
  border: none;
  color: #ffffff;
  padding: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.mobile-menu-container .mobile-menu .mobile-menu-header .mobile-menu-close:hover {
  transform: scale(1.1);
}
.mobile-menu-container .mobile-menu .mobile-menu-header .mobile-menu-close svg {
  width: 24px;
  height: 24px;
}
.mobile-menu-container .mobile-menu .mobile-menu-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.mobile-menu-container .mobile-menu .mobile-menu-content .mobile-menu-links {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.mobile-menu-container .mobile-menu .mobile-menu-content .mobile-menu-links li {
  margin-bottom: 15px;
}
.mobile-menu-container .mobile-menu .mobile-menu-content .mobile-menu-links li a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}
.mobile-menu-container .mobile-menu .mobile-menu-content .mobile-menu-links li a:hover {
  color: #48a8fc;
  transform: translateX(5px);
}
.mobile-menu-container .mobile-menu .mobile-menu-content .mobile-menu-contact {
  margin-top: auto;
  padding-top: 20px;
}
.mobile-menu-container .mobile-menu .mobile-menu-content .mobile-menu-contact .btn-telegram {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0088cc, #005f90);
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.mobile-menu-container .mobile-menu .mobile-menu-content .mobile-menu-contact .btn-telegram svg {
  margin-right: 10px;
}
.mobile-menu-container .mobile-menu .mobile-menu-content .mobile-menu-contact .btn-telegram:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 136, 204, 0.3);
}

body.menu-open {
  overflow: hidden;
}

#page-footer {
  position: relative;
  color: #ffffff;
}
#page-footer .page-footer {
  background: #a78750;
  background-position: center;
  background-size: cover;
  padding: 2.5rem 0 1rem;
  color: #FFF;
}
#page-footer .page-footer .container {
  max-width: 1140px;
  margin: 0 auto;
}
#page-footer .page-footer img.aligncenter {
  margin-bottom: 1.5rem;
  transition: opacity 0.3s ease;
}
#page-footer .page-footer #menu-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
  gap: 0.5rem;
}
@media (max-width: 576px) {
  #page-footer .page-footer #menu-footer {
    flex-direction: column;
    gap: 0.25rem;
  }
}
#page-footer .page-footer #menu-footer li {
  padding: 0 0.75rem;
  position: relative;
}
#page-footer .page-footer #menu-footer li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 576px) {
  #page-footer .page-footer #menu-footer li:not(:last-child):after {
    display: none;
  }
}
#page-footer .page-footer #menu-footer li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
#page-footer .page-footer #menu-footer li a:hover {
  color: #48a8fc;
}
#page-footer .page-footer .text-gray {
  color: #FFF;
}
#page-footer .page-footer p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #FFF;
}
#page-footer .page-footer .sosial_footer {
  display: flex;
  justify-content: center;
}
#page-footer .page-footer .sosial_footer p {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#page-footer .page-footer .sosial_footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
#page-footer .page-footer .sosial_footer a:hover {
  background-color: #48a8fc;
  transform: translateY(-3px);
}
#page-footer .page-footer .sosial_footer a img {
  width: 18px;
  height: 18px;
  transition: opacity 0.3s ease;
}
#page-footer .page-footer .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}
#page-footer .text-center {
  text-align: center;
}

@media (max-width: 768px) {
  #page-footer .page-footer {
    padding: 2rem 0 0.75rem;
  }
  #page-footer .page-footer .container {
    padding: 0 1rem;
  }
  #page-footer .page-footer img.aligncenter {
    max-width: 120px;
  }
  #page-footer .page-footer p {
    font-size: 0.8125rem;
  }
  #page-footer .page-footer .sosial_footer a {
    width: 32px;
    height: 32px;
  }
  #page-footer .page-footer .sosial_footer a img {
    width: 16px;
    height: 16px;
  }
  #page-footer .page-footer .footer-copyright {
    padding-top: 1rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  #page-footer .page-footer .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #page-footer .page-footer .container {
    max-width: 1140px;
  }
}
footer#page-footer footer.page-footer {
  margin-bottom: 0;
}

@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(72, 168, 252, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(72, 168, 252, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(72, 168, 252, 0);
  }
}
@keyframes float-up-down {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
#scrollToTopBtn {
  position: fixed;
  bottom: 130px;
  right: 30px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.9);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#scrollToTopBtn svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.5px;
  transition: transform 0.3s ease;
}
#scrollToTopBtn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
#scrollToTopBtn:hover {
  background-color: rgba(72, 168, 252, 0.9);
  animation: pulse-shadow 2s infinite;
}
#scrollToTopBtn:hover svg {
  animation: float-up-down 1.5s ease-in-out infinite;
}
#scrollToTopBtn:active {
  transform: scale(0.95);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
#scrollToTopBtn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(72, 168, 252, 0.3);
}
@media (max-width: 767px) {
  #scrollToTopBtn {
    width: 38px;
    height: 38px;
    bottom: 130px;
    right: 20px;
  }
  #scrollToTopBtn svg {
    width: 16px;
    height: 16px;
  }
}

@media (prefers-color-scheme: dark) {
  #scrollToTopBtn {
    background-color: rgba(255, 255, 255, 0.15);
  }
  #scrollToTopBtn:hover {
    background-color: rgba(72, 168, 252, 0.9);
  }
}
@media print {
  #scrollToTopBtn {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  #scrollToTopBtn {
    transition: opacity 0.3s ease;
  }
  #scrollToTopBtn:hover {
    animation: none;
  }
  #scrollToTopBtn:hover svg {
    animation: none;
  }
}
.match-not-available {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(to bottom, #1a2a3a, #0d1b2a);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.match-not-available .img-no-stream {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.match-not-available .match-not-available-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 98;
}
.match-not-available .match-not-available-bg-blur {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
}
.match-not-available .match-not-available-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.match-not-available .not-available-icon {
  color: #f8c740;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .match-not-available .not-available-icon svg {
    width: 80px;
    height: 80px;
  }
}
.match-not-available .match-not-available-title {
  margin-bottom: 10px;
}
.match-not-available h3 {
  color: white;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .match-not-available h3 {
    font-size: 3.25rem;
  }
}
.match-not-available p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
}
.match-not-available .countdown-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.match-not-available .countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}
.match-not-available .countdown-value {
  font-size: 2rem;
  font-weight: 700;
  color: #f8c740;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0.5rem 0.8rem;
  min-width: 60px;
  text-align: center;
}
@media (min-width: 992px) {
  .match-not-available .countdown-value {
    font-size: 3.25rem;
  }
}
.match-not-available .countdown-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.chat-top {
  background: linear-gradient(to bottom, #725b36, #725b36);
  padding: 10px;
  border-radius: 4px;
}
.chat-top .chat-title {
  font-size: 16px;
  font-weight: bold;
  color: #F8F5E4;
  text-align: center;
}
.chat-top .chat-link {
  font-size: 12px;
  width: 100%;
  color: #FFFF00;
  display: flex;
  justify-content: center;
  margin: 0px;
  font-weight: bold;
  margin-bottom: 0px !important;
}

.chat-banner-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px;
  margin-top: 10px;
  width: 100%;
  justify-content: space-between;
  background-image: linear-gradient(to bottom, #8e7243, #8e7243);
  border-radius: 4px;
  border-top: 1px solid #8e7243;
}
.chat-banner-footer .text {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  flex: 1;
  padding-right: 10px;
}
.chat-banner-footer .btnTelegram {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #48a8fc;
  color: #ffffff;
  padding: 2px 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  margin-bottom: 0px !important;
}
.chat-banner-footer .btnTelegram:hover {
  background-color: #1690fb;
}
.chat-banner-footer .btnTelegram svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.chat-banner-footer .btnTelegram span {
  font-weight: 500;
  font-size: 14px;
}

.emulator-container {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.emulator-container iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .emulator-container {
    aspect-ratio: 16/13;
  }
}

.player-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-image: url("../image/match/no_link_bg_dark.jpg");
  background-size: cover;
  background-position: center;
}

.video-js {
  width: 100%;
  height: 100%;
  background: transparent;
}
.video-js .vjs-control-bar {
  top: 0 !important;
  bottom: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)) !important;
}
.video-js .vjs-progress-control {
  opacity: 0 !important;
  pointer-events: none !important;
}
.video-js .vjs-tech {
  padding-top: 0;
}

.btnLinkSponContainer {
  position: absolute;
  top: -32px;
  right: 4px;
  z-index: 10;
}
.btnLinkSponContainer a {
  display: inline-block;
  background: linear-gradient(135deg, #48a8fc, #48a8fc);
  color: white;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(72, 168, 252, 0.4);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.btnLinkSponContainer a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shimmer 0.3s infinite;
}
.btnLinkSponContainer a:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px #058C46;
  filter: brightness(1.05);
}
.btnLinkSponContainer a:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(255, 78, 80, 0.3);
}
.btnLinkSponContainer a.btnGreen {
  background-color: #058C46;
  background-image: none;
  color: #fff !important;
  border: 1px solid #058C46 !important;
  box-shadow: 0 4px 10px #058C46;
}
.btnLinkSponContainer a.btnGreen::before {
  background: linear-gradient(135deg, #035b2d, #024221);
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
@keyframes sponsor-pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.bannerPlayAdsBottom {
  position: relative;
  height: 20px;
}
@media (min-width: 768px) {
  .bannerPlayAdsBottom {
    height: 40px;
  }
}

.bannerPlayAdsBottom-inner {
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.bannerPlayAdsBottom-inner .linkAds {
  display: none;
}
.bannerPlayAdsBottom-inner .linkAds.show {
  display: block;
}
.bannerPlayAdsBottom-inner a {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerPlayAdsBottom-inner img {
  width: 100%;
  height: 100%;
}

.vjs-fullscreen .bannerPlayAdsBottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
}
@media (min-width: 768px) {
  .vjs-fullscreen .bannerPlayAdsBottom {
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .vjs-fullscreen .bannerPlayAdsBottom {
    height: 60px;
  }
  .vjs-fullscreen .bannerPlayAdsBottom .btnLinkSpon {
    padding: 8px 16px;
  }
}

.home-tran-dau {
  padding: 0px 0 30px;
  position: relative;
}
.home-tran-dau .container {
  position: relative;
  z-index: 2;
}

.match-card-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .match-card-container {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .match-card-container {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}

.match-hot-card-container {
  display: flex;
  gap: 15px;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .match-hot-card-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .match-hot-card-container > .card-single {
    width: calc(33.33% - 8px);
  }
}

.card-single {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card-single + .card-single {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .card-single + .card-single {
    margin-top: 0;
  }
}

.card-match {
  position: relative;
  border-radius: 12px;
  border: 1px solid #48a8fc;
  transition: transform 0.15s ease;
  display: flex;
  flex-direction: column;
  color: #000;
  min-height: 100px;
  color: #fff;
}
.card-match:hover {
  transform: translateY(-2px);
}
.card-match .card-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: 0;
}
.card-match .card-bg-blur {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: 1;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2));
}
.card-match .topBar {
  display: flex;
  width: 100%;
  justify-content: center;
}
.card-match .topBar .league {
  font-size: 16px;
  font-weight: bold;
  color: rgba(248, 245, 228, 0.8);
}
.card-match .hot-img {
  position: absolute;
  top: -6px;
  right: 6px;
  width: 20px;
  z-index: 40;
}
.card-match.hot-match {
  border: 1px solid #e74040;
}
.card-match .match-time {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 40;
}
.card-match .match-time .match-time-text {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.cm-wrap {
  flex-grow: 1;
  padding: 16px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 11;
}
.cm-wrap .match-link-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
}

.cm-blv {
  position: absolute;
  bottom: 21px;
  left: 16px;
  z-index: 9;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.cm-blv-inner {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 30px;
  padding: 1px;
  padding-right: 4px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.cm-blv-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  z-index: 1;
  background: linear-gradient(to right, rgba(207, 135, 9, 0.9), rgba(247, 130, 0, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(247, 161, 11, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.15);
}
.cm-blv-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1.5px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.cm-blv-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.cm-blv-info {
  display: flex;
  flex-direction: column;
  margin-right: 6px;
  position: relative;
  z-index: 2;
}
.cm-blv-name {
  font-size: 14px;
  font-weight: 600;
  color: white;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.cm-blv-status {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 2px;
}
.cm-blv-status .mic-icon {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: mic-glow 2s infinite alternate;
}
.cm-blv-status .mic-icon svg {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
}

@keyframes mic-glow {
  0% {
    opacity: 0.7;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes mic-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.team-vs {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  padding: 0;
}
.team-vs .card-team {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  position: relative;
}
.team-vs .card-team .name-short {
  line-height: 1.4;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  height: 40px;
  width: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .team-vs .card-team .name-short {
    width: 120px;
  }
}
.team-vs .card-team .base-icon {
  height: 70px;
  width: 70px;
  min-width: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-vs .card-team .base-icon img {
  max-width: calc(100% - 4px);
  max-height: calc(100% - 4px);
  object-fit: contain;
}
.team-vs .current {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  margin-left: 12px;
  margin-right: 12px;
}
.team-vs .current .timeStart {
  font-size: 12px;
  color: rgba(248, 245, 228, 0.7);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.team-vs .current .score {
  display: flex;
  width: 100%;
  gap: 1rem;
  padding: 4px 8px;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  justify-content: center;
  width: 50px;
}
.team-vs .current .score span {
  font-weight: 600;
  font-size: 15px;
  padding: 0;
}
.team-vs .current .score span.volley:first-child {
  transform: translateX(4px);
}
.team-vs .current .score span.volley:last-child {
  transform: translateX(-4px);
}
.team-vs .current .score span.win {
  color: #e74040;
}

.match-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0;
  position: relative;
  z-index: 12;
  min-height: 32px;
  gap: 12px;
}
.match-buttons .btn {
  z-index: 2;
  position: relative;
  font-weight: 500;
  font-size: 1.1em;
  height: 32px;
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0.4rem;
  text-align: center;
  text-decoration: none;
  border: none;
  opacity: 0.95;
  transition: all 0.3s ease;
  color: #fff;
}
.match-buttons .btn:hover {
  opacity: 1;
}
.match-buttons .btn:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.09);
}
.match-buttons .btn-sm {
  font-size: 11px;
}
@media (min-width: 480px) {
  .match-buttons .btn-sm {
    font-size: 13px;
  }
}
.match-buttons .btn-live {
  background-color: #e74040 !important;
  color: #fff !important;
  box-shadow: 0 4px 10px 0 rgba(109, 21, 21, 0.21) !important;
  border: 1px solid #e42929 !important;
}
.match-buttons .btn-bet {
  background-color: #48a8fc;
  background-image: linear-gradient(0deg, #48a8fc, #48a8fc);
  box-shadow: 0 4px 10px 0 rgba(97, 81, 37, 0.21) !important;
  border: 1px solid #48a8fc !important;
  color: #fff !important;
}
.match-buttons .btn-bet.flash {
  animation: flash 1s linear infinite;
}
.match-buttons .btn-bet.greenbtn {
  background-color: #058C46;
  background-image: none;
  color: #fff !important;
  border: 1px solid #058C46 !important;
}
.match-buttons .bet-list {
  display: flex;
  gap: 8px;
}
@media (max-width: 480px) {
  .match-buttons .btn-watch {
    display: none;
  }
}

@keyframes live {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.025);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes l1 {
  to {
    background-position: 50% 0, 75% 100%;
  }
}
.loaderx {
  height: 20px;
  aspect-ratio: 6;
  --c: #0000 64%, #fff 66% 98%, #0000 101%;
  background: radial-gradient(35% 146% at 50% 159%, var(--c)) 0 0, radial-gradient(35% 146% at 50% -59%, var(--c)) 25% 100%;
  background-size: 33.3333333333% 50%;
  background-repeat: repeat-x;
  animation: l1 1s linear infinite;
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes bounce-up {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes subtle-bounce {
  0%, 100% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes subtle-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes dot-fade {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes subtle-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.live-indicator {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  background: rgba(231, 64, 64, 0.95);
  color: #fff;
  padding: 4px 12px 4px 8px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(231, 64, 64, 0.15);
  animation: subtle-pulse 1.5s infinite;
}
.live-indicator .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  margin-right: 7px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  animation: pulse 1.2s infinite;
}
.live-indicator .text {
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes subtle-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.92;
  }
}
.sports-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

.sports-tabs {
  display: flex;
  gap: 10px;
  padding: 8px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: relative;
}
.sports-tabs::-webkit-scrollbar {
  display: none;
}
.sports-tabs:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.sports-tabs .sport-tab {
  flex: 0 0 auto;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding: 10px 15px;
  background: #2b2b2b;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  min-width: 110px;
}
.sports-tabs .sport-tab:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a78750;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sports-tabs .sport-tab svg {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease, fill 0.3s ease;
  position: relative;
  z-index: 1;
}
.sports-tabs .sport-tab svg path, .sports-tabs .sport-tab svg circle, .sports-tabs .sport-tab svg g {
  transition: fill 0.3s ease, stroke 0.3s ease;
  fill: currentColor;
}
.sports-tabs .sport-tab svg.sport-icon {
  margin-right: 8px;
}
.sports-tabs .sport-tab span {
  font-weight: 500;
  font-size: 14px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}
.sports-tabs .sport-tab:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateY(-2px);
}
.sports-tabs .sport-tab:hover:before {
  opacity: 1;
}
.sports-tabs .sport-tab:hover svg {
  transform: scale(1.1);
}
.sports-tabs .sport-tab.active {
  color: #FFF;
  transform: translateY(-3px);
}
.sports-tabs .sport-tab.active:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  z-index: 1;
}
.sports-tabs .sport-tab.active span {
  font-weight: 600;
}
.sports-tabs .sport-tab.active svg {
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.3));
}
.sports-tabs .sport-tab[data-sport=football].active {
  background: #866638;
  border-color: rgba(72, 168, 252, 0.2);
  box-shadow: 0 5px 15px rgba(72, 168, 252, 0.2);
}
.sports-tabs .sport-tab[data-sport=football].active:after {
  background: rgba(72, 168, 252, 0.1);
  border-color: rgba(72, 168, 252, 0.2);
}
.sports-tabs .sport-tab[data-sport=football].active svg {
  color: #FFF;
}
.sports-tabs .sport-tab[data-sport=football]:active {
  background: rgba(72, 168, 252, 0.15);
}
.sports-tabs .sport-tab[data-sport=volleyball].active {
  background: #866638;
  border-color: rgba(249, 115, 22, 0.2);
  box-shadow: 0 5px 15px rgba(249, 115, 22, 0.2);
}
.sports-tabs .sport-tab[data-sport=volleyball].active:after {
  background: rgba(249, 115, 22, 0.1);
  border-color: rgba(249, 115, 22, 0.2);
}
.sports-tabs .sport-tab[data-sport=volleyball].active svg {
  color: #FFF;
}
.sports-tabs .sport-tab[data-sport=volleyball]:active {
  background: rgba(249, 115, 22, 0.15);
}
.sports-tabs .sport-tab[data-sport=basketball].active {
  background: #866638;
  border-color: rgba(139, 92, 246, 0.2);
  box-shadow: 0 5px 15px rgba(139, 92, 246, 0.2);
}
.sports-tabs .sport-tab[data-sport=basketball].active:after {
  background: rgba(139, 92, 246, 0.1);
  border-color: rgba(139, 92, 246, 0.2);
}
.sports-tabs .sport-tab[data-sport=basketball].active svg {
  color: #FFF;
}
.sports-tabs .sport-tab[data-sport=basketball]:active {
  background: rgba(139, 92, 246, 0.15);
}
.sports-tabs .sport-tab[data-sport=bia].active {
  background: #866638;
  border-color: rgba(16, 185, 129, 0.2);
  box-shadow: 0 5px 15px rgba(16, 185, 129, 0.2);
}
.sports-tabs .sport-tab[data-sport=bia].active:after {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.2);
}
.sports-tabs .sport-tab[data-sport=bia].active svg {
  color: #FFF;
}
.sports-tabs .sport-tab[data-sport=bia]:active {
  background: rgba(16, 185, 129, 0.15);
}
.sports-tabs .sport-tab[data-sport=esports].active {
  background: #866638;
  border-color: rgba(236, 72, 153, 0.2);
  box-shadow: 0 5px 15px rgba(236, 72, 153, 0.2);
}
.sports-tabs .sport-tab[data-sport=esports].active:after {
  background: rgba(236, 72, 153, 0.1);
  border-color: rgba(236, 72, 153, 0.2);
}
.sports-tabs .sport-tab[data-sport=esports].active svg {
  color: #FFF;
}
@media (min-width: 768px) {
  .sports-tabs {
    gap: 15px;
  }
  .sports-tabs .sport-tab {
    padding: 12px 20px;
    min-width: 130px;
  }
  .sports-tabs .sport-tab svg {
    width: 24px;
    height: 24px;
  }
  .sports-tabs .sport-tab span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sports-tabs:after {
    animation: gradientShift 2s ease-in-out infinite alternate;
  }
}

.child-tabs {
  display: none;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  padding-top: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.child-tabs::-webkit-scrollbar {
  display: none;
}
.child-tabs.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}
.child-tabs .tab-button {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(255, 255, 255, 0.07);
  min-width: 80px;
}
.child-tabs .tab-button .tab-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 10px;
  transform: scale(0.6);
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
.child-tabs .tab-button .btn-text {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
}
.child-tabs .tab-button .tab-icon-svg {
  margin-right: 8px;
  height: 16px;
  width: 16px;
  transition: transform 0.3s ease;
  z-index: 1;
}
.child-tabs .tab-button .tab-icon-svg .primary-fill {
  fill: rgba(255, 255, 255, 0.7);
}
.child-tabs .tab-button .tab-icon-svg .highlight-fill {
  fill: rgba(255, 255, 255, 0.5);
}
.child-tabs .tab-button .tab-icon-svg .light-fill {
  fill: rgba(255, 255, 255, 0.7);
}
.child-tabs .tab-button .tab-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  height: 18px;
  padding: 0 6px;
  margin-left: 6px;
  font-size: 11px;
  min-width: 18px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.child-tabs .tab-button:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateY(-2px);
}
.child-tabs .tab-button:hover .tab-icon-svg {
  transform: scale(1.1);
}
.child-tabs .tab-button[data-tab=live_match].active {
  background: rgba(231, 76, 60, 0.15);
  color: #fff;
  border-color: rgba(231, 76, 60, 0.3);
  box-shadow: 0 5px 12px rgba(231, 76, 60, 0.2);
  transform: translateY(-2px);
}
.child-tabs .tab-button[data-tab=live_match].active .tab-glow {
  background: radial-gradient(circle at 50% 50%, rgba(231, 76, 60, 0.3), transparent 70%);
  opacity: 1;
  transform: scale(1);
}
.child-tabs .tab-button[data-tab=live_match].active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #e74c3c, #f29f97);
  border-radius: 2px;
  transform: scaleX(0.7);
}
.child-tabs .tab-button[data-tab=live_match].active .tab-icon-svg .primary-fill, .child-tabs .tab-button[data-tab=live_match].active .tab-icon-svg .light-fill {
  fill: #fff;
}
.child-tabs .tab-button[data-tab=live_match].active .tab-icon-svg .highlight-fill {
  fill: #e74c3c;
}
.child-tabs .tab-button[data-tab=live_match].active .tab-counter {
  background: rgba(231, 76, 60, 0.25);
  color: #fff;
}
.child-tabs .tab-button[data-tab=commentor_match].active {
  background: rgba(255, 149, 0, 0.15);
  color: #fff;
  border-color: rgba(255, 149, 0, 0.3);
  box-shadow: 0 5px 12px rgba(255, 149, 0, 0.2);
  transform: translateY(-2px);
}
.child-tabs .tab-button[data-tab=commentor_match].active .tab-glow {
  background: radial-gradient(circle at 50% 50%, rgba(255, 149, 0, 0.3), transparent 70%);
  opacity: 1;
  transform: scale(1);
}
.child-tabs .tab-button[data-tab=commentor_match].active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ff9500, #ffbf66);
  border-radius: 2px;
  transform: scaleX(0.7);
}
.child-tabs .tab-button[data-tab=commentor_match].active .tab-icon-svg .primary-fill, .child-tabs .tab-button[data-tab=commentor_match].active .tab-icon-svg .light-fill {
  fill: #fff;
}
.child-tabs .tab-button[data-tab=commentor_match].active .tab-icon-svg .highlight-fill {
  fill: #ff9500;
}
.child-tabs .tab-button[data-tab=commentor_match].active .tab-counter {
  background: rgba(255, 149, 0, 0.25);
  color: #fff;
}
.child-tabs .tab-button[data-tab=hot_match].active {
  background: rgba(255, 87, 34, 0.15);
  color: #fff;
  border-color: rgba(255, 87, 34, 0.3);
  box-shadow: 0 5px 12px rgba(255, 87, 34, 0.2);
  transform: translateY(-2px);
}
.child-tabs .tab-button[data-tab=hot_match].active .tab-glow {
  background: radial-gradient(circle at 50% 50%, rgba(255, 87, 34, 0.3), transparent 70%);
  opacity: 1;
  transform: scale(1);
}
.child-tabs .tab-button[data-tab=hot_match].active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ff5722, #ffa588);
  border-radius: 2px;
  transform: scaleX(0.7);
}
.child-tabs .tab-button[data-tab=hot_match].active .tab-icon-svg .primary-fill, .child-tabs .tab-button[data-tab=hot_match].active .tab-icon-svg .light-fill {
  fill: #fff;
}
.child-tabs .tab-button[data-tab=hot_match].active .tab-icon-svg .highlight-fill {
  fill: #ff5722;
}
.child-tabs .tab-button[data-tab=hot_match].active .tab-counter {
  background: rgba(255, 87, 34, 0.25);
  color: #fff;
}
.child-tabs .tab-button[data-tab=hot_match].active .highlight-fill {
  animation: fire-pulse 1.5s infinite alternate;
}
.child-tabs .tab-button[data-tab=all_match].active {
  background: rgba(72, 168, 252, 0.15);
  color: #fff;
  border-color: rgba(72, 168, 252, 0.3);
  box-shadow: 0 5px 12px rgba(72, 168, 252, 0.2);
  transform: translateY(-2px);
}
.child-tabs .tab-button[data-tab=all_match].active .tab-glow {
  background: radial-gradient(circle at 50% 50%, rgba(72, 168, 252, 0.3), transparent 70%);
  opacity: 1;
  transform: scale(1);
}
.child-tabs .tab-button[data-tab=all_match].active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #48a8fc, #acd8fe);
  border-radius: 2px;
  transform: scaleX(0.7);
}
.child-tabs .tab-button[data-tab=all_match].active .tab-icon-svg .primary-fill, .child-tabs .tab-button[data-tab=all_match].active .tab-icon-svg .light-fill {
  fill: #fff;
}
.child-tabs .tab-button[data-tab=all_match].active .tab-icon-svg .highlight-fill {
  fill: #48a8fc;
}
.child-tabs .tab-button[data-tab=all_match].active .tab-counter {
  background: rgba(72, 168, 252, 0.25);
  color: #fff;
}
.child-tabs .tab-button.active .tab-counter {
  transform: scale(1.1);
}
.child-tabs .tab-button.active .tab-icon-svg {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .child-tabs {
    margin-bottom: 25px;
  }
  .child-tabs .tab-button {
    padding: 8px 14px;
  }
  .child-tabs .tab-button .btn-text {
    font-size: 14px;
  }
  .child-tabs .tab-button .tab-icon-svg {
    width: 18px;
    height: 18px;
  }
}

.sport-content-container {
  display: none;
}
.sport-content-container.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

.loading-indicator {
  width: 100%;
  padding: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.7;
  }
}
@keyframes gradientShift {
  0% {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 70%);
  }
  100% {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 90%);
  }
}
@keyframes fire-pulse {
  0% {
    fill: #ff5722;
    filter: drop-shadow(0 0 1px #ff5722);
  }
  100% {
    fill: #ff916f;
    filter: drop-shadow(0 0 4px #ff5722);
  }
}
.gioi-thieu {
  padding: 20px 0;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .gioi-thieu {
    padding: 40px 0;
  }
}
.gioi-thieu .goto-head {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #8e7243;
  text-align: center;
  position: relative;
}
.gioi-thieu .goto-head:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #ccb29c, #8e7243);
  border-radius: 3px;
}
@media (min-width: 768px) {
  .gioi-thieu .goto-head {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.gioi-thieu .content_goto {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .gioi-thieu .content_goto {
    flex-direction: row;
    gap: 30px;
  }
}

.goto-control {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .goto-control {
    flex: 0 0 280px;
    max-width: 280px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    height: max-content;
  }
}
@media (min-width: 992px) {
  .goto-control {
    flex: 0 0 320px;
    max-width: 320px;
  }
}
.goto-control .mucluc {
  background-image: linear-gradient(to bottom, #fffefb, #fff7e4);
  color: #8e7243;
  padding: 12px 15px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.goto-control .mucluc:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.goto-control .mucluc:before {
  content: "☰";
  margin-right: 8px;
  transition: transform 0.3s ease;
}
.goto-control .mucluc.active:before {
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .goto-control .mucluc {
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    box-shadow: none;
    pointer-events: none;
  }
  .goto-control .mucluc:before {
    display: none;
  }
}
.goto-control ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-image: linear-gradient(to bottom, #fffefb, #fff7e4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: none;
}
@media (min-width: 768px) {
  .goto-control ul {
    display: block !important;
    border-top: none;
  }
}
.goto-control ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.goto-control ul li:last-child {
  border-bottom: none;
}
.goto-control ul li a {
  padding: 12px 15px;
  color: #8e7243;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}
.goto-control ul li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #48a8fc;
}
.goto-control ul li a.active {
  border-left-color: #ffdd75;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffdd75;
  font-weight: 500;
}
.goto-control ul li a p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.goto-content {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.12) rgba(255, 255, 255, 0.03);
  background-color: rgba(255, 255, 255, 0.02);
  border: 2px solid rgb(217 215 174);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #8e7243;
  flex: 1;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.goto-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.goto-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  margin: 4px 0;
}
.goto-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: padding-box;
  transition: all 0.3s ease;
}
.goto-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
  background-clip: padding-box;
}
.goto-content::-webkit-scrollbar-thumb:active {
  background: rgba(72, 168, 252, 0.4);
  background-clip: padding-box;
}
.goto-content::-webkit-scrollbar-corner {
  background: transparent;
}
@media (min-width: 768px) {
  .goto-content {
    padding: 30px;
  }
}
.goto-content div[id^=gioi-thieu] {
  scroll-margin-top: 100px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.goto-content div[id^=gioi-thieu]:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.goto-content h2 {
  color: #8e7243;
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}
.goto-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #a98d69;
}
@media (min-width: 768px) {
  .goto-content h2 {
    font-size: 22px;
  }
}
.goto-content h3 {
  color: #8e7243;
  font-size: 18px;
  margin: 20px 0 10px;
}
@media (min-width: 768px) {
  .goto-content h3 {
    font-size: 20px;
  }
}
.goto-content p {
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 15px;
}
.goto-content p:last-child {
  margin-bottom: 0;
}
.goto-content p strong {
  color: #a78750;
}
.goto-content ul, .goto-content ol {
  margin: 16px 0;
  padding-left: 20px;
}
.goto-content ul li, .goto-content ol li {
  margin-bottom: 12px;
}
.goto-content ul li:last-child, .goto-content ol li:last-child {
  margin-bottom: 0;
}
.goto-content ul li p, .goto-content ol li p {
  margin: 0;
}
.goto-content ul li strong, .goto-content ol li strong {
  color: #8e7243;
}
.goto-content hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 20px 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.mobile-nav-highlight {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffdd75;
  color: #0E223D;
  font-weight: 600;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 100;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
.mobile-nav-highlight:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .mobile-nav-highlight {
    display: none;
  }
}

.listPostsRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.listPostsRow .blogOuter {
  margin-bottom: 16px;
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
}
@media (min-width: 768px) {
  .listPostsRow .blogOuter {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .listPostsRow .blogOuter {
    width: 33.3333333333%;
  }
}

.listPostsSidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blogOuter {
  list-style-type: none;
}

.blog {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s;
}
.blog .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
}
.blog:hover .title {
  color: #48a8fc;
}
.blog:hover img.thumb {
  transform: scale(1.05);
}
.blog figure {
  margin: 0;
  overflow: hidden;
}
.blog figure img.thumb {
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: transform 0.3s;
  background: #f3f3f3;
  display: block;
  aspect-ratio: 16/9;
}
.blog .info {
  padding: 1rem;
}
.blog .info .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #0E223D;
  transition: color 0.2s;
}

.entry-toc {
  margin: 2rem 0;
  max-width: 500px;
}
.entry-toc .accordion {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.entry-toc .accordion .ahead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #48a8fc, #1690fb);
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.entry-toc .accordion .ahead:hover {
  background: linear-gradient(135deg, #1690fb, #0484f4);
}
.entry-toc .accordion .ahead span {
  font-weight: 600;
  font-size: 1.1rem;
}
.entry-toc .accordion .ahead .toggle {
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 0.3s ease;
}
.entry-toc .accordion .ahead .toggle.rotated {
  transform: rotate(180deg);
}
.entry-toc .accordion .abody {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(255, 255, 255, 0.02);
}
.entry-toc .accordion .abody.open {
  max-height: 500px;
}
.entry-toc .accordion .abody .lvl-h {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #F8F5E4;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 1rem;
  border-left: 3px solid transparent;
}
.entry-toc .accordion .abody .lvl-h:hover {
  background: rgba(72, 168, 252, 0.1);
  color: #48a8fc;
  border-left-color: #48a8fc;
  transform: translateX(5px);
}
.entry-toc .accordion .abody .lvl-h .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #48a8fc;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.entry-toc .accordion .abody .lvl-hh {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  color: #F8F5E4;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 0.95rem;
  border-left: 2px solid transparent;
}
.entry-toc .accordion .abody .lvl-hh:hover {
  background: rgba(72, 168, 252, 0.08);
  color: #48a8fc;
  border-left-color: #48a8fc;
  transform: translateX(3px);
}
.entry-toc .accordion .abody .lvl-hh .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(72, 168, 252, 0.8);
  color: #ffffff;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.entry-toc .accordion .abody .lvl-hhh {
  display: flex;
  align-items: center;
  padding: 0.4rem 1rem 0.4rem 3.5rem;
  color: rgba(248, 245, 228, 0.8);
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 0.9rem;
  border-left: 1px solid transparent;
}
.entry-toc .accordion .abody .lvl-hhh:hover {
  background: rgba(72, 168, 252, 0.06);
  color: #48a8fc;
  border-left-color: #48a8fc;
  transform: translateX(2px);
}
.entry-toc .accordion .abody .lvl-hhh .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: rgba(72, 168, 252, 0.6);
  color: #ffffff;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 500;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.entry-toc .accordion.open .ahead {
  background: linear-gradient(135deg, #1690fb, #0484f4);
}
.entry-toc .accordion.open .ahead .toggle {
  transform: rotate(180deg);
}
.entry-toc .accordion.open .abody {
  max-height: 500px;
  padding: 1rem 1.5rem;
}

.page-has-sidebar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.main-page {
  width: 100%;
}
@media (min-width: 992px) {
  .main-page {
    width: 75%;
  }
}

.sidebar {
  width: 100%;
}
@media (min-width: 992px) {
  .sidebar {
    width: 25%;
    padding-left: 36px;
  }
}

#webmaincontent {
  margin-bottom: 40px;
}

.webmaincontent {
  line-height: 1.8;
  color: #F8F5E4;
  font-size: 1rem;
}
.webmaincontent p {
  margin-bottom: 1.5rem;
  text-align: justify;
}
.webmaincontent p:last-child {
  margin-bottom: 0;
}
.webmaincontent h1, .webmaincontent h2, .webmaincontent h3, .webmaincontent h4, .webmaincontent h5, .webmaincontent h6 {
  color: #48a8fc;
  font-weight: 700;
  margin: 2.5rem 0 1.5rem 0;
  line-height: 1.3;
}
.webmaincontent h1:first-child, .webmaincontent h2:first-child, .webmaincontent h3:first-child, .webmaincontent h4:first-child, .webmaincontent h5:first-child, .webmaincontent h6:first-child {
  margin-top: 0;
}
.webmaincontent h1 {
  font-size: 2.2rem;
  border-bottom: 3px solid #48a8fc;
  padding-bottom: 0.5rem;
}
.webmaincontent h2 {
  font-size: 1.8rem;
  border-bottom: 2px solid rgba(72, 168, 252, 0.6);
  padding-bottom: 0.4rem;
}
.webmaincontent h3 {
  font-size: 1.5rem;
  border-left: 4px solid #48a8fc;
  padding-left: 1rem;
}
.webmaincontent h4 {
  font-size: 1.3rem;
  border-left: 3px solid rgba(72, 168, 252, 0.7);
  padding-left: 0.8rem;
}
.webmaincontent h5 {
  font-size: 1.1rem;
  color: rgba(72, 168, 252, 0.9);
}
.webmaincontent h6 {
  font-size: 1rem;
  color: rgba(72, 168, 252, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.webmaincontent ul, .webmaincontent ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
.webmaincontent ul li, .webmaincontent ol li {
  margin-bottom: 0.8rem;
  line-height: 1.7;
}
.webmaincontent ul li:last-child, .webmaincontent ol li:last-child {
  margin-bottom: 0;
}
.webmaincontent ul {
  list-style: none;
}
.webmaincontent ul li {
  position: relative;
  padding-left: 1.5rem;
}
.webmaincontent ul li::before {
  content: "•";
  color: #48a8fc;
  font-weight: bold;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.webmaincontent ul ul {
  margin: 0.8rem 0;
}
.webmaincontent ul ul li::before {
  content: "◦";
  color: rgba(72, 168, 252, 0.7);
}
.webmaincontent ul ul ul li::before {
  content: "▪";
  color: rgba(72, 168, 252, 0.5);
}
.webmaincontent ol {
  counter-reset: item;
}
.webmaincontent ol li {
  counter-increment: item;
  position: relative;
  padding-left: 1.5rem;
}
.webmaincontent ol li::before {
  content: counter(item) ".";
  color: #48a8fc;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.webmaincontent ol ol {
  counter-reset: subitem;
  margin: 0.8rem 0;
}
.webmaincontent ol ol li {
  counter-increment: subitem;
}
.webmaincontent ol ol li::before {
  content: counter(item) "." counter(subitem) ".";
  color: rgba(72, 168, 252, 0.7);
}
.webmaincontent a {
  color: #48a8fc;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.webmaincontent a:hover {
  color: #FFFF00;
  border-bottom-color: #FFFF00;
}
.webmaincontent strong, .webmaincontent b {
  font-weight: 700;
  color: rgba(72, 168, 252, 0.9);
}
.webmaincontent em, .webmaincontent i {
  font-style: italic;
  color: rgba(248, 245, 228, 0.9);
}
.webmaincontent blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background: rgba(72, 168, 252, 0.05);
  border-left: 4px solid #48a8fc;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  position: relative;
}
.webmaincontent blockquote::before {
  content: '"';
  font-size: 3rem;
  color: rgba(72, 168, 252, 0.3);
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  font-family: serif;
}
.webmaincontent blockquote p {
  margin: 0;
  font-size: 1.1rem;
}
.webmaincontent blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: rgba(248, 245, 228, 0.7);
  font-style: normal;
}
.webmaincontent blockquote cite::before {
  content: "— ";
}
.webmaincontent pre {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(72, 168, 252, 0.2);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  overflow-x: auto;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  line-height: 1.5;
}
.webmaincontent pre code {
  color: #F8F5E4;
}
.webmaincontent code {
  background: rgba(72, 168, 252, 0.1);
  color: #48a8fc;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
}
.webmaincontent table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.webmaincontent table th, .webmaincontent table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.webmaincontent table th {
  background: rgba(72, 168, 252, 0.1);
  color: #48a8fc;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}
.webmaincontent table tr {
  transition: background-color 0.3s ease;
}
.webmaincontent table tr:hover {
  background: rgba(72, 168, 252, 0.05);
}
.webmaincontent table tr:last-child td {
  border-bottom: none;
}
.webmaincontent img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.webmaincontent img:hover {
  transform: scale(1.02);
}
.webmaincontent hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, #48a8fc, transparent);
  margin: 3rem 0;
}
.webmaincontent dl {
  margin: 1.5rem 0;
}
.webmaincontent dl dt {
  font-weight: 700;
  color: #48a8fc;
  margin-bottom: 0.5rem;
}
.webmaincontent dl dd {
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(72, 168, 252, 0.3);
}
.webmaincontent abbr {
  border-bottom: 1px dotted #48a8fc;
  cursor: help;
}
.webmaincontent mark {
  background: rgba(72, 168, 252, 0.2);
  color: #F8F5E4;
  padding: 0.1rem 0.3rem;
  border-radius: 3px;
}
.webmaincontent small {
  font-size: 0.85rem;
  color: rgba(248, 245, 228, 0.7);
}
.webmaincontent sub, .webmaincontent sup {
  font-size: 0.75rem;
  color: rgba(248, 245, 228, 0.8);
}
@media (max-width: 768px) {
  .webmaincontent {
    font-size: 0.95rem;
  }
  .webmaincontent h1 {
    font-size: 1.8rem;
  }
  .webmaincontent h2 {
    font-size: 1.5rem;
  }
  .webmaincontent h3 {
    font-size: 1.3rem;
  }
  .webmaincontent h4 {
    font-size: 1.1rem;
  }
  .webmaincontent ul, .webmaincontent ol {
    padding-left: 1.5rem;
  }
  .webmaincontent blockquote {
    padding: 1rem 1.5rem;
  }
  .webmaincontent table {
    font-size: 0.9rem;
  }
  .webmaincontent table th, .webmaincontent table td {
    padding: 0.75rem;
  }
}

.no-padding {
  padding: 0 !important;
}

.ads-top-banner {
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  min-height: 42px;
}
@media (min-width: 992px) {
  .ads-top-banner {
    min-height: 90px;
  }
}
.ads-top-banner .top-banner-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
  height: fit-content;
}
.ads-top-banner .top-banner-ad {
  position: relative;
  width: 100%;
  height: fit-content;
}
@media (min-width: 768px) {
  .ads-top-banner .top-banner-ad {
    width: calc(50% - 5px);
  }
}
.ads-top-banner .top-banner-ad.desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .ads-top-banner .top-banner-ad.desktop-only {
    display: block;
  }
}
.ads-top-banner .top-banner-ad a {
  display: block;
  width: 100%;
}
.ads-top-banner .top-banner-ad img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 650/80;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ads-top-banner .banner-placeholder {
  width: 100%;
  height: 100%;
  min-height: 80px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.ads-top-banner .banner-placeholder .placeholder-shimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shimmer 2s infinite;
}

.banner-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease;
  transform: translateY(0);
  /*
  .banner_ads-bdn-button {
      position: absolute;
      top: -8px;
      right: -8px;
      z-index: 2;
      ...
  }
  */
}
.banner-bottom.hidden {
  transform: translateY(100%);
}
.banner-bottom-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  position: relative; /* Added for positioning the close button */
}
.banner-bottom .banner_ads-close-all {
  position: absolute;
  top: -14px;
  right: -6px;
  z-index: 2;
}
.banner-bottom .banner_ads-close-all .cbb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px; /* Slightly larger since it's the only one */
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.2s ease;
}
.banner-bottom .banner_ads-close-all .cbb:hover {
  transform: scale(1.1);
  background-color: #f8f8f8;
}
.banner-bottom .banner_ads-close-all .cbb svg {
  width: 16px; /* Slightly larger icon */
  height: 16px;
  stroke: #333;
  stroke-width: 2;
  stroke-linecap: round;
}
.banner-bottom .wap_bottombanner_content {
  position: relative;
  max-width: 100%;
}
.banner-bottom .wap_bottombanner_content .block-int {
  position: relative;
  display: block;
}
.banner-bottom .wap_bottombanner_content .block-int img {
  aspect-ratio: 1200/90;
  height: 44px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
}
@media (min-width: 768px) {
  .banner-bottom .wap_bottombanner_content .block-int img {
    height: 70px;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.banner-bottom.animate-in {
  animation: slideUp 0.5s forwards;
}

.sidebar-ads-container {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .sidebar-ads-container {
    display: none;
  }
}

.sidebar-ad-unit {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.sidebar-ad-unit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.sidebar-ad-unit .ad-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.sidebar-ad-unit .sidebar-ad-img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
.sidebar-ad-unit a {
  display: block;
  width: 100%;
}

.banner-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s ease;
  min-height: 42px;
}

@media (max-width: 1500px) {
  .floating-side-ads {
    display: none;
  }
}

.floating-side-column {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  pointer-events: none;
}
.floating-side-column.floating-left {
  left: 10px;
}
.floating-side-column.floating-right {
  right: 10px;
}

.floating-ad {
  pointer-events: auto;
  width: 100%;
  aspect-ratio: 168/600;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s ease;
  position: relative;
}
.floating-ad .floating-ad-img {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.3s ease;
  object-fit: cover;
}
.floating-ad a {
  display: block;
  width: 100%;
  height: 100%;
}

.floating-ad-top {
  margin-bottom: 24px;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.popup-ads-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
}
.popup-ads-modal.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
.popup-ads-modal.closing {
  animation: fadeOut 0.3s ease-in-out;
}
.popup-ads-modal .popup-ads-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.popup-ads-modal .popup-ads-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popup-ads-modal .popup-ads-content {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.popup-ads-modal .popup-ads-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}
.popup-ads-modal .popup-ads-close:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}
.popup-ads-modal .popup-ads-close svg {
  width: 20px;
  height: 20px;
}
.popup-ads-modal .popup-ads-image-container {
  position: relative;
  width: 100%;
  padding-top: 150%;
}
.popup-ads-modal .popup-ads-image-container .banner-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.popup-ads-modal .popup-ads-image-container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.popup-ads-modal .popup-ads-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 12px 12px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.home-schedule {
  margin-bottom: 30px;
}
.home-schedule .section-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #8e7243;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-schedule .section-title .icon {
  width: 24px;
  height: 24px;
}

.schedule-nav {
  position: relative;
  margin-bottom: 16px;
}
.schedule-nav .nav-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.schedule-nav .nav-list .nav-item {
  position: relative;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgb(43 43 43);
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.schedule-nav .nav-list .nav-item:last-child {
  margin-right: 0;
}
.schedule-nav .nav-list .nav-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.schedule-nav .nav-list .nav-item.active {
  color: #FFF;
  background-color: #866638;
  box-shadow: 0 2px 8px rgba(72, 168, 252, 0.3);
  font-weight: 600;
}
.schedule-nav .nav-list .nav-item.active:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2b2b2b;
}

.schedule-content {
  min-height: 200px;
  position: relative;
}
.schedule-content .schedule-content-item {
  display: none;
}
.schedule-content .schedule-content-item.active {
  display: block;
}

.schedule-loadmore-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.schedule-loadmore-wrap .btn-loadmore-schedule {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: linear-gradient(to bottom, #fffefb, #fff7e4);
  color: #8e7243;
  border: 1px solid #8e7243;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(5px);
}
.schedule-loadmore-wrap .btn-loadmore-schedule:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.schedule-loadmore-wrap .btn-loadmore-schedule:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.schedule-loadmore-wrap .btn-loadmore-schedule.loading {
  pointer-events: none;
  color: transparent;
}
.schedule-loadmore-wrap .btn-loadmore-schedule.loading:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.schedule-loadmore-wrap .btn-loadmore-schedule.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.schedule-content-item:not(.active) .schedule-loadmore-wrap {
  display: none;
}

@media (min-width: 768px) {
  .home-schedule {
    margin-bottom: 40px;
  }
  .home-schedule .section-title {
    margin-bottom: 20px;
  }
  .home-schedule .section-title h2 {
    font-size: 22px;
  }
  .schedule-nav {
    margin-bottom: 20px;
  }
  .schedule-nav .nav-list .nav-item {
    margin-right: 12px;
    padding: 10px 20px;
    font-size: 15px;
  }
  .schedule-loadmore-wrap {
    margin-top: 25px;
  }
  .schedule-loadmore-wrap .btn-loadmore-schedule {
    padding: 12px 28px;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .home-schedule .section-title h2 {
    font-size: 24px;
  }
  .schedule-nav .nav-list .nav-item {
    margin-right: 16px;
    padding: 10px 24px;
    font-size: 16px;
  }
  .schedule-nav .nav-list .nav-item.active:after {
    bottom: -5px;
    width: 8px;
    height: 8px;
  }
  .schedule-content {
    min-height: 250px;
  }
  .schedule-loadmore-wrap {
    margin-top: 30px;
  }
  .schedule-loadmore-wrap .btn-loadmore-schedule {
    padding: 14px 32px;
    font-size: 16px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  max-width: 1360px;
}

@media (max-width: 768px) {
  .container-fuid-mb {
    padding: 0px !important;
  }
}


img {
  max-width: 100%;
}

.beautify-scroll {
  scrollbar-width: thin;
  scrollbar-color: #48a8fc rgba(255, 255, 255, 0.05);
}
.beautify-scroll::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.beautify-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.beautify-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #48a8fc 0%, #3498db 50%, #2980b9 100%);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 10px rgba(72, 168, 252, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.beautify-scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #5badff 0%, #48a8fc 50%, #3498db 100%);
  box-shadow: 0 4px 15px rgba(72, 168, 252, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: scaleX(1.2);
}
.beautify-scroll::-webkit-scrollbar-thumb:active {
  background: linear-gradient(180deg, #3498db 0%, #2980b9 50%, #1abc9c 100%);
  box-shadow: 0 2px 8px rgba(72, 168, 252, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.beautify-scroll::-webkit-scrollbar-corner {
  background: transparent;
}

.site-main {
  min-height: 100vh;
  padding-top: 20px;
}

.breadcumb {
  padding: 8px 6px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.breadcumb svg {
  width: 16px;
  height: 16px;
}
.breadcumb svg path {
  fill: #48a8fc;
}
.breadcumb ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcumb li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #F8F5E4;
}
.breadcumb li:not(:last-child) {
  margin-right: 5px;
}
.breadcumb li span {
  color: #F8F5E4;
}
.breadcumb a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #48a8fc;
  transition: color 0.2s ease;
}
.breadcumb a:hover {
  color: #FFFF00;
}
.breadcumb a svg {
  margin: 0 3px;
}
.breadcumb a svg:first-child {
  margin-left: 0;
}

.page-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #8e7243;
  margin-bottom: 10px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px 0;
}

.img-lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.img-lazy.loaded {
  opacity: 1;
}

.img-lazy.error {
  opacity: 0.5;
}

.kqWrp {
  min-height: 80vh;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 12px;
}

.d-none {
  display: none !important;
}

.schedule-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: linear-gradient(to bottom, #e8d6c8, #e5d6cd);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  border: solid 2px #d2b077;
  transition: all 0.3s ease;
  /* color: #8e7243; */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.schedule-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.schedule-card .card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.schedule-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.1);
}
.schedule-card .card-header .time-info {
  display: flex;
  flex-direction: column;
}
.schedule-card .card-header .time-info .time {
  font-size: 18px;
  font-weight: 700;
  color: #8e7243;
  margin-bottom: 2px;
}
.schedule-card .card-header .time-info .date {
  font-size: 12px;
  color: #8e7243;
  text-transform: capitalize;
}
.schedule-card .card-header .league-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.schedule-card .card-header .league-info .league-name {
  font-size: 13px;
  color: #8e7243;
  font-weight: 500;
  margin-bottom: 4px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schedule-card .card-header .league-info .hot-badge {
  background: linear-gradient(45deg, #ff4444, #ff6b6b);
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.schedule-card .card-body {
  flex: 1;
  padding: 15px 10px;
}
.schedule-card .card-body .match-teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schedule-card .card-body .match-teams .team {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  max-width: 80px;
}
.schedule-card .card-body .match-teams .team-logo {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  /* border: 2px solid rgba(255, 255, 255, 0.2); */
}
.schedule-card .card-body .match-teams .team-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  /* border-radius: 50%; */
}
.schedule-card .card-body .match-teams .team-name {
  font-size: 12px;
  font-weight: 600;
  color: #8e7243;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.schedule-card .card-body .match-teams .match-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}
.schedule-card .card-body .match-teams .match-score .score-display,
.schedule-card .card-body .match-teams .match-score .vs-display {
  background: #8e7243;
  border-radius: 25px;
  padding: 6px 12px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 6px;
}
.schedule-card .card-body .match-teams .match-score .score-display .score-home,
.schedule-card .card-body .match-teams .match-score .score-display .score-away,
.schedule-card .card-body .match-teams .match-score .vs-display .score-home,
.schedule-card .card-body .match-teams .match-score .vs-display .score-away {
  font-size: 18px;
  font-weight: 700;
  color: white;
}
.schedule-card .card-body .match-teams .match-score .score-display .score-separator,
.schedule-card .card-body .match-teams .match-score .vs-display .score-separator {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 6px;
}
.schedule-card .card-body .match-teams .match-score .vs-display {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
}
.schedule-card .card-body .match-teams .match-score .live-indicator {
  display: flex;
  align-items: center;
  background: rgba(239, 68, 68, 0.9);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 15px;
  position: initial;
}
.schedule-card .card-body .match-teams .match-score .live-indicator .live-dot {
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  margin-right: 5px;
  animation: pulse 1.2s infinite;
}
.schedule-card .card-footer {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(to bottom, #e6d6cb, #e6d6cb);
  position: relative;
  z-index: 2;
  /* background: red; */
}
.schedule-card .card-footer .action-buttons {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.schedule-card .card-footer .action-buttons .btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #8e7243;
  backdrop-filter: blur(5px);
}
.schedule-card .card-footer .action-buttons .btn.btn-primary {
  background: rgba(255, 255, 255, 0.15);
  color: #8e7243;
}
.schedule-card .card-footer .action-buttons .btn.btn-primary:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}
.schedule-card .card-footer .action-buttons .btn.btn-live {
  background: rgba(239, 68, 68, 0.8);
  color: white;
  border-color: rgba(239, 68, 68, 0.5);
}
.schedule-card .card-footer .action-buttons .btn.btn-live:hover {
  background: rgb(239, 68, 68);
  transform: translateY(-1px);
}
.schedule-card .card-footer .action-buttons .btn.btn-bet {
  background: rgba(34, 197, 94, 0.8);
  color: white;
  border-color: rgba(34, 197, 94, 0.5);
}
.schedule-card .card-footer .action-buttons .btn.btn-bet:hover {
  background: rgb(34, 197, 94);
  transform: translateY(-1px);
}

.schedule-card.football {
  background: linear-gradient(135deg, #1e3a8a 0%, #3730a3 100%);
}
.schedule-card.basketball {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
}
.schedule-card.volleyball {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
}
.schedule-card.esports {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}
.schedule-card.bia {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

@media (min-width: 992px) {
  .schedule-card {
    flex-direction: row;
    align-items: center;
    min-height: 100px;
  }
  .schedule-card .card-header {
    flex-direction: column;
    justify-content: center;
    width: 200px;
    min-width: 200px;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    padding: 15px;
  }
  .schedule-card .card-header .time-info {
    margin-bottom: 6px;
  }
  .schedule-card .card-header .time-info .time {
    font-size: 20px;
  }
  .schedule-card .card-header .time-info .date {
    font-size: 13px;
  }
  .schedule-card .card-header .league-info {
    align-items: flex-start;
    text-align: left;
  }
  .schedule-card .card-header .league-info .league-name {
    font-size: 14px;
    max-width: 180px;
  }
  .schedule-card .card-body {
    flex: 1;
    padding: 15px 20px;
  }
  .schedule-card .card-body .match-teams .team {
    flex-direction: row;
    text-align: left;
    max-width: none;
  }
  .schedule-card .card-body .match-teams .team-logo {
    width: 45px;
    height: 45px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .schedule-card .card-body .match-teams .team-logo img {
    max-width: 35px;
    max-height: 35px;
  }
  .schedule-card .card-body .match-teams .team-name {
    font-size: 14px;
    max-width: 120px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  .schedule-card .card-body .match-teams .team-away {
    flex-direction: row-reverse;
    text-align: right;
  }
  .schedule-card .card-body .match-teams .team-away .team-logo {
    margin-left: 10px;
    margin-right: 0;
  }
  .schedule-card .card-body .match-teams .match-score {
    margin: 0 15px;
  }
  .schedule-card .card-body .match-teams .match-score .score-display,
  .schedule-card .card-body .match-teams .match-score .vs-display {
    padding: 8px 14px;
    margin-bottom: 8px;
  }
  .schedule-card .card-body .match-teams .match-score .score-display .score-home,
  .schedule-card .card-body .match-teams .match-score .score-display .score-away,
  .schedule-card .card-body .match-teams .match-score .vs-display .score-home,
  .schedule-card .card-body .match-teams .match-score .vs-display .score-away {
    font-size: 20px;
  }
  .schedule-card .card-body .match-teams .match-score .vs-display {
    font-size: 16px;
  }
  .schedule-card .card-footer {
    width: 180px;
    min-width: 180px;
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
  }
  .schedule-card .card-footer .action-buttons {
    flex-direction: column;
  }
  .schedule-card .card-footer .action-buttons .btn {
    padding: 8px 12px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .schedule-card .card-header {
    width: 220px;
    min-width: 220px;
    padding: 15px;
  }
  .schedule-card .card-header .time-info .time {
    font-size: 22px;
  }
  .schedule-card .card-header .time-info .date {
    font-size: 14px;
  }
  .schedule-card .card-header .league-info .league-name {
    font-size: 15px;
    max-width: 200px;
  }
  .schedule-card .card-body {
    padding: 15px 20px;
  }
  .schedule-card .card-body .match-teams .team-logo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .schedule-card .card-body .match-teams .team-logo img {
    max-width: 40px;
    max-height: 40px;
  }
  .schedule-card .card-body .match-teams .team-name {
    font-size: 15px;
    max-width: 140px;
  }
  .schedule-card .card-body .match-teams .team-away .team-logo {
    margin-left: 10px;
  }
  .schedule-card .card-body .match-teams .match-score {
    margin: 0 15px;
  }
  .schedule-card .card-footer {
    width: 200px;
    min-width: 200px;
    padding: 15px;
  }
  .schedule-card .card-footer .action-buttons .btn {
    padding: 8px 12px;
    font-size: 14px;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.skeleton-card {
  background: rgba(255, 255, 255, 0.05) !important;
  position: relative;
  overflow: hidden;
}
.skeleton-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.05) 20%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
}

.skeleton-line {
  height: 12px;
  margin: 6px 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.skeleton-time {
  width: 60px;
  height: 18px;
}

.skeleton-date {
  width: 120px;
  height: 12px;
  margin-top: 6px;
}

.skeleton-teams {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.skeleton-team {
  width: 80px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.skeleton-score {
  width: 60px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
}

.skeleton-button {
  width: 100px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 0 auto;
}

.schedule-empty-state,
.schedule-error-state {
  text-align: center;
  padding: 40px 20px;
  color: #fff;
}

.empty-icon,
.error-icon {
  font-size: 36px;
  margin-bottom: 15px;
  display: block;
}

.schedule-empty-state h3,
.schedule-error-state h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}
.schedule-empty-state p,
.schedule-error-state p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  line-height: 1.5;
}

.btn-retry {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}
.btn-retry:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.btn-retry:active {
  transform: translateY(0);
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@media (max-width: 768px) {
  .skeleton-teams {
    padding: 10px 0;
  }
  .skeleton-team {
    width: 60px;
    height: 40px;
  }
  .skeleton-score {
    width: 50px;
    height: 25px;
  }
  .skeleton-button {
    width: 80px;
    height: 25px;
  }
  .schedule-empty-state,
  .schedule-error-state {
    padding: 30px 15px;
  }
  .schedule-empty-state .empty-icon,
  .schedule-empty-state .error-icon,
  .schedule-error-state .empty-icon,
  .schedule-error-state .error-icon {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .schedule-empty-state h3,
  .schedule-error-state h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .schedule-empty-state p,
  .schedule-error-state p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .btn-retry {
    padding: 6px 16px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .skeleton-teams {
    padding: 8px 0;
    gap: 8px;
  }
  .skeleton-team {
    width: 50px;
    height: 35px;
  }
  .skeleton-score {
    width: 40px;
    height: 20px;
  }
  .schedule-empty-state,
  .schedule-error-state {
    padding: 25px 10px;
  }
  .schedule-empty-state .empty-icon,
  .schedule-empty-state .error-icon,
  .schedule-error-state .empty-icon,
  .schedule-error-state .error-icon {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .schedule-empty-state h3,
  .schedule-error-state h3 {
    font-size: 15px;
  }
  .schedule-empty-state p,
  .schedule-error-state p {
    font-size: 13px;
  }
}
.match-super-hot-card-container {
  display: flex;
  gap: 15px;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .match-super-hot-card-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .match-super-hot-card-container .card-single {
    width: calc(50% - 10px);
    max-width: 600px;
    min-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .match-super-hot-card-container {
    gap: 25px;
  }
  .match-super-hot-card-container .card-single {
    width: calc(50% - 12.5px);
    max-width: 650px;
  }
}
@media screen and (min-width: 1400px) {
  .match-super-hot-card-container .card-single {
    width: calc(50% - 15px);
    max-width: 700px;
  }
}

.match-hot-section-container {
  margin-top: 2rem;
}
.match-hot-section-container .section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.match-hot-section-container .section-title .hot-icon {
  width: 24px;
  height: 24px;
}

.match-events-timeline {
  width: 100%;
  max-width: 500px;
}
.match-events-timeline .events-header {
  margin-top: 6px;
  margin-bottom: 10px;
}
.match-events-timeline .events-header h2 {
  font-size: 14px;
  font-weight: 700;
  color: #f8f9fa;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.events-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(15px);
  border-radius: 16px;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.15);
  max-width: 500px;
  aspect-ratio: 1/1.3;
  scrollbar-width: thin;
  scrollbar-color: #48a8fc rgba(255, 255, 255, 0.05);
}
.events-container::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.events-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.events-container::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #48a8fc 0%, #3498db 50%, #2980b9 100%);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 10px rgba(72, 168, 252, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.events-container::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #5badff 0%, #48a8fc 50%, #3498db 100%);
  box-shadow: 0 4px 15px rgba(72, 168, 252, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: scaleX(1.2);
}
.events-container::-webkit-scrollbar-thumb:active {
  background: linear-gradient(180deg, #3498db 0%, #2980b9 50%, #1abc9c 100%);
  box-shadow: 0 2px 8px rgba(72, 168, 252, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.events-container::-webkit-scrollbar-corner {
  background: transparent;
}
.events-container .events-container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-left: 24px;
  padding-right: 24px;
}
.events-container .events-container-header .team-event-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.events-container .events-container-header .team-event-item .team-logo {
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
}
.events-container .events-container-header .team-event-item .team-name {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  margin-top: 4px;
}

.event-row {
  display: flex;
  align-items: center;
  min-height: 60px;
  position: relative;
  padding: 8px 0;
}
.event-row:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.event-row .event-time {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  color: #f8c740;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 700;
  z-index: 10;
  min-width: 40px;
  text-align: center;
  border: 2px solid #48a8fc;
  box-shadow: 0 4px 12px rgba(72, 168, 252, 0.4);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.event-row .event-home {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 32px;
}
.event-row .event-home .event-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(72, 168, 252, 0.15);
  backdrop-filter: blur(15px);
  padding: 8px 12px;
  border-radius: 8px;
  border-left: 4px solid #48a8fc;
  border: 1px solid rgba(72, 168, 252, 0.3);
  box-shadow: 0 4px 16px rgba(72, 168, 252, 0.2);
  transition: all 0.3s ease;
  min-width: 130px;
}
.event-row .event-home .event-content:hover {
  background: rgba(72, 168, 252, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(72, 168, 252, 0.3);
  border-left-color: #5badff;
}
.event-row .event-away {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 70px;
}
.event-row .event-away .event-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(231, 76, 60, 0.15);
  backdrop-filter: blur(15px);
  padding: 8px 12px;
  border-radius: 8px;
  border-right: 4px solid #e74c3c;
  border: 1px solid rgba(231, 76, 60, 0.3);
  box-shadow: 0 4px 16px rgba(231, 76, 60, 0.2);
  transition: all 0.3s ease;
}
.event-row .event-away .event-content:hover {
  background: rgba(231, 76, 60, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.3);
  border-right-color: #f85555;
}
.event-row .event-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}
.event-row .event-icon--goal {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  color: white;
  box-shadow: 0 3px 12px rgba(46, 204, 113, 0.4);
}
.event-row .event-icon--goal::after {
  content: "⚽";
  font-size: 14px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.event-row .event-icon--yellow-card {
  background: linear-gradient(135deg, #f1c40f, #f39c12);
  color: #000;
  box-shadow: 0 3px 12px rgba(241, 196, 15, 0.4);
}
.event-row .event-icon--yellow-card::after {
  content: "🟨";
  font-size: 12px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.event-row .event-icon--red-card {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
  box-shadow: 0 3px 12px rgba(231, 76, 60, 0.4);
}
.event-row .event-icon--red-card::after {
  content: "🟥";
  font-size: 12px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.event-row .event-icon--substitution {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  box-shadow: 0 3px 12px rgba(52, 152, 219, 0.4);
}
.event-row .event-icon--substitution::after {
  content: "↔️";
  font-size: 12px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.event-row .event-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.event-row .event-text .player-name {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
.event-row .event-text .event-detail {
  font-size: 12px;
  color: #e8e9ea;
  line-height: 1.2;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.event-row .event-text .assist-info {
  font-size: 11px;
  color: #bdc3c7;
  font-style: italic;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.event-row .event-text .assist-info::before {
  content: "Assist: ";
  color: #95a5a6;
}
.event-row .event-text .substitution-info {
  font-size: 11px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.event-row .event-text .substitution-info .substitution-line {
  display: flex;
  align-items: center;
  gap: 4px;
}
.event-row .event-text .substitution-info .substitution-line:first-child .sub-out {
  color: #e74c3c;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.event-row .event-text .substitution-info .substitution-line:first-child .sub-out::before {
  content: "↓ ";
  color: #e74c3c;
}
.event-row .event-text .substitution-info .substitution-line:last-child .sub-in {
  color: #2ecc71;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.event-row .event-text .substitution-info .substitution-line:last-child .sub-in::before {
  content: "↑ ";
  color: #2ecc71;
}

.events-empty {
  text-align: center;
  padding: 60px 20px;
  color: #bdc3c7;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.events-empty .empty-icon {
  font-size: 64px;
  margin-bottom: 20px;
  opacity: 0.3;
  filter: grayscale(1);
}
.events-empty .empty-text {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.7;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.list-chat-tab-container .box-event .events-container {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0px;
  height: 100%;
  max-width: none;
}
.list-chat-tab-container .box-event .events-container .events-container-header {
  margin-bottom: 12px;
  padding-bottom: 8px;
}
.list-chat-tab-container .box-event .events-container .events-container-header .team-event-item .team-name {
  font-size: 11px;
}
.list-chat-tab-container .box-event .events-container .events-container-header .team-event-item img {
  width: 28px;
  height: 28px;
}
.list-chat-tab-container .box-event .event-row {
  min-height: 50px;
}
.list-chat-tab-container .box-event .event-row .event-time {
  padding: 3px 8px;
  font-size: 12px;
  border-width: 1px;
}
.list-chat-tab-container .box-event .event-row .event-home {
  padding-right: 28px;
}
.list-chat-tab-container .box-event .event-row .event-home .event-content {
  min-width: 120px;
  padding: 6px 10px;
  background: rgba(72, 168, 252, 0.12);
}
.list-chat-tab-container .box-event .event-row .event-home .event-content:hover {
  background: rgba(72, 168, 252, 0.2);
}
.list-chat-tab-container .box-event .event-row .event-away {
  padding-left: 60px;
}
.list-chat-tab-container .box-event .event-row .event-away .event-content {
  padding: 6px 10px;
  background: rgba(231, 76, 60, 0.12);
}
.list-chat-tab-container .box-event .event-row .event-away .event-content:hover {
  background: rgba(231, 76, 60, 0.2);
}
.list-chat-tab-container .box-event .event-row .event-icon {
  width: 20px;
  height: 20px;
  font-size: 10px;
}
.list-chat-tab-container .box-event .event-row .event-text .player-name {
  font-size: 11px;
}
.list-chat-tab-container .box-event .event-row .event-text .event-detail {
  font-size: 11px;
}
.list-chat-tab-container .box-event .event-row .event-text .assist-info {
  font-size: 10px;
}
.list-chat-tab-container .box-event .event-row .event-text .substitution-info {
  font-size: 10px;
}
.list-chat-tab-container .box-event .events-empty {
  padding: 40px 15px;
  background: rgba(255, 255, 255, 0.03);
}
.list-chat-tab-container .box-event .events-empty .empty-icon {
  font-size: 48px;
}
.list-chat-tab-container .box-event .events-empty .empty-text {
  font-size: 14px;
}

@media (max-width: 768px) {
  .match-events-timeline {
    padding: 0px 10px;
  }
  .events-container {
    padding: 16px;
    max-height: 500px;
    gap: 10px;
  }
  .events-container::-webkit-scrollbar {
    width: 6px;
  }
  .events-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .event-row .event-time {
    font-size: 11px;
    padding: 4px 8px;
  }
  .event-row .event-home {
    padding-right: 50px;
  }
  .event-row .event-home .event-content {
    max-width: 220px;
    padding: 10px 12px;
    gap: 8px;
  }
  .event-row .event-away {
    padding-left: 50px;
  }
  .event-row .event-away .event-content {
    max-width: 220px;
    padding: 10px 12px;
    gap: 8px;
  }
  .event-row .event-icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .event-row .event-text .event-detail {
    font-size: 11px;
  }
  .event-row .event-text .assist-info {
    font-size: 10px;
  }
  .event-row .event-text .substitution-info {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .events-container {
    padding: 12px;
  }
  .events-container::-webkit-scrollbar {
    width: 4px;
  }
  .events-container::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: none;
  }
  .event-row .event-home {
    padding-right: 40px;
  }
  .event-row .event-home .event-content {
    max-width: 180px;
    padding: 8px 10px;
  }
  .event-row .event-away {
    padding-left: 40px;
  }
  .event-row .event-away .event-content {
    max-width: 180px;
    padding: 8px 10px;
  }
  .event-row .event-time {
    font-size: 10px;
    padding: 3px 6px;
  }
  .event-row .event-icon {
    width: 18px;
    height: 18px;
    font-size: 9px;
  }
  .event-row .event-text .event-detail {
    font-size: 10px;
  }
  .event-row .event-text .substitution-info {
    font-size: 9px;
  }
}
.box-match-lineup {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1.3;
}
.box-match-lineup__container {
  position: relative;
  width: 100%;
  height: 100%;
}

.lineup-section {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.lineup-section .left {
  flex: 1;
  max-width: 500px;
  width: 100%;
}
.lineup-section .right {
  flex: 1;
  max-width: 500px;
  width: 100%;
}
.lineup-section__header {
  margin-top: 6px;
  margin-bottom: 10px;
}
.lineup-section__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #ccc;
  margin: 0;
  letter-spacing: 1px;
}

.football-pitch {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: linear-gradient(45deg, #22c55e 0%, #16a34a 50%, #15803d 100%);
  border: 4px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.football-pitch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 50%, transparent 50%), linear-gradient(rgba(255, 255, 255, 0.05) 50%, transparent 50%);
  background-size: 20px 20px;
  pointer-events: none;
}
.football-pitch__markings {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.football-pitch__markings::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.football-pitch__markings::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
}
.football-pitch__goal-area {
  position: absolute;
  left: 50%;
  width: 140px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
}
.football-pitch__goal-area--top {
  top: 0;
  border-top: none;
}
.football-pitch__goal-area--bottom {
  bottom: 0;
  border-bottom: none;
}
.football-pitch__penalty-area {
  position: absolute;
  left: 50%;
  width: 200px;
  height: 80px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
}
.football-pitch__penalty-area--top {
  top: 0;
  border-top: none;
}
.football-pitch__penalty-area--bottom {
  bottom: 0;
  border-bottom: none;
}

.team-lineup {
  position: absolute;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}
.team-lineup--home {
  top: 0;
  justify-content: flex-start;
}
.team-lineup--away {
  padding-bottom: 24px;
  bottom: 0;
  flex-direction: column-reverse;
}

.formation-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 16px 0;
  gap: 64px;
}
.formation-row--goalkeeper {
  margin: 5px 0;
}

.player {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  width: 32px;
  height: 32px;
  position: relative;
}
.player__circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 3px;
}
.player__number {
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.player__name {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 1px 4px;
  border-radius: 8px;
  font-size: 8px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  min-width: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 34px;
}
.player--man-city .player__circle {
  background: linear-gradient(135deg, #5badff 0%, #4a9ae7 100%);
  border: 2px solid #ffffff;
}
.player--man-city.player--goalkeeper .player__circle {
  background: linear-gradient(135deg, #99ff99 0%, #7dd87d 100%);
  color: #000000;
  text-shadow: none;
}
.player--everton .player__circle {
  background: linear-gradient(135deg, #070707 0%, #1a1a1a 100%);
  border: 2px solid #66ff00;
}
.player--everton.player--goalkeeper .player__circle {
  background: linear-gradient(135deg, #66ff00 0%, #5ce600 100%);
  color: #000000;
  text-shadow: none;
}

.formation-display {
  position: absolute;
  top: 4px;
  left: 4px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 15;
}
.formation-display--away {
  top: auto;
  bottom: 4px;
  right: 4px;
  left: auto;
}

.no-lineup-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px 20px;
  text-align: center;
  color: #6b7280;
}
.no-lineup-message__icon {
  margin-bottom: 20px;
  opacity: 0.5;
}
.no-lineup-message__icon svg {
  width: 64px;
  height: 64px;
  stroke: #9ca3af;
}
.no-lineup-message__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #ccc;
}
.no-lineup-message__text {
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
  margin: 0;
  max-width: 300px;
}

@media (max-width: 768px) {
  .lineup-section {
    flex-direction: column;
    gap: 15px;
  }
  .box-match-substitutes .substitutes-container {
    flex-direction: column;
  }
  .box-match-substitutes .team-substitutes--home {
    border-right: none;
    border-bottom: 2px solid #f0f0f0;
  }
  .football-pitch {
    border-width: 2px;
  }
  .team-lineup {
    padding: 8px 15px;
  }
  .formation-row {
    margin: 6px 0;
    gap: 10px;
  }
  .player__circle {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
  .player__number {
    font-size: 11px;
  }
  .player__name {
    top: 28px;
    padding: 1px 6px;
    min-width: 25px;
  }
  .formation-display {
    font-size: 10px;
    padding: 4px 8px;
  }
}
@media (max-width: 480px) {
  .team-lineup {
    padding: 5px 10px;
  }
  .formation-row {
    margin: 10px 0;
    gap: 50px;
  }
  .player__circle {
    width: 24px;
    height: 24px;
    font-size: 9px;
  }
  .player__number {
    font-size: 10px;
  }
  .player__name {
    min-width: 20px;
  }
}
.box-match-substitutes {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  aspect-ratio: 1/1.3;
  overflow-y: auto;
  background: linear-gradient(135deg, #1a2332 0%, #0f1419 100%);
  scrollbar-width: thin;
  scrollbar-color: #48a8fc rgba(255, 255, 255, 0.05);
}
.box-match-substitutes::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.box-match-substitutes::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.box-match-substitutes::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #48a8fc 0%, #3498db 50%, #2980b9 100%);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 10px rgba(72, 168, 252, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.box-match-substitutes::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #5badff 0%, #48a8fc 50%, #3498db 100%);
  box-shadow: 0 4px 15px rgba(72, 168, 252, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: scaleX(1.2);
}
.box-match-substitutes::-webkit-scrollbar-thumb:active {
  background: linear-gradient(180deg, #3498db 0%, #2980b9 50%, #1abc9c 100%);
  box-shadow: 0 2px 8px rgba(72, 168, 252, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.box-match-substitutes::-webkit-scrollbar-corner {
  background: transparent;
}
.box-match-substitutes .substitutes-container {
  display: flex;
  gap: 0;
}
.box-match-substitutes .team-substitutes {
  flex: 1;
  padding: 20px;
}
.box-match-substitutes .team-substitutes--home {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #1e2a3a 0%, #141b24 100%);
}
.box-match-substitutes .team-substitutes--away {
  background: linear-gradient(135deg, #2a1e1e 0%, #1a1414 100%);
}
.box-match-substitutes .team-substitutes__header {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.box-match-substitutes .team-substitutes__header .team-name {
  font-size: 16px;
  font-weight: 700;
  color: #f8f9fa;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.box-match-substitutes .team-substitutes__header .team-logo {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-bottom: 0px;
  vertical-align: middle;
  filter: brightness(1.1) contrast(1.1);
}
.box-match-substitutes .team-substitutes__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box-match-substitutes .team-substitutes__player {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.box-match-substitutes .team-substitutes__player:hover {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
}
.box-match-substitutes .team-substitutes__player .player-number {
  font-weight: 800;
  font-size: 14px;
  color: #f8c740;
  min-width: 30px;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.box-match-substitutes .team-substitutes__player .player-name {
  font-size: 14px;
  font-weight: 600;
  color: #e8e9ea;
  margin-left: 8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.box-match-substitutes .team-substitutes__player .player-position {
  font-size: 11px;
  color: #bdc3c7;
  margin-left: auto;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-weight: 500;
}
.box-match-substitutes .team-substitutes--home .team-substitutes__player {
  border-left-color: #48a8fc;
}
.box-match-substitutes .team-substitutes--home .team-substitutes__player:hover {
  border-left-color: #5badff;
  box-shadow: 0 2px 8px rgba(72, 168, 252, 0.3);
}
.box-match-substitutes .team-substitutes--away .team-substitutes__player {
  border-left-color: #e74c3c;
}
.box-match-substitutes .team-substitutes--away .team-substitutes__player:hover {
  border-left-color: #f85555;
  box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
}

.no-substitutes-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px 20px;
  text-align: center;
  color: #bdc3c7;
}
.no-substitutes-message__icon {
  margin-bottom: 20px;
  opacity: 0.6;
}
.no-substitutes-message__icon svg {
  width: 48px;
  height: 48px;
  stroke: #7f8c8d;
}
.no-substitutes-message__title {
  font-size: 16px;
  font-weight: 600;
  color: #ecf0f1;
  margin: 0 0 12px 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.no-substitutes-message__text {
  font-size: 14px;
  line-height: 1.5;
  color: #95a5a6;
  margin: 0;
  max-width: 280px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.list-chat-tab-container .box-match-substitutes {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  height: 100%;
}
.list-chat-tab-container .box-match-substitutes .substitutes-container {
  height: 100%;
}
.list-chat-tab-container .box-match-substitutes .team-substitutes {
  padding: 15px;
}
.list-chat-tab-container .box-match-substitutes .team-substitutes--home {
  background: rgba(72, 168, 252, 0.05);
  border-right-color: rgba(72, 168, 252, 0.2);
}
.list-chat-tab-container .box-match-substitutes .team-substitutes--away {
  background: rgba(231, 76, 60, 0.05);
}
.list-chat-tab-container .box-match-substitutes .team-substitutes__header {
  margin-bottom: 12px;
  padding-bottom: 8px;
}
.list-chat-tab-container .box-match-substitutes .team-substitutes__header .team-name {
  font-size: 14px;
  color: #ffffff;
}
.list-chat-tab-container .box-match-substitutes .team-substitutes__header .team-logo {
  width: 20px;
  height: 20px;
}
.list-chat-tab-container .box-match-substitutes .team-substitutes__player {
  padding: 6px 10px;
  margin-bottom: 4px;
  background: rgba(255, 255, 255, 0.06);
}
.list-chat-tab-container .box-match-substitutes .team-substitutes__player:hover {
  background: rgba(255, 255, 255, 0.12);
}
.list-chat-tab-container .box-match-substitutes .team-substitutes__player .player-number {
  font-size: 13px;
  min-width: 25px;
}
.list-chat-tab-container .box-match-substitutes .team-substitutes__player .player-name {
  font-size: 13px;
}
.list-chat-tab-container .box-match-substitutes .team-substitutes__player .player-position {
  font-size: 10px;
  padding: 1px 4px;
}
.list-chat-tab-container .box-match-substitutes .no-substitutes-message {
  padding: 30px 15px;
}
.list-chat-tab-container .box-match-substitutes .no-substitutes-message__icon svg {
  width: 40px;
  height: 40px;
}
.list-chat-tab-container .box-match-substitutes .no-substitutes-message__title {
  font-size: 14px;
}
.list-chat-tab-container .box-match-substitutes .no-substitutes-message__text {
  font-size: 12px;
  max-width: 250px;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.page-match .main-content-area {
  padding-top: 20px;
}
.page-match .match-header {
  background: linear-gradient(to bottom, #fffefb, #fff7e4);
  color: #8e7243;
  padding: 2rem 0;
  border-radius: 8px;
  margin-bottom: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.page-match .match-tournament {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}
.page-match .match-teams {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .page-match .match-teams {
    padding: 0;
  }
}
.page-match .match-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
}
@media (max-width: 768px) {
  .page-match .match-score {
    width: 100%;
    order: 2;
  }
}
.page-match .match-time {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.page-match .match-date, .page-match .match-hour {
  margin-bottom: 0.5rem;
  opacity: 0.8;
}
.page-match .match-status {
  padding: 0.25rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-match .match-status.live {
  background: #e74040;
}
.page-match .match-content {
  background: linear-gradient(to bottom, #fffefb, #fff7e4);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  overflow: hidden;
  border: solid 2px #d2b077;
}
.page-match .match-incidents {
  padding: 1.5rem;
  border-top: 1px solid #eee;
}
.page-match .match-header.compact {
  padding: 4px 0;
  margin-bottom: 1rem;
  position: relative;
  border: solid 2px #d2b077;
  top: 10px;
}
.page-match .match-header.compact .current-mins {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(230, 57, 70, 0.9);
  color: white;
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: bold;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.page-match .match-header.compact .current-mins .current-mins-text {
  font-size: 12px;
}
.page-match .match-header.compact .match-tournament {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page-match .match-header.compact .match-tournament {
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
  }
}
.page-match .match-header.compact .match-teams {
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .page-match .match-header.compact .match-teams {
    padding: 0 0.5rem;
    gap: 0.5rem;
  }
}
.page-match .match-header.compact .team-logo {
  width: 100px;
  height: 100px;
  margin-bottom: 0.5rem;
}
.page-match .match-header.compact .team-logo img {
  max-width: 85%;
  max-height: 85%;
}
@media (max-width: 768px) {
  .page-match .match-header.compact .team-logo {
    width: 35px;
    height: 35px;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 480px) {
  .page-match .match-header.compact .team-logo {
    width: 30px;
    height: 30px;
    margin-bottom: 0.2rem;
  }
}
.page-match .match-header.compact .team-name {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .page-match .match-header.compact .team-name {
    font-size: 0.8rem;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  .page-match .match-header.compact .team-name {
    font-size: 0.7rem;
    line-height: 1;
  }
}
.page-match .match-header.compact .match-score {
  width: auto;
  /* Highlight the winning team */
}
.page-match .match-header.compact .match-score .match-score-display {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial", sans-serif;
  gap: 8px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .page-match .match-header.compact .match-score .match-score-display {
    gap: 4px;
    padding: 3px 6px;
    border-radius: 4px;
  }
}
.page-match .match-header.compact .match-score .team-score {
  font-size: 28px;
  font-weight: 700;
  min-width: 32px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 0 5px;
}
@media (max-width: 768px) {
  .page-match .match-header.compact .match-score .team-score {
    font-size: 20px;
    min-width: 24px;
    padding: 0 3px;
  }
}
@media (max-width: 480px) {
  .page-match .match-header.compact .match-score .team-score {
    font-size: 18px;
    min-width: 20px;
    padding: 0 2px;
  }
}
.page-match .match-header.compact .match-score .home-score {
  color: #4caf50;
}
.page-match .match-header.compact .match-score .away-score {
  color: #2196f3;
}
.page-match .match-header.compact .match-score .score-divider {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 768px) {
  .page-match .match-header.compact .match-score .score-divider {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .page-match .match-header.compact .match-score .score-divider {
    font-size: 14px;
  }
}
.page-match .match-header.compact .match-score .home-score.winning {
  color: #8bc34a;
  transform: scale(1.05);
}
.page-match .match-header.compact .match-score .away-score.winning {
  color: #8bc34a;
  transform: scale(1.05);
}
.page-match .match-header.compact .vs-text {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .page-match .match-header.compact .vs-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .page-match .match-header.compact .vs-text {
    font-size: 1rem;
  }
}
.page-match .match-header.compact .match-time {
  height: fit-content;
}
.page-match .match-header.compact .match-time .match-date,
.page-match .match-header.compact .match-time .match-hour {
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .page-match .match-header.compact .match-time .match-date,
  .page-match .match-header.compact .match-time .match-hour {
    font-size: 0.7rem;
    margin-bottom: 0.15rem;
  }
}
@media (max-width: 480px) {
  .page-match .match-header.compact .match-time .match-date,
  .page-match .match-header.compact .match-time .match-hour {
    font-size: 0.65rem;
    margin-bottom: 0.1rem;
  }
}
.page-match .match-header.compact .match-time .match-status {
  padding: 0.15rem 0.75rem;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .page-match .match-header.compact .match-time .match-status {
    padding: 0.1rem 0.5rem;
    font-size: 0.65rem;
  }
}
@media (max-width: 480px) {
  .page-match .match-header.compact .match-time .match-status {
    padding: 0.08rem 0.4rem;
    font-size: 0.6rem;
  }
}
.page-match .match-header.compact .no-logo {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .page-match .match-header.compact .no-logo {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .page-match .match-header.compact .no-logo {
    font-size: 0.8rem;
  }
}
.page-match .page-match-time {
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #4caf50;
}
@media (max-width: 576px) {
  .page-match .match-header.compact {
    padding: 5px 30px;
    margin-bottom: 0.75rem;
  }
  .page-match .match-header.compact .match-teams {
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .page-match .match-header.compact .team {
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: 60px;
  }
  .page-match .match-header.compact .team-logo {
    width: 50px;
    height: 50px;
    margin-bottom: 0.5rem;
  }
  .page-match .match-header.compact .team-name {
    font-size: 0.65rem;
    text-align: center;
    max-width: 70px;
    line-height: 1;
    word-wrap: break-word;
  }
  .page-match .match-header.compact .match-score {
    flex: 0 0 auto;
  }
  .page-match .match-header.compact .match-score .team-score {
    font-size: 16px;
    min-width: 18px;
  }
  .page-match .match-header.compact .match-score .score-divider {
    font-size: 12px;
  }
  .page-match .match-header.compact .vs-text {
    font-size: 0.9rem;
  }
  .page-match .match-header.compact .match-time .match-date,
  .page-match .match-header.compact .match-time .match-hour {
    font-size: 0.6rem;
    margin-bottom: 0.05rem;
  }
  .page-match .match-header.compact .match-time .match-status {
    padding: 0.05rem 0.3rem;
    font-size: 0.55rem;
  }
}
@media (max-width: 360px) {
  .page-match .match-header.compact {
    padding: 0.4rem 0;
    margin-bottom: 0.5rem;
  }
  .page-match .match-header.compact .match-tournament {
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
  }
  .page-match .match-header.compact .team-logo {
    width: 24px;
    height: 24px;
  }
  .page-match .match-header.compact .team-name {
    font-size: 0.6rem;
    max-width: 60px;
  }
  .page-match .match-header.compact .match-score .team-score {
    font-size: 14px;
    min-width: 16px;
  }
  .page-match .match-header.compact .vs-text {
    font-size: 0.8rem;
  }
}
.page-match .team {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35%;
}
@media (max-width: 768px) {
  .page-match .team {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .page-match .team-home {
    order: 1;
  }
}
@media (max-width: 768px) {
  .page-match .team-away {
    order: 3;
  }
}
.page-match .team-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.page-match .team-logo img {
  max-width: 90%;
  max-height: 90%;
}
.page-match .team-name {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.page-match .no-logo {
  width: 100%;
  height: 100%;
  background: #e9e9e9;
  color: #0E223D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
}
.page-match .score-container {
  /* background: rgba(255, 255, 255, 0.1); */
  padding: 0.5rem 2rem;
  border-radius: 8px;
}
.page-match .score-text {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
}
.page-match .vs-text {
  font-size: 2rem;
  font-weight: bold;
  color: #f8c740;
}
.page-match .content-header {
  padding: 1rem 1.5rem;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-match .content-header h3 {
  margin: 0;
  color: #0E223D;
}
.page-match .live-badge {
  background: #e74040;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.page-match .stream-container {
  padding: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1200px) {
  .page-match .stream-container {
    flex-direction: row;
    align-items: flex-start;
  }
}
.page-match .stream-container .iframePlayer {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 4px;
}
.page-match .stream-container .playerContainerOuter {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 4px;
  position: relative;
}
@media (min-width: 1200px) {
  .page-match .stream-container .playerContainerOuter {
    max-width: 900px;
  }
}
.page-match .stream-container .sidebarStreamer {
  width: 100%;
}
@media (min-width: 1200px) {
  .page-match .stream-container .sidebarStreamer {
    flex: 1;
    max-width: 400px;
  }
}
.page-match .stream-container .sidebarStreamer .bnleft_dkdk a img {
  width: 100%;
  border-radius: 4px;
  height: 100%;
}
.page-match .stream-container .sidebarStreamer iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -10px;
  border: none;
  border-radius: 4px;
}
.page-match .stream-container .sidebarStreamer .gr-socice {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.page-match .stream-container .sidebarStreamer .gr-socice .item-soc {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  padding: 2px 0px;
  font-weight: 500;
  transition: transform 0.2s, opacity 0.2s;
  flex: 1;
}
.page-match .stream-container .sidebarStreamer .gr-socice .item-soc:hover {
  opacity: 0.9;
}
.page-match .stream-container .sidebarStreamer .gr-socice .item-soc span {
  font-size: 12px;
}
.page-match .stream-container .sidebarStreamer .gr-socice .item-soc.item-tele {
  background-color: #0088cc;
}
.page-match .stream-container .sidebarStreamer .gr-socice .item-soc.item-zalo {
  background-color: #0068ff;
}
.page-match .stream-container .sidebarStreamer .gr-socice .item-soc.item-fb {
  background-color: #1877f2;
}
.page-match .stream-tabs .tab-buttons {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
  overflow-x: auto;
}
@media (max-width: 576px) {
  .page-match .stream-tabs .tab-buttons {
    flex-wrap: nowrap;
  }
}
.page-match .stream-tabs .tab-button {
  padding: 0.75rem 1rem;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s;
  white-space: nowrap;
}
.page-match .stream-tabs .tab-button:hover {
  background-color: #f8f9fa;
}
.page-match .stream-tabs .tab-button.active {
  border-bottom-color: #3498db;
  color: #3498db;
}
.page-match .stream-tabs .tab-contents {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.page-match .stream-tabs .tab-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-match .stream-tabs .tab-content.active {
  display: block;
}
.page-match .stream-tabs .tab-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.page-match .no-streams,
.page-match .match-ended {
  padding: 2rem;
  text-align: center;
  background: #f8f9fa;
  border-radius: 8px;
}
.page-match .stream-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 42, 58, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  border-radius: 4px;
}
.page-match .stream-loader p {
  color: white;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  animation: fadeInOut 1.5s infinite;
}
.page-match .stream-loader .spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-match .stream-loader .spinner > div {
  width: 14px;
  height: 14px;
  background-color: #f8c740;
  border-radius: 100%;
  display: inline-block;
  margin: 0 4px;
  animation: bounce 1.4s infinite ease-in-out both;
}
.page-match .stream-loader .spinner .bounce1 {
  animation-delay: -0.32s;
}
.page-match .stream-loader .spinner .bounce2 {
  animation-delay: -0.16s;
}
.page-match .stream-quality-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  border-radius: 4px;
  margin-top: 10px;
  justify-content: flex-start;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.page-match .stream-quality-selector .quality-btn {
  padding: 8px 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  min-width: 90px;
  position: relative;
}
.page-match .stream-quality-selector .quality-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}
.page-match .stream-quality-selector .quality-btn.active {
  background: rgba(248, 199, 64, 0.8);
  color: #0E223D;
  font-weight: bold;
  border-color: #f8c740;
  box-shadow: 0 2px 6px rgba(248, 199, 64, 0.3);
}
.page-match .stream-quality-selector .quality-btn.active:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f8c740;
}
@media (max-width: 576px) {
  .page-match .stream-quality-selector {
    padding: 8px;
    gap: 6px;
  }
  .page-match .stream-quality-selector .quality-btn {
    padding: 6px 12px;
    font-size: 0.8rem;
    min-width: 70px;
  }
}
@media (max-width: 360px) {
  .page-match .stream-quality-selector .quality-btn {
    flex: 1 1 40%;
    min-width: unset;
  }
}
@media (max-width: 480px) {
  .live-match-ft-section {
	  margin-top: 24px;
	  margin-bottom: 24px;
	  padding: 10px;
	}
}
.page-match .match-status.live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #FFF;
}
.page-match .match-status.live .match-timeline {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2px 6px;
  margin-left: 5px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

.live-match-ft-section {
  margin-top: 24px;
  margin-bottom: 24px;
}

.live-matches-title {
  font-size: 20px;
  font-weight: bold;
  font-weight: bold;
  text-transform: uppercase;
  color: #8e7243;
  margin-bottom: 1rem;
}

.commentator-info {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 10px;
  background: linear-gradient(90deg, rgba(26, 42, 58, 0.8), rgba(13, 27, 42, 0.9));
  border-radius: 12px;
  backdrop-filter: blur(5px);
  border-left: 3px solid #f8c740;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.commentator-info:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.commentator-info .commentator-avatar {
  flex: 0 0 45px;
  height: 45px;
  margin-right: 15px;
  border-radius: 50%;
  border: 2px solid #f8c740;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.commentator-info .commentator-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.commentator-info .commentator-avatar img:hover {
  transform: scale(1.1);
}
.commentator-info .commentator-avatar .no-avatar {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e74040, #ab1616);
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.commentator-info .commentator-name {
  font-size: 16px;
  font-weight: 600;
  color: white;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.commentator-info .commentator-name:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #f8c740;
  border-radius: 1px;
}
@media (max-width: 576px) {
  .commentator-info {
    padding: 10px 12px;
  }
  .commentator-info .commentator-avatar {
    flex: 0 0 38px;
    height: 38px;
    margin-right: 12px;
  }
  .commentator-info .commentator-name {
    font-size: 14px;
  }
  .commentator-info .commentator-name:before {
    font-size: 10px;
  }
}
.commentator-info.live {
  border-left-color: #e74040;
}
.commentator-info.live .commentator-avatar {
  border-color: #e74040;
  position: relative;
}
.commentator-info.live .commentator-avatar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e74040;
  border: 2px solid #0d1b2a;
  animation: pulse 2s infinite;
}
.commentator-info.live .commentator-name:after {
  background: #e74040;
}

.box-match-statistics {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-radius: 16px;
  padding: 6px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/2;
}
.box-match-statistics h2 {
  color: #F8F5E4;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .box-match-statistics-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.statistics-content {
  max-height: 100%;
  overflow-y: auto;
}

.statistics-title {
  margin-top: 6px;
  margin-bottom: 10px;
}
.statistics-title h2 {
  font-size: 14px;
  font-weight: 700;
  color: #ccc;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

.match-statistics {
  width: 100%;
}

.statistics-comparison {
  width: 100%;
}

.statistics-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 16px 20px;
  background: linear-gradient(90deg, rgba(72, 168, 252, 0.1) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(231, 64, 64, 0.1) 100%);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.statistics-header .team-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.statistics-header .team-info--home {
  justify-content: flex-start;
}
.statistics-header .team-info--away {
  justify-content: flex-end;
}
.statistics-header .team-info .team-logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0px;
}
.statistics-header .team-info .team-name {
  font-size: 16px;
  font-weight: 700;
  color: #F8F5E4;
}
.statistics-header .statistics-title {
  font-size: 18px;
  font-weight: 700;
  color: #f8c740;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  flex: 0 0 auto;
  padding: 0 20px;
}

.statistics-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.statistic-row {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
.statistic-row:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.statistic-row .stat-value {
  font-size: 18px;
  font-weight: 700;
  min-width: 80px;
  text-align: center;
  color: #F8F5E4;
}
.statistic-row .stat-value--home {
  color: #48a8fc;
  text-align: right;
}
.statistic-row .stat-value--away {
  color: #e74040;
  text-align: left;
}
.statistic-row .stat-info {
  flex: 1;
  padding: 0 12px;
  text-align: center;
}
.statistic-row .stat-info .stat-name {
  font-size: 12px;
  font-weight: 600;
  color: #F0F0F0;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.statistic-row .stat-info .stat-bar {
  position: relative;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
}
.statistic-row .stat-info .stat-bar__home {
  background: linear-gradient(90deg, #48a8fc 0%, #7ac0fd 100%);
  transition: width 0.8s ease;
  border-radius: 3px 0 0 3px;
}
.statistic-row .stat-info .stat-bar__away {
  background: linear-gradient(90deg, #ed6d6d 0%, #e74040 100%);
  transition: width 0.8s ease;
  border-radius: 0 3px 3px 0;
  margin-left: auto;
}

.statistics-single .team-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(72, 168, 252, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.statistics-single .team-header .team-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.statistics-single .team-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #F8F5E4;
  margin: 0;
}
.statistics-single .statistics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
.statistics-single .statistics-grid .stat-item {
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  transition: all 0.3s ease;
}
.statistics-single .statistics-grid .stat-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.statistics-single .statistics-grid .stat-item .stat-label {
  font-size: 12px;
  font-weight: 600;
  color: #F0F0F0;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.statistics-single .statistics-grid .stat-item .stat-value {
  font-size: 24px;
  font-weight: 700;
  color: #48a8fc;
}

.no-statistics {
  text-align: center;
  padding: 40px 20px;
  color: #F0F0F0;
  font-style: italic;
}
.no-statistics p {
  font-size: 16px;
  margin: 0;
}

@media (max-width: 768px) {
  .box-match-statistics {
    padding: 16px;
    margin-bottom: 16px;
  }
  .box-match-statistics h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .statistics-header {
    gap: 12px;
    padding: 16px;
  }
  .statistics-header .team-info {
    justify-content: center !important;
    flex-direction: row !important;
  }
  .statistics-header .team-info .team-name {
    font-size: 14px;
  }
  .statistics-header .team-info .team-logo {
    width: 28px;
    height: 28px;
  }
  .statistics-header .statistics-title {
    font-size: 16px;
    padding: 0;
  }
  .statistic-row {
    padding: 12px 16px;
  }
  .statistic-row .stat-value {
    font-size: 16px;
    min-width: 60px;
  }
  .statistic-row .stat-info {
    padding: 0 16px;
  }
  .statistic-row .stat-info .stat-name {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .statistic-row .stat-info .stat-bar {
    height: 4px;
  }
  .statistics-single .team-header {
    padding: 16px;
  }
  .statistics-single .team-header .team-logo {
    width: 36px;
    height: 36px;
  }
  .statistics-single .team-header h3 {
    font-size: 18px;
  }
  .statistics-single .statistics-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
  }
  .statistics-single .statistics-grid .stat-item {
    padding: 16px;
  }
  .statistics-single .statistics-grid .stat-item .stat-label {
    font-size: 11px;
  }
  .statistics-single .statistics-grid .stat-item .stat-value {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .statistic-row .stat-info {
    padding: 0 8px;
  }
  .statistic-row .stat-info .stat-name {
    font-size: 11px;
  }
  .statistics-single .statistics-grid {
    grid-template-columns: 1fr;
  }
}
.row-match-info {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.row-match-info .left {
  flex: 1;
  max-width: 500px;
}
.row-match-info .right {
  flex: 1;
}
@media (max-width: 768px) {
  .row-match-info {
    flex-direction: column;
  }
  .row-match-info .left {
    max-width: 100%;
  }
  .row-match-info .right {
    max-width: 100%;
  }
}

.list-chat-tab-container {
  background: #8e7243;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  height: 565px;
}
.list-chat-tab-container .list-chat-tab-switch {
  display: flex;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: #3498db transparent;
}
.list-chat-tab-container .list-chat-tab-switch::-webkit-scrollbar {
  height: 1px;
  background: transparent;
}
.list-chat-tab-container .list-chat-tab-switch::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 1px;
}
.list-chat-tab-container .list-chat-tab-switch::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #3498db 0%, #3498db 50%, #217dbb 100%);
  border-radius: 1px;
  transition: all 0.3s ease;
}
.list-chat-tab-container .list-chat-tab-switch::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #5faee3 0%, #3498db 50%, #3498db 100%);
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}
.list-chat-tab-container .list-chat-tab-switch .tab-btn {
  flex: 0 0 auto;
  min-width: 79px;
  width: 20%;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  user-select: none;
}
.list-chat-tab-container .list-chat-tab-switch .tab-btn svg {
  width: 16px;
  height: 16px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
.list-chat-tab-container .list-chat-tab-switch .tab-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
}
.list-chat-tab-container .list-chat-tab-switch .tab-btn:hover svg {
  opacity: 1;
}
.list-chat-tab-container .list-chat-tab-switch .tab-btn.active {
  background: #3498db;
  color: white;
}
.list-chat-tab-container .list-chat-tab-switch .tab-btn.active svg {
  opacity: 1;
}
.list-chat-tab-container .list-chat-tab-switch .tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #f8c740;
}
.list-chat-tab-container .list-chat-tab-content {
  min-height: 200px;
  height: calc(100% - 48px);
}
.list-chat-tab-container .list-chat-tab-content .chat-embed-content {
  height: 100%;
}
.list-chat-tab-container .list-chat-tab-content .box-chat-item {
  height: 100%;
}
.list-chat-tab-container .list-chat-tab-content .box-chat-item.active {
  display: block;
  animation: fadeInUp 0.15s ease;
}
.list-chat-tab-container .list-chat-tab-content .box-chat-item p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 40px 0;
  font-style: italic;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .list-chat-tab-container .list-chat-tab-switch .tab-btn {
    padding: 10px 4px;
    font-size: 10px;
    gap: 4px;
  }
  .list-chat-tab-container .list-chat-tab-switch .tab-btn svg {
    width: 14px;
    height: 14px;
  }
  .list-chat-tab-container .list-chat-tab-content {
    padding: 12px;
    min-height: 150px;
  }
}

.itemBg {
    background: url(https://imagedelivery.net/rP1Ori7H-Gkc2o_B4Bhygg/e52d7f21-f44b-4705-cc4c-b30b885a5100/500x500) no-repeat center #f8c431;
    background-size: cover;
    box-shadow: 2px -2px 2px #f8c431, -2px 2px 2px #f8c431;
    border-radius: 4px;
}
.css-a73waz {
    display: flex;
    width: fit-content;
    transform: skew(-20deg);
    /* background: #866638; */
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px, rgba(0, 0, 0, 0.25) 4px 4px 4px inset;
    max-width: 100%;
    flex-direction: row;
    gap: 6.4px;
    color: #FFF;00;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.css-18jrrrr {
    display: grid;
    margin-top: 24px;
    margin-bottom: 24px;
    color: white;
}