:root {
    --color-blue: #3663F6;
    --color-light: #EBF0FF;
    --color-light-2: #F5F7FF;
    --color-gold: #FFC400;
    --color-dark: #010C29;
    --color-dark-2: #131D38;
    --color-border: #C2C7D4;
    --color-grey: #808594;
    --color-green: #14DC50;
    --color-red: #DC143C;
    --color-yellow: #FFC400;
    --input-background-color: #FFF;
    --input-border-color: #bfbfbf;
    --input-border-color-inline: #FFF;
    --input-border-color-checked: #3663F6;
    --input-background-color-checked: #3663F6;
    --input-border-color-inline-checked: #3663F6;
    --input-border-color-disabled: #bfbfbf;
    --input-background-color-disabled: #F2F2F2;
    --input-border-color-inline-disabled: #bfbfbf;
    --input-border-color-hover: #3663F6;
    --input-background-color-hover: #FFF;
    --input-border-color-inline-hover: #bfbfbf;
    --input-border-color-focus: #3663F6;
}
body {
    margin: 0;
    color: #222;
    font-size: 14px;
    font-family: 'Inter', Arial;
    line-height: 20px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.live-score-box {
    width: 50%;
    margin: 0 auto;
    position: relative;
    background-color: #FFF;
}

.br-6 {
    border-radius: 6px;
}
.padding-12 {
    padding: 12px;
}

.live-score-box-in {
    float: left;
    width: 100%;
}

.pro-bulten-list .live-score-head, .pro-bulten-list .live-score-item {
    padding-right: 0;
}
.live-score-head {
    float: left;
    width: 100%;
    min-height: 40px;
    padding-right: 40px;
    margin-bottom: 6px;
    position: relative;
    background-color: var(--color-light);
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.ls-left, .ls-right {
    float: left;
    width: 50%;
    height: 100%;
    display: flex
;
    flex-flow: row wrap;
    align-items: center;
    text-align: center;
}

.ls-head-country {
    float: left;
    width: 100%;
    padding-left: 15px;
    display: flex
;
    align-items: center;
}

.ls-head-country a {
    display: flex
;
    align-items: center;
    font-weight: 600;
}

a {
    color: var(--color-dark) !important;
    text-decoration: none !important;
}

.ls-head-country img {
    float: left;
    width: 20px;
    /* height: 14px; */
    margin-right: 10px;
    border-radius: 3px;
}

.live-score-head .ls-col {
    height: 40px;
    border-color: transparent !important;
}
.ls-goal {
    font-weight: 500;
}
.ls-col {
    height: 60px;
    position: relative;
    flex: 1;
    flex-basis: 10%;
}

.ls-col::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background-color: var(--color-dark);
    opacity: 0.06;
}

.ls-col-in {
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
}

.live-score-head .ls-col-row {
    height: 16px;
}
.ls-col-row {
    width: 100%;
}

.ls-icon-goal {
    background-image: url(../images/icon-ball.png);
}

.ls-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    transition: all 0.3s;
}

.tooltip {
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    cursor: pointer;
    text-align: center;
}

.tooltip span {
    padding: 5px 7px;
    background-color: var(--color-blue);
    position: absolute;
    bottom: 24px;
    left: -30px;
    right: -30px;
    border-radius: 3px;
    display: none;
    font-size: 11px;
    line-height: 10px;
    font-weight: 500;
    color: #FFF;
}

.ls-icon-foul {
    background-image: url(../images/icon-foul.png);
}

.live-score-content {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.live-score-content .live-score-item:last-child {
    margin-bottom: 0;
}
.pro-bulten-list .live-score-head, .pro-bulten-list .live-score-item {
    padding-right: 0;
}
.live-score-item {
    float: left;
    width: 100%;
    padding-right: 40px;
    position: relative;
    display: flex
;
    flex-flow: row wrap;
    font-size: 13px;
    border-bottom: 1px solid rgba(1, 12, 41, 0.07);
    color: var(--color-dark);
    font-weight: 500;
    border-radius: 4px;
}
.ls-inner {
    float: left;
    width: 100%;
    position: relative;
}
.live-score-content .ls-left {
    cursor: pointer;
}
.ls-left, .ls-right {
    float: left;
    width: 50%;
    height: 100%;
    display: flex
;
    flex-flow: row wrap;
    align-items: center;
    text-align: center;
}
.ls-fav {
    flex-basis: 10%;
}
.ls-col {
    height: 60px;
    position: relative;
    flex: 1;
    flex-basis: 10%;
}
.btn-fav, .btn-faved {
    width: 32px;
    height: 32px;
    background: url(../images/icon-fav.png) no-repeat center / 15px 14px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
}
.ls-date {
    width: 100%;
    padding-left: 15px;
    text-align: left;
    flex-basis: 15%;
    font-size: 11px;
    line-height: 16px;
}
.ls-teams {
    flex-basis: 70%;
}
.pro-bulten-list .ls-team-1, .pro-bulten-list .ls-team-2 {
    padding-left: 15px;
}

.ls-team-1, .ls-team-2 {
    padding: 2px 0 2px 45px;
    position: relative;
    text-align: left;
    display: flex
;
    align-items: center;
    font-weight: 500;
}

.ls-team-1, .ls-team-2 {
    padding: 2px 0 2px 45px;
    position: relative;
    text-align: left;
    display: flex
;
    align-items: center;
    font-weight: 500;
}

.ls-team-1 img, .ls-team-2 img {
    float: left;
    height: 20px;
    margin-right: 10px;
}
.ls-team-name {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ls-goal {
    font-weight: 500;
}

.ls-right-col-top, .ls-right-col-bottom {
    float: left;
    width: 100%;
}

 @media (max-width : 1280px) {
   .live-score-box {
    width: 100%;
    }
   }