/* LIVE SCORE */
/* live score loading */
@keyframes ldio-gblex47ykrc {
	0% { transform: translate(12px, 80px) scale(0) }
	25% { transform: translate(12px, 80px) scale(0) }
	50% { transform: translate(12px, 80px) scale(1) }
	75% { transform: translate(80px, 80px) scale(1) }
	100% { transform: translate(148px, 80px) scale(1) }
}

@keyframes ldio-gblex47ykrc-r {
	0% { transform: translate(148px, 80px) scale(1) }
	100% { transform: translate(148px, 80px) scale(0) }
}

.ldio-gblex47ykrc div {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transform: translate(80px, 80px) scale(1);
	animation: ldio-gblex47ykrc 1s infinite cubic-bezier(0, 0.5, 0.5, 1)
}
.ldio-gblex47ykrc div:nth-child(1) {
	transform: translate(148px,80px) scale(1);
	animation: ldio-gblex47ykrc-r 0.25s infinite cubic-bezier(0, 0.5, 0.5, 1), ldio-gblex47ykrc-c 1s infinite step-start
}
.ldio-gblex47ykrc div:nth-child(2) {
	animation-delay: -0.25s
}
.ldio-gblex47ykrc div:nth-child(3) {
	animation-delay: -0.5s
}
.ldio-gblex47ykrc div:nth-child(4) {
	animation-delay: -0.75s
}
.ldio-gblex47ykrc div:nth-child(5) {
	animation-delay: -1s
}

.loadingio-spinner-ellipsis-ikykzdc02sc {
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 200px;
	height: 200px;
	display: inline-block;
	overflow: hidden
}

.ldio-gblex47ykrc {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0
}

.ldio-gblex47ykrc div { 
	box-sizing: content-box
}
/* live score loading */

.live-score-area{
	padding-top: 30px;
}

.liveScoreWidget {
	width: 100%;
	margin-bottom: 2rem
}

.memberLiveScoreWidget {
	width: 77%;
	margin: 2rem auto;
}

.liveScoreWidget .ls-header {
	display: grid;
	grid-template-columns: 20% 60% 20%;
    padding: 1rem
}

.liveScoreWidget .ls-header .filter-select {
	position: relative;
	align-self: center
}

.liveScoreWidget .ls-header .filter-select .input {
	width: 100%;
    border-radius: 5px;
    cursor: pointer
}

.liveScoreWidget .ls-header .filter-select select {
	padding: 14px 10px 14px 2rem
}

.liveScoreWidget .ls-header .filter-select input {
	padding: 12px 2rem 12px 10px
}

.liveScoreWidget .ls-header .filter-select .icon {
	position: absolute;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.liveScoreWidget .ls-header .filter-select img {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.liveScoreWidget .ls-header .filter-select .icon.fa-caret-down {
	right: 4px
}

.liveScoreWidget .ls-header .filter-select .icon.fa-calendar-alt {
	right: 10px
}

.liveScoreWidget .ls-header .date-option {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    margin: 0 1rem;
    align-self: center;
    padding-inline-start: 0 !important;
}

.liveScoreWidget .ls-header .date-option li {
	list-style: none;	
}

.liveScoreWidget .ls-header .date-option li button {
	width: 100%;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

.liveScoreWidget .ls-header .date-option li button.active {
	cursor: default
}

.liveScoreWidget .ls-header .date-option li button.day {
	font-size: 12px
}

.liveScoreWidget .ls-header .date-option li button.date {
	font-size: 10px
}

.liveScoreWidget .ls-body {
	position: relative;
	padding: 1rem
}

.liveScoreWidget .ls-body .b-msg {
	display: none;
	margin-bottom: 5px;
    padding: 10px 1rem;
    font-size: 1rem;
    letter-spacing: .48px;
    border-radius: 5px
}

.liveScoreWidget .ls-body .b-msg.show {
	display: block
}

.liveScoreWidget .ls-body .b-content {
	display: grid;
	grid-template-columns: 30% 70%;
	min-height: 520px
}

.liveScoreWidget .ls-body .b-mask {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.liveScoreWidget .ls-body .b-getResult .msg {
	position: absolute;
    width: 90%;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center
}

.liveScoreWidget .league-section {
	padding: 1rem 8px 1rem 1rem;
    border-radius: 5px
}

.liveScoreWidget .league-fixture-list .layer {
	overflow-y: auto;
	max-height: 520px;
    padding-right: 5px
}

.liveScoreWidget .league-fixture-list .fixture-drop {
	margin: 5px 0 0;
	padding: 1rem;
    border-radius: 5px;
    cursor: pointer;
/*     background: #f9b43d; */
}

.liveScoreWidget .league-fixture-list .fixture-drop:first-child {
	margin-top: 0
}

.liveScoreWidget .league-fixture-list .cat-name {
	position: relative;
	padding-right: 1rem;
    font-size: 14px;
    font-weight: 600
}

.liveScoreWidget .league-fixture-list .cat-name i {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 1rem
}

.liveScoreWidget .league-fixture-list .fixture-item-list {
	overflow: hidden
}

.liveScoreWidget .league-fixture-list .fixture-item-list .inner {
	padding-top: 1rem
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item {
	display: grid;
	grid-template-columns: 20% 70% 10%;
	margin: 5px 0 0;
    padding: 10px 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item:first-child {
	margin-top: 0
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item .f-info {
	display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    margin: auto;
    justify-content: space-around;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .41px
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item .f-team .win {
	font-weight: 600
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item .f-team .t-home,
.liveScoreWidget .league-fixture-list .fixture-item-list .item .f-team .t-away {
	display: flex
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item .f-team .t-home {
	margin-bottom: 5px
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item .f-team .t-home div:first-child img,
.liveScoreWidget .league-fixture-list .fixture-item-list .item .f-team .t-away div:first-child img {
	width: 25px;
	height: 25px
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item .f-team .t-home div:last-child,
.liveScoreWidget .league-fixture-list .fixture-item-list .item .f-team .t-away div:last-child {
	padding: 0 5px 0 10px;
	font-size: 10px;
    letter-spacing: .41px;
    align-self: center
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item .f-score {
	display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    margin: auto;
    justify-content: space-around;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600
}

.liveScoreWidget .league-fixture-content {
	margin-left: 5px;
	padding: 0
}

.liveScoreWidget .league-fixture-content hr {
	margin: 1rem 0
}

.liveScoreWidget .league-fixture-content .fc-label {
	position: relative;
	display: grid;
    grid-template-columns: 50% 50%;
    padding: 17px 10px 17px 2rem;
    font-weight: 600;
    border-radius: 5px 5px 0 0
}

.liveScoreWidget .league-fixture-content .fc-label img {
	position: absolute;
    width: 20px;
    height: 20px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%)
}

.liveScoreWidget .league-fixture-content .fc-label div:last-child {
	text-align: right
}

.liveScoreWidget .league-fixture-content .fc-main {
	padding: 1rem
}

.liveScoreWidget .league-fixture-content .fc-team {
	display: grid;
    grid-template-columns: 40% 20% 40%;
    margin: 0 3rem 1rem
}

.liveScoreWidget .league-fixture-content .fc-team .fc-home div:first-child,
.liveScoreWidget .league-fixture-content .fc-team .fc-away div:first-child {
	margin-bottom: 5px;
	text-align: center
}

.liveScoreWidget .league-fixture-content .fc-team .fc-home div:first-child img,
.liveScoreWidget .league-fixture-content .fc-team .fc-away div:first-child img {
	width: 100px;
	max-height: 100px
}

.liveScoreWidget .league-fixture-content .fc-team .fc-home div:last-child,
.liveScoreWidget .league-fixture-content .fc-team .fc-away div:last-child {
	font-size: 1rem;
    font-weight: 600;
    text-align: center
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info {
    text-align: center;
    align-self: center
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-score {
	position: relative;
	display: flex;
	margin-bottom: 2rem;
	font-size: 3rem;
    font-weight: 600;
    justify-content: space-around
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-score i {
	position: absolute;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-score .fa-caret-right {
	left: 0
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-score .fa-caret-left {
	right: 0
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-status {
	font-size: 14px
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-date {
	display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0 0 2rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .48px
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-date span:first-child {
	font-size: 2rem
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-date span:last-child {
	font-size: 14px
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-btn button {
	width: 100%;
	font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

.liveScoreWidget .league-fixture-content .fc-info .info-row {
	display: grid;
	grid-gap: 5px;
    margin-bottom: 5px
}

.liveScoreWidget .league-fixture-content .fc-info .info-row:first-child {
    grid-template-columns: repeat(3, 1fr)
}

.liveScoreWidget .league-fixture-content .fc-info .info-row:last-child {
    grid-template-columns: repeat(2, 1fr)
}

.liveScoreWidget .league-fixture-content .fc-info .info-row .info-column {
	display: flex;
    flex: 1;
    flex-direction: column;
    padding: 10px;
    border-radius: 5px;
    justify-content: center
}

.liveScoreWidget .league-fixture-content .fc-info .info-row .info-column span:first-child {
	text-transform: uppercase;
	font-size: 14px;
    font-weight: 600
}

.liveScoreWidget .league-fixture-content .fc-info .info-row .info-column span:last-child {
	font-size: 1rem;
	letter-spacing: .48px;
	font-size: 14px
}

.liveScoreWidget .league-fixture-content .fc-score-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
	margin-top: 2rem
}

.liveScoreWidget .league-fixture-content .fc-score-details .score-section {
	padding: 1rem;
    border-radius: 5px
}

.liveScoreWidget .league-fixture-content .score-section .label {
	margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: .48px;
    text-align: center;
    text-transform: uppercase
}

.liveScoreWidget .league-fixture-content .score-section .score-board {
	display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.liveScoreWidget .league-fixture-content .score-section .score-board div:first-child,
.liveScoreWidget .league-fixture-content .score-section .score-board div:last-child {
	text-align: center
}

.liveScoreWidget .league-fixture-content .score-section .score-board div:first-child img,
.liveScoreWidget .league-fixture-content .score-section .score-board div:last-child img {
	width: 70px;
    max-height: 70px
}

.liveScoreWidget .league-fixture-content .score-section .score-board div:nth-child(2) {
	display: flex;
    font-size: 2rem;
    font-weight: 600;
    justify-content: space-around;
    align-self: center
}
/* LIVE SCORE */

/* LIVE SCORE COLOURED*/
/* live score loading */
/* @keyframes ldio-gblex47ykrc-c {
	0% { background: #626dfc }
	25% { background: #a1a7f9 }
	50% { background: #fcc972 }
	75% { background: #dcb3ac }
	100% { background: #626dfc }
}

.ldio-gblex47ykrc div {
	background: #626dfc
}
.ldio-gblex47ykrc div:nth-child(1) {
	background: #dcb3ac
}
.ldio-gblex47ykrc div:nth-child(2) {
	background: #626dfc
}
.ldio-gblex47ykrc div:nth-child(4) {
	background: #fcc972
}
.ldio-gblex47ykrc div:nth-child(5) {
	background: #a1a7f9
}
live score loading
.liveScoreWidget {
    border: 2px solid #dcb3ac;
}

.liveScoreWidget .ls-header {
	background: #f2f2f2;
    border-bottom: 1px solid #dcb3ac
}

.liveScoreWidget .ls-header .filter-select .input {
    color: #222;
    background: #f8f9fa;
    border: 2px solid #dcb3ac
}

.liveScoreWidget .ls-header .filter-select select::-webkit-scrollbar-track {
	background-color: #7d7d7d;
    color: #7d7d7d
}

.liveScoreWidget .ls-header .filter-select select::-webkit-scrollbar-thumb {
	background-color: #dcb3ac;
	color: #dcb3ac
}

.liveScoreWidget .ls-header .filter-select .icon {
    color: #dcb3ac
}

.liveScoreWidget .ls-header .date-option li button {
    color: #fff;
    background: #dcb3ac;
    border: 2px solid #dcb3ac
}

.liveScoreWidget .ls-header .date-option li button:hover {
	filter: drop-shadow(0 0 4px #dcb3ac)
}

.liveScoreWidget .ls-header .date-option li button.active {
	filter: none;
	background: #333
}

.liveScoreWidget .ls-body {
    background: #f2f2f2
}

.liveScoreWidget .ls-body .b-msg {
    background: #000000;
    color: #f8f9fa;
}

.liveScoreWidget .ls-body .b-mask {
    background: #000000ba
}

.liveScoreWidget .ls-body .b-getResult .msg {
	color: #dcb3ac;
}

.liveScoreWidget .league-section {
    background: #333
}

.liveScoreWidget .league-fixture-list .layer::-webkit-scrollbar-track {
	background-color: #7d7d7d;
    color: #7d7d7d
}

.liveScoreWidget .league-fixture-list .layer::-webkit-scrollbar-thumb {
	background-color: #dcb3ac;
	color: #dcb3ac
}

.liveScoreWidget .league-fixture-list .fixture-drop {
	background: #dcb3ac
}

.liveScoreWidget .league-fixture-list .cat-name {
    color: #222
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item {
    color: #bdbdbd;
    background: #222
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item:hover,
.liveScoreWidget .league-fixture-list .fixture-item-list .item.active {
	background: #333
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item .f-team .win {
	color: #fff
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item .f-score {
    color: #fff
}

.liveScoreWidget .league-fixture-content hr {
    border: none;
    border-bottom: 1px solid #dcb3ac
}

.liveScoreWidget .league-fixture-content .fc-label {
    color: #222;
    background: #dcb3ac
}

.liveScoreWidget .league-fixture-content .fc-team .fc-home div:last-child,
.liveScoreWidget .league-fixture-content .fc-team .fc-away:last-child {
    color: #dcb3ac
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-score {
	color: #f0ffff
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-score .win {
	color: #ffd5ce
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-score i {
    color: #ffd5ce
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-date {
    color: #f2f2f2
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-status {
	color: #f0ffff
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-btn button {
	color: #fff;
    background: #dcb3ac;
    border: 2px solid #dcb3ac
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-btn button:hover {
	filter: drop-shadow(0 0 4px #dcb3ac)
}

.liveScoreWidget .league-fixture-content .fc-info .info-row .info-column {
    background: #d1aca6
}

.liveScoreWidget .league-fixture-content .fc-info .info-row .info-column span:first-child {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.liveScoreWidget .league-fixture-content .fc-info .info-row .info-column span:last-child {
    color: #fff;
    font-size: 14px;
}

.liveScoreWidget .league-fixture-content .fc-score-details .score-section {
    background: #d1aca6;
    border: 1px solid #a18782;
}

.liveScoreWidget .league-fixture-content .score-section .label {
    color: #000000
}

.liveScoreWidget .league-fixture-content .score-section .score-board {
	color: #fff
} */
/* LIVE SCORE COLOURED*/