﻿.profile-container {
    display: flex;
    max-width: 1200px;
    margin: 20px auto;
    gap: 20px;
}

/* Sol profil kutusu */
.profile-box {
    width: 250px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
    transition: transform 0.2s;
}

.profile-img:hover {
    transform: scale(1.05);
}

.logout-btn {
    display: block;
    margin-top: 15px;
    text-decoration: none;
    background: #007bff;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
}

.logout-btn:hover {
    background: #0056b3;
}

/* Sağ taraf: paylaşım kutusu */
.content-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Paylaşım formu: 10px daha küçük */
.post-form textarea {
    width: 90%;
    height: 70px; /* 10px daha kısa */
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    resize: none;
}

.post-form button {
    margin-top: 10px;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    background: #007bff;
    color: #fff;
    cursor: pointer;
}

.post-form button:hover {
    background: #0056b3;
}


/* Silme butonu sağ üstte */
.delete-post {
    position: absolute;
    top: 10px;
    right: 10px;
    color: red;
    text-decoration: none;
    font-weight: bold;
}

.delete-post:hover {
    color: darkred;
}
.register-box textarea {
    width: 100%;
    padding: 10px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: inherit;
    resize: none;
}

.posts {
    margin-top: 20px;
}

.post {
    background: #f9f9f9;
    border-left: 4px solid #2563eb;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
	.content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}

.register-box {
    width: 360px;
    padding: 40px;
    background: #fff;       
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    color: #000;            
}

.register-box h2 {
    margin: 0 0 30px;
    text-align: center;
}

.register-box .user-box {
    position: relative;
    margin-bottom: 30px;
}

.register-box .user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;             
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    background: transparent;
}

.register-box .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #000;             
    pointer-events: none;
    transition: 0.5s;
}

.register-box .user-box input:focus ~ label,
.register-box .user-box input:valid ~ label {
    top: -20px;
    left: 0;
    color: #45a049;         
    font-size: 12px;
}

.btn-register {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: #45a049;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-register:hover {
    background: #1e40af;
    color: #fff;
}

.form-message {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}
        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 {
            max-width: 950px;
            margin: 0 auto;
            padding: 20px;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-top: 50px;
        }


        }
        .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: -250px;
	    margin-top: 50px;
        }
        .team-name {
	    margin-left: 10px;
            font-weight: bold;
            margin: 10px 0;
	    margin-left: -430px;
	    
        }
	.t1 {
	    margin-left: 10px;
            font-weight: bold;
            margin: 10px 0;
	    margin-left: -430px;
	    
        }
	.team-logo1 {	
            max-width: 100px;
            height: auto;
            display: block;
            margin: 0 auto;
	    margin-right: -250px;
	    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 */
			
		}
		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: 76px;
        }

        .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;
        }
.posts-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.post-item {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fdfdfd;
}

.post-left {
    display: flex;
    align-items: center;
    gap: 10px; /* resim ile yazı arası boşluk */
}

.post-profile-img {
    width: 50px;         /* istediğin küçük boyut */
    height: 50px;
    border-radius: 50%;  /* yuvarlak yap */
    object-fit: cover;   /* resmi kırp ve kutuya sığdır */
    flex-shrink: 0;      /* küçülmesini engelle */
}

.post-right {
    flex: 1;
}

.post-right h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.post-right small {
    font-size: 11px;
    color: #666;
    display: block;
    margin-bottom: 5px;
}

.post-right p {
    margin: 5px 0;
}

.delete-post {
    color: red;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
}
.post-link {
    color: #007bff !important;        /* modern mavi */
    text-decoration: none !important; /* alt çizgiyi tamamen kaldır */
    font-weight: 500;
}
.post-link:hover {
    text-decoration: underline !important; /* sadece hoverda alt çizgi */
}
/* Post içeriğini ortalamak */
.post-item > div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Yorumlar soldan başlasın, tarih sağda */
.comments-list > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
