img {
  max-width: 100%;
}

ul {
  padding: 0;
  list-style: none !important;
  margin: 0 !important;
}

p {
  margin: 0 !important;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1268px;
  margin: 0 auto;
  padding: 0;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {   auto xoay ngang màn hình
  body {
  -webkit-transform: rotate(90deg);
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; 
  }
} */
.result-title {
  justify-content: space-between;
}


.btn-detail {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #202124;
  font-size: 10px;
  width: 15px;
  padding: 0;
  border-radius: 10px;
  margin: 0;
  height: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 767px) {
  .result-title {
    justify-content: start;
    gap: 30px;
  }

  .txt-blue {
    padding-left: 10px;
  }

  .match-infor {
    /* width: 97% !important; */
  }

  .btn-deposit {
    padding: 4px 15px !important;
    font-size: 12px;
  }

  .btn-withdraw {
    padding: 4px 15px !important;
    font-size: 12px;
  }
}

.btn-deposit {
  background: #5AA200;
  border-bottom: 2px solid #335B00 !important;
  border-radius: 5px;
  font-style: normal;
  padding: 7px 10px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  margin-right: 5px;
}

.btn-withdraw {
  background: #ff9101;
  border-bottom: 2px solid #ad4805e3 !important;
  border-radius: 5px;
  font-style: normal;
  padding: 7px 10px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header::before {
  content: none;
  display: unset;
}

.modal-header::after {
  content: none;
  display: unset;
}

.keyboard {
  display: flex;
  padding-top: 15px;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.key-row {
  display: flex;
  gap: 10px;
}

.key:active {
  background-color: #bbb;
}

.div-header {
  background-image: url("../img/header_1.jpg");
  height: 120px;
}

.btn-example {
  padding-top: 10px;
  display: flex;
  gap: 10px;
}

.btn-example button {
  border: none;
  border-radius: 5px;
  background-color: #3777b3;
  color: #FFF;
}

.back-to-top {
  background-color: #29b9f2;
  position: fixed;
  bottom: 20px;
  padding: 8px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  transition: all 0.25s;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span {
  display: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 35%;
}

.back-to-top.show {
  opacity: 1;
}

h3 {
  font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 767px) {
  .visible-s {
    display: block;
  }

  .visible-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .visible-s {
    display: none !important;
  }

  .visible-lg {
    display: block !important;
  }
}

@media screen and (max-width: 1193px) {
  .visible-s {
    display: flex !important;
  }

  .container {
    width: unset;
  }
}

.infor-user {
  float: right;
  font-style: normal;
  font-weight: 700;
  position: relative;
  font-size: 14px;
  padding: 6px;
  line-height: 14px;
  text-align: right;
  color: #FFFFFF;
}

@media screen and (max-width: 950px) {
  .infor-user {
    padding: 4px;
    text-align: right;
  }
}

.margin-header {
  margin-top: 8%;
}

@media screen and (max-width: 950px) {
  .margin-header {
    margin-top: 0%;
  }

  .div-header {
    background-image: url("../img/header_1.jpg");
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-repeat: round;
  }
}

@media screen and (max-width: 950px) {
  .tab-mobile {
    display: flex;
    justify-content: space-between;
  }
}

.txt-blue {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #002461;
}

.tab-right {
  background: transparent;
  margin-right: 10px;
  border-radius: 8px;
}

.table-hover {
  display: block;
  height: 500px;
  border: 1px solid #D9D9D9;
  overflow-y: auto;
}

.tab-right-title {
  background: #002461;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  padding: 9px;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  color: #FFFFFF;
}

.tab-right-footer {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0575E6;
  background: #FAFAFA;
  border-radius: 0px 0px 8px 8px;
  padding: 9px;
}

.tab-right .table-bordered thead,
.tab-right .table-bordered th,
.tab-right .table-bordered tr,
.tab-right .table-bordered td {
  border: none !important;
}

.timetb-top {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #666666;

}

@media screen and (max-width: 950px) {
  .timetb-top {
    font-size: 12px;
  }
}

.padding-timetb {
  padding-left: 0px;
  padding-right: 40px;
}

@media screen and (max-width: 950px) {
  .padding-timetb {
    padding-right: 15px;
  }
}

.flag-name {
  display: flex;
  align-items: center;
  gap: 4px;
}

.result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.result-header input[type=checkbox] {
  background: #FCFFEE;
  border: 1px solid #D9D9D9;
}

.condensed-td {
  width: 14%;
  text-align: center;
}

.match-date {
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
  border-radius: 8px 8px 0px 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  padding: 10px 0px 10px 10px;
}

.bet-match {
  background: #FCFFEE;
  display: none;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0px 0px 20px 20px;
  align-items: center;
  padding: 20px 18px;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  .bet-match {
    padding: 10px;
  }
}

@media screen and (max-width: 950px) {
  .font-txt {
    font-size: 14px;
  }
}

.bet-match-txt {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.bet-match-input {
  width: 50%;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding-left: 5px;
}

.bet-match-button {
  background: #5AA200;
  border-bottom: 2px solid #335B00 !important;
  border-radius: 5px;
  font-style: normal;
  padding: 7px 17px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 950px) {
  .bet-match-input {
    padding-left: 5px;
  }

  .bet-match-button {
    padding: 5px 15px;
  }
}

.img-tab-right {
  width: 30px;
  border: 1px solid #d9d9d9;
}

.match-infor {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #FAFAFA;
  width: 100%;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.match-item-win {
  background: #FCFFEE !important;
  border: 2px solid #63B000 !important;
  border-radius: 20px !important;
}

.match-item-lose {
  background: #FFF5EE !important;
  border: 2px solid #B04000 !important;
  border-radius: 20px !important;
}

.txt-report-result {
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  padding-top: 20px;
}

.bets-modal {
  flex-direction: column;
  gap: 10px;
}

.match-infor-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;

  text-align: center;
  width: 12%;
  margin-right: 10px;
  color: #333333;
  text-transform: uppercase;
}

@media screen and (max-width: 950px) {
  .match-infor-title {
    padding-right: 10px;
    font-size: 11px;
  }
}

.match-infor-content {
  /* padding-left: 10px; */
  display: flex;
  width: 100%;
  position: relative;
}

.match-infor-content a {
  cursor: pointer;
  text-decoration: none;
  transition: border 0.2s;
}

.match-infor-circle-score {
  position: absolute;
  border: 1px solid #d9d9d9;
  padding: 19px 14px;
  background: #d9d9d9;
  left: 46.2%;
  top: 20%;
  color: #002461;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border-radius: 50px;
}

@media screen and (max-width: 950px) {
  .match-infor-circle-score {
    top: 19%;
    padding: 14px 9px;
    left: 45.3%;
  }
}

.match-infor-circle-time {
  width: 50px;
  height: 50px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  /* Giả sử bạn muốn nó có hình tròn */
  background-color: lightgray;
  /* Màu nền để dễ nhìn hơn */
}

.match-infor-item {
  display: flex;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  align-items: center;
  width: 50%;
  padding: 15px 20px;
  justify-content: space-around;
}

@media screen and (max-width: 950px) {
  .match-infor-item {
    padding: 19px 12px;
  }
}

.item-img-right {
  width: 80px;
  margin-left: 20px;
}

@media screen and (max-width: 950px) {
  .item-img-right {
    width: 35px;
    margin-left: 13px;
  }
}

.item-img-left {
  width: 80px;
  margin-right: 20px;
}

@media screen and (max-width: 950px) {
  .item-img-left {
    width: 35px;
    margin-right: 13px;
  }
}

.item-nation {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 950px) {
  .item-nation {
    font-size: 13px;
  }
}

.item-txt-bet {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}

/* * {
  font-family: "Work Sans", sans-serif;
} */

html,
body {
  height: 100%;
  color: #1a1b1c;
}

.layout {
  display: grid;
  height: 100%;
  width: 100%;
  /* margin-left: 10px; */
  overflow: hidden;
  grid-template-rows: 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

input[type=radio] {
  display: none;
}

label.nav {
  display: flex;
  align-items: center;
  height: 36px;
  justify-content: center;
  font-size: 16px;
  margin-right: 6px;
  cursor: pointer;
  border-bottom: 2px solid #D9D9D9;
  background: transparent;
  user-select: none;
  color: #666666;
  transition: background 0.4s, padding-left 0.2s;
  padding-left: 0;
}

input[type=radio]:checked+.page+label.nav {
  background: #9b59b6;
  color: #ffffff;
  border-bottom: 2px solid #002461;
  justify-content: start;
  padding-left: 10px;
  background: url("../img/bg-tabpane.svg") center/cover;
  border-radius: 8px 0px 0px 0px;
}

input[type=radio]:checked+.page+label.nav span {
  padding-left: 20px;
}

input[type=radio]:checked+.page+label.nav svg {
  opacity: 1;
}

label.nav span {
  padding-left: 0px;
  position: relative;
}

label.nav svg {
  left: 0;
  top: -3px;
  position: absolute;
  width: 15px;
  opacity: 0;
  transition: opacity 0.2s;
}

.page {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-column-end: span 3;
}

.page-contents>* {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s, transform 0.2s;
}

.page-contents>*:nth-child(1) {
  transition-delay: 0.4s;
}

.page-contents>*:nth-child(2) {
  transition-delay: 0.6s;
}

.page-contents>*:nth-child(3) {
  transition-delay: 0.8s;
}

.page-contents>*:nth-child(4) {
  transition-delay: 1s;
}

.page-contents>*:nth-child(5) {
  transition-delay: 1.2s;
}

.page-contents>*:nth-child(6) {
  transition-delay: 1.4s;
}

.page-contents>*:nth-child(7) {
  transition-delay: 1.6s;
}

.page-contents>*:nth-child(8) {
  transition-delay: 1.8s;
}

.page-contents>*:nth-child(9) {
  transition-delay: 2s;
}

.page-contents>*:nth-child(10) {
  transition-delay: 2.2s;
}

.page-contents>*:nth-child(11) {
  transition-delay: 2.4s;
}

.page-contents>*:nth-child(12) {
  transition-delay: 2.6s;
}

.page-contents>*:nth-child(13) {
  transition-delay: 2.8s;
}

.page-contents>*:nth-child(14) {
  transition-delay: 3s;
}

.page-contents>*:nth-child(15) {
  transition-delay: 3.2s;
}

.page-contents>*:nth-child(16) {
  transition-delay: 3.4s;
}

.page-contents>*:nth-child(17) {
  transition-delay: 3.6s;
}

.page-contents>*:nth-child(18) {
  transition-delay: 3.8s;
}

.page-contents>*:nth-child(19) {
  transition-delay: 4s;
}

.page-contents>*:nth-child(20) {
  transition-delay: 4.2s;
}

input[type=radio]+.page {
  transition: transform 0.2s;
  transform: translateX(100%);
}

input[type=radio]:checked+.page {
  transform: translateX(0%);
}

input[type=radio]:checked+.page .page-contents>* {
  opacity: 1;
  transform: translateY(0px);
}

.page-contents {
  max-width: 100%;
  width: 500px;
  margin: 0 auto;
}

.zui-table {
  border: solid 1px #DDEEEE;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.zui-table thead th {
  background-color: #DDEFEF;
  border: solid 1px #DDEEEE;
  color: #336B6B;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
}

.zui-table tbody {
  border: 1px solid #d9d9d9;
}

.zui-table tbody td {
  border: solid 1px #DDEEEE;
  color: #333;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
}

.zui-table-rounded {
  border: none;
}

.zui-table-rounded thead th {
  background-color: #D9D9D9;
  border: none;
  text-shadow: 1px 1px 1px #ccc;
  color: #333333;
}

.zui-table-rounded thead th:first-child {
  border-radius: 10px 0 0 0;
}

.zui-table-rounded thead th:last-child {
  border-radius: 0 10px 0 0;
}

.zui-table tbody tr:nth-child(1) {
  background: #FCFFEE;
}

.zui-table tbody tr:nth-child(2) {
  background: #FCFFEE;
}

.zui-table-rounded tbody td {
  border: none;
  border-top: solid 1px #D9D9D9;
}

/*# sourceMappingURL=app.css.map */

.modal-loading {
  max-width: 1170px;
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  width: 100%;
  height: 100%;
  top: 0;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
}


.modal-load {
  top: 50%;
  left: 18%;
}

@media screen and (max-width: 950px) {
  .modal-load {
    top: 35% !important;
  }

  .modal-notify {
    top: 40% !important;
  }
}

.transLoad {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  /* line-height: 19px; */
  text-align: center;
  color: #0063F5;
}

.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 0;
  margin: 0 -5%;
  overflow: hidden;
}

.snippet {
  position: relative;
  background: #fff;
  padding: 2rem 5%;
  margin: 1.5rem 0;
  box-shadow: 0 0.4rem 0.8rem -0.1rem rgba(0, 32, 128, 0.1), 0 0 0 1px #f0f2f7;
  border-radius: .25rem;
}

.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: black;
  color: black;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: .5s;
}

.dot-flashing::before,
.dot-flashing::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: black;
  color: black;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: black;
  color: black;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: black;
  }

  50%,
  100% {
    background-color: #ffffff;
  }
}

.rotate-tb {
  width: 100%;
  border: 1px solid #dadce0;
  border-radius: 8px;
  background-color: #fff;
  padding: 11px 8px;
  border-collapse: unset;
}

.teamwin {
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: #202124;
}

.teamlose {
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: #70757a;
}

.img-bracket {
  width: 24px;
}

.tournament-container {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.tournament-headers {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 950px) {
  .tournament-headers {
    width: 115%;
  }

  .tournament-headers h3 {
    width: 28%;
  }
}

.tournament-headers h3 {
  width: 25%;
  text-align: center;
  font-weight: 400;
  border-right: 1px dashed #ccc;
  margin: 0;
  padding: 1rem;
}

.tournament-brackets {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  background: #fdfdfd;
  margin-bottom: 50px;
}

.bracket {
  padding-left: 0;
  display: flex;
  margin: 0;
  padding: 30px 0;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-around;
  list-style-type: none;
  border-right: 1px dashed #ccc;
  flex: 1;
}

.team-item {
  display: block;
  margin: .5rem 10px;
  position: relative;
  vertical-align: middle;
  line-height: 2;
  text-align: center;
}

.team-item:after {
  content: '';
  border-color: #4f7a38;
  border-width: 2px;
  position: absolute;
  display: block;
  width: 10px;
  right: -11px;
}

.team-item:nth-of-type(odd):after {
  border-right-style: solid;
  border-top-style: solid;
  height: 100%;
  top: 50%;
}

.team-item:nth-of-type(even):after {
  border-right-style: solid;
  border-bottom-style: solid;
  height: 100%;
  top: -50%;
}

.team-item:before {
  content: '';
  border-top: 2px solid #4f7a38;
  position: absolute;
  height: 2px;
  width: 10px;
  left: -10px;
  top: 50%;
}

.bracket-2 .team-item:nth-of-type(odd):after {
  height: 200%;
  top: 50%;
}

.bracket-2 .team-item:nth-of-type(even):after {
  height: 200%;
  top: -150%;
}

.bracket-3 .team-item:nth-of-type(odd):after {
  height: 350%;
  top: 50%;
}

.bracket-3 .team-item:nth-of-type(even):after {
  height: 350%;
  top: -300%;
}

.bracket-4 .team-item:nth-of-type(odd):after {
  height: 700%;
  top: 50%;
}

.bracket-4 .team-item:nth-of-type(even):after {
  height: 700%;
  top: -650%;
}

.bracket:first-of-type .team-item:before {
  display: none;
}

.bracket-4 .team-item:after {
  display: none;
}

.bracket-5 .team-item:before {
  display: none;
}

.bracket-5 .team-item:after {
  display: none;
}

.bracket:last-of-type .team-item:before {
  display: none;
}

.bracket:last-of-type .team-item:after {
  display: none;
}

.team-item time {
  display: inline-block;
  background-color: #dbdbdb;
  font-size: .8rem;
  padding: 0 .6rem;
}

.modal-notify {
  top: 50%;
  background: #FFFFFF;
  left: 18%;
  padding: 0px !important;
  border-radius: 10px;
}

.modal-notify hr {
  margin-top: 0px !important;
}

.modal-notify-body {
  text-align: center;
  padding-bottom: 15px;
  font-size: 18px;
}

.modal-notify-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}

.modal-notify-header button {
  background: transparent;
  border: none;
}

.modal-notify-header button i {
  font-size: 20px;
}