body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #EBEBEB !important;
  line-height: 1 !important;
  overflow: hidden;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

* {
  overscroll-behavior-y: contain;
}

.align-right {
  margin-left: auto;
}

.disable-inner-span {
  pointer-events: none;
}

.top-header {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 46px;
  z-index: 2;
}

.top-header .header-image {
  padding-top: 10px;
}

.top-header .header-button {
  padding: 0px !important;
  box-shadow: unset !important;
  min-width: 35px !important;
  height: 35px !important;
  margin-left: 4px !important;
}

.top-header .header-button>svg {
  font-size: 24px !important;
}

.top-header .login-header-button {
  font-size: 15px;
  padding: 6px, 20px, 6px, 20px !important;
  text-transform: none !important;
}

.footer-navigation {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: white;
}

.footer-navigation .sub-details {
  background-color: #749F42;
  z-index: 8;
  padding: 8px 11px;
  font-size: 14px;
  color: #fff;

  border-top: 1px solid #fff;

}

.footer-navigation .sub-details .total-odds .bold-value,
.footer-navigation .sub-details .possible-payout .bold-value {
  font-weight: bold;
}

.footer-navigation .footer-navigation-body {
  z-index: 9;
  box-shadow: 10px 11px 6px 10px #878686;

}

.footer-navigation .footer-navigation-body>.Mui-selected {
  color: #000 !important;
  padding: 0 !important;
  white-space: nowrap;
}

.footer-navigation .footer-navigation-body>:not(.Mui-selected) {
  color: #949491 !important;
  padding: 0 !important;
}

.footer-navigation .footer-navigation-body .MuiBottomNavigationAction-label {
  opacity: 1;
}

.footer-navigation .footer-navigation-body>.footer-odds-center {
  bottom: 8px;
  position: relative;
}

.footer-navigation .footer-navigation-body>.footer-odds-center>.odds-text {
  font-size: 20px;
  position: absolute;
  color: #fff;
  top: 10px;
}

.footer-navigation .footer-navigation-body>.footer-odds-center::before {
  content: "";
  background-color: #fff;
  width: 60px;
  height: 60px;
  z-index: -1;
  display: block;
  position: absolute;
  border-radius: 30px;
  top: -6px;
}

.content-body {
  padding: 46px 0 0 0 !important;
  width: 100%;
}

.tab-head-section {
  max-width: 100%;
  overflow-y: scroll;
  background-color: #fff;
}

.tab-head-section .tab-head-button {
  font-size: 13px;
  color: #000 !important;
  width: 100px;
  text-transform: unset;
  line-height: 20px;
  padding: 0px 0px;
  min-height: 54px !important;
}

/* .betslipTabs.tab-head-section .tab-head-button {
  font-size: 16px;
} */

.betslipTabs.tab-head-section .tab-head-button {
  min-height: 40px !important;
  background-color: #fbfbfb;
  font-size: 14px;
}

.betslipTabs.tab-head-section .tab-head-button svg {
  font-size: 22px;
}

.tab-head-section .tab-head-button svg {
  margin-bottom: 0;
  width: 23px;
  height: 23px;
}

.tab-head-section .tab-head-button img {
  width: 22px;
}

.akHeading {
  font-size: 14px !important;
  font-weight: 500 !important;
}


.betslip-list .betslip-itemBlank {
  background-color: #fbfbfb;
  border-radius: 4px;
  display: flex;
  padding: 20px;
  border: 1px solid #efefef;
  text-align: center;
}




/* .tab-head-section .tab-head-button.Mui-selected {
  background-color: #749F42 !important;
  font-weight: 500 !important;
} */

.tab-head-section .tab-head-button:not(.Mui-selected) {
  font-weight: 400 !important;
}

.search-bar .MuiPopover-paper {
  /* left: 0px !important; */
  width: 100% !important;
  top: 46px !important;
}

.search-bar .MuiPopover-paper .MuiFormControl-root {
  width: 100%;
}

.filter-section {
  padding: 4px 10px;
}

.filter-section .filter-section-button {
  font-size: 13px !important;


  line-height: 1;
  font-weight: 500 !important;
  width: 100%;

  text-transform: capitalize;
}

.filter-section .filter-section-button:nth-of-type(2) {}

.filter-section .filter-section-button.active {
  background-color: #000;
  color: #fff;
}

.match-main-body .MuiAccordionSummary-root {
  padding-left: 10px;
  padding-right: 10px;
}


.match-body .MuiAccordionDetails-root {
  border-radius: 6px
}

.match-body {
  padding: 10px;
  background-color: #F5F5F5;
  height: 620px;
  overflow-y: auto;
}

.scoreTableWrapper {
  padding: 10px;
  height: 700px;
  overflow-y: auto;
}

.match-body-selection {
  padding: 10px;
  height: 620px;
  overflow-y: auto;
}

.match-main-header {
  justify-content: flex-start;
  display: inline-flex;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.match-main-header p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 2px;
}

.match-main-header img {
  width: 26px;
}

.match-main-header svg {
  width: 26px;
  height: 26px;
}

.match-body .match-main-body>.MuiAccordion-root {
  box-shadow: none !important;
  border-radius: 6px !important;
}

.match-main-body .MuiPaper-elevation {
  border: none !important;
  box-shadow: none !important;
}

.loaction-accordian-header {
  border-radius: 6px !important;
}

.loaction-accordian-header,
.loaction-accordian-header.Mui-expanded {
  background-color: #749F42 !important;
  font-size: 16px;
  font-weight: 400;
  min-height: 30px !important;
  max-height: 30px !important;
  padding-top: 4px;
  margin: 0 !important;
}

.loaction-accordian-header.Mui-expanded {
  border-radius: 6px 6px 0 0 !important;
}

.loaction-accordian-header .MuiAccordionSummary-content {
  display: flex;
  width: 90%;
  align-items: center;
}

.loaction-accordian-header .MuiAccordionSummary-content button {
  padding: 0;
  margin: 0;
}


.match-main-body .MuiAccordion-root {
  margin-bottom: 2px;
}


.league-accordian-header,
.league-accordian-header.Mui-expanded {
  background-color: #e1ebd5 !important;
  border-radius: 4px !important;
  font-size: 14px;
  font-weight: 500;
  min-height: 30px !important;
  max-height: 30px !important;
  /* padding-top: 4px; */
  margin: 0 !important;
}

.league-accordian-body {
  padding: 0 !important;
  margin: 0 !important;
}

.match-section {
  padding: 5px 0;
  border-bottom: 1px solid #dbdbdb;
}

.match-section-live {
  background-color: #F4F4F4;
  padding: 8px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.match-section:last-of-type {
  border-bottom-color: transparent;
}

.match-name {
  font-size: 14px;
  text-align: left;
}

.match-timestamp {
  font-size: 12px;
  color: #484747;
  font-weight: 500;
}

.match-live-button {
  background-color: #F5F5F5 !important;
  padding: 2px !important;
  border-radius: 4px !important;
  text-align: right;
}

span.round {
  background: #B2E576;
  color: #000000;
  border-radius: 4px;
  font-size: 12px;
  width: max-content;
  height: 23px;
  text-align: center;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  padding: 0px 4px;
}

.match-odds {
  /* padding: 0 12px; */
  justify-content: center;
}

.match-odd {
  background-color: #F5F5F5 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  padding: 3px 11px !important;
  width: 33.33%;
  box-shadow: unset !important;
}

.match-odd:nth-of-type(2) {
  margin-left: 6px;
  margin-right: 6px;
}

.match-odd span {
  /* flex-grow: 1; */
  text-align: right;
}

.match-odd span:first-child {
  text-align: left;
}

.match-odd span:last-child {
  text-align: right;
}

.match-odd.active {
  background-color: #749F42 !important;
  color: #fff !important;
}

.betslip-section.MuiDrawer-root>.MuiPaper-root {
  height: 100%;
  padding: auto;
  background-color: #fff;
  /* border-radius: 10px 10px 0 0; */
  /* background: linear-gradient(0deg, rgba(247, 247, 247, 1) 11%, rgba(169, 241, 255, 1) 48%); */
}

.betslip-section.MuiDrawer-root>.MuiPaper-root>.betslip-counter::after {
  content: "";
  background-color: #fff;
  width: 60px;
  height: 60px;
  z-index: -1;
  display: inline-block;
  position: absolute;
  border-radius: 30px;
  top: -27px;
  right: calc(50% - 30px);
  left: calc(50% - 30px);
}

.betslip-list {
  padding: 0;
  height: 600px;
  overflow-y: auto;
}

.betslip-list .betslip-item:not(:last-child) {
  margin-bottom: 3px;
}

.betslip-list .betslip-item {
  background-color: #F4F4F4;
  border-radius: 4px;
  display: flex;
  padding: 4px 10px;
}

.betslip-list .betslip-item .no-bet-text {
  text-align: center;
}

span.matchRes {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #8D8B8B;
}

.betslip-list .betslip-item .bet-sport-icon {
  height: 100%;
  width: 24px;
  text-align: center;
  display: block;
  padding: 0 6px 0 0;
  margin-top: 4px;
}

.betslip-list .betslip-item .bet-selections {
  flex: 1;
  padding: 4px 0 0 4px;
  position: relative;
}

.betslip-list .betslip-item .bet-selections .bet-close {
  position: absolute;
  top: 0;
  right: -2px;
  font-size: 20px;
  z-index: 100;
}

.betslip-list .betslip-item .bet-selections .bet-type {
  display: flex;
  flex-direction: column;
  text-transform: capitalize;
}

.betslip-list .betslip-item .bet-selections .bet-type span {
  order: 2;
  font-size: 13px;
  font-weight: 600;
}

.betslip-list .betslip-item .bet-selections .bet-type span+span {
  order: 1;
}

.betslip-list .betslip-item .bet-selections .teams-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;


}

.betslip-list .betslip-item .bet-selections .teams-rate ul {
  flex-direction: column;
  font-size: 12px;
  list-style: none;
  margin: unset;
  padding: unset;
}

.betslip-list .betslip-item .bet-selections .score-box {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;

  margin-left: auto;
  /* min-width: 60px;
  max-width: 60px;
  min-height: 28px;
  max-height: 30px; */
  position: relative;
  /* border-radius: 4px; */
  font-weight: 600;
  font-size: 14px;
}

.betslip-item.non-active {
  background: #4f4f4f !important;
  color: #939393;
  position: relative;
  padding-top: 5px;
}

.betslip-item.non-active:before {
  display: -ms-flexbox;
  display: flex;
  background: hsla(0, 0%, 4%, .6);
  content: "Event is Live!";
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  z-index: 100;
  /* padding-top: 10px; */
}

.bSocreRow.non-active {
  background: #4f4f4f !important;
  color: #939393;
  border-radius: 6px;
  position: relative;
  padding-top: 5px;
}

.bSocreRow.non-active:before {
  display: -ms-flexbox;
  display: flex;
  background: hsla(0, 0%, 4%, .6);
  content: "Odd is Locked!";
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  border-radius: 6px;
  left: 0;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  z-index: 99;
  /* padding-top: 10px; */
}

.betslip-item.finished {
  background: #4f4f4f !important;
  color: #939393;
  position: relative;
  padding-top: 5px;
}

.betslip-item.finished:before {
  display: -ms-flexbox;
  display: flex;
  background: hsla(0, 0%, 4%, .6);
  content: "Event is Finished!";
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  z-index: 100;
  /* padding-top: 10px; */
}

.odd-section {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  background-color: #f4f4f4;
  padding-bottom: 5px;
}

.odd-section .bet {
  display: flex;
  flex: 1;
  gap: 5px;
  align-items: center;
  align-self: stretch;
  padding: 5px;
}

.odd-section .bet>.bet-information {
  display: flex;
  width: 100%;
  padding: 0 10px;

}

.odd-section .bet>.bet-information .total-odds {
  font-weight: 600;
}

.odd-section .bet>input {
  max-width: 80px;
  min-width: 20px;
  flex: 1;
  margin-left: auto;
  margin-right: 0px;
  padding: 5px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
}

.odd-section .bet>input+.icon {
  margin-left: 6px;
}

.login-head-image {
  align-self: center;
}

.popCloseicon {
  position: absolute;
  right: 14px;
  top: 12px;
  color: #000;
}

.balancespan {
  /* color: rgb(255, 198, 22); */
  font-size: 14px !important;
  padding: 0 5px;
  /* border-left: 1px solid black; */
}

.priceExr {
  font-size: 10px;
}

.more-options>.MuiPaper-root {
  width: 60%;
}

.beslip_open {
  background-color: #FEE488;
}

.beslip_lost {
  background-color: #FFBCBC;
}

.beslip_win {
  background-color: #C9FCD2;
}

.besliphalf_win {
  background-color: #B2E576;
}

.beslip_canceled {
  background-color: #70fad0;
}

.status-win {
  color: #27951e !important;
  background-color: #cdffc9 !important;
}

.status-lost {
  background-color: #ff9f9f !important;
  color: #b80808;
}

.status-open {
  background-color: #ffdfa3 !important;
  color: orange;
}

.status-cancelled {
  background-color: #dcf9ff !important;
  color: #70fad0;
}

.status-half_win {
  background-color: #dcf9ff !important;
  color: #B2E576;
}

.status-cancelled,
.status-lost,
.status-open,
.status-win {
  text-align: center;
  justify-items: center;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: bold;
}

.grid-list-item {
  background-color: #fff;
  /* border-radius: 4px; */
  display: flex;
  justify-content: space-between;
}

.grid-item .MuiCardHeader-root {
  padding: 8px;
}

.grid-item .MuiCardContent-root {
  padding: 8px;
  padding-bottom: 0 !important;
}

.ticketContent .grid-list-item:nth-child(odd) {
  background-color: #f8f8f9;
  border-radius: 4;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.ticketContent .grid-list-item:nth-child(even) {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;

}

.ticketContent .grid-list-item:last-of-type {
  border-bottom: 0 !important;
}

.ticketContent .MuiList-root {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.ticketContent .MuiListItem-root .MuiListItemText-root:last-of-type .MuiTypography-root {
  text-align: right;
}

.maxWith100 {
  max-width: 100%;
}

.ticketContent .MuiListItemText-root .MuiTypography-root span {
  font-size: 11px;
  border-radius: 4px;
  font-weight: normal;
}

.viewDbtn {
  font-size: 14px !important;
  font-weight: 700;
}

.modalContentTitle {
  height: 60px;
  background: #B2E576;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}

.ModalLogo {
  width: 80px;
  margin-left: 10px;
  margin-top: 6px;
}

.previeTHeading {
  padding-left: 15px;
  font-size: 13px !important;
}

.odsDtl {
  margin-top: 14px !important;
}

.odsDtl .MuiTypography-root {
  font-weight: 600 !important;
  font-size: 12px !important;
}


.prbtn span {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*new css*/

.MuiAccordion-root:before {
  background-color: transparent !important;
}



.logoTop {
  width: 183px;
  display: inline-block;
  margin-top: 4px;
}

.shortW {
  width: 47px;
}

.logoTop img {
  max-width: 100%;
}


.react-tel-input .form-control {
  width: 100% !important;
  height: 44px !important;
  background-color: #F5F5F5 !important;
  border: 0 !important;
}

.react-tel-input .form-control {
  font-family: Inter !important;
}

.react-tel-input .flag-dropdown {
  border: 0 !important;
}

.userClass {
  /* white-space: nowrap; */
  font-size: 14px !important;
  padding: 0 5px;
  width: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-section-button {
  white-space: nowrap;
}

.loaction-accordian-body {
  padding: 0 10px !important;
  border-radius: 6px;
  padding-bottom: 10px !important;

}

.grid-item .MuiCardHeader-title {
  font-size: 14px;
  font-weight: 600;
}

.grid-item .MuiCardHeader-subheader {
  font-size: 12px;
  color: #7f7f7f;
}

.filterMenuItem .MuiMenuItem-root {
  font-size: 13px !important;
  min-height: 42px !important;
}

.greyBg {
  background-color: #F5F5F5 !important;
  box-shadow: none !important;

}

.loginBoxDv {
  margin-top: 46px;
}

.whiteLoginBg {
  background-color: #fff;
  border-radius: 8px;
}

::placeholder {
  font-size: 14px;
  /* You can adjust the value as needed */
}

.betslip-list .betslip-item .bet-sport-icon img {
  max-width: 100%;
}

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

.btnodsBg {
  background-color: #749F42;
  /*border-radius: 8px; */
  border-bottom: 1px solid #ccc;
}

.btnodsBg .light {
  font-size: 13px;
  text-transform: uppercase;
}


.btnodsBg .total-odds {
  font-size: 14px;
  font-weight: 600;
}

.betIncreaseRow {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;

  margin-left: 16px;
  margin-right: 16px;
}


.betTitle {
  width: 40%;
  color: #000;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.betCounter {
  display: flex;
  height: 34px;
}

.betCounter button {
  line-height: 0 !important;
  margin-bottom: 3px;
  min-width: 34px;
  font-size: 16px;
  background-color: #dbdbdb;
  color: #000 !important;
  min-height: 35px;
}

.inputNumberStyle {
  background-color: #fff;
  width: 100%;
  border: 0;
  text-align: center;
  font-weight: 600;
  margin-left: 5px;
  margin-right: 5px;
}

.placeBetBtnsRow {
  display: flex;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 5px;
}

.placeBetBtnsRow>.MuiButton-root {
  width: 50%;
}

.placeBetBtnsRow>div {
  width: 50%;
}

.placeBetBtnsRow .tktPreview,
.placeBetBtnsRow .tktPreview:hover {
  background-color: #dbdbdb;
}

.placeBetBtnsRow .placebetBtn {
  background-color: #749F42;
  color: #000;
}

.placeBetBtnsRow .saveTkt {
  background-color: #749F42;
  color: #000;
}

.placeBetBtnsRow .saveTkt:hover,
.placeBetBtnsRow .placebetBtn:hover {
  background-color: #749F42;
}



.betslipTabs.tab-head-section .tab-head-button:nth-of-type(2) svg {
  color: red;
}

.betslipTabs.tab-head-section .Mui-selected svg {
  color: #000 !important;
}

.accordianFav {
  width: 24px;
  height: 24px;
  margin-right: 8px !important;
}

.accMenuItemName {
  font-size: 13px !important;
}

.loaction-accordian-header .MuiAccordionSummary-content .topFlagImg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: -1px;

}

.loaction-accordian-header .MuiAccordionSummary-content .topFlagImg>img {
  width: 20px;
  height: 20px;

}

.ticketContent .MuiListItemText-root .MuiTypography-root {
  font-size: 14px !important;
}


.ModalNewLogo {
  width: 70px;
  margin: 0 auto;
}

.ModalNewLogo img {
  max-width: 100%;
}


.sportIconMrg {
  margin-right: 5px;
  margin-top: 10px;
  display: flex;
  width: 22px;
}

.sportIconMrg img {
  max-width: 100%;
}

.prematchDetailBody .match-body-selection {
  padding: 0 !important;

}

.prematchDetailBody .MuiAccordionSummary-root {
  background-color: #749F42 !important;
  min-height: 30px !important;
  box-shadow: none !important;

}


.prematchDetailBody .eventContentWraperMarkets .MuiAccordionSummary-root {
  border-radius: 5px 5px 0 0 !important;
  background-color: #e1ebd5 !important;
}

.prematchDetailBody .MuiAccordionDetails-root {
  padding: 0 5px !important;
  border-radius: 5px 5px 0 0;
  background: #fff !important;
}

.prematchDetailBody .MuiAccordionDetails-root .MuiAccordionDetails-root {
  padding: 5px !important;
  margin-top: 0 !important;
  background: #fff !important;

}



.eventContentWraperMarkets>div {
  margin-bottom: 5px;

  border-radius: 5px 5px 5px 5px;
}

.prematchDetailBody .MuiAccordionSummary-content {
  margin: 0;
}

.MuiBox-root .eventWraperColumn.buttonFlex {
  padding: 6px 10px;
  border-radius: 4px;
  background-color: #F5F5F5;


}

.topLeagueAcrd .topFlagImg {
  margin-right: 5px;
}

.topLeagueAcrd .topFlagImg img {
  display: block;
}

.league-accordian-header .MuiAccordionSummary-content {
  align-items: center;
}

.mainMenu svg {
  font-size: 22px;
  margin-right: 10px;
}

.prematchDetailBody .MuiAccordion-root {
  box-shadow: none !important;
}

.buttonFlex {
  display: flex !important;
  justify-content: space-between !important;
  padding: 6px 10px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  margin: 4px;
  flex-basis: calc(50% - 8px);
  align-items: center;
}

.columnThree .buttonFlex {

  flex-basis: calc(50% - 8px);


}

.MuiBox-root .odsnActive.active {
  background: #749F42;
  font-weight: 500;
  border: 1px solid #749F42;
  color: #fff;
}

.datePickerDv fieldset {
  border-color: transparent !important;
}

.betslipLogo {}

.betslipLogo img {
  width: 60px;
  /* height: 60px; */
}

.betslipTabs {
  min-height: 40px !important;
}

.mainTabs button img {
  width: 26px;
  margin-right: 4px;
}

.mainTabs .MuiTab-root {
  text-transform: capitalize;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 400;
  min-height: 50px;
}


.mainTabs {
  background-color: #fff;
}



.swiperHolder {
  width: 100%;
  height: 339px;
}

.swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.swiper {
  margin-bottom: -6px;
}

.swiper-pagination-bullet {
  background-color: #434343 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #749F42 !important;
}


.vertualRaceRow .MuiBox-root {
  flex: 0 0 calc(50% - 10px);
  position: relative;
  z-index: 0;
  margin: 5px;
}

.vertualRaceRow .MuiBox-root:after {
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 14%, rgba(0, 0, 0, 0.6334908963585435) 100%);

  height: 50px;
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 0 0 6px 6px;
}


.vertualRaceRow .MuiBox-root img {
  max-width: 100%;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vertualTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px 10px;
  border-radius: 6px;
}





/* @media (min-width: 768px) {
  body {
    display: none;
  }  
} */

.locationMenu {
  font-size: 13px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  white-space: nowrap;
}

.topLeagueFltr button {
  padding-top: 3px;
  padding-bottom: 3px;
  text-transform: capitalize;
  font-size: 13px;
}

.topLeagueFltr button img {
  width: 20px;
  height: 20px;
}

.topLeagueFltr {
  background-color: #EBEBEB !important;
  padding: 4px 10px;

}

.match-body.toplegaueBody {
  padding: 0;
}

.leaguemainBody {
  padding: 10px;
  padding-top: 0;
  margin-top: 4px !important;
}

.topLeagueFltr button.active {
  background-color: #749f42;
  color: #fff;
}

.toplegaueBody button span {
  display: flex;
  height: 26px;
  align-items: center;
}


.match-body.matchFtact {
  padding: 4px 10px !important;
}

.insideMaccordian .MuiTypography-root {
  font-size: 13px !important;
}

.acordignaBodyMF {
  margin-top: 10px !important;
}

/* lodaer logo */
.loaderLogo {
  width: 80px;

}

.backArrow {
  font-size: 45px;
}

.hithere {
  animation: hithere 1s ease infinite;
}

@keyframes hithere {
  30% {
    transform: scale(1.2);
  }

  40%,
  60% {
    transform: rotate(-20deg) scale(1.2);
  }

  50% {
    transform: rotate(20deg) scale(1.2);
  }

  70% {
    transform: rotate(0deg) scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.loaderBall {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.bSocreRow {
  display: flex;

}


.registerForm .MuiTextField-root {
  background-color: #F5F5F5;
  border-radius: 1.2;
  font-size: 15px;
  padding: 6px 16px;
  border-radius: 4.8px;
}

.datepickerBx fieldset {
  border: 0 !important;
}

.datepickerBx input {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* .footer-navigation-body .MuiBottomNavigationAction-root {
  max-width: 64px !important;
  min-width: 64px !important;
} */



.keepSign .MuiTypography-root {
  font-size: 14px !important;
}

.keepSign a {
  color: #000 !important;
  text-decoration: none;
}

.MuiPaper-root {
  box-shadow: none !important;
}

.match-odd.disabled {
  color: #9f9e9e !important
}

.menuDrawer .MuiPaper-root {
  width: 75% !important;
}

.menuDrawer .logoTop {
  margin: 10px 10px 5px 10px;
}

.drawerSearch {
  margin: 10px !important;
  margin-bottom: 0 !important;
}

.sRelt {
  margin: 0 0 5px 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}

.sRelt .MuiInputBase-root {
  height: 30px !important;
}


.drawerFMenu svg {
  font-size: 20px;
  margin-right: 10px;
}

.drawerFMenu .MuiMenuItem-root {
  min-height: 42px;
}

.primeMenu a {
  min-height: 40px;
}

.primeMenu a img {
  width: 26px;
  margin-right: 10px;
}


.tktNoBox {
  background-color: #F4F4F4;
  padding: 10px;
}


.tktNoBox .MuiTypography-root {
  font-weight: 600;
  text-transform: capitalize;
}

.tktNoBox .MuiTextField-root {
  margin-top: 4px;
  background-color: #EEEEEE;
}

.tktNoBox .MuiInputBase-input {

  background-color: #fff;
  padding-left: 10px;
}

.logoutBtnLast {}

.logoutBtnLast svg {
  font-size: 20px;
  margin-right: 10px;
}

.searchResultBg {
  background-color: #fff;
  margin-top: 4px;
  border-radius: 11px;
}

.datePickerDv input {
  padding-top: 9.50px !important;
  padding-bottom: 9.5px !important;
}



@media screen and (max-width: 380px) {

  .footer-navigation-body .MuiBottomNavigationAction-root {
    max-width: 70px !important;
    min-width: 70px !important;
  }

}

.paddingRight {
  padding-right: 20px;
  line-height: 20px;
}

.odsEmptySpan {
  height: 20px;
}

.lockedOds {
  pointer-events: none;
  color: #a8a8a8;
}

.lockedOds span {
  color: #a8a8a8;
}

.lockedOds span.odsEmptySpan {
  color: #000;
}


/* odd css */

.oneOnOne .eventWraperColumn.buttonFlex {
  margin: 2px;
}

.one_x_2 .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}


.one_or_two .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.firstPrd_odd_even .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}


.firstPrd_Winner .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}

.Two_Goals_in_a_Row_by_Away_Team .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Two_Goals_in_a_Row_by_Home_Team .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}


.second_nd_Period_Odd_Even .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}


.second_nd_Period_Winner .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}

.Away_Team_to_Score .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}



.Away_Team_to_Score_1st_Half .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Away_Team_to_Score_2nd_Half .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Away_Team_to_Score_First_And_Win_The_Match .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Away_Team_to_Score_In_Both_Halves .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}


.Away_Team_To_Win_From_Behind .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}


.Away_Team_To_To_Nil .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}


.Both_Teams_To_Score_1st_Half .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Both_Teams_To_Score_2nd_Half .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Both_Teams_To_Score_In_Both_Halves .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Correct_Score .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}



/* need to convert in three  */
.Correct_Score_1st_Period .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}


.Correct_Score_2nd_Period .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}

.Double_Chance .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}


.Double_Chance_1st_Period .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}

.Double_Chance_2nd_Period .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}

.Draw_In_Both_Halves .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Draw_In_Either_Half .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.European_Handicap_1st-Period .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}

.European_Handicap_2nd-Period .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}

.European_Handicap .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}

.First_Team_To_Score_Period .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}

.First_Team_To_Score_1st_Period .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}

.First_Team_To_Score_2nd_Half .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}

.Highest_Scoring_Half .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}

.Home_Team_to_Score .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.First_Try_Scorer .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}


.Home_Team_to_Score_1st_Half .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Home_Team_to_Score_2nd_Half .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Home_Team_to_Score_First_And_Win_The_Match .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Home_Team_to_Score_In_Both_Halves .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Home_Team_To_Win_At_Least_One_Half .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Home_Team_To_Win_Home_Both_Halves .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Home_Team_To_Win_From_Behind .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Home_Team_To_Win_Nil .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.HT_FT .buttonFlex {
  flex: 0 0 calc(33.33% - 4px);
}

.Last_Team_To_Score .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}


.Next_Goal .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Next_Goal_1st_Period .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Next_Goal_2nd_Period .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Number_of_Goals_2nd_Half .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}


.Number_of_Goals_1st_Half .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Number_of_Goals .buttonFlex {
  flex: 0 0 calc(50% - 3px);
}

.Odd_Even .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}

.Odd_Even_Away_Team .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}

.Race_To .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}

.Under_Exactly_Over .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}

.Under_Over_Away_Team_Including_Overtime .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}

.Under_Over_Home_Team_Including_Overtime .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}


.Under_Over .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}

.Under_Over_Away_Team .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}

.Under_Over_Home_Team .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}


.Under_Over_1st_Period .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}

.Under_Over_1st_Period_Away_Team .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}

.Under_Over_1st_Period_Home_Team .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}


.Under_Over_2nd_Period_Home_Team .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}

.Under_Over_Goal_Minutes .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}

.Will_A_Goal_Be_Scored_In_Both_Halves .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}

.Multiple_Correct_Score .buttonFlex {
  flex: 0 0 calc(100% - 4px);
}

.Total_Corners .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}

.Under_Over_Corners_1st_Half .buttonFlex {
  flex: 0 0 calc(50% - 4px);
}


.prematch {
  justify-content: space-between !important;
}

.prematch .buttonFlex {
  margin: 4px 0 !important;
}


.notFndContainer {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.notFoundBg {
  background-image: url(../images/404_bg.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 304px;
  height: 154px;

}

.btnBack {
  background-color: #B2E576;
  color: #000;
  padding: 6px 20px;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btnBack p {
  margin-left: 10px;
}

.loginMsg {
  position: absolute;
  width: 100%;
  bottom: 144px;
  z-index: 9999;
}

.subloader-item {
  height: 30px !important;
  padding: 25px;
}

.paddingRight {
  padding-right: 20px;
  line-height: 20px;
}

.otpimage {
  max-width: 100%;
  text-align: center;
}

.selectInput .MuiInputLabel-root {
  background: #fff;
}

.MuiDateRangeCalendar-root>div:first-of-type {
  opacity: 0;
}

.slectInput .MuiInputLabel-root {
  background: #fff;
}


.filterDilogue .MuiDialogContent-root {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.filterlabel {
  width: 47%;
}

.filterDatePicker input {
  background-color: #f0f0f0;
  border-radius: 5px;
  font-size: 15px;
}

.filterBtns button {
  min-width: 36px !important;
}

.filterBtnIcon {}

.filterBtnIcon::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #749F42;
  right: 4px;
  top: 3px;

}

.usrBtn {
  min-width: auto !important;
  background-color: #fff !important;
  margin-right: 4px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.priceBx {
  /* background-color: #fff !important; */
}

.topHeaderBg {
  background-color: #fff !important;
  padding: 0 10px;
  border-radius: 4px;
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.usrBtn span {
  margin: 0;
  padding: 0;
}

.prtNameStyle {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 74px;
  white-space: nowrap;
}

.rfreshBtn {

  padding: 1px !important;
  margin-left: 8px !important;
}

.otpDilogue .MuiDialog-paper {
  margin: 0 !important;
}

.score-box.arrowUp,
.score-box.arrowDown {
  position: relative;

}

.score-box.arrowUp:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #26A541;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -4px;
  animation: taadaa 0.5s infinite;
}

.score-box.arrowDown:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FF0302;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -4px;
  animation: taadaa 0.5s infinite;
}

.mobileScoreBox {
  position: relative;
}

.mobileScoreBox.arrowUp,
.mobileScoreBox.arrowDown {
  position: relative;

}

.mobileScoreBox.arrowUp:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #26A541;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -4px;
  animation: taadaa 0.5s infinite;
}

.mobileScoreBox.arrowDown:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FF0302;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -4px;
  animation: taadaa 0.5s infinite;
}





.slotPage .NewTag.Activate {
  Opacity: 1;
}

@keyframes taadaa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slotPage .NewTag {
  Position: absolute;
  Bottom: 10px;
  Right: 5px;
  Background: red;
  Border-radius: 5px;
  font-size: 11px;
  Opacity: 0;
  color: #fff;
  padding: 2px 10px 4px 10px;
}

/* .slotPage .LobbyCard-container img:hover {
  cursor: pointer;
  animation-name: LobbyCardAnimation;
  animation-timing-function: ease;
  animation-duration: .23s;
  transform: scale(1.2, 1.2);
  position: relative;
  z-index: 5;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, .8);
  border: 1px solid rgba(252, 252, 252, .8);
} */


.newBox {
  width: 800px;
  height: 800px;
  background-color: red;
}

.iframe-placeholder {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='100px' height='100px' viewBox='0 0 128 128' xml:space='preserve'%3E%3Cg%3E%3ClinearGradient id='linear-gradient'%3E%3Cstop offset='0%25' stop-color='%23ffffff' fill-opacity='0'/%3E%3Cstop offset='100%25' stop-color='%23749F42' fill-opacity='1'/%3E%3C/linearGradient%3E%3Cpath d='M63.85 0A63.85 63.85 0 1 1 0 63.85 63.85 63.85 0 0 1 63.85 0zm.65 19.5a44 44 0 1 1-44 44 44 44 0 0 1 44-44z' fill='url(%23linear-gradient)' fill-rule='evenodd'/%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 64 64' to='360 64 64' dur='1080ms' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
  /* background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23FF0000" x="50%" y="50%" font-family="\'Lucida Grande\', sans-serif" font-size="24" text-anchor="middle">PLACEHOLDER</text></svg>') 0px 0px no-repeat; */
  border-radius: 9px;
  padding: 10px;
}


.liveSportsTabHead {
  background-color: transparent !important;
}

.liveSportsTabHead .tab-head-button {
  margin: 4px;
  background-color: #ccc;
}


.liveSportsTabHead .tab-head-button {
  margin: 4px;
  background-color: #fff;
  border-radius: 7px;
}

.liveTabBody {}

.homePageTabs.liveTabs {
  padding: 4px;
}

.loaction-accordian-header .MuiAccordionSummary-content {
  margin-top: 11px;
  color: #fff;
  font-size: 14px;
}

.defaultLeagueImg {
  margin-right: 10px;
}

.homePageTabs.liveTabs .loaction-accordian-header img {
  margin-right: 10px;
}

.liveGridLayoutContainer {
  display: grid;
  grid-template-columns: 120px 39px 39px 39px;
}

/* new arrow */
.gridHolderlive .odsSpan.arrowUp,
.gridHolderlive .odsSpan.arrowDown {
  position: static;

}

.gridHolderlive .odsSpan.arrowUp:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #26A541;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -6px;
  animation: taadaa 0.5s infinite;
}




.gridHolderlive .odsSpan.arrowDown:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FF0302;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -6px;
  animation: taadaa 0.5s infinite;
}

.gridHolderlive .odsEmptySpan {
  margin-top: 12px !important;
}

.gridLayotContainer {
  display: grid;
  grid-template-columns: 55% 15% 15% 15%;

}


.liveteamName {
  /* width: 397px; */
  margin: 0;
  margin-right: 10px;
  padding-top: 5px;
  font-size: 14px;
}

.liveteamName .matchName {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.liveGrid .odsSpan {
  width: 100%;
  height: 100%;
  padding-top: 24px;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 13px;
}

.liveOdsWrapper {
  background-color: #F9F9F9;
  border-radius: 20px;
}

.staticLInk a {
  text-decoration: none;
}


.liveGridName {
  margin-left: 10px;
  font-weight: 500;
}

.liveOdsWrapper {
  margin-top: 5px;
  padding-bottom: 18px;
}

.odd1,
.odd2,
.odd3 {
  position: absolute;
  top: 7px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 11px;
}

.liveGrid {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 95%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.liveTabBody .match-section {
  padding: 5px 7px;
}

.active .odsSpan,
.active.odsSpan {
  background: #749F42;
  font-weight: 500;
  color: #fff;
}

.liveGrid .liveSpanTxt.active {
  color: #fff !important;
}

.staticLInk a {
  color: #000;
  text-decoration: none;
}

.liveSportsTabHead .tab-head-button {
  position: relative;
}

.sportCountTab .tabCount {
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 5px;
  font-weight: 600;
}

.topLeagueTabs {
  overflow: auto;
}

.topLeagueTabs button {
  min-width: 110px;
}

.liveHeaderacordian .Mui-expanded {
  margin: 0 !important;
}