@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&display=swap');

* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  text-decoration: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  font-family: Montserrat;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #18273f;
}

.headbar a {
  font-size: 15px;
}

.headbar a h3 {
  text-align: center;
  color: #fff;
  display: inline;
}

.headbar a h3:first-child, .headbar a h3:last-child {
  color: #f71616;
}

.logo {
  text-align: center;
}

.logo a img {
  max-width: 240px;
}

header, .headbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vh 0;
  background: #2d4262;
}

header .menus {
  padding: 3px;
}

header .menus a {
  color: #fff;
}

header .menus a:first-child,
header .menus a:nth-child(2) {
  margin-right: 1vw;
}

header .menus .menu-btn,
.mobile-menu .menu-btn {
  padding: 5px;
  border-radius: 5px;
  display: none;
  background: 0 0;
  color: #fff;
  cursor: pointer;
}

.mobile-menu {
  position: absolute;
  top: 132px;
  left: 0;
  width: 100%;
  max-height: max-content;
  height: max-content;
  z-index: 15;
  background: #18273f;
  padding: 10px 15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(.99);
  transition: 150ms all linear
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}

.mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #fff
}

.mobile-menu a:nth-child(1),
.mobile-menu a:nth-child(2) {
  display: none;
}

#hmobi {
  display: none;
}

@media(max-width:820px) {
  .headbar a h3 {
    display: block;
  }
}

@media(max-width:1100px) {

  .container {
    background: #131f32 !important;
  }

  header {
    position: relative ;
    top: 0;
  }

  header .menus .menu-btn {
    display: inline;
    position: absolute;
    right: 10px;
    bottom: 5px;
  }

  header .menus a:nth-child(n+3) {
    display: none;
  }

  #hmobi {
    display: block;
  }

  #content {
    flex-direction: column-reverse;
  }

  #content #k {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .list,
  .table-area,
  .table-area table {
    width: 100% !important;
  }

  .list {
   margin: 0 !important;
 }
}

header .menus a:not(:first-child):not(:nth-child(2)) {
  margin-right: 3vw;
}

header .menus a svg {
  display: inline-block;
  background-size: contain;
  vertical-align: sub;
}

.container {
  /* background-image: url("/web/20241222023339im_/https://www.xyzsports218.xyz/assets/images/csvrpgskn.jpeg"); */
  background-size: cover;
  display: flex;
  height: 100%;
}

.content-area {
  width: 100%;
}

#content {
  display: flex;
  align-items: center;
}

#content #k {
  display: flex;
  align-items: center;
  width: 100%;
}

.list {
  width: 360px;
  min-width: 360px;
  display: flex;
  flex-direction: column;
}

.list .tabs {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  flex-wrap: wrap;
}

.list .tabs a {
  text-align: center;
  color: #fff;
  flex: 1;
  padding: 10px 0;
  min-width: 107.5px;
}

.list {
  margin: 0 20px 0 auto;
  padding: 15px 20px 20px;
  border-radius: 20px;
  background: #0b233a;
}

.list .content-list ul {
  height: 350px;
  overflow: auto;
}

.list .content-list ul li:not(:last-child) {
  border-bottom: 1px solid #1d1d1d;
}

.list .content-list ul li a:not(.llink) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  font-size: 13px;
  color: #bfbfbf;
}

.list .content-list ul li a img {
  width: 100%;
  height: auto;
}

.list .content-list ul li * {
  font-size: 14px;
}

.list .content-list .search {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.list .content-list .search input {
  width: 100%;
  height: 35px;
  border-radius: 3px;
  line-height: 35px;
  font-size: 13px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  padding: 0 15px;
}

.tabs a.active {
  box-shadow: 0 -2px 0 0 #48b64c inset;
}


#top-area {
  justify-content: space-between;
}

#top-area .top a img {
  width: 100%;
  height: auto;
  max-width: 720px;
  margin: 20px auto;
  display: block;
}

#top-area .bottom a {
  flex: 1;
  margin: 0 5px;
}

#top-area div a img {
  max-height: 7vh;
}

#top-area .bottom {
  display: flex;
  width: 100%;
}

#top-area .bottom a img {
  width: 100%;
  height: auto;
  min-height: 50px;
}

#bottom-area a {
  flex: 1;
  margin: 0 5px;
}

#bottom-area .top a img {
  width: 100%;
  height: auto;
  min-height: 50px;
}

#bottom-area .bottom a img {
  width: 100%;
  height: auto;
  max-width: 720px;
  margin: 20px auto;
  display: block;
  max-height: 7vh;
}

#bottom-area .top {
  display: flex;
  width: 100%;
}

[data-tab-content]:not(:first-child) {
  display: none;
}

.table-area {
  margin: 20px;
  min-width: 300px;
  height: 100%;
  background: rgb(26, 28, 28);
  padding: 15px 20px 20px;
  border-radius: 20px;
}

.table-area h3 {
  color: #fff;
  text-align: center;
  margin: 10px 0;
}

.table-area div table {
  border-collapse: separate;
  border-spacing: 10px;
}

.table-area div table * {
  color: #fff;
}

.table-area div table tbody tr td {
  padding: 8px 28px;
  text-align: center;
  max-width: 420px;
}

.table-area div table tbody tr td img {
  width: 100%;
  height: auto;
  max-width: 100px;
  min-width: 60px;
}

.table-area div table tbody tr td:last-child  {
  background-color: rgba(70, 115, 49, 0.732);
  border-radius: 10px;
}

.player {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
  width: 100%;
}

.player #top-area,
.player #bottom-area {
  margin: 0;
}

#banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

#banners a img {
  width: 100%;
  height: auto;
  max-width: 720px;
  margin-top: 20px;
}

#sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    color: #fff;
    text-align: center;
    line-height: 90px;
}

#sticky-footer img {
    height: 100%;
}

#close-footer {
    position: absolute;
    top: -10px; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    cursor: pointer;
}


#ulist {
    margin-top: 150px;
}

@media (max-width: 600px) {
    #sticky-footer {
        height: 60px;
        line-height: 60px;
    }

    #sticky-footer img {
        height: 100%;
        width: 80%;
    }

    #close-footer {
        top: -15px;
    }

    #ulist {
	margin-top: 0;
    }
}