*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Tahoma,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Open Sans,sans-serif;
}
:root{
  --color-green1: #126e51;
--color-green2: #189970;
--color-green28FFBB: color(display-p3 .157 1 .733);
--color-green3: #28ffbb;
--color-green4: #00dea9;
--color-green5: #00b050;
--color-greyFF: #fff;
--color-yellow1: #ffdf1b;
--color-white7p: hsla(0, 0%, 100%, .07);
--color-orange1: #f56e14;
--color-red1: #b42c33;
--color-red2: #e14d53;
--color-red3: #d32020;
--color-blue1: #379de6;
--color-grey0: #000;
--color-grey1: #1f1f1f;
--color-grey2: #282828;
--color-grey3: #383838;
--color-grey4: #444;
--color-grey5: #a7a7a7;
--color-grey6: #ccc;
--color-grey7: #ddd;
--color-grey8: #fff;
--color-grey9: #e4e4e4;
--color-grey10: #4f4f4f;
--color-white80p: hsla(0,0%,100%,.8);
--color-white75p: hsla(0,0%,100%,.75);
--color-white60p: hsla(0,0%,100%,.6);
--color-white40p: hsla(0,0%,100%,.4);
--color-white30p: hsla(0,0%,100%,.3);
--color-white20p: hsla(0,0%,100%,.2);
--color-white15p: hsla(0,0%,100%,.15);
--color-white10p: hsla(0,0%,100%,.1);
--color-white7p: hsla(0,0%,100%,.07);
--color-grey50p: hsla(0,0%,61%,.5);
--color-transparent: transparent;
--color-grey0-10p: rgba(0,0,0,.1);
--color-grey0-20p: rgba(0,0,0,.2);
--color-grey0-40p: rgba(0,0,0,.4);
--color-grey6-50p: hsla(0,0%,80%,.5);
--color-green2-30p: rgba(24,153,112,.3);
--color-green3-30p: rgba(40,255,190,.3);
--color-gradient1: linear-gradient(to bottom right,#28ffbe,#53ffa2);
--color-gradient2: linear-gradient(to bottom right,#004e42,#1e2b29);
--color-gradient3: linear-gradient(to bottom right,#303d39,#353535);
}
body{
  background-color: rgb(40, 40, 40);
  scrollbar-color: var(--color-white20p) var(--color-grey2);
}
.myb-MyBets_Container {
  margin: 5px 10px 0;
  
}

.myb-OpenBetScores {
    display: inline-flex
;
    color: var(--color-grey7);
    align-items: center;
}

.myb-OpenBetScores_Score {
    display: flex
;
}

.myb-OpenBetScores_ScoreContainer:last-child {
    margin-right: 0;
}
.myb-OpenBetScores_ScoreContainer {
    margin-right: 5px;
}

.myb-OpenBetScores_Score-team {
    display: flex
;
    height: 20px;
    min-width: 21px;
    padding: 0 3px;
    background-color: var(--color-white7p);
    border-radius: 1px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: var(--color-greyFF);
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}


.myb-OpenBetScores_Score-team:first-child {
    margin-bottom: 5px;
}


.imageContainer{
  height: 124px;
}
.myb-SettledBetItem{
  border-radius: 5px;
  background: var(--color-gradient3) !important;
}
{
  display: flex;
  height: 55px;
  align-items: center;
  position: relative;
  z-index: 10;
  transform: translateZ(0);
  justify-content: space-between;
  cursor: pointer;
}
.myb-SettledBetItemHeader_HeaderTextContainer {
  display: flex;
  overflow: hidden;
  align-items: baseline;
  flex: 0 2 75%;
}
.myb-SettledBetItemHeader_Title {
  display: flex;
  flex-shrink: 0;
}
.myb-SettledBetItemHeader_Text{
  color: var(--color-green3);
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  padding-left: 15px;
  padding-right: 8px;
  white-space: nowrap;
}

.myb-SettledBetItemHeader {
  display: flex;
  height: 55px;
  align-items: center;
  position: relative;
  z-index: 10;
  transform: translateZ(0);
  justify-content: space-between;
  cursor: pointer;
}

.myb-SettledBetItemHeader_SubHeaderText {
  font-size: 11px;
  color: var(--color-grey7);
  line-height: 23px;
  margin-left: 0;
  margin-right: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 10px;
}

.myb-SettledBetItemHeader:after {
  height: 1px;
  background-color: var(--color-white10p);
  width: 100%;
  bottom: 0;
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  left: 10px;
}
.myb-MyBets_Breakpoints-1 .myb-SettledBetItemHeader:after {
  width: calc(100% - 20px);
  left: 10px;
}

.myb-SettledBetItem_DefaultOpen .myb-SettledBetItemHeader_SubHeaderText {
  opacity: 0;
}

.myb-SettledBetItem_BetStateContainer {
  min-width: 75px;
min-height: 35px;
padding: 0 13px;
line-height: 13px;
margin: 0 15px;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
border-radius: 5px;
font-weight: 700;
font-size: 11px;
color: var(--color-green3);
flex-direction: column;
border: 1px solid var(--color-white20p);
flex: 0 0 auto;
}
.myb-SettledBetItem_BetStateWrapper{
  display: flex;
flex-direction: column;
}
.myb-SettledBetItem_BetReturnLabel {
  opacity: .6;
  margin-bottom: 2px;
}
.myb-SettledBetItem_BetStateLabel {
  display: block;
  font-size: 10px;
  line-height: 12px;
  opacity: .6;
  white-space: nowrap;
}
.myb-SettledBetParticipantRenderer {
  display: inline-block;
  width: 100%;
}
.myb-SettledBetParticipant {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding: 10px 15px 20px;
  height: 116px;
}
.myb-BetParticipant_TopContainer {
  display: flex;
  flex-wrap: wrap;
}
.myb-WinLossIndicator.myb-WinLossIndicator-won {
  background-image: url(winwin.svg);
  position: relative;
  top: 4px;
  right: 3px;
}

/* .myb-BetParticipant {
  padding: 15px 0 15px 20px;
  height: 124px;
} */
.myb-WinLossIndicator,.myb-WinLossIndicator-won {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='6.5' cy='6.5' r='6.5' fill='%23189970'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23FFF' stroke-width='.3' d='M2.167 6.376L5.34 9.75l5.493-5.756-.663-.744-4.83 5.011-2.463-2.58z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 13px 13px;
}
.myb-WinLossIndicator {
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 3px;
}
.myb-BetParticipant_TopContainer {
  display: flex;
  flex-wrap: wrap;
}
.myb-BetParticipant_LeftContainer {
  display: flex;
  gap: 5px 0;
  flex-direction: column;
  flex: 0 1 fit-content;
  overflow: hidden;
}

.myb-OpenBetParticipantRacing .myb-BetParticipant_HeaderTitle, .myb-SettledBetParticipant .myb-BetParticipant_HeaderTitle {
  line-height: 20px;
}

.myb-BetParticipant_HeaderTitle {
  display: flex;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.myb-BetParticipant_HeaderText {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  overflow: hidden;
}
.myb-BetParticipant_ParticipantSpan {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-greyFF);
  line-height: 20px;
  white-space: normal;
}
.myb-BetParticipant_HeaderOdds {
  display: flex;
  font-size: 14px;
  color: var(--color-greyFF);
  line-height: 20px;
  height: 100%;
  align-self: baseline;
  margin: 0 10px;
}


.myb-BetParticipant_MarketDescription {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 15px;
  max-height: calc(15px * 2);
  font-size: 11px;
  color: var(--color-grey7);
  padding-bottom: 3px;
}
.myb-SettledBetParticipant_FixtureDescription {
  cursor: default;
}
.myb-BetParticipant_FixtureDescription {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 15px;
  max-height: calc(15px * 2);
  font-size: 11px;
  color: var(--color-grey7);
  padding-bottom: 3px;
  align-self: flex-start;
  cursor: pointer;
}
.myb-BetParticipant_FixtureName {
  margin-right: 5px;
  display: inline-flex;
}
.myb-BetParticipant_HeaderOdds {
  display: flex;
  font-size: 14px;
  color: var(--color-greyFF);
  line-height: 20px;
  height: 100%;
  align-self: baseline;
  margin: 0 10px;
}

.myb-BetParticipant_HeaderOddsContainer-nonboost {
  height: 20px;
}
.myb-BetParticipant_HeaderOddsContainer {
  display: flex;
  align-items: baseline;
}

.myb-HalfAndHalfPill {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-greyFF);
  overflow: hidden;
  display: inline-flex;
  height: 18px;
  line-height: 13px;
  flex: 1 0 auto;
}
.myb-HalfAndHalfPill_Status-0, .myb-HalfAndHalfPill_Status-1, .myb-HalfAndHalfPill_Status-2 {
  display: none;
}

.myb-HalfAndHalfPill_TextStatusLHS, .myb-HalfAndHalfPill_TextStatusRHS {
  display: none;
}

.myb-HalfAndHalfPill_Slash {
  display: none;
  width: 10px;
  height: 18px;
  background-color: rgba(255,255,255,calc(2 / 3));
  position: relative;
  overflow: hidden;
  opacity: .3;
}

.myb-HalfAndHalfPill_TextStatusLHS, .myb-HalfAndHalfPill_TextStatusRHS {
  display: none;
}

.myb-BetParticipant_MarketDescription {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 13px;
  max-height: calc(13px* 2);
  font-size: 11px;
  color: var(--color-white80p);
}


.myb-BetParticipant_RightContainer {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  align-self: flex-start;
  flex: 1 0 min-content;
  min-width: 0;
  max-width: 30vw;
  margin-left: auto;
}


.myb-BetParticipant_TeamContainer {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.myb-BetParticipant_Team1Container:first-child, .myb-BetParticipant_Team2Container:first-child {
  margin-bottom: 5px;
}

.myb-BetParticipant_FixtureDescription.myb-BetParticipant_FixtureDescription-hasTeamNames {
  max-height: none;
  width: 100%;
  flex-direction: row;
  display: flex;
}


.myb-BetParticipant_Team1Name, .myb-BetParticipant_Team2Name {
  display: flex;
  height: 20px;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-greyFF);
  line-height: 13px;
  align-items: center;
  margin-right: 5px;
  flex: 1;
}

.myb-BetParticipant_Team1Container, .myb-BetParticipant_Team2Container {
  display: flex;
  align-items: center;
}

.myb-BetParticipant_FixtureContainer {
  display: flex;
  margin-top: -2px;
}

.myb-SettledBetParticipant_MarketDescriptionContainer {
  line-height: 13px;
  display: flex;
  align-items: center;
  padding-bottom: 3px;
}

.myb-SettledBetItemFooter_BetInformation {
  display: flex;
  flex-wrap: wrap;
  min-height: 94px;
  width: 100%;
}
.myb-SettledBetItemFooter_StakeInformationWrapper {
  flex: 1 0 50%;
  padding: 0 15px;
}

.mde-StakeDisplay_StakeWrapper {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-greyFF);
  line-height: 20px;
  display: flex;
}

.myb-SettledBetItemFooter_StakeInformationWrapper {
  flex: 1 0 50%;
  padding-left: 15px;
}
.myb-SettledBetItemFooter_BetInfoContainer {
  display: block;
}

.myb-SettledBetItemFooter_ReturnTextWrapper {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-white40p);
  line-height: 20px;
  display: inline-block;
  justify-content: flex-end;
  margin-right: 10px;
  width: 100%;
  text-align: end;
}

.mde-StakeDisplay_Title {
  font-size: 12px;
  color: var(--color-greyFF);
  opacity: .6;
  line-height: 14px;
  padding-bottom: 2px;
}


.myb-SettledBetItemFooter_BetInformationWrapper {
  display: flex;
  flex-direction: column;
  flex: 1 0 50%;
  padding: 0 15px;
}

.myb-SettledBetItemFooter_BetInformationLabel {
  font-size: 12px;
  color: var(--color-white40p);
  opacity: .6;
  line-height: 14px;
  padding-bottom: 2px;
  text-align: right;
}

.myb-MyBets_Breakpoints-1 .myb-SettledBetItemFooter_SettledButtonBase {
  top: 7px;
}
.myb-SettledBetItemFooter_SettledButtonBase {
  display: flex;
  flex: 1 0 100%;
  text-align: center !important;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  position: relative;
  height: -webkit-fit-content;
  height: fit-content;
  align-self: flex-end;
}
.myb-TickWithBorder_BorderSvgNegative {
  display: none;
  stroke: var(--color-greyFF);
}

.myb-TickWithBorder {
  position: relative;
}

.myb-SettledBetItemFooter_Tick .myb-TickWithBorder_Tick {
  top: -1px;
}

.myb-SettledBetItemFooter_SettledButtonWrapper {
  display: flex;
  width: 100%;
  align-items: baseline;
  flex: 1 1 auto;
  height: 45px;
  border-radius: 0 0 5px 5px;
  background-color: var(--color-white7p);
  cursor: default;
}

.myb-SettledBetItemFooter_SettledButton {
  width: 100%;
  min-height: 45px;
  padding: 0 10px;
  border-radius: 5px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  flex-direction: row;
}
.myb-SettledBetItemFooter_SettledButtonTextWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.myb-TickWithBorder {
  position: relative;
}

.myb-SettledBetItemFooter_Tick {
  padding-right: 10px;
  top: 2px;
}


.myb-TickWithBorder_Tick {
  position: absolute;
  left: 3px;
  top: 5px;
}
svg {
  pointer-events: all;
  overflow: auto;
}

.myb-SettledBetItemFooter_SettledButtonReturnText-return, .myb-SettledBetItemFooter_SettledButtonText-gogw, .myb-SettledBetItemFooter_SettledButtonText-return {
  color: var(--color-green28FFBB);
}

.myb-SettledBetItemFooter_SettledButtonReturnText, .myb-SettledBetItemFooter_SettledButtonText {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: var(--myb-color-green-settle-cashed-out-font);
  vertical-align: baseline;
}

.myb-SettledBetItemFooter_SettledButtonReturnText {
  margin-right: 10px;
}

.myb-SettledBetItemFooter_SettledButtonReturnText-return, .myb-SettledBetItemFooter_SettledButtonText-gogw, .myb-SettledBetItemFooter_SettledButtonText-return {
  color: var(--color-green28FFBB);
}

.myb-SettledBetItemFooter_SettledButtonText {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  border-radius: 2px;
}

.myb-SettledBetItemFooter_SettledButtonReturnText, .myb-SettledBetItemFooter_SettledButtonText {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: var(--myb-color-green-settle-cashed-out-font);
  vertical-align: baseline;
}
.myb-SettledBetItemFooter_SettledButton .myb-TickWithBorder_BorderSvgPositive {
  stroke: var(--color-green28FFBB);
}.myb-TickWithBorder_BorderSvg {
  width: 19px;
  height: 19px;
}

.myb-SettledBetItemFooter_SettledButtonReturnText-return, .myb-SettledBetItemFooter_SettledButtonText-gogw, .myb-SettledBetItemFooter_SettledButtonText-return {
  color: var(--color-green28FFBB);
}
.myb-SettledBetItemFooter_SettledButton .myb-TickWithBorder_BorderSvgPositive {
  stroke: var(--color-green28FFBB);
}

.myb-TickWithBorder_Tick {
  position: absolute;
  left: 3px;
  color: var(--color-green28FFBB);
  top: 5px;
}
.myb-SettledBetItemFooter_Tick .myb-TickWithBorder_Tick {
  top: -3px;
}
circle {
  stroke: rgb(88, 215, 175);
  stroke-width: 2;
  fill: none;
}
.myb-SettledBetItemFooter_SettledButton .myb-TickWithBorder_TickFill {
  fill: var(--color-green28FFBB);
}