.bet365-all-matches {
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 150px;
  height: 50px;
  background-color: #182f49;
  border: 6px solid white;
  color: white;
  position: relative;
  left: 6px;
}
.wrapper-bet365 {
  width: 314%;
}
.bet365-type {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 18px;
  margin-top: -72px;
}

.bet365-type input {
  display: none;
}

.bet365-container-sport-bookmarker {
  display: flex;
  justify-content: center;
}

.bet365sport-bookmarker {
  border: transparent;
  width: -webkit-fill-available;
}

.bet365-container-sport-bookmarker img {
  margin: 0 10px;
}

.market-group h6 {
  cursor: pointer;
  background-color: #196743;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid black;
  text-align: center;
}

.market-group h6:hover {
  background-color: #47c70f;
  border-color: orange;
}

#prematch-matches {
  max-width: 25px;
  visibility: hidden;
}

#game-lines-table {
  width: 100%;
  text-align: center;
  background-color: #196743;
  margin-bottom: 9px;
  margin-top: 13px;
  height: 235px;
  border: transparent;
  border-radius: 18px;
}

#game-lines-table tr {
  color: white;
  font-size: 19px;
  border-bottom: 1px;
}

.odd-cell {
  background-color: #182f49;
  cursor: pointer;
}

.odd-cell:hover {
  color: #f50;
}
.cus-label-rad {
  cursor: pointer;
  width: 47.1%;
  margin: 5px;
  border: 3px solid #f50;
  background-color: #182f49;
  text-align: center;
}

.cus-label-type:hover,
.cus-label-rad:hover {
  background-color: #196743;
}

.bet365-label-type {
  padding: 5px 20%;
  cursor: pointer;
  width: 100%;
  margin: 5px;
  border: 3px solid #f50;
  background-color: #182f49;
}

.row-div-container,
.hide-mg-odds,
#form-ticket,
#all-matches-config,
.bet365-market-group-odds {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.single-odd-mg {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 5px;
  background-color: #182f49;
  border-radius: 6px;
  border: 4px solid #182f49;
}

input[type="radio"]:checked + label {
  background-color: #196743;
}

.single-odd-mg:hover {
  border-color: #f50;
}

.styled-button:hover {
  border-color: #f50;
}

.match-line {
  border-radius: 4px;
  background-color: #182f49;
  padding: 8px 13px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  margin-top: 10px;
  border: 2px solid saddlebrown;
}

.main-odd {
  background-color: #007baa;
}

.div-day-group {
  color: #fff;
}

@media (max-width: 480px) {
  .bet365-label-type {
    font-size: 10px;
  }
}
/* General styles */
.market-group-container {
}

.market-group-name {
  cursor: pointer;
  font-size: 20px;
  height: 31px;
  color: white;
  background-color: #f50;
  text-align: center;
  margin-bottom: 10px;
}

.items-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.ma-container {
  width: 33.333%;
  text-align: center;
}

.ma-name {
  font-weight: bold;
  margin-bottom: 5px;
  background-color: #072443;
  overflow: hidden;
  line-height: 30px;
  font-size: 15px;
  color: white;
  text-align: center;
}

.bet365odd-line {
  margin: 5px 0;
  padding: 5px;
  background-color: #eaeaea;
  border: 3px solid;
}

/* .odd-line:hover {
  color: #f50;
  cursor: pointer;
} */

.ma-container:not(.first-column) .bet365odd-line:hover {
  color: #f50;
  cursor: pointer;
}
