.live-score-widget {
    margin: 1em 0
}

.sr-scrollbars__container {
    max-height: 600px
}

.unlimit {
    max-height: unset
}

.sr-matchlist__poweredby {
    display: none !important
}

.sr-bb .srt-primary-1 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), transparent)
}

.sr-bb .srt-primary-5-is-hoverable:hover,
.sr-bb .srt-primary-6,
.sr-bb .srt-primary-7,
.sr-bb .srt-primary-8 {
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1))
}

.sr-bb .srt-primary-3,
.sr-bb .srt-primary-4 {
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.3));
    border-color: rgba(255, 255, 255, .1)
}

.sr-bb .srt-primary-5 {
    background: rgba(255, 255, 255, .4)
}

.sr-bb .srt-base-1 {
    background: rgba(0, 0, 0, .1);
    color: #fff;
    transition: all 200ms ease-in-out
}

.sr-bb .srt-base-1:hover {
    background: #000;
    color: #fff
}

.sr-bb .srt-primary-8-is-active-2 {
    background: 0 0
}

.sr-bb .sr-switcher__dateselector {
    width: 100%
}

.sr-bb .sr-switcher__live.srm-is-overlay {
    color: red
}

.sr-match-default__match.sr-match-default__hlarge {
    position: relative
}

.sr-bb .srt-base-1:hover .sr-match-default__match::after {
    background: #fff;
    color: #000
}

.sr-match-bahisyap {
    display: block;
    color: #fff !important;
    padding: .75em 1em !important;
    background: #00695c !important;
    border-radius: 6px;
    line-height: 1;
    font-weight: 700 !important;
    transition: all 200ms ease-in-out
}

.compensate-for-scrollbar {
    margin-right: auto !important
}

.sr-bb .sr-match-default__separator,
.sr-bb .sr-ml-list__match {
    border-color: rgba(255, 255, 255, .1)
}

.sr-bb .sr-ml-list__collapse-header {
    border-color: rgba(255, 255, 255, .1)
}

.sr-bb.sr-matchlist-header__showodds {
    display: none
}

.sr-bb .srt-base-1:nth-child(odd) {
    background-color: rgba(255, 255, 255, .1)
}

.sr-bb .srt-base-1:nth-child(even) {
    background-color: rgba(255, 255, 255, .2)
}

.sr-bb .sr-ml-list__realcategory {
    border-color: rgba(255, 255, 255, .1)
}

.sr-bb .sr-ml-list__expand-icon {
    fill: #fff;
    color: #fff
}

.sr-ltr.sr-bb .sr-switch__toggle {
    display: none
}

.sr-bb .sr-ml-list__live-icon {
    fill: red
}

.sr-match-default__limited-icon {
    fill: #fff
}

.srm-right,
.srm-left {
    display: flex;
    justify-content: flex-end !important
}

.sr-calendar__wrapper.srt-primary-1.srt-elevation-2 {
    background: #000 !important
}

.sr-bb .sr-calendar__arrow {
    fill: #fff
}

.live-score-head {
    background: rgba(255, 255, 255, .2);
    -webkit-border-top-left-radius: var(--radius);
    -webkit-border-top-right-radius: var(--radius);
    -moz-border-radius-topleft: var(--radius);
    -moz-border-radius-topright: var(--radius);
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    padding: 0 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.live-score-widget .sr-wwrap.srm-fullyloaded {
    border-radius: 0
}

.score-sports {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: .875em;
    justify-content: space-between
}

.head-title {
    text-transform: uppercase;
    font-size: .875em;
    margin-right: 32px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.score-sports>div {
    padding: 1em 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    cursor: pointer;
    transition: all 200ms ease-in-out
}

.score-sports>div.active {
    background: rgba(255, 255, 255, .1)
}

.score-sports>div:hover {
    background: rgba(255, 255, 255, .05)
}

.live-score-widget svg {
    width: 1.25em;
    height: 1.25em;
    margin-right: 1em;
    color: #fff;
    fill: #fff
}

.widget-content>div {
    height: 0
}

.widget-content>div.active {
    height: auto
}

.sr-bb .sr-matchlist-header.sr-small .sr-matchlist-header__wrapper {
    justify-content: center !important
}

.widget-loader {
    height: 400px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.widget-loader svg {
    margin-bottom: .5em;
    font-size: 2em;
    animation: widgetloader 2000ms linear infinite
}

.sr-scrollbars__container {
    max-height: 500px !important
}

@keyframes widgetloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}