.body-color {
  background-color: #0f1f1c;
}

.sub-color {
  background-color: #8c0004 !important;
}

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

.sub-font-size-2 {
  font-size: 15px !important;
}

.sub-font-size-sporty {
  font-size: 12px !important;
}

.bold-font {
  font-weight: bold !important;
}

/* .icon-notify {

}
.icon-notify:before,
.icon-notify:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 10px;
  background: #ffa800;
}
.icon-notify:before {
  transform: rotate(30deg);
}
.icon-notify:after {
  transform: rotate(75deg);
} */

.icon-notify {
  /*     box-sizing: border-box;
      position: relative;
      display: block;
      transform: scale(var(--ggs,1));
      border: 2px solid;
      border-radius: 40px;
      width: 22px;
      height: 22px */
}

.icon-notify::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  transform: scale(var(--ggs, 1));
  border-radius: 100%;
  background: #ffa800;
  box-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
  left: 0px;
  top: -10px;
}
.icon-notify::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  transform: rotate(45deg);
  left: 5px;
  top: -4px;
}

.icon-notify-market {
  /*     box-sizing: border-box;
        position: relative;
        display: block;
        transform: scale(var(--ggs,1));
        border: 2px solid;
        border-radius: 40px;
        width: 22px;
        height: 22px */
}

.icon-notify-market::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  transform: scale(var(--ggs, 1));
  border-radius: 100%;
  background: #ffa800;
  box-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
  left: 5px;
  top: 0px;
}
.icon-notify-market::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  transform: rotate(45deg);
  left: 10px;
  top: 5px;
}

.spacing {
  margin-left: 25px;
}

.spacing-left {
  margin-left: 15px;
}

.spacing-right {
  margin-right: 15px;
}

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

.custom-button {
  background-color: #ffa800 !important;
  border-radius: 0.25rem;
}

.red-border {
  border: 1px solid #ebc1c2 !important;
}

.go-left {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.l-mg {
  margin-left: 10px;
}

.yellow-border {
  border: 2px solid #ffa800 !important;
}

.white-border {
  border: 2px solid white !important;
}

.yellow-color {
  background-color: #ffa800 !important;
}

.red-color {
  background-color: #8c0004 !important;
}

.light-red-color {
  background-color: #b90106 !important;
}

.s-menu {
  margin: 8px;
}

.s-input {
  width: 70px !important;
}

.sm-input {
  width: 105px !important;
}

.m-input {
  width: 130px !important;
}

.m-bot {
  margin-bottom: 8px;
}

.no-p {
  padding: 0 !important;
}

.no-m {
  margin: 0 !important;
}

.white-bg {
  background-color: white;
}

.y-c {
  color: white !important;
}

.g-c {
  color: #32cd32 !important;
}

.r-c {
  color: #8c0004;
}

.sm-p {
  padding: 5px;
}

.bbw {
  border-bottom: 0.7px solid white;
}

.bbl {
  border-bottom: 0.7px solid black;
}

.blw {
  border-left: 0.7px solid white !important;
}

.bbl {
  border-top: 0.7px solid black;
}

.go-right {
  float: right !important;
}

.b-red {
  background-color: #650103;
}

.mg-lf {
  margin-left: 45px;
}

.grey-bg {
  background-color: #fff5ee;
}

.f-l {
  float: left;
}

.wb-lf {
  border-left: 0.7px solid white !important;
  border-right: 0.7px solid white !important;
}

.odds-button {
  width: 55px;
}

.odds-button-sporty-small3 {
  width: 45px;
}

.odds-button-sporty-small2 {
  width: 67.5px;
}

.odds-button-sporty-small1 {
  width: 135px;
}

.odds-button-sporty {
  width: 45px;
}

.odds-button-sporty1 {
  width: 270px;
}

.odds-button-sporty2 {
  width: 135px;
}

.odds-button-sporty3 {
  width: 90px;
}

.odds-button-sporty4 {
  width: 67.5px;
}

.odds-button-sporty5 {
  width: 54px;
}

/* .odds-button-sporty:hover:not([disabled]) {
    background-color: #FFA800 !important;
} */

.odds-button:hover:not([disabled]) {
  background-color: #ffa800 !important;
}

.yellow-hover:hover {
  background-color: #ffa800 !important;
}

.card-width {
  width: 210px;
}

.odds-selected {
  background-color: #ffa800 !important;
}

.grey-border {
  border: 0.7px solid #e9dcc9;
}

.locked-button {
  margin-left: 8px;
  margin-right: 8px;
}

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

.locked-button-2 {
  margin-left: 7px;
  margin-right: 7px;
}

.lighter-red {
  background-color: #fff5ee;
}

.sm-mg {
  margin-left: 3px;
  margin-right: 3px;
}

.sm-mg-sporty {
  margin-left: 2px;
  margin-right: 2px;
}

.bg-black {
  background-color: black !important;
}

.competition-tab {
  width: 20% !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.competition-tab:hover {
  border: 3px solid #ffa800 !important;
  background-color: #ffa800 !important;
  cursor: pointer;
}

.red-bottom-2 {
  border: 3px solid #ffa800 !important;
  background-color: #ffa800 !important;
}

.tb-yellow {
  border-top: 2px solid #ffa800 !important;
  border-bottom: 2px solid #ffa800 !important;
  background-color: #ffa800 !important;
}

.red-stretch {
  background-color: #8c0004 !important;
}

.blue-bg {
  background-color: #bee5eb !important;
}

.links-nav:hover {
  background-color: #8c0004 !important;
}

.fixture-link:hover {
  text-decoration: underline !important;
}

.verify-email {
  padding: 10px;
  position: relative;
  width: 100%;
  background: #f7f2f2;
  z-index: 200;
  text-align: center;
}

.body-size {
  width: 1024px;
  margin: auto;
}

li.nav-item.active {
  background-color: #8c0004;
  /* transform: skewX(-2deg); */
}

li.nav-item:hover {
  background-color: #d33;
  /* transform: skewX(-2deg); */
  z-index: 1000;
}

li.sub-active {
  border-bottom: 3px solid #fff;
  font-weight: 700;
}

li.sub-link:hover {
  border-bottom: 3px solid #c3c3c3;
}

li.sub-market-active {
  border-bottom: 3px solid rgb(122, 5, 5);
  font-weight: 700;
}

li.sub-market-link a {
  color: #000;
}

li.sub-market-link:hover {
  border-bottom: 3px solid #c43a3a;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.md-accordion .card .fa-angle-down {
  float: right;
}

.card-pad {
  padding: 0.75rem 0.9rem;
}

.text-black,
.text-black:hover {
  color: #000;
  text-decoration: none;
}

.size-13 {
  font-size: 14px;
}

.text-white-red {
  color: #ffefef !important;
}

.text-white-reddish {
  color: #fceded !important;
}

.size-12 {
  font-size: 13px;
}

.table td,
.table th {
  vertical-align: middle;
}

.jumbotron {
  margin-bottom: 0;
}

.accordion > .card {
  overflow: visible;
}

.dropdown-menu {
  min-width: fit-content;
}

.dropright .dropdown-toggle::after {
  border-left: 0.3em solid transparent;
}

.side-menu-item {
  cursor: pointer;
  font-size: 14px;
  padding: 5px 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dropright:hover > .dropdown-menu {
  display: block;
}

.dropright > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropright .dropdown-menu {
  margin-left: 0px;
}

.dropright:hover {
  background-color: #ffa800;
}

@media (max-width: 767px) {
  .body-size {
    width: 100%;
  }
  #withdrawal_content {
    margin-top: 50px !important;
  }
  #congrats {
    font-size: larger;
  }
  #withdraw_success {
    font-size: 25px;
  }
  #max-min-alert {
    width: 100% !important;
  }
  .promotion-header {
    display: block !important;
  }

  .text-promo {
    font-size: 13px !important;
    font-weight: 700 !important;
  }

  .text-promo-rb {
    font-size: 18px !important;
  }
}

.fx-name-date {
  padding-left: 2rem;
}

.day-sort {
  padding: 1px 5px !important;
}

.day-sort:hover {
  color: white !important;
  background-color: #343a40 !important;
  cursor: pointer;
}

.upcoming-sort {
  padding: 1px 5px !important;
}

.upcoming-sort:hover {
  color: white !important;
  background-color: #343a40 !important;
  cursor: pointer;
}

.pop-comp:hover {
  color: #ffa800 !important;
  cursor: pointer;
}

.card-height {
  height: 297px !important;
}

.more-market {
  width: 70px !important;
}

.sport-pagination {
  display: flex;
  justify-content: center;
  list-style: none;
}

.highlight-sport:hover {
  border: 2px solid #c43a3a;
  background-color: gainsboro !important;
  cursor: pointer;
}

.highlight-market:hover {
  border: 2px solid #c43a3a;
  background-color: gainsboro !important;
  cursor: pointer;
}

.red-bottom {
  border: 2px solid #c43a3a;
  background-color: gainsboro !important;
}

.footer-links:hover {
  color: white;
}

.fl-color {
  color: #f0ead6 !important;
}

.just-yellow {
  color: #ffa800 !important;
}

.cookie {
  background-color: white;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.more-market-sporty {
  width: 55px !important;
}

.btn-sporty {
  padding: 0;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.pad-1 {
  padding-top: 3px !important;
  padding-bottom: 1px !important;
}

.sub-font-size-boost {
  display: inline-block !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

.pad-sporty-1 {
  /* padding-top: 1px !important; */
  padding-bottom: 1px !important;
}

.sub-font-size-sporty-boost {
  display: inline-block !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* width: calc(90%); */
}

.sub-font {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px !important;
  font-weight: 600;
}

.preloader {
  align-items: center;
  background: #c8c8c8;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffa800;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#toTop:hover {
  background-color: #555;
  color: white;
}

@media only screen and (min-width: 1670px) {
  #teaser-section {
    width: 1556px;
    height: 860px;
  }
  #teaser-span {
    margin-right: 130px;
  }
}

@media only screen and (max-width: 425px) {
  #how-to {
    display: none;
  }
  #f-c {
    display: none;
  }
  #t-c {
    display: none;
  }
  #sports-list {
    display: none;
  }
  #markets-list {
    display: none;
  }
  #mobile-markets-list {
    display: inline;
  }
  #over-under {
    display: none;
  }
  #double-chance {
    display: none;
  }
  #vlb {
    display: none;
  }
  .fixtures-1 {
    display: none;
  }
  .fixtures-2 {
    display: none;
  }
  .fx-name-date {
    padding-left: 10px !important;
  }
  .market-selected {
    background-color: #b90106 !important;
  }
  #anb {
    display: none !important;
  }
  #lll {
    display: none !important;
  }
  #mf-content {
    visibility: visible !important;
    height: auto !important;
  }
  #df-content {
    display: none !important;
  }
}

@media only screen and (min-width: 1920px) {
  #side-1 {
    margin-left: 85px;
  }
  #side-2 {
    margin-right: 85px;
  }
}

@media only screen and (min-width: 425px) {
  .bottombar {
    display: none;
  }
  #mobile-markets-list {
    display: none;
  }
  #comp-dd {
    display: none;
  }
}

#mobile-betslip {
  display: none;
}
.fixtures-4 {
  display: none !important;
}

.fixtures-3 {
  display: none !important;
}

.fixtures-2 {
  display: none !important;
}

#third-market {
  display: none !important;
}

#fourth-market {
  display: none !important;
}
#fifth-market {
  display: none !important;
}

#over-under {
  display: none !important;
}

#goal-nogoal {
  display: none !important;
}
#draw-no-bet {
  display: none !important;
}

.dropdown-menu-sporty {
  /* background-color: #FFA800 ; */
}

.dropdown-item-sporty {
  /* color: #fff; */
}

.text-white {
  color: #fff;
}

.dropdown-item-sporty.active,
.dropdown-item-sporty:active {
  color: #fff;
  text-decoration: none;
  background-color: #b90106;
}

.dropdown-item-sporty:focus,
.dropdown-item-sporty:hover {
  /* color: #fff; */
  text-decoration: none;
  background-color: #ffa800; /*#fff8e9;*/
}

/* Custom Checkbox */
.checkbox-sporty[type="checkbox"]:focus {
  outline: 1px solid rgba(0, 0, 0, 0.2);
}

.checkbox-sporty[type="checkbox"] {
  background-color: #ddd;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: relative;
  /* top: 5px; */
}

.checkbox-sporty[type="checkbox"]:checked {
  background-color: #b90106;
  background: #b90106
    url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==")
    3px 3px no-repeat;
}

.ellipses {
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.center-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more-button-width {
  width: 70px;
}

.table {
  font-size: 14px;
  line-height: 1;
}

.table td,
.table th {
  padding: 0.6rem;
}

.dropdown-item-red {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item-red:focus,
.dropdown-item-red:hover {
  color: #fff;
  text-decoration: none;
  background-color: #cd2c2c;
}

.dropdown-menu-red {
  background-color: #b90106;
}

.br-20 {
  border-radius: 20px !important;
}
.wc-tab {
  background: #fff !important;
  font-weight: 500;
}
.wc-tab.active {
  background: #b90106 !important;
  outline: none !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .hideOnMobile {
    display: none !important;
  }
}

.mb-footer-license {
  padding-left: 2px !important;
  overflow-y: hidden !important;
}
