
.option-7 .logo-team-inner{
    background-color: #ffffff36;
    border-radius: 50%;
    width: 70px;
    padding: 10px;
    display: block;
    height: 70px;
}

.option-7  .logo-team-inner img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: inherit;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: contain;
}

.option-7 .match-score-scl{
    background:unset;
}
.option-7 .home-score, .option-7 .away-score{
    font-size: 20px;
    background-color: #4747476e;
    height: 30px;
    width: 35px;
    display: inline-grid;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}
.option-7 .divide-score{
    font-size: 20px;
}
.option-7 .home-score{
    border-left:rgb(207, 65, 65) solid 3px;
}
.option-7 .away-score{
    border-right:rgb(68, 97, 204) solid 3px;
}
.option-7 .match-item__comp a{
    color:white;
}
.option-7 a.stage-label{
    color:grey;
}
.option-7 .status-match-data{
    background-color: #00830fa3;
    border-radius: 12px;
    border:1px green solid;
}
.option-7 .match-item-body{
    padding: 10px;
    box-sizing: content-box;
    border-width: 0.5px;
    border-bottom-style: solid;
    border-image: radial-gradient(circle at center, var(--scl-primary), #ffe59403);
    border-image-slice: 1;
}
.h2h-wrapper{
    height: 20px;
}
.h2h-item{
    background-color: grey;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    font-size: 10px;
    border-radius: 3px;
    margin: 5px 1.5px;
    color: black;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    opacity: 1;
    transition: 0.2s;
}
.h2h-item:hover{
    width: 18px;
    height: 18px;
    font-size: 12px;
}
    .h2h-item[data-result="W"]{
    background-color: green;
}
.h2h-item[data-result="D"]{
    background-color: orange;
}
.h2h-item[data-result="L"]{
    background-color: rgb(189, 6, 6);
}

.option-7 .match-item-footer{
    background: #111111;
    overflow: hidden;
}
.option-7 .match-item-inner::before{
    background: url(../../images/bg-ball.webp) no-repeat;
    background-position-x: 100%;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    right: -10%;
    width: 100%;
    max-width: 300px;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    transform: rotate(0deg);
    transition: transform  0.35s ease-in-out;
}
.h2h-tooltip{
    display: none;
    position: absolute;
    top: calc(-100% - 12px);
    background: #232020db;
    padding: 5px 10px;
    color: white;
    z-index: 2;
    border-radius: 5px;
    width: fit-content;
    white-space: nowrap;
}
.h2h-item:hover .h2h-tooltip{
    display: block;
}
.option-7{
    font-size: 13px;
    font-weight: 550;
}
.option-7 .match-footer-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.option-7 .match-footer-container .views{
    text-align: right;
}

.option-7 .match-item-footer{
    padding:0;
}

.option-7 .match-item-footer .match-footer-container .view-box,
.option-7 .match-item-footer .match-footer-container .count-blv
{
    padding: 10px;
}

.option-7 .match-item-footer .match-footer-container>.match-blv-box>.count-blv,
.option-7 .match-item-footer .match-footer-container .view-box{
    max-width: 70px;
    position: relative;
    z-index: 3;
    background: #111111;
}
.option-7 .match-item-footer .match-footer-container .view-box{
    max-width: fit-content;
}
.option-7 .match-item-footer .match-footer-container .views{
  display: flex;
  justify-content: right;
}
.option-7 .match-item-footer .match-footer-container>.match-blv-box>.count-blv{
    border-right: #111111 solid 0.5px;
}

 .option-7  .blv-item-scl .dropdown-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    padding:11px;
    position: relative;
}
.option-7  .blv-item-scl .dropdown-item:hover{
   background-color: #252424;
   color:white;
}

 .option-7  .blv-item-scl .dropdown-item:hover::after,
    .option-7  .blv-item-scl .dropdown-item:hover::before{
    background-color: #252424;
    content: "";
    height: 100px;
    transform: rotate(20deg);
    width: 20px;
    position: absolute;
    font-weight: bold;
    z-index: -1;
 }
.option-7  .blv-item-scl .dropdown-item:hover::before{
    left: -20px;
    top: 0px;
 }
 .option-7  .blv-item-scl .dropdown-item:hover::after{
    right: -20px;
    bottom: 0px;
 }
 .option-7  .blv-item-scl .dropdown-item:hover{
 }

.option-7[is-live="0"] .view-box{
    display: none;
}

.option-7[is-live="1"] .view-box{
    display: block;
}