/*CSS HANDLER */
.minCont .min > div {
  display: flex;
  align-items: center;
}

.minCont .min .alias {
  width: 50px;
}

.minCont .min .oddTd {
  margin-left: 10px;
}

.minCont .min .bar {
  margin-left: 10px;
  width: 60%;
  position: relative;
}

.minCont .min .cssProgress-bar {
  height: 100%;
}

.minCont .min .rate {
  margin-left: 10px;
}

#the_bet {
  background-color: var(--FavBorderBg3);
  width: 94% !important;
  margin-left: 3% !important;
  margin-right: 3% !important;
  margin-bottom: 6px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  padding-left: 30px;
  padding-right: 30px;
}

/* For Heading */
.heading_TheBet {
  margin: 20px 0 20px 30px;
}

.heading_TheBet > h2 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 100px;
  text-align: left;
  text-transform: uppercase;
}

.heading_TheBet h2.no-background {
  position: relative;
  z-index: 1;
  width: 100%;
  &:before {
    height: 2px;
    background: radial-gradient(
      50% 50% at 50% 50%,
      var(--bg_text) 0%,
      rgba(209, 205, 205, 0) 100%
    );
    content: "";
    position: absolute;
    top: 40%;
    left: -8%;
    right: 0;
    bottom: 0;
    width: 114%;
    z-index: -1;
  }
  span {
    background: var(--livebetLightBg);
    padding: 0 5px;
  }
}
/* End of the heading */

#the_bet #the_bet_container {
  border: 1px solid var(--border-main);
  border-radius: 10px;
  padding: 15px;
  background-color: var(--table_row);
}

#the_bet #the_bet_container > p {
  margin-top: 15px;
  line-height: 0px;
  color: var(--textColorBg);
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background: transparent !important;
  left: 8px !important;
}

#the_bet .max {
  margin: 0 auto;
  width: 100%;
}

#the_bet .clubs {
  margin-top: 15px;
  display: flex;
  text-align: center;
  padding: 0 5.5%;
  width: 100%;
}

@media screen and (max-width: 1293px) {
  #the_bet .club {
    display: none;
  }
  #the_bet .maxCont {
    width: 100% !important;
  }
}

#the_bet .clubs .clubsName {
  width: 50%;
  align-self: center;
}

#the_bet .clubs .clubsName h2 {
  font-size: 22px;
}

#the_bet .clubs .clubsName .date {
  font-size: 20px;
  position: relative;
  top: 15px;
}

#the_bet .clubs .club {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 113px;
}

#the_bet .maxCont > div {
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#the_bet .clubs img {
  height: 75px;
  margin-top: 6px;
}

#the_bet .maxCont {
  display: flex;
  width: 100% !important;
  justify-content: space-evenly;
}

#the_bet table {
  width: 100%;
}

#the_bet_container tbody {
  border: 1px solid var(--bg_text);
  border-radius: 6px;
}

#the_bet .minCont,
#the_bet .maxCont,
#the_bet .clubs .club {
  background-color: var(--FavBorderBg);
  border: none !important;
}

#the_bet td.oddTd a {
  display: block;
  height: 100%;
  padding: 0 2px;
  width: 100%;
  color: var(--bg_text) !important;
  background: transparent !important;
}

#the_bet .minCont td.oddTd a {
  font-size: 10px;
  margin: 0;
}

#the_bet td.bar {
  padding: 2px 4px;
  width: 70%;
}

#the_bet .maxCont .bar {
  padding-right: 20px;
  top: 65px;
}

#the_bet .bar div {
  color: var(--textColor4);
  height: 27px;
  line-height: 60px;
  max-width: 100%;
  position: relative;
}

#the_bet .maxCont .bar div {
  min-width: 8px;
  transition: all 0.5s ease 0s;
  height: 25px;
}

#the_bet .minCont .bar div {
  max-width: 100%;
  position: relative;
  height: 20px;
}

#the_bet .minCont .bar .color0 {
  background-position: 0 0px;
}

#the_bet .minCont .bar .color1 {
  background-position: 0 -75px;
}

#the_bet .minCont h2,
#the_bet .club h2 {
  font-size: 12px;
  margin: 5px 0;
}

#the_bet .rate {
  transition: all 500ms;
}

#the_bet .rate:after {
  content: "%";
  padding-left: 2px;
}

#the_bet .minCont td.bar {
  border-right: medium none;
}

#the_bet .minCont td.rate {
  border-left: medium none;
  border-right: medium none;
}

#the_bet .minCont {
  margin-top: 6px;
  text-align: center;
  width: 100% !important;
}

#the_bet .minCont > div {
  display: inline-block;
  width: 31%;
}

#the_bet table.min td.alias {
  background-color: var(--BetBg);
  width: 35px;
}

.maxCont div .max .cssProgress {
  width: 15%;
  display: flex;
  position: relative;
}

.minCont .min .cssProgress {
  border: 2px solid var(--border-main);
  padding-right: 5px;
}

.minCont .min .cssProgress:nth-child(1) {
  border-bottom: none;
  border-radius: 15px 15px 0 0;
}

.minCont .min .cssProgress:nth-child(2) {
  border-radius: 0 0 15px 15px;
}

/* CSS Progress Bars */
.cssProgress {
  width: 100%;
  display: block;
}

.max div.cssProgress .alias {
  text-align: center;
  width: 100%;
  height: 30px;
  padding-top: 5px;
  position: absolute;
  border: 2px solid var(--border-main);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.max div.cssProgress .oddTd {
  width: 100%;
  position: absolute;
  top: 30px;
  padding-bottom: 5px;
  border: 2px solid var(--border-main);
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.max div.cssProgress .oddTd a {
  margin: 0;
}

.max div.cssProgress .oddTd a:hover,
.max div.cssProgress .oddTd a.selected {
  color: var(--textColor);
}

.cssProgress .progress1,
.cssProgress .progress2,
.cssProgress .progress0 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cssProgress .cssProgress-bar {
  display: block;
  width: 0%;
  height: 100%;
  box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
  transition: width 0.8s ease-in-out;
}

.cssProgress .cssProgress-bar {
  background: #3798d9;
}
.cssProgress .cssProgress-bar.color0 {
  background: #94b32a;
}
.cssProgress .cssProgress-bar.color1 {
  background: #ef5350;
}
.cssProgress .cssProgress-bar.color2 {
  background: #ffb74d;
}
.cssProgress .cssProgress-success {
  background-color: #ffd700 !important;
}
.cssProgress .cssProgress-warning {
  background-color: #b32a2a !important;
}

.cssProgress .cssProgress-active-right {
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.125) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.125) 50%,
    rgba(255, 255, 255, 0.125) 75%,
    transparent 75%,
    transparent
  );
  background-size: 35px 35px;
  -webkit-animation: cssProgressActiveRight 2s linear infinite;
  animation: cssProgressActiveRight 2s linear infinite;
}

.cssProgress .cssProgress-active-right.color0 {
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.125) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.125) 50%,
    rgba(255, 255, 255, 0.125) 75%,
    transparent 75%,
    transparent
  );
  background-size: 35px 35px;
  -webkit-animation: cssProgressActiveRight 2s linear infinite;
  animation: cssProgressActiveRight 2s linear infinite;
}

.cssProgress .cssProgress-active-right.color1 {
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.125) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.125) 50%,
    rgba(255, 255, 255, 0.125) 75%,
    transparent 75%,
    transparent
  );
  background-size: 35px 35px;
  -webkit-animation: cssProgressActiveRight 2s linear infinite;
  animation: cssProgressActiveRight 2s linear infinite;
}

.cssProgress .cssProgress-active-right.color2 {
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.125) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.125) 50%,
    rgba(255, 255, 255, 0.125) 75%,
    transparent 75%,
    transparent
  );
  background-size: 35px 35px;
  -webkit-animation: cssProgressActiveRight 2s linear infinite;
  animation: cssProgressActiveRight 2s linear infinite;
}

@-webkit-keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}

@keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}

/* Progress Bar Specific Styles */
.progress1 .cssProgress-bar {
  height: 18px;
}
.progress1 .cssProgress-label {
  line-height: 18px;
}
.progress2 .cssProgress-bar {
  height: 18px;
}
.progress2 .cssProgress-label {
  line-height: 18px;
}
.progress0 .cssProgress-bar {
  height: 16px;
}
.progress0 .cssProgress-label {
  line-height: 16px;
}

@media screen and (max-width: 1141px) {
  .heading_TheBet {
    width: 90%;
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 1400px) {
  .heading_TheBet {
    width: 90%;
    margin-left: 3%;
    margin-right: 3%;
  }
  #the_bet .clubs .clubsName h2 {
    font-size: 24px;
  }
  #the_bet .clubs .clubsName .date {
    font-size: 18px;
  }
  #the_bet .clubs img {
    height: 100px;
  }
  #the_bet .clubs {
    padding: 0 3%;
  }
  .offer #the_bet .minCont > div {
    width: 33%;
  }
  .minCont .min .cssProgress {
    padding-left: 5px;
  }
  .maxCont div .max .cssProgress {
    width: 20% !important;
  }
}

@media screen and (max-width: 1370px) {
  .heading_TheBet {
    width: 90%;
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 1200px) {
  .offer #the_bet .minCont {
    flex-direction: column;
  }
  .maxCont div .max .cssProgress {
    width: 25% !important;
  }
  .offer #the_bet .minCont > div {
    width: 55%;
    margin: auto;
    margin-bottom: 15px;
  }
  .offer #the_bet .minCont > div:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  #the_bet .clubs .clubsName h2 {
    font-size: 18px;
  }
  #the_bet .clubs .clubsName .date {
    font-size: 14px;
  }
  #the_bet .clubs img {
    height: 70px;
  }
  #the_bet .clubs .clubsName {
    width: 60%;
  }
  .maxCont div .max .cssProgress {
    width: 30% !important;
  }
  .offer #the_bet .minCont > div {
    width: 90%;
  }
  #the_bet .clubs {
    padding: 0;
  }
}
