/* 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: 30px;
	height: 30px;
	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: absolute;
    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 */

.liveScoreWidget {
    margin: 2rem 15px
}

.liveScoreWidget .ls-header {
	position: relative;
    padding: 10px 5px 5px
}

.liveScoreWidget .ls-header .h-top {
	display: grid;
    grid-template-columns: 90% 10%;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.liveScoreWidget .ls-header .h-top .filter-select {
	position: relative;
    font-size: 20px;
    align-self: center;
    text-align: center
}

.liveScoreWidget .ls-header .h-top .league-- {
	position: relative;
	display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 5px 0 35px;
    font-size: 14px;
    font-weight: 600;
    align-self: center
}

.liveScoreWidget .ls-header .h-top .league-- .sub {
	font-size: 10px;
    font-weight: normal
}

.liveScoreWidget .ls-header .h-top .league-- img {
	position: absolute;
    width: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.liveScoreWidget .ls-header .h-bottom .h-dateOption {
	display: grid;
    grid-template-columns: 85% 15%
}

.liveScoreWidget .ls-header .h-bottom .h-dateOption #lsQuickDate {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 3px;
    margin: 0;
    padding: 0
}

.liveScoreWidget .ls-header .h-bottom .h-dateOption li {
	list-style: none
}

.liveScoreWidget .ls-header .h-bottom .h-dateOption li button {
	width: 100%;
    padding: 5px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

.liveScoreWidget .ls-header .h-bottom .h-dateOption .cal-- {
	position: relative;
    padding: 0 0 0 5px;
    font-size: 20px;
    text-align: center;
    align-self: center
}

.liveScoreWidget .ls-header .h-bottom .h-dateOption .cal-- .fa-caret-down {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px
}

.liveScoreWidget .ls-header .h-bottom .h-dateOption .cal-- input {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 5px;
    top: 0;
    opacity: 0
}

.liveScoreWidget .ls-header .h-search {
    position: absolute;
    width: 100%;
    height: fit-content;
    top: 3rem;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: .3s
}

.liveScoreWidget .ls-header .h-search.show {
	opacity: 1;
	z-index: 1
}

.liveScoreWidget .ls-header .h-search .search-field {
	position: relative;
    width: 95%;
    margin: 2rem auto
}

.liveScoreWidget .ls-header .h-search .field-- {
	position: relative
}

.liveScoreWidget .ls-header .h-search .field-- .input {
	width: 100%;
    border-radius: 5px;
    cursor: pointer
}

.liveScoreWidget .ls-header .h-search .field-- select {
	padding: 12px 10px 12px 2rem
}

.liveScoreWidget .ls-header .h-search .field-- input {
	padding: 12px 2rem 12px 10px
}

.liveScoreWidget .ls-header .h-search .field-- .icon {
	position: absolute;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.liveScoreWidget .ls-header .h-search .field-- .icon.fa-caret-down {
	right: 5px
}

.liveScoreWidget .ls-header .h-search .field-- .icon.fa-calendar-alt {
	right: 10px
}

.liveScoreWidget .ls-header .h-search .field-- img {
	position: absolute;
    width: 20px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.liveScoreWidget .ls-body {
	position: relative;
    padding: 1rem 5px
}

.liveScoreWidget .ls-body .b-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.liveScoreWidget .ls-body .b-getResult .msg {
	position: absolute;
    width: 95%;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center
}

.liveScoreWidget .ls-body .b-msg {
	display: none;
	margin-bottom: 5px;
    padding: 5px 1rem;
    font-size: 12px;
    letter-spacing: .48px;
    border-radius: 5px
}

.liveScoreWidget .ls-body .b-msg.show {
	display: block
}

.liveScoreWidget .ls-body .b-content {
	min-height: 400px
}

.liveScoreWidget .league-section {
    border-radius: 5px
}

.liveScoreWidget .league-fixture-list .layer {
    overflow-y: auto;
    max-height: 400px;
    padding-right: 5px
}

.liveScoreWidget .league-fixture-list .fixture-drop {
    margin: 5px 0 0;
    padding: 1rem 10px;
    border-radius: 5px;
    cursor: pointer
}

.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 .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: 20px;
    height: 20px
}

.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-team .win {
    font-weight: 600
}

.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 {
    padding: 0
}

.liveScoreWidget .league-fixture-content hr {
    margin: 10px 0
}

.liveScoreWidget .league-fixture-content .fc-label {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 10px 10px 10px 25px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 5px 5px 0 0
}

.liveScoreWidget .league-fixture-content .fc-label img {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%)
}

.liveScoreWidget .league-fixture-content .fc-label div:last-child {
    text-align: right
}

.liveScoreWidget .league-fixture-content .fc-back {
	padding: 10px 5px
}

.liveScoreWidget .league-fixture-content .fc-back button {
	padding: 5px 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px
}

.liveScoreWidget .league-fixture-content .fc-main {
	padding: 10px 5px
}

.liveScoreWidget .league-fixture-content .fc-team {
	display: grid;
    grid-template-columns: 40% 20% 40%;
    margin: 0 0 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: 70px;
	max-height: 70px
}

.liveScoreWidget .league-fixture-content .fc-team .fc-home div:last-child,
.liveScoreWidget .league-fixture-content .fc-team .fc-away div:last-child {
	padding: 0 5px;
	font-size: 14px;
    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: 1rem;
	font-size: 25px;
    font-weight: 600;
    justify-content: space-around
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-score i {
	position: absolute;
    font-size: 15px;
    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: 10px
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-date {
	display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0 0 1rem;
    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: 1rem
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-date span:last-child {
	font-size: 12px
}

.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(2, 1fr)
}

.liveScoreWidget .league-fixture-content .fc-info .info-row:last-child {
	grid-template-columns: repeat(1, 1fr);
	margin-bottom: 0
}

.liveScoreWidget .league-fixture-content .fc-info .info-row .info-column {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 10px 5px;
    border-radius: 5px;
    justify-content: center
}

.liveScoreWidget .league-fixture-content .fc-info .info-row .info-column span:first-child {
	font-size: 10px;
	font-weight: 600;
    text-transform: uppercase
}

.liveScoreWidget .league-fixture-content .fc-info .info-row .info-column span:last-child {
    font-size: 12px;
    letter-spacing: .48px
}

.liveScoreWidget .league-fixture-content .fc-score-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
	margin-top: 1rem
}

.liveScoreWidget .league-fixture-content .fc-score-details .score-section {
	padding: 5px;
    border-radius: 5px
}

.liveScoreWidget .league-fixture-content .score-section .label {
	margin-bottom: 10px;
	font-size: 10px;
    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: 40px;
    max-height: 40px
}

.liveScoreWidget .league-fixture-content .score-section .score-board div:nth-child(2) {
	display: flex;
    font-size: 20px;
    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: #f9b43d }
	100% { background: #626dfc }
}

.ldio-gblex47ykrc div {
	background: #626dfc
}
.ldio-gblex47ykrc div:nth-child(1) {
	background: #f9b43d
}
.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
}

.liveScoreWidget .ls-header .h-top {
    border-bottom: 1px solid #dcb3ac
}

.liveScoreWidget .ls-header .h-top .filter-select {
    color: #222
}

.liveScoreWidget .ls-header .h-top .league-- {
    color: #222
}

.liveScoreWidget .ls-header .h-top .league-- .sub {
    color: #7d7d7d
}

.liveScoreWidget .ls-header .h-bottom .h-dateOption li button {
    color: #fff;
    background: #dcb3ac;
    border: 2px solid #dcb3ac
}

.liveScoreWidget .ls-header .h-bottom .h-dateOption li button.active {
    background: #333
}

.liveScoreWidget .ls-header .h-bottom .h-dateOption .cal-- {
	color: #222
}

.liveScoreWidget .ls-header .h-search {
    background: #d0d0d0
}

.liveScoreWidget .ls-header .h-search .field-- .input {
    color: #222;
    background: #fff;
    border: 2px solid #dcb3ac
}

.liveScoreWidget .ls-header .h-search .field-- .icon {
    color: #dcb3ac
}

.liveScoreWidget .ls-header .h-search .field-- select::-webkit-scrollbar-track {
	background-color: #7d7d7d;
    color: #7d7d7d
}

.liveScoreWidget .ls-header .h-search .field-- select::-webkit-scrollbar-thumb {
	background-color: #dcb3ac;
	color: #dcb3ac
}

.liveScoreWidget .ls-body {
    background: #f2f2f2
}

.liveScoreWidget .ls-body .b-mask {
    background: #000000ba
}

.liveScoreWidget .ls-body .b-getResult .msg {
    color: #fff
}

.liveScoreWidget .ls-body .b-msg {
    color: #fff;
    background: #1e1e1e
}

.liveScoreWidget .league-section {
    background: #1e1e1e
}

.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 .f-team .win {
	color: #fff
}

.liveScoreWidget .league-fixture-list .fixture-item-list .item .f-score {
    color: #fff
}

.liveScoreWidget .league-fixture-content {
    background: #333
}

.liveScoreWidget .league-fixture-content hr {
    border-bottom: 1px solid #dcb3ac
}

.liveScoreWidget .league-fixture-content .fc-label {
    color: #222;
    background: #dcb3ac
}

.liveScoreWidget .league-fixture-content .fc-back button {
    border: none;
    color: #fff;
    background: #dcb3ac
}

.liveScoreWidget .league-fixture-content .fc-team .fc-home div:first-child,
.liveScoreWidget .league-fixture-content .fc-team .fc-away div:first-child {
	color: #fff
}

.liveScoreWidget .league-fixture-content .fc-team .fc-home div:last-child,
.liveScoreWidget .league-fixture-content .fc-team .fc-away div:last-child {
    color: #dcb3ac
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-score {
    color: #fff
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-score .win {
	color: #dcb3ac
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-score i {
    color: #dcb3ac
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-status {
	color: #fff
}

.liveScoreWidget .league-fixture-content .fc-team .fc-short-info .fc-date {
    color: #fff
}

.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: #dcb3ac
}

.liveScoreWidget .league-fixture-content .fc-info .info-row .info-column span:first-child {
    color: #222
}

.liveScoreWidget .league-fixture-content .fc-info .info-row .info-column span:last-child {
    color: #fff
}

.liveScoreWidget .league-fixture-content .fc-score-details .score-section {
    background: #dcb3ac
}

.liveScoreWidget .league-fixture-content .score-section .label {
    color: #222
}

.liveScoreWidget .league-fixture-content .score-section .score-board {
    color: #fff
} */
/* LIVE SCORE COLOURED*/