.accordion-all-leagues {
    margin-top: 0rem;
}
.accordion-all-leagues .card-header {
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
    padding: 0.2rem 0.7rem 0.2rem 0.5rem;
    position: relative;
    border: none;
    min-height: 27px;
    background-image: url(../images/market-head-bg-mobile.jpg);
    background-size: cover;
    font-size: 12px;
    font-weight: bold;
}

.accordion-all-leagues .card-header .tooltip{
    position:absolute;
    right:45px;
    opacity: 1;
    font-size: 1.1rem;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #0a0a0ac4;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.accordion-all-leagues .card-header .tooltip .tooltiptext{
    visibility: hidden;
    min-width: 200px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    text-align: center;
    border-radius: 3px;
    padding: 7px;
    font-size: 0.7rem;
    position: absolute;
    top: 30px;
    right: -5px;
    line-height: normal;
}

.accordion-all-leagues .card-header .tooltip .tooltiptext:before {
    content: "";
    vertical-align: middle;
    margin: auto;
    position: absolute;
    right: 10px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
}

.accordion-all-leagues .card-header .tooltip:hover .tooltiptext {
    visibility: visible;
}

.league-number {
    width: 25px;
    color: #fff;
    background-color: #7087ab;
    text-align: center;
    line-height: 15px;
    vertical-align: middle;
    font-size: 10px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 5px;
    border-radius: 3px;
}

.more-number {
    color: #fff;
    background-color: #17a2b8;
    text-align: center;
    line-height: 15px;
    vertical-align: middle;
    /* font-size: 10px; */
    padding: 0.1rem;
    top:50%;
    transform: translateY(-50%);
    right: 5px;
    border-radius: 3px;
}

.bg-normal-head,
.bg-more-head{
	background-color:#bcd0ef;
	color: #0e0e0e;
    border-bottom: none;
    margin-bottom: 1px;
}

.bg-more-head{
    margin-bottom: 0;
}
.bg-normal-head.live,
.is-live .bg-more-head{
	background-color: #F8D6CA;
	color: #000;
    border-bottom: none;
    background-image: url(../images/market-head-bg-mobile-live.jpg);
}

.is-live .bg-more-head{
    margin-bottom:0;
    padding: 0.2rem 0.9rem;
}

.bg-star{
    margin-right: 7px;
}

.bg-star:before{
    width: 18px;
    height: 18px;
    display: block;
    content: url(../images/favorite-inactive.svg);
}

.bg-star.active:before{
    content: url(../images/favorite-active.svg);
}

.bg-normal-body {
	background-color: #f6f6f6;
}

.card-header.bg-normal-head.live .league-number {
    background-color: #B95030;
}

.match {
    /* -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.2);
    box-shadow: 0 0 2rem rgba(0,0,0,.2); */
    background-color: #fff;
    /* -webkit-animation: fade-in 2s ease forwards;
    animation: fade-in 2s ease forwards; */
}
.match.live {
	background: #FEF5F2;
}
.match.live .icon-function.bg-star{
    background-color: rgba(0,0,0,0.05);
}
.match.live .match-function {
    background-color: #FFEFEB;
}
.match-time {
    padding: .2rem .5rem;
    font-weight: 700;
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #efefef;
}
.match-info {
    position: relative;
    padding: 0px 0.5rem;
    border-bottom: 1px rgba(0,0,0,0.1) solid;
    z-index: 0;
    background-color: #E4EEFD;
}
.match-info-team {
    display: flex;
}
.match-info-team-name {
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
	color: #000;
    white-space: initial;
    width: calc( 50% - 30px );
    align-items: center;
    text-align: right;
    padding: 0.3rem 0px;
    padding-right: 10px;
    font-size: 0.75rem;
}
.match-info-team-name.team02 {
    text-align: left;
    justify-content: flex-start;
	color: #b53f39;
    padding-left: 10px;
    padding-right: 0px;
}

.match-info-team-name .name{
    width: calc( 100% - 25px);
    line-height: normal;
    font-size: 0.75rem;
}

.match-mainmarket{
    position: relative;
    z-index: 0;
}

.foul-card {
    display: flex;
    width: 25px;
    justify-content: center;
}

.foul-card img{
    max-width:100%;
    vertical-align: top;
}
.foul-card.away {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.foul-card-item {
	display: inline-block;
    content: "";
    width: .6rem;
    height: 1.3rem;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    background: #eb545a;
    border-radius: 3px;
    border: 1px solid #fff;
}
.away .foul-card-item {
    -webkit-transform:rotate(-30deg);
    transform:rotate(-30deg)
}

.match-info.outright{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}

.match-info-tag-live {
    font-style: italic;
    font-size: 10px;
    font-weight: bold;
    color: #FF1616;
    display: block;
}
.match-info-score .time {
    display: block;
    font-size: .7rem;
    color: #000;
    font-weight: 400;
}

.match-info-score,
.match-info-date{
    /* font-size: 1.1rem; */
    font-size: 1rem;
    font-weight: bolder;
    text-align: center;
    line-height:normal;
    color: #b53f39;
    width: 60px;
    padding: 5px 0px;
    background-color: #eef5ff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.match-info-date {
    color: #545454;
    font-weight: 400;
    text-align: center;
    font-size: 0.9rem;
}

.match-info-date .date{
    font-size:12px;
}

.match-info-date .time{
    font-size:12px;
    font-weight: bold;
}

.match.live .match-info{
    background-color:#FBE7DE;
}

.match.live .match-info-score,
.match.live .match-info-date{
    background-color: #FFF0EA;
}

.match-marketgroup-content {
	background-color: #f6f6f6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 10rem;
}
 
.match-marketgroup-content.live {
	background-color: #FFEFE8;
}
.match-bet-area-group {
	-webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 0.5rem;
}

.match-bet-area-group:nth-child(odd){
    background-color: #fff;
}

.match-marketgroup-content.live .match-bet-area-group:nth-child(odd){
	background-color: #FEF5F2;
}

.match-bet-area-group.flex-grow-1{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.match-bet-area-group.flex-grow-2{
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.match-bet-area-type {
	padding-bottom: .5rem;
}
.match-bet-area-type-title {
	color: #7c7c7c;
    padding-bottom: .5rem;
    text-align: center;
	font-weight: 400;
    font-size: 0.7rem;
    white-space: nowrap;
}
.match-odd-area {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	font-size: 12px;
}
.match-odd-area-oddtype {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-right: .3rem;
}
.match-odd-area-oddtype p {
	min-height: 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.match-odd-area-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: .3rem;
}
.match-odd-area-group:last-child {
	margin-right: 0;
}
.odd-box {
    position: relative;
    -webkit-box-flex: 2rem;
    -ms-flex: 2rem;
    flex: 2rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.odd {
    position: relative;
/*    padding: 0 .3rem;*/
    margin:.15rem 0;
    background-color: #e1e7f1;
    color: #000;
    border-radius:3px;
    /*    -webkit-box-shadow: 0 0.15rem 0.15rem 0.05rem hsla(0,0%,60%,.48);
    box-shadow: 0 0.15rem 0.15rem 0.05rem hsla(0,0%,60%,.48);*/
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    min-height: 2.3rem;
    max-width: 120px;
}

.odd.center{
   margin:.15rem auto;
}

.match-marketgroup-content.live .odd,
.is-live .odd{
    background-color: #F6DFD8;
}

.match-marketgroup-content.live .odd-point,
.is-live .odd-point{
    background-color: #F4D1C5;
}

.odd-selected{
	background-color: #ffecb2 !important;
	border: 1px solid #f9d040;
}

.odd-rise{
    /* background-color: #EDF2EE !important; */
    border: 1px solid #C0DDC6;
}

.odd-rise .odd-point{
    /* background-color: #CFE4D3 !important; */
}

.odd-drop{
    background-color: #FFE6E2 !important;
    border: 1px solid #D9B8B2;
}

.odd-drop .odd-point{
    background-color: #FFD8D2 !important;
}

.odd-selected .odd-point{
    background-color: #ffe28c !important;
}


.odd-drop:after,.odd-rise:after{
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-animation: oddChange 1s linear 5;
    animation: oddChange 1s linear 5;
}
.odd-rise:after{
    top: 0;
    border-width: 0 .8rem .8rem 0;
    border-color: transparent #5dad00 transparent transparent;
}
.odd-drop:after{
    bottom: 0;
    border-width: 0 0 .8rem .8rem;
    border-color: transparent transparent red transparent;
}
@keyframes oddChange {
    50%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.odd-point {
    line-height: 1.1rem;
	font-weight: 500;
    font-size: 0.8rem;
    min-height: 0.9rem;
    background-color: #c4d1e4;
    width: 100%;
}
.odd-point {
    line-height: 1.1rem;
	font-weight: 500;
    -size: 0.8rem;
    min-height: 0.9rem;
    background-color: #c4d1e4;
    width: 100%;
}
.odd-value {
    font-weight: 600;
    line-height: 1.3rem;
    min-height: 1.3rem;
    font-size:16px;
}
.odd-value.negative {
	color: #bf3318;
}
/* .odd-value.selected-odds {
	background: #db9c44;
} */

.odd.selected-odds {
	background: #db9c44 !important;
}

.odd.lock{
    color:rgba(0,0,0,0.3);
    background-color: rgba(0,0,0,0.05);
    text-align: center;
    justify-content: center;
    flex-direction: initial;
    align-items: center;
    margin:.15rem auto;
}
.match-function {
	position: relative;
    background-color: #efefef;
    border-top: rgba(0,0,0,0.1) 1px solid;
    -webkit-appearance: none;
}
.icon-function{
    padding: .5rem 0;
}
.icon-function img {
	width: 20px;
}

.icon-function.bg-star{
    background-color: #e4e4e4;
    padding: 0.5rem;
}

.match-function .more{
    padding: 0.5rem;
}

#more-leagues .bg-more-head{
    display: flex;
    justify-content: center;
    padding:0.3rem 0.69rem;
    margin-bottom: 0px;
    border-bottom: none;
}

.market-card {
	background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    margin-bottom: 1px;
    border-radius: 0px;
    border: none;
}
.is-live .market-card {
	background-color: #FEF5F2;
}
.normal-title {
	background-color: #eaeaea;
    color: #000;
    padding: .2rem 1rem;
    font-weight: 500;
    text-align: center;
}
.is-live .normal-title,
.is-live .three-column-title,
.is-live .two-column-title{
	background-color:rgba(255,255,255,0.7);
}
.normal-odd-area {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem 1rem;
}
.normal-odd-area-oddtype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-right: .2rem;
	font-weight: 400;
}

.normal-odd-area-oddtype.mt{
    margin-top: 18px;
}
.normal-odd-area-group {
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: .5rem;
}
.market-card-content .swiper-container {
	width: 100%;
    height: 100%;
}
.market-card-content .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
}
.market-card-content.swiper-wrapper {
    padding-left: 2px;
}
.market-card-content .swiper-pagination-bullet {
	border: 0;
	width: 6px;
	height: 6px;
}
.market-card-content .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -5px;
}
.three-column,
.two-column {
	background-color: #fff;
}
.is-live .three-column,
.is-live .two-column {
	background-color: #FEF5F2;
}
.three-column-title,
.two-column-title {
	background-color: #eaeaea;
    color: #000;
    padding: .2rem 1rem;
    font-weight: 500;
    text-align: center;
}

.three-column-content,
.two-column-content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.three-column-group,
.two-column-group {
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.5rem 0;
}
.three-column-group:first-child, .three-column-group:last-child {
	background-color: #f6f6f6;
}
.is-live .three-column-group:first-child, .is-live .three-column-group:last-child{
	background-color: #FFEFE8;
}

.three-column-group-title,
.two-column-group-title{
	color: #7c7c7c;
    padding: 0rem 1rem 0rem 2.2rem;
    text-align: center;
}
.three-column-odd-area,
.two-column-odd-area {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0rem 1rem;
}
.three-column-odd-area-oddtype,
.two-column-odd-area-oddtype {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-right: .2rem;
	font-weight: 400;
}
.three-column-odd-area-group,
.two-column-odd-area-group {
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: .5rem;
}
.three-column-odd-area-group:last-child,
.two-column-odd-area-group:last-child {
	margin-right: 0;
}


/*outright*/

.outright .swiper-container{
    padding: 0.25rem;
    background-color: #f6f6f6;
}
.outright .swiper-wrapper{
    padding-bottom: 15px;
}

.match-marketgroup-content.outright{
    min-height: initial;
}
.outright .match-bet-area-group:last-child,
.outright .match-bet-area-group:first-child,
.outright .match-bet-area-group{
    margin:0;
    padding:0;
    background-color: transparent;
}

.outright .odd-box{
    margin: 0.25rem;
}

.outright .odd{
    max-width: 100%;
    margin: 0;
}

.outright-team{
    background-color: #c4d1e4;
    color: #093463;
    padding: 0.2rem 0;
    font-size: 0.7rem;
    text-align: center;
}

.outright .match-odd-area-group{
    width: 50%;
}

.match-info-home-name {
    display: flex;
    justify-content: flex-start;
    font-weight: 700;
	/* color: #061d52; */
    white-space: initial;
    width: calc( 50% - 30px );
    align-items: center;
    text-align: left;
    /* padding: 0.3rem 0px; */
    padding-right: 2px;
    /* font-size: 0.75rem; */
}
.match-info-away-name {
    display: flex;
    align-items: center;
    font-weight: 700;
    white-space: initial;
    text-align: right;
    justify-content: flex-end;
    /* color: #b53f39; */
    width: calc( 50% - 30px );
    padding-left: 2px;
    padding-right: 0px;
}
.match-info-home-name .name,
.match-info-away-name .name{
    /* width: calc( 100% - 25px); */
    line-height: normal;
    font-size: 0.75rem;
}

.more-match-name {
    word-break: break-all;
}

.team-black {
    color: #061d52;
}

.team-red {
    color: #b53f39;
}

/*mmo*/
.match-mainmarket.mmo{
    border-bottom: 1px rgba(0,0,0,0.1) solid;
}
.match-mainmarket.mmo .match-marketgroup-content{
    min-height: auto;
}

.match-mainmarket.mmo .match-marketgroup-content .odd,
.match-mainmarket.mmo .match-marketgroup-content.live .odd,
.is-live .market-card.mmo .odd,
.market-card.mmo .odd{
    background-color: #CFECE1;
}

.match-mainmarket.mmo .match-marketgroup-content .odd-point,
.match-mainmarket.mmo .match-marketgroup-content.live .odd-point,
.is-live .market-card.mmo .odd-point,
.market-card.mmo .odd-point{
    background-color:#BEE1D4;
}
.match-mainmarket.mmo .match-marketgroup-content .odd-point .negetive,
.match-mainmarket.mmo .match-marketgroup-content.live .odd-point .negetive,
.is-live .market-card.mmo .odd-point .negetive,
.market-card.mmo .odd-point .negetive{
    color: #bf3318;
}
.match-mainmarket.mmo .match-marketgroup-content .odd-point .positive,
.match-mainmarket.mmo .match-marketgroup-content.live .odd-point .positive,
.is-live .market-card.mmo .odd-point .positive,
.market-card.mmo .odd-point .positive{
    color: #000;
}

.normal-odd-area-group{
    display: flex;
}

/*euro view*/
.euro-view .match-info{
    display: flex;
    padding: 5px;
    background-color: #FEFEFE;
}

.euro-view .match-info .live-text{
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    color:#FF1616;
    display: inline-block;
    margin-right: 5px;
}

.euro-view .match.live .match-info{
    background-color: #FEF5F2;
}

.euro-view .match-odd-area{
    display: block;
}

.euro-view .match-info-team{
    display: block;
    margin-right: 5px;
    width: 50%;
}

.euro-view .match-info-team-name{
    text-align: left;
    justify-content:space-between;
    padding: 0;
    display: flex;
    width: 100%;
}

.euro-view .match-info-team-name .name{
    width: auto;
}

.euro-view .foul-card{
    width: 18px;
}

.euro-view .match-odd-area-oddtype{
    flex-direction: row;
    margin: 0;
}

.euro-view .match-odd-area-oddtype p{
    min-height: auto;
}

.euro-view .match-odd-area-group{
    flex-direction: row;
}

.euro-view .match-marketgroup-content{
    min-height: auto;
    width: 100% !important;
}

.euro-view .match-bet-area-group{
    padding: 0;

}

.euro-view .odd-box{
    padding: 3px;
}

/*euro view more bet*/

.euro-view .match-bet-area-type-title{
    padding-bottom: 0;
    color:#7c7c7c;
    flex: 1 1 0px;
}

.euro-view .normal-odd-area-group{
    margin: 0;
}

.euro-view .odd-box .odd.point{
    background-color: #fff;
}

/*Full Half correct time*/
.market-card-filter{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    padding: 5px 0px;
}

.market-card-filter .score-dropdown{
    position: relative;
}

.market-card-filter .score-dropdown:nth-child(2){
    margin-left: 5px;
    margin-right: 5px;
}

.market-card-filter .score-dropdown-wrapper{
    display: flex;
    justify-content: center;
    align-items: start;
}

.market-card-filter .dropdown-btn{
    color: #000;
    border: 1px #00000024 solid;
    white-space: nowrap;
    padding: 5px 5px 5px 12px;
    width: 70px;
    min-width: 70px;
}

.market-card-filter .dropdown-menu{
    transform: none !important;
    top:5px !important;
    width: 70px;
    min-width: 70px;
    max-height: 130px;
    overflow-y: scroll;
    position: relative !important;
    z-index: 0 !important;
}

.market-card-filter .dropdown-menu::-webkit-scrollbar {
    width: 2px;
    display: block;
  }
  
.market-card-filter .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
.market-card-filter .dropdown-menu::-webkit-scrollbar-thumb {
    background: #a1a3a6;
  }
  
.market-card-filter .correct-score-odds{
    min-width: 70px;
    background-color: #fff;
    color: #000000;
    font-size: 14px;
    position: relative;
    line-height: 23px;
    border: 1px #00000024 solid;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }

.market-card-filter .view-all-btn{
    margin-left: 5px;
    background-color: #f9d040;
    color: #000000;
    min-width: 80px;
    font-size: 12px;
    position: relative;
    line-height: 23px;
    border: 1px #00000024 solid;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
.market-card-filter .view-all-btn:after{
    font-family: 'Font Awesome 5 pro';
    content: "\f0d7";
    margin-left: 5px;
}
.market-card-filter .view-all-btn[aria-expanded="true"]:after{
    font-family: 'Font Awesome 5 pro';
    content: "\f0d8";
    margin-left: 5px;
}
.correct-score-three-column .three-column-odd-area{
    display: block;
    text-align: center;
}
.correct-score-three-column .three-column-group{
    display: grid;
    grid-template-columns: auto auto auto;
    gap:5px;
    padding: 10px 1rem;
    border-bottom: 1px #00000021 solid;
}
.correct-score-three-column .three-column-group:last-child{
    border: none;
}
.correct-score-three-column .odd{
    max-width: 100%;
    width: 100%;
}
.correct-score-three-column .three-column-odd-area{
    padding: 0;
}