@import "https://passporterstore.com/assets/css/icons.css";

:root {
    --maxwidth: 1000px;
    --radius: 6px;
    --transition: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*, ::before, ::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    line-height: 1.5;
    color: #fff;
    background: #05070b;
    width: 100%;
    max-width: var(--maxwidth);
    margin: 0 auto;
    min-height: 100vh;
    font-family: poppins, sans-serif;
    font-weight: 400;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 50%;
    z-index: -3;
    width: 100vw;
    height: 100vw;
    background-image: radial-gradient(circle at center, #32333f 0, transparent 66.66%);
    transform: translate(-50%, -50%);
}

h1, h2, h3 {
    margin: 0.5em 0;
}

ul, li, ol {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

a {
    color: inherit;
    text-decoration: none;
}

body, input, textarea, option, select {
    font-family: poppins, sans-serif;
    font-weight: 400;
}

input {
    cursor: text;
}

img {
    max-width: 100%;
}

*::-webkit-scrollbar {
    width: 2px;
}

*::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #fff, transparent);
}

/* Header Alanı */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
    margin-bottom: 1em;
}

header .logo {
    width: 200px;
    border-radius: var(--radius);
}

header ul {
    display: flex;
    align-items: center;
    margin-right: -1em;
}

header ul li {
    display: inline-block;
}

header ul li a {
    padding: 0 1em;
    color: rgba(255, 255, 255, 0.3);
    transition: color 200ms var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
}

header ul li a.active,
header ul li a:hover {
    color: #fff;
}

header ul li a i {
    margin-bottom: 0.25em;
    font-size: 1.5em;
}

header ul li a span {
    font-size: 0.875em;
    text-transform: uppercase;
}

header ul li.blink a {
    color: #fff;
}

header ul li.blink i {
    position: relative;
    animation: blinkmenu 1000ms linear infinite;
}

@keyframes blinkmenu {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
}

/* Header Top */
.header-top {
    padding: 1em 2em;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1));
    border-radius: 0 0 var(--radius) var(--radius);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}

.header-text {
    color: white;
    font-size: 15px;
}

.social-area {
    color: white;
    display: flex;
    gap: 1em;
}

.social-area a {
    display: flex;
    align-items: center;
}

.social-area svg {
    width: 1.2em;
    height: 1.2em;
}

.channel-area {
    display: grid;
    grid-template-columns: 24px 1fr 24px;
    gap: 10px;
    align-items: center;
    position: relative;
    margin: 0;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    max-width: calc(200px * 4 + 30px);
    margin: 0 auto;
}

.channel-list {
    display: flex;
    gap: 10px;
    transition: transform 0.3s ease;
    width: max-content;
    padding: 0 10px;
}

.single-channel {
    flex: 0 0 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.channel-left,
.channel-right {
    cursor: pointer;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.channel-left svg,
.channel-right svg {
    width: 24px;
    height: 24px;
}

.channel-area svg {
    width: 1em;
}

.channel-area svg .icon-aktif {
    opacity: 0.5;
}

.channel-area svg .icon-pasif {
    opacity: 0.25;
}

.channel-list .single-channel {
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 200px;
    background: none;
}

.channel-list .single-channel picture {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    max-height: 200px;
}

.channel-list .single-channel img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.single-channel::after {
    display: none;
}

.single-channel:hover::after {
    display: none;
}

.single-channel.active {
    border-color: rgba(255, 255, 255, 0.5);
}

.channel-area [data-stream].active {
    position: relative;
}

.channel-area .channel-list [data-stream].active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.container-grid {
    display: grid;
    grid-template-columns: calc(650px - 0.5em) calc(375px - 0.5em);
    gap: 1em;
    align-items: flex-start;
    width: 100%;
}

.guncel-adres {
    padding: 0.75em 1em;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    text-align: center;
    margin-bottom: 0.5em;
}

.guncel-adres span {
    font-size: 0.875em;
}

.radar-graphic {
    margin-bottom: 1em;
    border-radius: var(--radius);
    overflow: hidden;
}

.container-grid.single {
    grid-template-columns: 1fr;
}

.container-grid.wide {
    grid-template-columns: 1fr;
}

.channel-info {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

.channel-info p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.single-channel-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    cursor: pointer;
}

.single-channel-play img {
    max-width: 240px;
    margin-bottom: 1em;
}

.single-channel-play svg {
    position: absolute;
    width: 240px;
    opacity: 0.2;
}

.single-channel-play .fa-primary {
    opacity: 0.1;
}

.live-player {
    width: 100%;
    min-height: 450px;
}

.live-list {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    overflow: hidden;
}

.list-head {
    padding: 1em 2em;
    border-radius: var(--radius) var(--radius) 0 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent);
    font-weight: 700;
}

.live-list .list-head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.list-head>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
}

.list-head svg {
    width: 1.5em;
    margin-right: 1em;
}

.list-head>div {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-blink {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: red;
    animation: listblink 1000ms linear infinite;
    margin-right: 1em;
}

[data-focustab] {
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 200ms var(--transition);
}

[data-focustab] span {
    font-size: 0.875em;
    cursor: pointer;
}

[data-focustab]:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
}

[data-focustab].active {
    color: #fff;
    border-bottom-color: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), transparent);
}

[data-focustab=next] .list-blink {
    animation: none;
    background: #fff;
}

@keyframes listblink {
    0%, 100% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;
    }
}

.wide .live-list-grid {
    grid-template-columns: 1fr;
}

.wide .list-tabbed {
    flex-direction: row;
}

.wide .nlive-gorsel.playerbottom {
    grid-column: unset;
}

.live-list-grid {
    display: grid;
    grid-template-columns: 48px auto;
    width: 100%;
}

.list-tabbed {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: hidden;
    font-size: 0.75em;
    justify-content: flex-start;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 300;
}

.wide .list-tabbed>div {
    border-bottom: 0;
}

.list-tabbed>div {
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75em;
    transition: all 200ms var(--transition);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tabbed-sports-list>div:not(:first-child) {
    margin-left: 1em;
}

.list-tabbed svg {
    width: 18px;
    height: 18px;
    fill: rgba(255, 255, 255, 0.3);
    transition: all 200ms var(--transition);
}

.list-tabbed div.active {
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2), transparent);
    color: #fff;
    pointer-events: none;
}

.sport_icons {
    transition: all 200ms var(--transition);
}

.list-tabbed>div.active svg {
    transform: scale(1.25);
    fill: #fff;
}

[data-matchfilter=all] {
    padding: 1em;
}

[data-matchfilter]:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.list-count {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
    display: none;
    line-height: 1;
    color: #fff;
    background: #f44336;
    font-size: 0.75em;
    white-space: nowrap;
    animation: listblink 1000ms linear infinite;
    padding: 0.5em 0;
    text-align: center;
}

[data-tabbed=next] .list-count {
    background: #fff;
    color: #000;
    animation: none;
}

.favorite-match {
    display: inline;
    text-transform: uppercase;
    margin-right: 1em;
    background: gold;
    color: #000;
}

.wide [data-matchfilter].active {
    flex-direction: row;
    padding-top: 12px;
}

[data-matchfilter].active {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
}

[data-matchfilter].active .list-count {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.wide .list-tabbed div.active {
    padding-left: 52px;
}

.wide [data-matchfilter].active .list-count {
    height: 100%;
    width: 40px;
}

.wide .player-channel-area {
    order: -1;
}

.wide.container-grid {
    gap: 1em;
}

.wide .list-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-height: 186px;
}

.wide [data-tabbed=live] .list-area {
    grid-template-columns: repeat(1, 1fr);
}

.wide [data-tabbed=live] .list-area>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.wide .list-tabbed {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wide .list-area, .wide .list-tabbed {
    height: unset !important;
}

.list-area {
    scroll-snap-type: y mandatory;
}

.list-area, .list-tabbed {
    height: 385px;
    overflow-y: auto;
    overflow-x: hidden;
}

.radarOn .list-area, .radarOn .list-tabbed {
    height: 568px;
}

.single-match {
    display: grid;
    grid-template-columns: 1fr;
    padding: 12px 1em;
    transition: all 200ms var(--transition);
    cursor: pointer;
    min-height: 55px;
}

.single-match:nth-child(odd) {
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
}

.single-match:nth-child(7n+1) {
    animation-duration: 200ms;
}

.single-match:nth-child(7n+2) {
    animation-duration: 400ms;
}

.single-match:nth-child(7n+3) {
    animation-duration: 600ms;
}

.single-match:nth-child(7n+4) {
    animation-duration: 800ms;
}

.single-match:nth-child(7n+5) {
    animation-duration: 1000ms;
}

.single-match:nth-child(7n+6) {
    animation-duration: 1200ms;
}

.single-match:nth-child(7n+7) {
    animation-duration: 1200ms;
}

@keyframes singlematch {
    0% {
        opacity: 0;
        transform: translateY(-0.5em) rotateZ(2deg) scale(1.1);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.single-match:hover {
    background: rgba(255, 255, 255, 0.05);
}

.single-match:hover .event, .single-match.active .event {
    color: rgba(0, 0, 0, 0.5) !important;
}

.single-match:hover .date, .single-match.active .date {
    color: #000 !important;
}

.single-match:hover .teams, .single-match.active .teams {
    color: rgba(0, 0, 0, 0.8) !important;
}

.single-match.active {
    background: rgba(255, 255, 255, 0.08);
}

.single-match.active svg {
    fill: #000;
}

.match-type {
    width: 2em;
    height: 1.75em;
    margin-right: 1em;
}

.match-detail {
    width: 100%;
}

.match-detail .teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 4px;
}

.match-detail .teams .home,
.match-detail .teams .away {
    flex: 1;
}

.match-detail .teams .away {
    text-align: right;
}

.match-detail .event, .match-detail .date {
    font-size: 0.95em;
    color: rgba(255, 255, 255, 0.3);
    transition: all 200ms var(--transition);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.match-detail .date {
    color: rgba(255, 255, 255, 0.5);
}

.match-detail .teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

footer {
    margin: 1em 0;
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

footer>div {
    font-size: 0.875em;
}

.footer-copyright {
    margin-bottom: 1em;
}

footer p {
    margin: 0;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1em;
    justify-content: stretch;
    align-items: stretch;
}

.footer-links a {
    display: inline-block;
    padding: 0.5em;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.copyright-text {
    margin-top: 1em;
    font-size: 0.875em;
    color: rgba(255, 255, 255, 0.3);
}

.plyr--video {
    border-radius: var(--radius);
}

.canli-maclar {
    margin-bottom: 1em;
    height: 40px;
}

.sr-wwrap.srm-fullyloaded {
    border-radius: var(--radius);
    overflow: hidden;
}

.sr-bb {
    background: linear-gradient(135deg, transparent, rgba(0, 0, 0, 0.1)) !important;
}

.sr-bb .sr-sportsticker__wrapper {
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
}

.sr-bb .sr-sportsticker__block {
    z-index: 2;
}

.sr-bb .sr-sportsticker__marquee {
    color: #fff;
}

.canli-maclar .sr-bb .srt-base-1-primary {
    color: rgba(255, 255, 255, 0.6);
}

.news-area {
    border-radius: var(--radius);
    margin-top: 1em;
}

.news-area svg {
    width: 1.5em;
}

.news-area .fa-secondary {
    opacity: 0.5;
}

.news-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1em;
}

.news-list, .news-content {
    max-height: 315px;
    overflow-y: auto;
    -webkit-border-bottom-right-radius: var(--radius);
    -webkit-border-bottom-left-radius: var(--radius);
    -moz-border-radius-bottomright: var(--radius);
    -moz-border-radius-bottomleft: var(--radius);
    border-bottom-right-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}

.news-list {
    border: 1px solid rgba(255, 255, 255, 0.1);
    scroll-snap-type: y mandatory;
}

.news-area .list-head {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
}

.single-news {
    padding: 0.75em 2em;
    cursor: pointer;
    transition: all 200ms var(--transition);
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 1em;
    overflow: hidden;
    align-items: center;
    scroll-snap-align: start;
}

.single-news-detail {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.single-news-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-news img {
    border-radius: var(--radius);
}

.single-news:nth-child(odd) {
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
}

.single-news:hover {
    background: #fff;
}

.single-news:hover .news-title {
    color: rgba(0, 0, 0, 0.8);
}

.single-news:hover .news-date {
    color: rgba(0, 0, 0, 0.5);
}

.news-title {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 200ms var(--transition);
    font-weight: 300;
}

.news-date {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.75em;
    transition: all 200ms var(--transition);
}

.news-content {
    padding: 1em 2em;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 300;
}

.news-content img {
    margin-bottom: 1em;
    border-radius: var(--radius);
}

.news-excerpt {
    margin-bottom: 1em;
    font-size: 0.875em;
    color: rgba(255, 255, 255, 0.8);
}

.news-content p {
    margin: 0 0 1em;
    font-size: 0.875em;
    color: rgba(255, 255, 255, 0.6);
}

.news-show {
    display: none;
}

.news-show[data-active] {
    display: block;
    animation: activenews 500ms var(--transition) forwards;
}

@keyframes activenews {
    0% {
        opacity: 0;
        transform: translateX(-2em) translateY(-4em) rotateZ(-5deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.head-grid {
    grid-template-columns: 1fr 1px 1fr;
    gap: 0;
    align-items: stretch;
    justify-content: space-between;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent);
}

.head-grid.one {
    grid-template-columns: 1fr;
}

.head-grid>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.vertical-line {
    width: 1px;
    height: 57px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5), transparent);
    padding: 1em 0 !important;
    pointer-events: none;
}

[data-tabbed] {
    display: none;
}

[data-tabbed].active {
    display: block;
}

.blog-area {
    margin: 1em 0;
}

.blog-list {
    display: grid;
    grid-template-columns: 1.5fr 1.25fr 1fr;
    gap: 1em;
}

.blog-list h2 {
    font-size: 1.25em;
}

article h1 {
    text-align: center;
}

.blog-list.wide {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
}

.single-blog {
    position: relative;
    display: inline-flex;
    border-radius: var(--radius);
    overflow: hidden;
}

.single-blog::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
}

.single-blog .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    color: rgba(255, 255, 255, 0.75);
    z-index: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-weight: 300;
}

.single-blog:hover img {
    transform: scale(1.1);
}

.single-blog img, .blog-list.wide img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    transition: all 200ms var(--transition);
}

.blog-list.wide .blog-article {
    text-align: justify;
}

.blog-article {
    font-size: 0.875em;
    color: rgba(255, 255, 255, 0.8);
    margin: 1em 0;
}

article .blog-article {
    max-width: 600px;
    margin: 1em auto;
    font-size: 1em;
}

.blog-link {
    display: block;
    text-align: center;
}

article time {
    text-align: center;
    display: block;
}

.nlive-gorsel {
    text-align: center;
}

.nlive-gorsel img {
    border-radius: var(--radius);
    margin: auto;
}

.nlive-gorsel.top {
    margin-bottom: 1em;
}

.nlive-gorsel.playerbottom {
    grid-column: 1/3;
}

.nlive-gorsel.playertop {
    margin-bottom: 1em;
}

.nlive-gorsel>a {
    display: flex;
}

.displaynone {
    display: none;
}

[data-plyr] {
    cursor: pointer;
}

.match-search {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

.match-search input {
    width: 100%;
    border: none;
    background: url(https://passporterstore.com/assets/svg/search.svg);
    background-size: 1em;
    background-position: 1em center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 0.875em;
    padding: 0.75em 1em 0.75em 3em;
    outline-color: #fff;
}

input[type=search]::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.search-box i {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.search-box input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.3);
}

.radar-result[data-type=Basketbol] [data-showradar="3"], .radar-result[data-type=Basketbol] [data-showradar="4"], .radar-result[data-type=Basketbol] [data-showradar="7"], .radar-result[data-type=Basketbol] [data-showradar="8"], .radar-result[data-type=Basketbol] [data-showradar="10"] {
    display: none;
}

.radar-result:not(:empty) {
    margin: 2em 0;
}

.radar-tabhead {
    display: grid;
    grid-template-columns: repeat(8, auto);
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    margin: 1em 0;
}

.radar-tabhead.active {
    display: grid;
}

.radar-tabhead>div {
    font-size: 0.875em;
    cursor: pointer;
    padding: 1em;
}

.radar-tabhead>div:hover, .radar-tabhead>div.active {
    background: rgba(255, 255, 255, 0.1);
}

[data-radarblock]:not(:empty) {
    display: none;
    padding: 2em;
    background: rgba(0, 0, 0, 0.1);
    border-radius: var(--radius);
}

[data-radarblock].active {
    display: block;
}

.sr-commentlist {
    max-height: 400px;
    overflow: auto;
}

.sr-lmts-scoreboard-wraper .sr-scoreboard-head {
    height: 40px;
    border-radius: var(--radius);
}

.sr-widget.sr-widgets-probabilities-ballpossession .sr-chart-pie .sr-pie-slice-num-1 {
    fill: rgba(0, 0, 0, 0.3);
}

.sr-widget.sr-widgets-probabilities-ballpossession .sr-chart-pie .sr-pie-slice-num-2 {
    fill: rgba(0, 0, 0, 0.8);
}

.sr-widget.sr-widgets-probabilities-ballpossession .sr-barchart-container .sr-bar-home {
    background: rgba(0, 0, 0, 0.3);
}

.sr-widget.sr-widgets-probabilities-ballpossession .sr-barchart-container .sr-bar-away {
    background: rgba(0, 0, 0, 0.8);
}

.sr-widget.sr-large .sr-matclineups-teams .sr-tab .sr-lineups-header-home {
    background: rgba(0, 0, 0, 0.3);
}

.sr-widget.sr-large .sr-matclineups-teams .sr-tab .sr-lineups-header-away {
    background: rgba(0, 0, 0, 0.8);
}

.sr-widget .sr-matclineups-teams .sr-matchlineups-home .sr-matchlineups-shirtnumber, .sr-widget .sr-matclineups-pitch .sr-player-home, .sr-widget .sr-lmts-tactical-home .sr-shirt, .sr-widget .sr-widgets-lmts-playerinfo .sr-home {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.sr-widget .sr-matclineups-teams .sr-matchlineups-away .sr-matchlineups-shirtnumber, .sr-widget .sr-matclineups-pitch .sr-player-away, .sr-widget .sr-lmts-tactical-away .sr-shirt, .sr-widget .sr-widgets-lmts-playerinfo .sr-away {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.sr-widget .sr-color-home {
    background-color: rgba(0, 0, 0, 0.3);
}

.sr-widget .sr-color-away {
    background-color: rgba(0, 0, 0, 0.8);
}

.sr-widget.sr-widgets-playerinfo.sr-medium .sr-tabs .sr-tab, .sr-widget.sr-widgets-playerinfo.sr-large .sr-tabs .sr-tab {
    background-color: rgba(255, 255, 255, 0.5);
}

.sr-widget .sr-subheader-1 {
    background-color: rgba(255, 255, 255, 0.3);
}

.sr-widget .sr-highlight {
    background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.4));
}

.sr-widget .sr-tabs .sr-tab.sr-active {
    background: rgba(255, 255, 255, 0.5);
}

.sr-widget .sr-tabs .sr-tabs-header:after {
    background: rgba(255, 255, 255, 0.5);
}

.sr-widget .sr-tab:hover {
    background: rgba(255, 255, 255, 0.8);
}

.sr-widget .sr-pills .sr-pill.sr-active {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

.sr-widget .sr-header-3 {
    background: rgba(0, 0, 0, 0.3);
    -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);
}

.sr-widget .sr-wdl-outcome-W {
    background-color: rgba(76, 175, 80, 0.8);
}

.sr-widget .sr-wdl-outcome-L {
    background-color: rgba(244, 67, 54, 0.8);
}

.sr-widget .sr-comment-item .sr-time {
    background: rgba(255, 255, 255, 0.05);
}

.sr-widget .sr-border-color-home {
    border-left-color: #fff;
}

.sr-widget .sr-border-color-away {
    border-right-color: #fff;
}

.sr-widget .sr-pills .sr-pill.sr-active:hover {
    background: #000;
    color: #fff;
}

.sr-widget .sr-team-header-home {
    background-color: rgba(0, 0, 0, 0.3);
}

.sr-widget .sr-team-header-away {
    background-color: rgba(0, 0, 0, 0.8);
}

.sr-widget .sr-form-home .sr-form-inner {
    background-color: rgba(0, 0, 0, 0.3);
}

.sr-widget .sr-form-away .sr-form-inner {
    background-color: rgba(0, 0, 0, 0.8);
}

.sr-widget.sr-widgets-probabilities-averagegoals .sr-team-home {
    background-color: rgba(0, 0, 0, 0.3);
}

.sr-widget.sr-widgets-probabilities-averagegoals .sr-team-away {
    background-color: rgba(0, 0, 0, 0.8);
}

.sr-widget .sr-last-next-home:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.sr-widget .sr-last-next-away:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.sr-widget .sr-team-header.sr-team-border.sr-team-header-home {
    border-color: rgba(0, 0, 0, 0.3);
}

.sr-widget .sr-team-header.sr-team-border.sr-team-header-away {
    border-color: rgba(0, 0, 0, 0.8);
}

.sr-widgets-matchcommentary .sr-comment-item {
    transition: all 200ms var(--transition);
}

.sr-widgets-matchcommentary .sr-comment-item:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.sr-widget .sr-highlight-solid-trans {
    background: rgba(0, 0, 0, 0.5);
}

.sr-widget .sr-header-1, .sr-widget .sr-header-2 {
    background: rgba(0, 0, 0, 0.5);
}

.sr-widgets-lmts .sr-lmts-logo-static {
    background-image: url(https://passporterstore.com/cs.betradar.com/ls/widgets/assets/betradar/widgets/images/lmts/lmts_court_logo86d086d086d0.html?d=1576682137);
}

.sr-widget .sr-matclineups-teams .sr-tab .sr-lineups-header-home {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.sr-widget .sr-matclineups-teams .sr-tab .sr-lineups-header-away {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.sr-widget .sr-matclineups-teams .sr-tab.sr-active .sr-lineups-header-home {
    background: #fff;
    color: #000;
}

.sr-widget .sr-matclineups-teams .sr-tab.sr-active .sr-lineups-header-away {
    background: #fff;
    color: #000;
}

.sr-promotion-div {
    background: #009688 !important;
}

.sr-widget .sr-tabs .sr-tab {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

.live-results {
    position: relative;
    margin-bottom: 1em;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    border-radius: var(--radius);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1em;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
}

.live-results.hidden {
    display: none;
}

.live-results .title {
    position: relative;
    z-index: 2;
    font-size: 0.875em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    padding: 1em;
}

.live-results .results {
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}

.live-results .results .inner {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: canliskorlar 5000ms linear infinite;
}

.live-results .results:hover .inner {
    animation-play-state: paused;
}

@keyframes canliskorlar {
    0% {
        right: 0;
        transform: translateX(100%);
    }
    100% {
        right: 100%;
        transform: translateX(0);
    }
}

.live-results .results>div {
    font-size: 0.75em;
}

.live-results .results .inner>div:not(:first-child) {
    margin-left: 2em;
}

.inner .sportur {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: rgba(255, 255, 255, 0.3);
}

.live-score-match {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 1em;
    font-weight: 300;
}

.single-turnuva {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.single-turnuva:not(:first-child) {
    margin-left: 1em;
}

.live-score-match:not(:first-of-type) {
    padding-left: 1em;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.sportur .teams {
    color: #ac1a2f;
    margin-right: 1em;
}

.score-point {
    font-weight: 400;
    filter: brightness(1.2);
}

.sporBaslik, .turnuvaBaslik {
    text-transform: uppercase;
    margin-right: 1em;
    color: #fff;
    font-weight: 700;
}

.turnuvaBaslik {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.score-goal {
    animation: scoregoal 1000ms linear infinite;
}

@keyframes scoregoal {
    0%, 100% {
        opacity: 1;
        color: #fff;
    }
    50% {
        opacity: 0.5;
    }
}

.next-match-splash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.next-match-splash>div {
    font-size: 0.875em;
    max-width: 360px;
    line-height: 2;
}

.close-splash {
    position: absolute;
    top: 2em;
    right: calc(50% - 0.5em);
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
}

.close-splash svg {
    width: 100%;
    color: #fff;
}

.copyright-nlive {
    margin-top: 1em;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1em auto;
}

.copyright-nlive a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright-nlive img {
    max-width: 100%;
}

.pause-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--color);
    cursor: pointer;
}

.pause-button svg {
    width: 4em;
}

.lastTime {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, #000, transparent);
    z-index: 2;
}

.lastTime .title {
    font-size: 1.5em;
}

.lastTime .loader {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1em;
}

.video-loader .loader-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1.5em 0;
}

.video-loader .logos img {
    width: 64px;
    margin: 0 1em;
}

.lastTime .loader>div, .loader-bar>div {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color);
    margin: 0 0.5em;
    animation: timelaoder 600ms linear infinite;
    animation-delay: 100ms;
}

.lastTime .loader>div:nth-child(1), .loader-bar>div:nth-child(1) {
    animation-delay: 100ms;
}

.lastTime .loader>div:nth-child(2), .loader-bar>div:nth-child(2) {
    animation-delay: 200ms;
}

.lastTime .loader>div:nth-child(3), .loader-bar>div:nth-child(3) {
    animation-delay: 300ms;
}

@keyframes timelaoder {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(100%);
    }
}

.single-day-match {
    position: relative;
    display: inline-grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    text-align: center;
    padding: 1em 0.5em;
    gap: 0.5em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 75%;
    min-height: 120px;
    border-radius: var(--radius);
    overflow: hidden;
    user-select: none;
    transition: all 200ms linear;
}

.single-day-match .teams img {
    width: 48px;
}

.single-day-match::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
    z-index: 1;
    transition: all 200ms linear;
}

.single-day-match:hover {
    border-color: #fff;
}

.single-day-match:hover::after {
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
}

.single-day-match>*{z-index: 2; overflow: hidden; text-overflow: ellipsis; width: 100%};

.single-day-match.Futbol {
    background-image: url(https://passporterstore.com/assets/images/futbol-stad.html);
}

.single-day-match.Basketbol {
    background-image: url(https://passporterstore.com/assets/images/basketbol-stad.html);
}

.single-day-match.Voleybol {
    background-image: url(https://passporterstore.com/assets/images/voleybol-stad.html);
}

.single-day-match .teams {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875em;
}

.single-day-match .tournament {
    font-size: 0.75em;
    color: rgba(255, 255, 255, 0.6);
}

.single-day-match .teams>div {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.single-day-match .teams .away-team {
    justify-content: flex-end;
}

.single-day-match .teams .home-team {
    justify-content: flex-start;
}

.single-day-match .teams>div>div {
    text-overflow: ellipsis;
    overflow: hidden;
}

.seperator-teams {
    margin: 0 0.5em;
}

.odds-container {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    margin-top: 1em;
}

.odds-container .list-head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.odds-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.2;
}

.odds-container.Futbol::after {
    background-image: url(https://passporterstore.com/assets/images/futbol-stad.html);
}

.odds-container.Basketbol::after {
    background-image: url(https://passporterstore.com/assets/images/basketbol-stad.html);
}

.odds-container.Volbeybol::after {
    background-image: url(https://passporterstore.com/assets/images/voleybol-stad.html);
}

.odds-area {
    display: grid;
    grid-template-columns: 56px auto 56px;
    gap: 1em;
    padding: 1em 2em;
    justify-content: space-between;
    align-items: center;
}

.bahis-yap {
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent);
    padding: 0.75em 2em;
}

.single-odds img {
    width: 56px;
    margin-top: 1em;
}

.single-odds {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.875em;
    text-align: center;
}

.single-odds>div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.now-playing {
    display: inline-flex;
    margin-bottom: 0.5em;
    border: 1px solid red;
    font-size: 0.875em;
    padding: 0.25em 1em;
    border-radius: var(--radius);
    animation: nowPlaying 2000ms linear infinite;
}

@keyframes nowPlaying {
    0%, 100% {
        color: #fff;
    }
    50% {
        color: rgba(255, 255, 255, 0.4);
    }
}

.odds-list {
    display: flex;
    flex-direction: column;
    font-size: 0.75em;
}

.odds-list .single-bet {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr;
    text-align: center;
    border-radius: var(--radius);
}

.single-bet>div {
    padding: 0.25em 1em;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
    border-radius: var(--radius);
    transition: all 200ms linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-bet>div:not(:first-child):hover {
    background: #fff;
    color: #000;
}

.single-bet>div:first-child {
    background: rgba(255, 255, 255, 0.1);
}

.odds-list>div:not(:first-child) {
    margin-top: 0.75em;
}

.odds-list>div.two {
    grid-template-columns: repeat(3, 1fr);
}

.player-attributes {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
}

.fancybox-container {
    width: 1000px;
    margin: 0 auto;
    left: unset;
}

[customContextMenu] {
    display: inline-flex;
    flex-direction: column;
    border-radius: 4px;
    user-select: none;
    animation: contextCome 300ms ease-in-out forwards;
    transform-origin: 0% 0%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    font-size: 16px;
    z-index: 999999;
}

[customContextMenu].right {
    transform-origin: 100% 0%;
}

[customContextMenu].bottom {
    transform-origin: 0% 100%;
}

[customContextMenu].right.bottom {
    transform-origin: 100% 100%;
}

@keyframes contextCome {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

[customContextMenu]>a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1em;
    cursor: pointer;
    background: #fff;
    color: #5f6368;
    transition: all 100ms ease-in-out;
}

[customContextMenu]>a:hover {
    background: #222 !important;
    color: #fff;
}

[customContextMenu]>a:hover path {
    fill: #fff;
}

[customContextMenu] svg {
    width: 100%;
}

[customContextMenu] svg path {
    fill: #202124;
}

[customContextMenu] .icon {
    display: flex;
    align-items: center;
    width: 1em;
    margin-right: 1em;
}

[customContextMenu] .text {
    font-size: 0.875em;
    white-space: nowrap;
    max-width: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
}

[customContextMenu]>a:nth-child(6n+1) {
    background: #fff;
}

[customContextMenu]>a:nth-child(6n+2) {
    background: #eee;
}

[customContextMenu]>a:nth-child(6n+3) {
    background: #ddd;
}

[customContextMenu]>a:nth-child(6n+4) {
    background: #ccc;
}

[customContextMenu]>a:nth-child(6n+5) {
    background: #bbb;
}

[customContextMenu]>a:nth-child(6n+6) {
    background: #9a9a9a;
}

.onemli-mac {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.onemli-mac .logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.onemli-mac .logos img {
    width: 48px;
}

.onemli-mac .title {
    font-size: 0.875em;
    font-weight: 700;
    margin-top: 0.5em;
    text-align: center;
}

.limit-screen-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(3px);
    color: var(--color);
    z-index: 999999;
    user-select: none;
}

.limit-screen {
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 180px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.limit-screen svg {
    width: 80px;
    margin-bottom: 1em;
}

.limit-screen-ratio .fa-primary {
    opacity: 0.8;
}

.limit-screen-ratio .fa-secondary {
    opacity: 0.4;
}

.limit-screen .text>div:first-child {
    font-size: 1.25em;
}

.limit-screen .text>div:last-child {
    color: #fff;
    letter-spacing: 2px;
}

.limit-modu {
    position: absolute;
    bottom: 2em;
    right: 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.limit-modu .text {
    color: rgba(255, 255, 255, 0.1);
}

.limit-modu svg {
    width: 1em;
    margin-right: 0.5em;
}

.pageskin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 1920px 1080px;
    background: url(https://passporterstore.com/assets/css/background.jpg) #000 no-repeat center top fixed;
}

/* Mobil görünüm için medya sorgusu */
@media screen and (max-width: 768px) {
    .container-grid {
        display: flex !important;
        flex-direction: column !important;
        width: 100%;
        padding: 10px;
    }

    .live-player {
        width: 100%;
        min-height: 300px;
        margin-bottom: 15px;
    }

    .mobile-channel-container {
        width: 100%;
        overflow: hidden;
        background: #111;
        border-radius: var(--radius);
    }

    .player-channel-area {
        width: 100%;
        display: flex !important;
        flex-direction: row !important;
        height: 400px;
    }

    .sports-categories {
        width: 60px;
        min-width: 60px;
        height: 100%;
        background: #111;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .live-list {
        flex: 1;
        height: 100%;
        background: #111;
    }

    .list-area {
        max-height: 350px;
        overflow-y: auto;
    }

    .channel-area {
        grid-template-columns: 20px 1fr 20px;
        gap: 5px;
    }

    .single-channel {
        flex: 0 0 100%;
        height: 150px;
    }

    .channel-list {
        gap: 5px;
        padding: 0 5px;
    }

    .channel-left svg,
    .channel-right svg {
        width: 20px;
        height: 20px;
    }

    .slider-container {
        max-width: 100%;
    }
}

/* Daha küçük ekranlar için */
@media screen and (max-width: 480px) {
    .container-grid {
        padding: 5px;
    }

    .player-channel-area {
        height: 350px;
    }

    .list-area {
        max-height: 300px;
    }

    .live-player {
        min-height: 250px;
    }

    .single-channel {
        height: 120px;
    }
}

/* Sadece kanal listesi içindeki kategori barı kalsın */
.sports-categories {
    width: 60px;
    background: #111;
    border-radius: var(--radius) 0 0 var(--radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sport-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.sport-item:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.sport-item.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.sport-item i {
    font-size: 22px;
    margin-bottom: 4px;
}

.sport-item span {
    font-size: 10px;
    text-transform: uppercase;
}

/* Maç sayısı göstergesi */
.sport-item .match-count {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #ff4444;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 3px;
    line-height: 1;
}

/* Kanal listesi grid düzeni */
.player-channel-area {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 0;
    background: #111;
    border-radius: var(--radius);
    overflow: hidden;
    height: 460px;
}

.live-list {
    background: #111;
}

/* Arama Kutusu Stili */
.search-box {
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.search-box input {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 35px 8px 15px;
    border-radius: var(--radius);
    color: #fff;
    font-size: 14px;
}

.search-box input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-box i {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.search-box input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.3);
}

/* Liste alanı için scroll ekleyelim */
.list-area {
    overflow-y: auto;
    max-height: 410px;
}

/* Canlı badge için ayarlama */
.event .live {
    padding: 3px 8px;
    font-size: 0.75em;
}

/* Logo boyutunu ayarla */
.single-match img {
    width: 24px;
    height: 24px;
}

/* Takım logoları için stil */
.team-logos {
    display: flex;
    align-items: center;
    gap: 5px;
}

.team-logos img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.team-logos .vs {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}

/* Maç saati için stil */
.match-detail .time {
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85em;
    font-weight: 500;
}

/* Takım isimleri için stil */
.match-detail .teams {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.match-detail .teams .home,
.match-detail .teams .away {
    flex: 1;
}

.match-detail .teams .away {
    text-align: right;
}

/* Takım bilgileri için stil */
.team-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.team-info.right {
    justify-content: flex-end;
}

.team-info .team-logo {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.team-info .team-name {
    font-size: 0.85em;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Maç detayları için stil */
.match-detail {
    width: 100%;
}

.match-detail .teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 4px;
}

/* Canlı badge ve zaman için stil */
.event {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.event .live {
    padding: 3px 8px;
    font-size: 0.75em;
    background: rgba(255, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
}

.event .time {
    font-size: 0.85em;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}