.match-info{
    border-radius: 6px;
    background: linear-gradient(to right, rgb(234 91 90), rgb(245 245 245));
    color: #FFF;
    font-size: 14px;
    text-align: center;
}
.match-info .top-info .title .event {
    margin-right: 10px;
    padding: 3px 8px;
    border-radius: 11px;
    background: #ff9800;
}
.match-info .top-info .title span {
    display: inline-block;
    font-size: 14px;
}
.match-info .top-info .title {
    margin: 0 auto;
    font-size: 0;
        padding-top: 10px;
}
.match-info .middle-info {
    padding: 15px 0;
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important
;
}
.justify-content-center {
    justify-content: center !important;
}
.match-info .middle-info .vs {
    width: 260px;
    font-size: 32px;
}
.match-info .middle-info img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
}
.match-info .middle-info h6
 {
    font-size: 14px;
}
.matches-live {
    border-radius: 6px;
    background-color: #343434;
}

.mt-3 {
    margin-top: 1rem !important;
}
.d-flex {
    display: flex !important
;
}
.matches-live .menu a {
    display: block;
    padding: 10px;
    color: #FFF !important;
}
.show-matche-cont {
    padding: 15px;
    border: 1px solid #ededed;
    border-radius: 6px;
}
.bg-white {
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.t-hd {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.t-hd h3 {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}
.t-hd:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 66px;
    height: 1px;
    background: #198754;
}
.content p {
      margin: 10px 10px 10px 10px;
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
    text-indent: 5px;
    font-weight: 300;
}
.list-unstyled li {
    color: #333;
    list-style-type: none;
    border-bottom: 1px dashed #ddd;
    padding: 8px 0;
}
.atags {
    background-color: #FFFFFF;
    margin: 10px 0;
    padding: 10px;
}