.gameContainer {
  background: url('../../assets/main-bg.jpg') center center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
  width: 100%;
  padding-top: 0;
  padding-bottom: 100px;
  background-size: 100%;
  min-height: 100vh;
}

.mainContent {
  padding: 0;
  width: 100%;
}

.section {
  /* margin-top handled by m-t-10 class */
  padding: 0 8px;
}

.inPlayTitle {
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 700;
  font-size: 18px;
  color: #2aa033;
}

/* Utility Classes */
.m-t-10 {
  margin-top: 10px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.v-m {
  vertical-align: middle;
}

.float-right {
  float: right;
}

.pageTitle {
  font-size: 18px;
  font-weight: bold;
  color: #0f2327;
  margin: 0;
}

.inPlay {
  color: #2aa033;
  font-weight: 700;
  font-size: 18px;
  float: left;
  display: flex;
  align-items: center;
  gap: 5px;
}

.inPlay i {
  font-size: 18px;
}

.label {
  color: #2aa033;
}

.marketListing {
  list-style: none;
  padding: 0;
  margin: 0;
}

.marketListItem {
  margin-bottom: 2px;
  padding-left: 11px;
  padding-right: 11px;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
}

.matchLink {
  text-decoration: none;
  color: inherit;
  display: block;
}

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

.gameName {
  color: #0f2327;
  font-size: 16px;
  font-weight: 500;
}

.eventsIcons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.eventsIcons i {
  color: #2aa033;
  font-size: 16px;
}

.inPlayIcon {
  margin-right: 4px;
}

.iconSpacing {
  margin-left: 8px;
}

