* {
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  vertical-align: top;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

* ::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}

* ::-webkit-scrollbar-track {
}

* ::-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: 1px solid slategrey;
  border: 1px solid #fff;
  border-radius: 5px;
}

a,
a:hover {
  text-decoration: none;
}

body {
  width: 100%;
  background: #444;
}

a {
  cursor: pointer;
}

.betModuleSportBtn[sportid="2"] i {
  background-image: url("../img/basketball.svg");
}

.betModuleSportBtn[sportid="31"] i {
  background-image: url("../img/badmiton.svg");
}

.betModuleSportBtn[sportid="37"] i {
  background-image: url("../img/squash.svg");
}

.betModuleSportBtn[sportid="34"] i {
  background-image: url("../img/beachvolley.svg");
}

.betModuleSportBtn[sportid="34"] i {
  background-image: url("../img/beachvolley.svg");
}

.betModuleSportBtn[sportid="22"] i {
  background-image: url("../img/darts.svg");
}

.betModuleSportBtn[sportid="24"] i {
  background-image: url("../img/fieldHockey.svg");
}

.betModuleSportBtn[sportid="16"] i {
  background-image: url("../img/football.svg");
}

.betModuleSportBtn[sportid="1"] i {
  background-image: url("../img/soccer.svg");
}

.betModuleSportBtn[sportid="5"] i {
  background-image: url("../img/tennis.svg");
}

.betModuleSportBtn[sportid="12"] i {
  background-image: url("../img/rugby.svg");
}

.betModuleSportBtn[sportid="6"] i {
  background-image: url("../img/handball.svg");
}

.betModuleSportBtn[sportid="10"] i {
  background-image: url("../img/boxing.svg");
}

.betModuleSportBtn[sportid="21"] i {
  background-image: url("../img/cricket.svg");
}

.betModuleSportBtn[sportid="4"] i {
  background-image: url("../img/hockey.svg");
}

.betModuleSportBtn[sportid="23"] i {
  background-image: url("../img/volleyball.svg");
}

.betModuleSportBtn[sportid="3"] i {
  background-image: url("../img/baseball.svg");
}

.betModuleSportBtn[sportid="20"] i {
  background-image: url("../img/table.svg");
}

.betModuleSportBtn[sportid="19"] i {
  background-image: url("../img/biliardo.svg");
}

.betModuleSportBtn[sportid="29"] i {
  background-image: url("../img/futsal.svg");
}

#gamesLeagueWrapper .titleTobeHidden {
  display: none;
}

#gamesLeagueWrapper > div:first-child > .titleTobeHidden {
  display: flex;
}

div.betSlipAdded {
  background: #8d741d;
}

.slick-arrow.slick-next {
  position: absolute;
  z-index: 50;
  width: 10px;
  height: 25px;
  right: -34px;
  top: 0;
  color: transparent;
  overflow: hidden;
}

.slick-arrow.slick-prev {
  position: absolute;
  z-index: 50;
  width: 10px;
  height: 25px;
  right: -18px;
  top: 0;
  color: transparent;
  overflow: hidden;
}

.slick-initialized .slick-slide {
  display: flex;
}

.full-screen .mainHolderPanel {
  width: 100%;
}
.full-screen .mainPanel {
  padding-left: 0;
}

.full-screen #leftpanel_container,
.full-screen .rightPanel {
  display: none;
}

.full-screen .sportsList {
  display: none;
}

.full-screen .mainPanel {
  height: calc(100vh - 50px) !important;
}

body .hiddenMatch {
  display: none;
}
body.singleMatch .hiddenMatch {
  display: flex;
}

.singleHeaderLabel,
.singleColumnModule,
.column-3 .singleColumnModule {
  width: calc(100% / 3);
}
.column-2 .singleHeaderLabel,
.column-2 .singleColumnModule {
  width: 50%;
}

.singleColumnModule.threeColumns,
.singleHeaderLabel.threeColumns {
  width: calc(100% / 3);
}

.singleColumnModule.fourColumns,
.fourColumns .singleHeaderLabel {
  width: calc(100% / 4);
}

.column-4 {
  width: calc(100% / 4);
}

.st0 {
  fill: none;
}

body {
  justify-items: center;
}

.dataTables_wrapper {
  width: 100%;
}

table.dataTable tbody tr {
  background-color: rgb(255, 255, 255) !important;
}

.dataTables_scrollHead {
  background: #a90329;
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #a90329),
    color-stop(44%, #8f0222),
    color-stop(100%, #6d0019)
  );
  background: -webkit-linear-gradient(
    top,
    #a90329 0%,
    #8f0222 44%,
    #6d0019 100%
  );
  background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
  box-shadow: 3px 3px 3px #000000;
}

body .dataTables_scrollHead table thead tr th {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  padding: 5px;
  text-align: left;
}

body .dataTables_scrollBody table tr td:last-child,
body .dataTables_scrollHead table thead tr th:last-child {
  display: flex;
  justify-content: flex-end;
}

body .dataTables_scrollHead table thead tr th:last-child {
  color: transparent;
}

body .dataTables_scrollBody table tr td.dataTables_empty:last-child {
  display: table-cell;
}

body .dataTables_scrollBody table tr td {
  padding: 4px 10px;
  font-weight: normal;
  font-size: 12px;
}
body .dataTables_wrapper .dataTables_filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}
body .dataTables_wrapper .dataTables_filter label {
  font-size: 12px;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body .dataTables_wrapper .dataTables_filter input {
  background-image: url("../img/search1.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 157px;
  height: 20px;
  color: white;
  padding-left: 20px;
  padding-right: 15px;
  background-color: rgba(255, 255, 255, 0.2); /* Equivalent to bg-white/20 */
  border: 1px solid rgba(255, 255, 255, 0.4); /* Equivalent to border-white/40 */
}
body .dataTables_wrapper .dataTables_filter {
  margin-bottom: 8px;
}
body .dataTables_wrapper .dataTables_paginate {
  background: #a90329;
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #a90329),
    color-stop(44%, #8f0222),
    color-stop(100%, #6d0019)
  );
  background: -webkit-linear-gradient(
    top,
    #a90329 0%,
    #8f0222 44%,
    #6d0019 100%
  );
  background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
  box-shadow: 3px 3px 3px #000000;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 4px 15px;
}
body .dataTables_wrapper .dataTables_paginate a {
  color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button {
  width: 20px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 12px;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.paginate_button.next,
.dataTables_wrapper
  .dataTables_paginate
  .paginate_button.paginate_button.previous {
  width: auto;
  padding: 0px 5px;
}
.dataTables_wrapper .dataTables_paginate span {
  margin: 0 10px;
  color: #fff;
}
.dataTables_scrollHeadInner,
#betsTable_wrapper table {
  width: 100% !important;
}

.daterangepicker .ranges li.active {
  background: #a90329;
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #a90329),
    color-stop(44%, #8f0222),
    color-stop(100%, #6d0019)
  );
  background: -webkit-linear-gradient(
    top,
    #a90329 0%,
    #8f0222 44%,
    #6d0019 100%
  );
  background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: #a90329;
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #a90329),
    color-stop(44%, #8f0222),
    color-stop(100%, #6d0019)
  );
  background: -webkit-linear-gradient(
    top,
    #a90329 0%,
    #8f0222 44%,
    #6d0019 100%
  );
  background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
}

body .disabledBtn span:last-child {
  display: none;
}
body .disabledBtn.labelBtn span:last-child {
  display: flex;
}

body .disabledBtn {
  opacity: 0.5;
  cursor: auto;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: 8px;
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-image: url("../img/kyc.png");
}

body .labelBtn {
  opacity: 0.5;
  justify-content: center !important;
}
body .disabledBtn.labelBtn {
  opacity: 0.5;
  cursor: auto;
  background: none;
}
body .disabledBtn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body .disabledBtn {
  opacity: 0.5;
  cursor: auto;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: 8px;
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-image: url("../img/kyc.png");
}

.in-play-header-tab i {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  filter: grayscale(1);
}

.in-play-header-tab.active i {
  filter: grayscale(0);
}

.in-play-header-tab i.sport-soccer {
  background-image: url("../img/soccer.svg");
}

.in-play-header-tab i.sport-basketball {
  background-image: url("../img/basketball.svg");
}

.in-play-header-tab i.sport-tennis {
  background-image: url("../img/tennis.svg");
}

.in-play-header-tab i.sport-table-tennis {
  background-image: url("../img/table.svg");
}

.twoColumns {
  width: calc(100% / 2);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-block;
}

.text-shadow {
  text-shadow: 1px 1px 1px #000000;
}

.removeThisTime {
  display: none !important;
}

#custom-select-trigger {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  color: white;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#custom-select-options {
  background: black;
  color: white;
  border-radius: 4px;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  max-height: 120px;
  overflow-y: auto;
}

#custom-select-options li {
  padding: 8px;
  border-bottom: 1px solid #444;
  cursor: pointer;
}

#custom-select-options li:hover {
  background: linear-gradient(to bottom, #a90329, #8f0222, #6d0019);
}

option {
  max-width: 200px;
  white-space: normal;
  word-break: break-word;
  background: #8f0222;
  width: 200px;
  /* background: linear-gradient(to bottom, #a90329, #8f0222, #6d0019); */
}

.loaderWrapper-bet {
  float: left;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
  z-index: 99999;
  top: 0;
}

.loader-bet {
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border-top: 4px solid rgba(255, 255, 255, 1);
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spin 0.5s linear infinite; /* Safari */
  animation: spin 0.5s linear infinite;
}

body #favorite-games .fav-toggle {
  opacity: 0 !important;
}

body #favorite-games .group:hover .fav-toggle {
  opacity: 1 !important;
}

body #favorite-games .group:hover a div span:first-child {
  opacity: 0 !important;
}

.sport-group .is-fav {
  display: none !important;
}

.is-live #favorite-games {
  display: block;
}

#favorite-games {
  display: none;
}

#betsTable td:nth-child(3) {
  width: 140px;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
