.txtWhite{
  font-weight: 600;
  color: #FFFFFF;
}

.txtBack{
  color: #8789A2 !important;
  text-decoration: none !important;
  font-weight: 600;
}

.headerFootball{
  background: url('../../img/football/bgHeaderfootball1.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.titleHeader {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 25px;
}

.tab-header{
  font-size: 11px;
  border: none !important;
  font-weight: 700;
  width: 100%;
  color: #8789A2 ;

}

.tab-header.active {
  background: url("../../img/football/bg-tab.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border: none !important;
  border-radius: 8px 8px 0px 0px;
  background-color: transparent !important;
  color: #FFFFFF !important;
}

.tab-header:focus{
  
  color: #FFFFFF !important;
  border: none !important;
}

.tab-header:hover{
  background: url("../../img/football/bg-tab.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px 8px 0px 0px;
  color: #FFFFFF !important;
}

.listMatchTop{
  width: 100%;
  overflow-x: scroll !important;
  cursor: pointer;
  -ms-overflow-style: none;  /* IE and Edge */
  white-space: nowrap; /* Để các thẻ li không bị xuống dòng */
  padding: 0;
  scrollbar-width: none;
  scroll-behavior: auto;
}

.listMatchTop::-webkit-scrollbar {
  display: none; /* Chrome, Safari, và Opera */
}

.itemMatchTop{
  border: none;
  display: inline-block;
  list-style-type: none;
  border-radius: 15px;
  margin-right: 10px;
  height: 130px;
  width: 200px;
}

.bannerTop1{
  background: url('../../img/football/bg-match01.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.bannerTop2{
  background: url('../../img/football/bg-match02.png');
  background-size: contain;
  background-repeat: no-repeat;
}


.bannerTop3{
  background: url('../../img/football/bg-match03.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.itemMatchTop-Header{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 12px;
}
/* 
.item-Header1{
  background: url('../../img/football/bg-div-top1.svg'), linear-gradient(90deg, rgba(15, 69, 31, 0.5) 0%, rgba(255, 255, 0, 0.25) 100%);
  background-size: cover;
  background-repeat: no-repeat;
}

.item-Header2{
  background: url('../../img/football/bg-div-top2.svg'), linear-gradient(90deg, rgba(15, 69, 31, 0.5) 0%, rgba(255, 255, 0, 0.25) 100%);
  background-size: cover;
  background-repeat: no-repeat;
}

.item-Header3{
  background: url('../../img/football/bg-div-top3.svg') ,linear-gradient(90deg, rgba(255, 157, 0, 0.5) 0%, rgba(255, 255, 0, 0.25) 100%);
  background-size: cover;
  background-repeat: no-repeat;
}


.item-Time1{
  background: url('../../img/football/bg-div-time1.svg') ,linear-gradient(90deg, rgba(15, 69, 31, 0.5) 0%, rgba(255, 255, 0, 0.25) 100%);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-Time2{
  background: url('../../img/football/bg-div-time2.svg'), linear-gradient(90deg, rgba(15, 69, 31, 0.5) 0%, rgba(255, 255, 0, 0.25) 100%);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-Time3{
  background: url('../../img/football/bg-div-time3.svg'), linear-gradient(90deg, rgba(255, 255, 0, 0.5) 0%, rgba(255, 255, 0, 0.25) 100%);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
} */

.txtLIVE{
  color: #FFFFFF;
  font-weight: 700;
  background-color: #C33649;
  line-height: 16px;
  padding: 0px 4px;
  margin-right: 20px;
  border-radius: 3px;
}

.txtVisual {
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
}

.listBtnTournament{
  width: 100%;
  overflow-x: auto;
  white-space: nowrap; /* Để các thẻ li không bị xuống dòng */
  padding: 0;
  scrollbar-width: none;
}

.listBtnTour{
  overflow-x: auto;
  white-space: nowrap; /* Để các thẻ li không bị xuống dòng */
  padding: 0;
  scrollbar-width: none;
}

.itemBtnTour{
  background: #353B4B;
  color:  #72809B;
  font-weight: 600;
  font-size: 11px;
  display: inline-block;
  border: none;
  list-style-type: none;
  padding: 5px 14px;
  border-radius: 10px;
  margin-left: 17px;
}

.itemBtnTour:focus{
  background: #353B4B;
  color:  #FFFFFF;
}


.itemBtnTour:hover{
  background: #353B4B;
  color:  #FFFFFF;
}


.itemBtn-active {
  color: #FFFFFF;
}

.itemShowMatch{
  background-color: #272934;
  border-radius: 7px;
}

.itemShowMatch-Top{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 4px 0px 4px 11px;
  font-size: 14px;
  background: linear-gradient(90deg, #1C4551 0%, #1F232E 100%);
  font-weight: 600;
  color: #72809B;
}

.itemShowMatch-Time{
  padding: 4px 0px 4px 11px;
  font-size: 14px;
  font-weight: 600;
  color: #72809B;
}

.btnBet{
  padding: 10px 5px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  border: none;
  margin: 6px 0px;
  background-color: #353B4B;
}

.btnBet:focus{
  background-color: #00b2d1;
}

.btnBet-active{
  background-color: #00b2d1;
}

.btnBet-unActive{
  background-color: #353B4B !important;
}

.btnBet:hover{
  background-color: #00b2d1;
}


.btnBet-left{
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.btnBet-draw{
  border-left: 1px solid #282833;
  border-right: 1px solid #282833;
}

.btnBet-right{
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.txtBtn{
  font-weight: 400;
  color: #FFFFFF;
  font-size: 10px;
  word-break: break-all;
}

.oddBtn{
  font-weight: 600;
  color: #FFFFFF;
  font-size: 13px;
}


.oddBet{
  font-weight: 700;
  color: #262A35;
  font-size: 10px;
  background-color: #ffffff;
  border-radius: 9px;
  padding: 1px 3px;
}

.borderInputGroup{
  border: 1px solid #0C8CE9;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-right: none;
}

.inputBet{
  
  width: 100%;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #1e1f2b;
  
  color: #FFFFFF;
}

/* .inputBet::placeholder{
  font-weight: 400;
  line-height: 8px;
  font-size: 10px;
  color: #72809B;
} */

.btnInput{
  border: 1px solid #0C8CE9;
  border-left: none;
  display: flex;
  align-items: center;
  border-right: none;
  background-color: #1e1f2b !important;
}


.btnInput:last-child {
  border-right: 1px solid #0C8CE9;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  
}

.btnInputBet{
  background-color: #353B4B !important;
  font-weight: 700;
  font-size: 12px;
  width: 38px;
  height: 30px;
  display: inline-flex;
  justify-content: center; /* Căn giữa theo chiều ngang */
  align-items: center; /* Căn giữa theo chiều dọc */
  text-align: center;
  margin-right: 3px;
  border: none;
  color: #FFFFFF;
  border-radius: 5px;
}

.btnInputBet:focus{
  background-color: #4d5164 !important;
  color: #FFFFFF !important;
}

.btnInputBet:hover{
  background-color: #4d5164 !important;
  color: #FFFFFF !important;
}

.modalBet-body{
  background-color: #1e1f2b;
  border-radius: 15px;
}

.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%23ff'/%3e%3c/svg%3e") !important;
}

.form-switch .form-check-input{
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}

.form-check-input:checked {
  background-color: #1AB3D4;
  border-color: #1AB3D4;
}

.btnCalculator{
  border: none;
  width: calc((100% - 6 * 4px) / 7);
  background-color: #1e1f2b;
  color: #FFFFFF;
  margin: 0px 1px;
  font-weight: 700;
  height: 35px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.btnCalculator:focus{
  background-color: #4d5164;
}

.btnCalculator:hover{
  background-color: #4d5164;
}

.btnConfirmBet{
  background-color: #0C8CE9;
  border-radius: 10px;
  width: 100%;
  color: #FFFFFF;
  font-weight: 600;
  border: none;
  padding: 10px 0px;
}

.formShowMatch{
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  pointer-events: auto;
  padding-bottom: 60px;
  cursor: pointer;
  -ms-overflow-style: none;  /* IE and Edge */
  white-space: nowrap; /* Để các thẻ li không bị xuống dòng */
  scrollbar-width: none;
  scroll-behavior: auto;
}

.formShowMatch::-webkit-scrollbar {
  display: none; /* Chrome, Safari, và Opera */
}
.multiline-placeholder {
  position: relative;
  display: inline-block;
  width: 48%;
}

.multiline-placeholder input {
  padding: 10px;
  font-size: 16px;
}

.placeholder-text {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #aaa;
  font-size: 11px;
}

.itemShowMatch-WinDetail{
  color: #72809B;
  font-weight: 400;
  font-size: 10px;
}

.result-TonWin{
  color: #56AF4F;
  font-weight: 700;
  text-transform: uppercase;
}

.result-TonLose{
  color: #DA5852;
  font-weight: 700;
  text-transform: uppercase;
}

.tagWin{
  display: flex;
  color: #FFFFFF;
  align-items: center;
  font-weight: 700;
  height: 13px;
  background-color: #56AF4F;
  padding: 0px 4px;
  margin-right: 5px;
  font-size: 10px;
  border-radius: 3px;
}

.tagLose{
  background-color: #DA5852;
  display: flex;
  color: #FFFFFF;
  align-items: center;
  font-weight: 700;
  height: 13px;
  padding: 0px 4px;
  margin-right: 5px;
  font-size: 10px;
  border-radius: 3px;
}

.txtGroupWin{
  color: #1AB3D4 !important;
  font-weight: 700;
  font-size: 11px;
}

.txtGroupDraw{
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 11px;
}

.txtGroupLose{
  color: #72809B !important;
  font-weight: 700;
  font-size: 11px;
}

.tonBetWin{
  font-weight: 700;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #2a8b22;
  border-radius: 9px;
  padding: 2px 5px;
}

.tonBetLose{
  font-weight: 700;
  color: #262A35;
  font-size: 10px;
  background-color: #DA5852;
  border-radius: 9px;
  padding: 2px 5px;
}

.txtVisualTable{
  color: #72809B;
  font-weight: 700;
  font-size: 12px;
}

.headerTable{
  --bs-table-bg: #353B4B;
}

.trTable{
  --bs-table-bg: transparent !important;
  border-color: #353B4B;
}

.sttBXH14{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 11px;
  background-color: #56AF4F;
  padding: 3px 8px;
  border-radius: 11px;
}

.sttBXH5{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 11px;
  background-color: #F0A200;
  padding: 3px 8px;
  border-radius: 11px;
}

.sttBXH {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 11px;
}


.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);
}


  .message-panel {
  background: #20222d;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 300px;
  /* padding: 0px 0px 10px 0px; */
  position: absolute;
  z-index: 10;
  text-align: center;
}

.message-content {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
  background-color: #164550;
  height: 40px;
}
.message-icon {
  font-size: 40px;
  color: #f39c12;
  margin-bottom: 10px;
}

.message-text h2 {
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  text-transform: uppercase;
  margin-top: 8px;
}

.noti-success {
  font-size: 14px;
  padding-top: 20px;
  color: #56AF4F;
  margin-top: 5px;
}

.noti-fail {
  font-size: 14px;
  padding-top: 20px;
  color: #DA5852;
  margin-top: 5px;
}

.txtTableHeader{
  color: #72809B !important;
  font-weight: 700px;
  font-size: 12px;
}

.txtWin{
  color: #56AF4F !important;
}

.txtDraw{
  color: #FFC242 !important;
}

.txtLose{
  color: #FF7570 !important;
}

.txtTableBody{
  font-weight: 400px;
  font-size: 12px;
}

body, html {
  overflow: auto !important;
  height: 100%;
  width: 100%;
  scrollbar-width: none;
  scroll-behavior: auto;
}
