﻿        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f2f2f2;
	    background-image: url('arkaplan.jpg'); /* Arka plan resmini ekleyin */
	    background-size: cover; /* Arka planı kaplayacak şekilde ayarlayın */
            background-repeat: no-repeat; /* Tekrarlamayı kapatın */
            background-attachment: fixed; /* Resmin liste ile birlikte uzamasını engeller, sabitler */
	    text-align: center;
        }
       .container {
    position: relative;
    max-width: 920px;
    margin: 50px auto;
    padding: 20px;
    background-color: rgba(255,255,255,0.2); /* hafif transparan olmalı */
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    overflow: hidden;
}

/* Gerçek arka planı blur’layan layer */
.container::before {
    content: "";
    position: absolute;
    inset: 0;
    
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); /* Safari için */

    z-index: 0;
}

/* İçerik üstte kalsın */
.container > * {
    position: relative;
    z-index: 1;
}
        .header {
            text-align: center;
            margin-bottom: 20px;
        }
        .match-details {
		margin-top: -5px;
            	display: flex;
		text-align: center;
    		justify-content: center; /* İçerikleri yatay olarak merkezler */
    		align-items: center; /* İçerikleri dikey olarak merkezler */
		width: 100%;
   		flex-wrap: wrap; /* İçerikler birbirine sığmazsa, yeni satıra geçer */
   		gap: 140px;
        }
        .team-logo {	
            max-width: 100px;
            height: auto;
            display: block;
	    margin-left: -263px;
	    margin-top: 50px;
        }
        .team-name {
	    margin-left: 10px;
            font-weight: bold;
            margin: 10px 0;
	    margin-left: -430px;
	    
        }
	.etf {
	    margin-left: 10px;
            font-weight: bold;
            margin: 10px 0;
	    margin-left: -430px;	    
        }
	.dtf {
            text-align: center;
            font-weight: bold;
            margin: 10px 0;
	    margin-right: -430px;	    
        }

	.team-logo1 {	
            max-width: 100px;
            height: auto;
            display: block;
            margin: 0 auto;
	    margin-right: -263px;
	    margin-top: 50px;
        }
        .team-name1 {
	    
            text-align: center;
            font-weight: bold;
            margin: 10px 0;
	    margin-right: -430px;
        }
        .information {
	    flex-shrink: 0;
	    position: absolute;
            text-align: center;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
            margin-top: 50px;
	    font-family:Calibri;
	    font-size:Medium;	
		
        }
        .information div {
            margin: 5px 0;
            font-weight: normal;
        }
		.header {
            text-align: center;
            margin-bottom: 20px;
            position: relative;
        }
    .site-logo {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    z-index: 1000;
}
        
		.tables-container {
			display: flex;
			justify-content: center; /* Tablolar arasında eşit boşluk bırakır */
       			overflow-x: auto !important;
    			width: 100% !important;
    			display: block !important;
		}

		table1 {
			width: 50%; /* Her bir tablonun genişliğini ekranın %45'i olarak ayarlayın */
			
			font-family:Calibri;
			font-size:Medium;
		}
		h21 {
			font-family: 'Calibri', sans-serif; /* Yazı tipini ayarlar */
			font-size: medium; /* Yazı boyutunu ayarlar */
		}
.stats-table {
        width: 450px;
        border-collapse: collapse;
        margin-top: 20px;
    }
    .stats-table td {
        border: 1px solid black;
        width: 150px; /* Tablonun genişliğine göre her bir sütun için genişlik */
        text-align: center;
    }
odds-table {
        width: 100%;
        border-collapse: collapse;
        margin: 0 auto;
        position: sticky;
        top: 0;
        background-color: #fff;
        box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    }
    .odds-table th, .odds-table td {
        border: 1px solid #ddd;
        text-align: left;
        padding: 15px;
    }
    .odds-table th {
        background-color: #f2f2f2;
    }
    .odds-table tr:nth-child(even){background-color: #f9f9f9;}
.odds-container {
    overflow-x: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  oddstable {
    width: 100%;
    border-collapse: collapse;
  }
  oddsth, oddstd {
    padding: 18px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  oddsth {
    background-color: #f2f2f2;
    position: sticky;
    top: 0;
    z-index: 2;
  }
.odds-table {
    width: 100%;
    border-collapse: collapse;
}

.odds-table th, .odds-table td {
    border: 2px solid #ddd;
    padding: 5px;
    text-align: center;
}

.odds-table th {
    background-color: #f2f2f2;
}
.style167 {
            color: #FFFFFF;
            background-color: #006600;
            font-weight: bold;
            font-size: medium;
            font-family: Calibri;
        }
.style1677 {
            color: #FFFFFF;
            background-color: #FF0000;
            font-weight: bold;
            font-size: medium;
            font-family: Calibri;
}
.style138 {
            font-weight: bold;
            text-align: center;
            background-color: #FFFFFF;
        }
.style112 {
            font-family: Calibri;
            font-size: medium;
        }
.style154 {
            width: 100%;
.style168 {
            color: #FF0000;
            background-color: #FFFFFF;
            font-weight: bold;
            font-size: medium;
            font-family: Calibri;
        }
.style1688 {
            color: #2e86c1;
            background-color: #FFFFFF;
            font-weight: bold;
            font-size: medium;
            font-family: Calibri;
        }
.oran {
            display: flex;
		margin-top: 150px;
    		justify-content: center; /* İçerikleri yatay olarak merkezler */
    		align-items: center; /* İçerikleri dikey olarak merkezler */
   		flex-wrap: wrap; /* İçerikler birbirine sığmazsa, yeni satıra geçer */
   		gap: 140px;
.style37 {
            text-align: center;
            color: #800000;
            font-family: Calibri;
            font-size: small;
            border-top: thick double #F7B800;
            border-bottom: thick double #F7B800;
            background-color: #FFFFFF;
            font-weight: bold;
        }
.footer-line {
            border-top: 2px solid black;
            border-bottom: 2px solid black;
            padding: 10px 0; /* Yazı ile çizgi arasındaki boşluk */
        }

.logonavi {
    margin-top: 99px;
    border-top: 3px double #F7B800;
    border-bottom: 3px double #F7B800;
    font-family: Calibri;
    font-size: 12px;
    font-weight: bold;
}

.nav-tablo {
        border-collapse: separate;
        border-spacing: 8px;
        width: 100%; /* Sayfa genişliği kadar genişlet */
    }

    .nav-tablo td {
        border: 1px solid #F7B800;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-tablo td a {
        text-decoration: none;
        color: #0099CC;
        display: block; /* Linkleri blok elementlere dönüştürür */
        padding: 8px; /* Hücre içeriğini kenarlardan uzaklaştırır */
}
.style23 {
            width: 350px;
            height: 66px;
        }
.style123 {
            width: 72px;
            height: 22px;
            color: #000000;
            background-color: #F7B800;
            text-align: center;
            font-weight: bold;
}
.style23 {
            width: 350px;
            height: 66px;
        }

        .style27 {
            text-align: center;
            width: 73px;
            height: 22px;
        }

        .style86 {
            color: #000000;
        }

        .style87 {
            font-size: large;
        }

        .style89 {
            color: #003366;
        }

        .style90 {
            font-family: "Courier New", Courier, monospace;
        }

        .style91 {
            text-align: center;
            width: 72px;
            height: 22px;
            font-family: "Courier New", Courier, monospace;
        }

        .style98 {
            font-size: small;
        }

        .style100 {
            height: 80px;
        }

        .style103 {
            font-family: Calibri;
            font-size: small;
        }

        .style106 {
            color: #000000;
            font-size: small;
        }

        .style107 {
            color: #003366;
            font-size: medium;
        }

        .style109 {
            height: 19px;
        }

        .style110 {
            height: 19px;
            font-family: Calibri;
            font-size: medium;
        }

        .style111 {
            font-family: Calibri;
        }

        .style112 {
            font-family: Calibri;
            font-size: medium;
        }

        .style113 {
            text-align: center;
            width: 72px;
            height: 22px;
            font-family: Calibri;
            font-size: small;
        }

        .style116 {
            height: 22px;
            color: #FFFFFF;
            background-color: #F7B800;
            text-align: center;
            font-weight: bold;
        }
.style120 {
            text-align: center;
            width: 73px;
            font-family: "Courier New", Courier, monospace;
            height: 22px;
            font-size: medium;
            color: #000000;
            background-color: #F7B800;
            font-weight: bold;
}

.style121 {
            text-align: center;
            font-family: "Courier New", Courier, monospace;
            height: 22px;
            font-size: medium;
            color: #000000;
            background-color: #F7B800;
            font-weight: bold;
}

.style122 {
            width: 73px;
            height: 22px;
            color: #000000;
            background-color: #F7B800;
            text-align: center;
            font-weight: bold;
}

.style123 {
            width: 72px;
            height: 22px;
            color: #000000;
            background-color: #F7B800;
            text-align: center;
            font-weight: bold;
}

        .style127 {
            height: 19px;
            font-family: Calibri;
            font-size: small;
        }

        .style130 {
            font-size: small;
            color: #003366;
        }

        .style138 {
            font-weight: bold;
            text-align: center;
            background-color: #FFFFFF;
        }

        .style139 {
            font-weight: bold;
            text-align: center;
            background-color: #006600;
            color: #FFFFFF;
            font-size: medium;
            font-family: Calibri;
        }

        .style154 {
            width: 100%;
        }

        .style157 {
            background-color: #F7B800;
        }

        .style158 {
            font-size: medium;
            font-weight: bold;
            font-family: Calibri;
        }

        .style159 {
            font-weight: bold;
            background-color: #F7B800;
            font-family: Calibri;
            font-size: medium;
        }

        .style165 {
            font-weight: bold;
            text-align: center;
            background-color: #F7B800;
            color: #000000;
            font-family: Calibri;
            font-size: medium;
        }

        .style166 {
            color: #000000;
            background-color: #F7B800;
            font-weight: bold;
            font-family: Calibri;
            font-size: medium;
        }

        .style167 {
            color: #FFFFFF;
            background-color: #006600;
            font-weight: bold;
            font-size: medium;
            font-family: Calibri;
        }

        .style168 {
            font-size: medium;
            color: #000000;
            font-family: Calibri;
        }

        .style170 {
            height: 19px;
            font-family: Calibri;
            font-size: medium;
            width: 60%;
        }

        .style171 {
            border-width: 0px;
        }

        .style172 {
            height: 4px;
        }

        .style173 {
            height: 22px;
            color: #FFFFFF;
            background-color: #F7B800;
            font-weight: bold;
        }

        .style174 {
            font-family: "Courier New", Courier, monospace;
            height: 22px;
            font-size: medium;
            color: #000000;
            background-color: #F7B800;
            font-weight: bold;
        }

        .auto-style1 {
            width: 320px;
            height: 50px;
        }


        .style7 {
            height: 48px;
        }

        .style11 {
            height: 14px;
        }

        .style12 {
            text-align: center;
            font-family: Dotum;
            font-size: xx-large;
        }

        .style33 {
            height: 178px;
        }

        .style35 {
            width: 400px;
            height: 60px;
        }

        #header {
            text-align: center;
        }

        .style37 {
            text-align: center;
            color: #800000;
            font-family: Calibri;
            font-size: small;
            border-top: thick double #F7B800;
            border-bottom: thick double #F7B800;
            background-color: #FFFFFF;
            font-weight: bold;
        }

        .style38 {
            height: 1px;
        }