
@import url('https://fonts.google.com/specimen/Calligraffitti');


:root{
  --koyuyesil: #4d9347;
  --acikyesil: #82cc7a;
  --fosforluyesil: rgb(124,249,0);
  --lacivert: #2a3aad;
  --butonarkasi: rgba(225,225,225,0.5);
  --nav: rgb(225,225,225);
  --koyulacivert: #1d2879;
}

.anahcontainer {
    width: 100%; /* İhtiyaçlarına göre genişliği ayarla */
    height: 100%;
    
    overflow: hidden;
    margin: auto;
}
.small-text {
    font-size: 12px !important; /* Yazı boyutunu kesin olarak küçültür */
}
.image-container,
.text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: 10px;
}

.defi-button {
  background: linear-gradient(90deg, #4a5bbd, #a5ff5e);
  color: white;
  border-radius: 12px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.gradient-icon {
            background: linear-gradient(45deg, #4a5bbd, #a5ff5e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 18px;
        }

.defi-button:active {
  background-color: #00b359; /* Dokunulduğunda yeşil olur */
  transform: scale(0.98); /* Hafif bir küçülme efekti */
}
.defi-button {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.defi-button:active {
  box-shadow: none; /* Dokunulduğunda gölge kalkar */
}
.defi-button:active {
  background: linear-gradient(135deg, #00b359, #004080);
}







.image-container {
    border-bottom: 1px solid #ccc; /* İsteğe bağlı, görsel ayrım için */
}

.centered-image {
    max-width: 100%;
    height: auto;
}

.text-container p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: var(--koyulacivert);
}

.anahtarcontainer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%; /* Genişliği ihtiyaçlarına göre ayarla */
    max-height: 60px;
    padding: 20px;
    /*border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.key-info {
    display: flex;
    align-items: center;
}

.key-icon {
    width: 30px; /* Anahtar resminin genişliği */
    height: auto;
    margin-right: 3px;
}

.key-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: darkorange;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
}

.sozlesmeKutusu {
    display: none;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    position: fixed; /* Div'in konumu */
    z-index: 20; /* Diğer içeriklerin üzerinde olmasını sağlar */
    background-color: #fff; /* Arka plan rengi */
    width: 95%; /* Genişlik */
    left: 50%; /* Yatay konumu merkezde yapar */
    transform: translateX(-50%); /* Yatayda merkeze alır */
    height: 95%;
    overflow-y: scroll;
    top: 0;
  }
  .yeniiframe{
    width:80px;
    height: 80px;
  }
  .anah{
    width: 30px;
    height: 30px;
  }
  .sozlesmeler{
     border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    
    z-index: 20; /* Diğer içeriklerin üzerinde olmasını sağlar */
    background-color: #fff; /* Arka plan rengi */
    width: 95%; /* Genişlik */
    
    height: 95%;
    overflow-y: scroll;
    top: 0;
  }
  #hiddenDiv {
  height: 0px; /* Görünür olacak div'in yüksekliği */
  overflow: hidden; /* İçeriği gizlemek için */
  transition: height 0.5s ease; /* Yükseklik değişikliklerini yumuşatmak için geçiş efekti */
}
 .hallo {
        width: 45px;
        min-height: 36px;
        background-color: var(--fosforluyesil);
        font-size: 20px;
        font-weight: bold;
        padding-left: 5px;
        border-radius: 5px;
}

.ligadi{
  color: var(--lacivert);
}
.macsurebutonu{
  background-color: whitesmoke;
  color: var(--koyulacivert);
  padding: 7px;
  margin-left: 10px;
  margin-top: 10px;
  border: 1px solid var(--koyulacivert);
  border-radius: 6px;
  font-weight: bold;
}

.maviyazi{
  color: var(--koyulacivert);
}
.maviyazi2{
  color: var(--lacivert);
}

.visible {
  height: auto; /* Div görünür hale geldiğinde yüksekliği */
  min-height: 500px;
}

.ligyaz{
  width: 100%;
  text-align: left;
  padding: 0 20px;
  font-weight: bold;
  color: var(--koyulacivert);
  margin-top: 20px;
}
.performans{

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 16px;
  height: 32px;
  margin: auto;
  padding-left: 4px;

}
.kapsayan{
  display: flex;
  flex-direction: column;
  /*background-color: yellow;*/
  width: 100%;
  height: auto;
  min-height: 300px;
  margin-top: 20px;
}
.ickapsayan{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 10px;
  min-height: 30px;
  /*background-color: red;*/
  justify-content: center;

}
.icsatir{
  display: flex;
  width: 100%;
  min-height: 30px;
  padding: 5px;
  /*background-color: blue;*/
  color: var(--lacivert);
  justify-content: center;
}
.icyazisi{
   flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ligadisi{
  font-weight: bold;
}
.walkover-check{
  width: 20px;
  height: 20px;
}




    .checkbox-container {
        
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .check {
      width: 100%;
      height: 10px;
        display: flex;
    }

.per1,.per2,.per3{
  flex: 1;
  background-color: yellow;
  
  height: 6px;
  width: 6px;
  margin: 2px;

  border-radius: 50%;

}
.per1{
  background-color: #7cf900;
}
.per2{
  background-color: #e63e3e;
}
.per3{
  background-color: #e63e3e;
}
.lig {
    width: 100%;

    text-align: center;
    vertical-align: baseline;
    padding: 30px 30px 0px 30px;
}
.liggiris{

    width: 100%;

    text-align: center;
    vertical-align: baseline;
    padding: 10px;

}
.chosen-select{
  color: black;
}
.btn2{
  padding: 10px;
  background-color: lightgreen;
  border-radius: 8px;
  color: black; !important;
}
.logolar{
  width: 100%;
  height: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;

}

.iclogo{
  width: 100%;
  height: 250px;
  border: 1px solid lightgray;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;



}

.iclogo img{
  width: 120px;
  height: auto;
  margin: auto;
}

.newmenu{
  width: 100%;
  height: 40px;
  top: 8vh;
  position: sticky;
  background-color: #fff;
  z-index: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.


.hrtagi{
  border: none;
  height: 1px; /* HR'in kalınlığı */
  background-color: var(--lacivert); /* HR rengi */
  box-shadow: 0 2px 4px rgb(128, 249, 230); /* Gölge efekti */
}
.hrpano{
  height: 1px; /* HR'in kalınlığı */
  color: var(--koyuyesil);
  width: 60%;
  margin: 5px;
}
.upper-div {
    flex: 0 0 auto; /* İçerik kadar yer kapla */
    max-height: 75%; /* Yüksekliği %35 ile sınırlı */
    overflow-y: auto;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lower-div {
    flex: 1; /* Kalan alanın tamamını kapla */
    min-height: 100px; /* Minimum 100px yüksekliği olsun */
    overflow-y: auto;
    padding: 5px;
    margin-top: 10px;
}

.btnyeni{
  width: 100%;
  height: 30px;
  background-color: var(--butonarkasi);
  text-align: center;
  padding: 5px;
  border: lightgray;
  border-radius: 8px;
  /*color: #82cc7a;*/
  color: var(--lacivert);

  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;

}
.btnyeni1 {
  width: 100%;
  height: 30px;
  background-color: var(--butonarkasi);
  text-align: center;
  padding: 5px;
  border: lightgray;
  border-radius: 8px;
  color: var(--lacivert);
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  position: relative; /* Alt çizgiyi konumlandırmak için gerekli */
}

.btnyeni1::after {
  content: ""; /* Pseudo-element ile alt çizgi oluştur */
  position: absolute;
  bottom: 0; /* Butonun altına yerleştir */
  left: 10%;
  right: 10%;
  height: 1px; /* Çizginin kalınlığı */
  background-color: #7cf900; /* Çizginin rengi */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Hafif gölge efekti */
  border-radius: 2px; /* Çizgi köşelerini yuvarlatır */
}
.panoortayazi{
display: flex;
            justify-content: center;
align-items: center;
font-size: 12px;
font-weight: bold;
color: var(--koyulacivert);

}
iframe{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 700px;

}

.membership-button {
  border: 2px solid rgb(128,255,0);        /* Kenarlık yeşil */
  background-color: white;          /* Arka plan beyaz */
  color: #1d2879;                  /* Yazı lacivert */
  padding: 4px 8px;              /* İç boşluk */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Hafif gölge */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 20px;              /* Köşe yuvarlama (opsiyonel) */
  font-size: 18px;
  font-weight: bolder;               /* Yazıyı kalın yap */
}
.membership-button1 {
  border: 2px solid rgb(128,255,0);        /* Kenarlık yeşil */
  background-color: white;          /* Arka plan beyaz */
  color: #1d2879;                  /* Yazı lacivert */
  padding: 4px 8px;              /* İç boşluk */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Hafif gölge */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 20px;              /* Köşe yuvarlama (opsiyonel) */
  font-size: 14px;
  font-weight: bolder;               /* Yazıyı kalın yap */
}


.membership-button .icon svg {
  fill: #4d9347;                    /* SVG ikonun dolgu rengi yeşil */
}


.membership-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.membership-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.berbat{
margin-top: 50px;
width: 100%;
background: rgb(255 255 255 / 10%);
text-align: center;
font-size: 16;
font-weight: bold;
height: 40%;
vertical-align: baseline;
line-height:20px
}
.yonlendirme{
width: 85%;
display: flex;
text-align: center;
}
.search_select_box{
  max-width: 250px;
}
.search_select_box select{
  width: 100%;
}
.onceki{
flex: 1;
text-align: left;
margin-left: 15px;
}
.sonraki{
flex: 1;
text-align: right;
}
.baslikA{
  position: relative;
  width: 100%;
  margin-top: 7%;

  margin-bottom: 7%;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
}

.endis{
  
  border:1px solid gray;
  margin-top: 20% ;
  padding: 20px;
  border-radius: 17px;
  /*font-size: 20px;
  font-variant: small-caps;*/
  font:  bold 18px/22px "Courier New", Monospace;
  letter-spacing: 2px;
  width: 100%;
  height: 100%;
  align-items: center;
  vertical-align: center;
  box-shadow: 2px 25px 10px gray;
}
.soylek{
  
  border:1px solid gray;
  float: right;
  text-align: right;
  margin-top: 6% ;
  margin-right: 20%;
  padding: 20px;
  border-radius: 17px;
  /*font-size: 20px;
  font-variant: small-caps;*/
  
  font: italic bold 18px/22px Garamond, serif;
  max-width: 75%;
  height: 100%;
  align-items: center;
  vertical-align: center;
  box-shadow: 2px 25px 10px gray;
}
.alti{
  margin-top: 25%;
  text-align: center;
  color: gray;

}
.fafa{
 text-align: center;

}

.kapat{
  margin-top: 10px;
  text-align: center;
  display: inline-block;
  padding: 10px;
  color: darkred;
border:1px solid darkred;
border-radius: 10px;


}






#left{    
 float: left;  
 }
 p{ 
  text-indent:20px; 
}

.btn4{
  /*color: #a71930;
  background: #82cc7a;*/
  color: black;
  background: lightcoral;
  font-weight: bold;
  font-style: italic;
  width: 100%;
  min-width: 300px;
  padding: 10px;
}

.ttt{
margin-top: 5px;
width: 15%;
background: #eee;
text-align: left;
font-size: 16;
font-weight: bold;
height: 30%;
vertical-align: baseline;
line-height:20px
}
.harika{
  display: block;
margin: auto;
padding-top: 20px;
min-height: 90px;
height: auto;
width: 100%;
font-weight: bold;
border-bottom: 3px solid #d0edee;
}


.haberler img {
    padding: 0 10px 3px 0;
    float: left;
    height: 80px;
    width: 90px;
}
.containerresim {
    width: 70%; /* Div genişliği */
    margin: 0 auto; /* Div'i yatayda ortala */
    text-align: center; /* İçeriği yatayda ortala */
}

.centered-imageresim {
    max-width: 100%; /* Resmi div'in genişliğine sığacak şekilde ayarla */
    height: auto; /* Otomatik olarak yüksekliği ayarla */
    display: block; /* Resmi yatayda ortalamak için */
    margin: 0 auto; /* Resmi yatayda ortala */
}

.haberler {
    background: hsl(0deg 0% 100% / 75%);
    display: flex;
    min-height: 80px;
    height: auto;
    width: 100%;
    font-weight: bold;
    color: black;
    margin: 13px 0;
    line-height: 1.5rem;
}
.fotohaber{
  flex: 1;
  display: flex;
  align-items: center;
}
.haberhaber{
  flex: 4;
}

.adada{
  justify-content: space-around;
}

*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}


body {
    float: left;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background: #eee;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1rem;
}
a{
  text-decoration: none;
}

a:link{
  color: var(--koyulacivert);
}
a:visited{
  color: var(--koyulacivert);
}
a:hover{
  color: var(--koyulacivert);
}

.footer{
    width: 100%;
    background-color: var(--butonarkasi);
    float: left;
    color: var(--lacivert);
    margin-top:30px;
    text-align: center;
    padding: 5px;
    font-size: .9rem;
    line-height: 4vh;
    height: 5vh;
}
.footer a{
  color: var(--lacivert);  
  font-weight: bold;
}



li{
  list-style: none;
}
.deli{
    background-color:  #ff7675;
    color:#2d3436;
    padding:20px;
    border:2px #d63031 solid;
    font-size:1.5em;
    border-radius: 5px;
}
.asa{

background-color:  #ff7675;


}
.sas{
  background: #a71930;
}


nav{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 8vh;
  background: #ffffff;
  color: #eee;
  font-family: 'Roboto', sans-serif;
  /*border-bottom: 3px dashed blue;*/
  position: sticky; 
  top: 0; 
  z-index:2;
}

table {
  /*border: 1px solid #ccc;*/
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {

  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  
  /*border: 1px solid #ddd;*/
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}


.nav-logo{
  font-size: 22px;
  
  letter-spacing: 3px;
  font-weight: bold;
}

.nav-links{
  display: flex;
  justify-content: space-around;
  width: 60%;
}

.nav-links a{
  color: var(--lacivert);
  font-style: italic;
  font-size: 16px;
  letter-spacing: 1px;
}

.burger{
  display: none;
  cursor: pointer;
}

.burger .line1,
.burger .line2,
.burger .line3{
  width: 24px;
  height: 3px;
  background-color: var(--lacivert);;
  transition: .3s ease;
}
.burger .line2{
  margin: 3px 0px;
}



      .contenttable table {
    border: 0 ;
    margin: 0 auto;
  }

  .contenttable table caption {
    font-size: 1.3em ;
    color: var(--koyulacivert);
  }
  
  .contenttable table thead {
    border: none ;
    clip: rect(0 0 0 0) ;
    height: 1px ;
    margin: -1px ;
    overflow: hidden ;
    color: black !important;
    padding: 0 ;
    position: absolute ;
    width: 1px ;
  }
  
  .contenttable table tr {
    border-bottom: 3px solid #ddd ;
    display: block ;
    color: var(--koyulacivert);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: .625em ;
  }
  
  .contenttable table td {
    border-bottom: 1px solid #ddd ;
    display: block ;
    font-size: .8em ;
    text-align: right !important;
  }
  
  .contenttable table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label) ;
    float: left ;
    font-weight: bold ;
    text-transform: uppercase ;
  }
  
  .contenttable table td:last-child {
    border-bottom: 0 ;
  }
  .contenttable td[data-label]::before{
    content: attr(data-label);
    color: var(--lacivert);
  }





@media screen and (max-width: 768px){
  body{
    overflow-x: hidden;
    background: #eee;

  }
  .contenttable {
    width: 100% !important;
  }





  .endis{
    margin-top: 33% ;
  }
  .alti{
  margin-top: 35%;
}

  .burger{
    display: block;
  }
        .pp1{
      display:none;
    }



  .nav-links{
    position: absolute;
    top: 8vh;
    right: 0;
    width: 0%; /** Dç«¯zeltildi **/
    height: 92vh;
    display: flex;
    font-weight: bold;

    flex-direction: column;
    background: var(--nav);
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: .5s ease;
    overflow:hidden; /** Eklendi **/
  }
  
  .nav-active{ /** Eklendi **/
  width: 60% !important; 
}

  .nav-links li{
    opacity: 0;
  }
    table {
    border: 0;
  }

  table caption {

    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
  
  table tr {
   /* border-bottom: 1px solid #ddd;*/
    margin-bottom: .625em;
  }
  
  
  table td:last-child {
    border-bottom: 0;
  }






      .contenttable table {
    border: 0 ;
    margin: 0 auto;
  }

  .contenttable table caption {
    font-size: 1.3em ;
    color: var(--koyulacivert);
  }
  
  .contenttable table thead {
    border: none ;
    clip: rect(0 0 0 0) ;
    height: 1px ;
    margin: -1px ;
    overflow: hidden ;
    color: black !important;
    padding: 0 ;
    position: absolute ;
    width: 1px ;
  }
  
  .contenttable table tr {
    border-bottom: 3px solid #ddd ;
    display: block ;
    color: var(--koyulacivert);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: .625em ;
  }
  
  .contenttable table td {
    border-bottom: 1px solid #ddd ;
    display: block ;
    font-size: .8em ;
    text-align: right !important;
  }
  
  .contenttable table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label) ;
    float: left ;
    font-weight: bold ;
    text-transform: uppercase ;
  }
  
  .contenttable table td:last-child {
    border-bottom: 0 ;
  }
  .contenttable td[data-label]::before{
    content: attr(data-label);
    color: var(--lacivert);
  }




}



.nav-active{
  transform: translateX(0);
}

.close .line1{
  transform: rotate(-45deg) translate(-5px,3px);
  transition: .3s ease;
}

.close .line2{
  opacity: 0;
}

.close .line3{
  transform: rotate(45deg) translate(-5px,-3px);
  transition: .3s ease;
}




@keyframes linksFade {
  from{
    opacity: 0;
    transform: translateX(50px);
  }
  to{
    opacity: 1;
    transform: translateX(0px);
  }
}
.giris{
  margin-top: 4;
  width: %100;
  height: %30;
  vertical-align: center;

}






/** macHaber  **/


.fotoKapsa{
  width: 100%;
  display: flex;
  
  margin-top: 10%;

  position: relative;
  

}
.oyuncuAd1{
  margin-top: 10px;
   display: flex;
  justify-content: center;
  align-items: flex-end;
-webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.oyuncuAd2{
  margin-top: 10px;
   display: flex;
  justify-content: center;
  align-items: flex-end;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
.foto1,.foto2{
  min-height: 100%;
  flex: 4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border: 2px solid gray;
  border-radius: 18px;
  
  overflow: hidden;
}
.foto1{
-webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.foto2{
  -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
.vs{
  flex: 1;
  
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.macHaber{
  width: 100%;
  margin-top: 50px;
}
.macSkor{
  
  text-align: center;
  margin-top: 5px;
}
.macButon{
  
  margin-top: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.begen{
  background-color: rgba(30, 30, 30, 0.2);
  width: 40%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.yorumlar{
width: 100%;
background-color: rgba(255, 255, 255, 0.3);

min-height: 40px;
max-height: 235px;
overflow-y: scroll;
margin-top: 20px;
border-top: 3px solid gray;
border-bottom: 3px solid gray;;

}
.macYorum{
  margin-top: 15px;
}
.kimden{
  font-size: 11px;
}
.yorum{
  margin-top: 10px;
}
.neDedi{
display: flex;
}
.soyledi{
flex: 7;

min-height: 30px;
}
.yorumBegen{
flex: 1;
display: flex;
  justify-content: center;
  align-items: center;
}
.gonderYorum{
  width: 100%;
  
  text-align: right;
}
.yorumYap{
  width: 25%;
  border-radius: 8px;
  height: 25px;
  margin-top: 10px;
}
.aream{
  border-radius: 10px 10px 0px 20px;
}
.foton{
  width: 100%;
  max-height: 200px;
  max-width: 200px;
 
  object-fit: cover;
  object-position: top;
}
.fotonVS{
  width: 35px;
  height: auto;
}









/** Ana KapsayÄ±cÄ± **/

.container {
    width: 100%;
}

.content-wrap {
    margin: 0 auto;
    padding: 0;
    min-width: 300px;
    width: 100%;
    max-width: 1180px;
}




.content-wrap, .container {
    position: relative;
    display: block;
}


.content {
    width: 100%;
    background: url(https://r.resimlink.com/vF-NLurTt.png) no-repeat;
    background-color: white;
    float: left;
    background-position: 50%;
    background-size: 55%;
    background-attachment: fixed;
    min-height: 87vh;
    padding: 0 3px 0 10px;
    
}
.containerpano{
  width: 95%;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            height: 80vh; /* Sayfanın yüksekliğinin %80'i */
}
.contenttable {
    width: 500px;
    background: url(https://r.resimlink.com/vF-NLurTt.png) no-repeat;
    background-color: white;
    float: center;
    background-position: 50%;
    background-size: 55%;
    background-attachment: fixed;
    min-height: 87vh;
    padding: 0 15px 0 20px;
    position: relative;
    margin: 0 auto;
}

.contentTur {
    width: 100%;
    background: url(https://r.resimlink.com/vF-NLurTt.png) no-repeat;
    background-color: white;
    float: left;
    background-position: 50%;
    background-size: 55%;
    background-attachment: fixed;
    overflow-y: auto;
    min-height: 87vh;
    padding: 0 10px;
    position: absolute;
    top: 50%;
}


/** Form Hata mesajÄ± **/
.lig p {
    line-height: 3rem;
    color: red;
}
.durumcubugu{
  
  margin: auto;
  margin-top: 6px;
  width: 15px;
  height: 35px;
  padding: 0;
  color: black;
  border: none;
  display: flex;
  flex-direction: column;
}

.birincidurum{
  
  border: 2px solid white;
  border-radius: 8px;
  background-color: lightsalmon;

  flex: 1;
}
.ikincidurum{
  border: 2px solid white;
  border-radius: 8px;
  background-color: var(--acikyesil);
  
  flex: 1;
}
.ucuncudurum{
  border: 2px solid white;
  border-radius: 8px;
  background-color: var(--acikyesil);
  
  flex: 1;
}



/** Login Form **/


.login-page {
  min-width: 300px;
  padding: 5% 0 0;
  margin: auto;
}

h2.form-signin-heading {
    margin-bottom: 1rem;
    float: left;
    font-size: 1.6rem;
    font-style: italic;
    color: var(--koyulacivert);
    font-family: "Noto Sans", sans-serif;
      text-transform: uppercase;
}

.form {
  position: relative;
  z-index: 1;
  background: rgb(255 255 255 / 90%);
  max-width: 360px;
  margin: 0 auto 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button, .btn1 {
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  
  border: 1px solid var(--fosforluyesil);
  background: #4CAF50;
  border-radius: 10px;
  width: 100%;
  
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.btn1{
  /*color: #a71930;
  background: #82cc7a;*/
  color: var(--lacivert);
  background: var(--butonarkasi);
  font-weight: bold;
  font-style: italic;
}
.btn3{
  /*color: #a71930;
  background: #82cc7a;*/
  color: black;
  background: red);
  font-weight: bold;
  font-style: italic;
}
.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #000011;
    font-weight:bold;
    padding: 0;
    /**text-decoration: underline;**/
    font-family: inherit;
    font-size: inherit;
}

button.btn1.wd1{
    width: 50%;
    min-width: 300px;
}

.form button:hover,.form button:active,.form button:focus, .btn1:hover, .btn1:focus, .btn1:active {
  background: #eee;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #eee;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}



/** Form **/

.bg_img {
  /*background:url(https://static.pexels.com/photos/168066/pexels-photo-168066.jpeg) no-repeat center;*/
  background-size:cover;
  background-attachment:fixed;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.form_wrapper {
  background:rgb(255 255 255 / 75%);
  width:500px;
  max-width:100%;
  box-sizing:border-box;
  padding:15px;
  margin:7% auto 0;
  position:relative;
  z-index:1;

}
.form_container {
  padding:15px;
  border:1px dashed #ccc;
}
.form_wrapper h2 {
  font-size:1.5em;
  line-height:1.5em;
  margin:0;
}
.form_wrapper .title_container {
  text-align:center;
  margin:-15px -15px 15px;
  padding:15px 0;
  border-bottom:1px dashed #ccc;
}
.form_wrapper h3 {
  font-size:1.1em;
  font-weight:normal;
  line-height:1.5em;
  margin:0;
}
.form_wrapper .row {
  margin:10px -15px;
}
.form_wrapper .row > div {
  padding:0 15px;
  box-sizing:border-box;
}
.form_wrapper .col_half {
  width:50%;
  float:left;
}
.form_wrapper label {
  display:block;
  margin:0 0 5px;
}
.form_wrapper .input_field, .form_wrapper .textarea_field {
  position:relative;
}
.form_wrapper .input_field > span, .form_wrapper .textarea_field > span {
  position:absolute;
  left:0;
  top:0;
  color:#333;
  height:100%;
  border-right:1px solid #ccc;
  text-align:center;
  width:30px;
}
.form_wrapper .textarea_field > span {
  border-bottom:1px solid #ccc;
  max-height:35px;
}
.secsec{
  width: 100%;
  height: 30px;
}
.secsec1{
  margin-left: 5px;
  width: 80%;
  height: 30px;
}
.form_wrapper .input_field > span > i, .form_wrapper .textarea_field > span > i {
  padding-top:12px;
}
.form_wrapper input[type="text"], .form_wrapper input[type="password"], .form_wrapper input[type="email"], .form_wrapper input[type="tel"], textarea {
  width:100%;
  padding:10px 10px 10px 35px;
  border:1px solid #ccc;
  box-sizing:border-box;
  outline:none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}
/*.form_wrapper textarea {
  height:8em;
}
.form_wrapper textarea .asana {
  height:4em !important;
}*/
.form_wrapper input[type="text"]:focus, .form_wrapper input[type="email"]:focus, .form_wrapper input[type="tel"]:focus, textarea:focus {
  -webkit-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
  border:1px solid #f5ba1a;
}
.form_wrapper input[type="submit"] {
  background:#f5ba1a;
  height:50px;
  line-height:50px;
  width:100%;
  border:none;
  outline:none;
  cursor:pointer;
  color:#fff;
  font-size:1.2em;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}
.form_wrapper input[type="submit"]:hover, .form_wrapper input[type="submit"]:focus {
  background:#daa106;
}
.credit{
  position:relative;
  z-index:1;
  text-align:center;
  padding:15px;
  color:#f5ba1a;  
}
.credit a{
  color:#daa106;  
}
@media (max-width: 600px) {
.form_wrapper .col_half {
  width:100%;
  float:none;
}
.form_wrapper label {
  margin:10px 0;
}
.ileri{
  display: none;
}
.uyarilar{
  width: 100%;
  color: red;
  text-align: center;

}

table {
width: auto;
border-collapse: collapse;
border-radius: 15px !important;
}
table th, table td {
/*border-right: 1px solid #dddddd;*/

}
th, td{
  border: 2px solid white;
  /*border-radius: 18px !important;*/
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  
}
.gradient-text {
  font-size: 18px; /* Mobilde okunabilirliği artırmak için */
  background: linear-gradient(to right, #ff7f50, #42a5f5);
  -webkit-background-clip: text;
  color: transparent;
}
.gradient-textsag {
  font-size: 14px; /* Mobilde okunabilirliği artırmak için */
 background: conic-gradient(from 90deg, #004080, #ff7f50);


  -webkit-background-clip: text;
  color: transparent;
}
th{
  font-family: 'Indie Flower', cursive;
}
tr {
  transition: background-color 0.15s ease-in-out;
}
tr:active {
  background-color: rgba(0, 123, 255, 0.2);
}

.nada{ /* sıra sütununun radüsü için */
  font-family: 'Indie Flower', cursive;
  border-top-left-radius:15px !important;
  border-bottom-left-radius:15px !important;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  max-width: 22px;
  font-size: 1.4em; /* Burada istediğiniz değeri seçebilirsiniz */
  font-weight: bold;
}
.isim{
 /* font-family: 'Indie Flower', cursive;*/
 font-family: 'Exo 2', sans-serif;
 font-stretch: ;
 font-size: 14px;
 /*letter-spacing:3px;*/

}
.dana{/* durum sütununun radüsü için */
 font-family: 'Exo 2', sans-serif;
 font-size: 12px !important;
 font-weight: 100;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
font-weight: bold;
letter-spacing:1.4px;
}
.page1{
  
position: absolute;
overflow: hidden;
width: 100%;
background: rgb(255 255 255 / 10%);
font-size: 18px;
font-weight: bold;
text-align: center;
color: darkred;
overflow-y: auto;
/*height: auto;
top: 50%;
transform:translate(0, -50%);*/

}
.linkler{
  width: 50%;
  background-color: black;
}

.page2{
position: absolute;
overflow: hidden;
width: 100%;
background-color: rgb(255 255 255 / 60%);
font-size: 18px;
font-weight: bold;
color: darkred;
text-align: center;
overflow-y: auto;

/*height: auto;
top:50%;
transform:translate(0, -50%);*/
}
.page3{
position: absolute;
overflow: hidden;
width: 100%;
background-color: rgb(255 255 255 / 60%);
font-size: 18px;
font-weight: bold;
color: darkred;
text-align: center;
overflow-y: auto;
/*height: auto;
top:50%;
transform:translate(0, -50%);*/
}

.page4{
position: absolute;
overflow: hidden;
width: 100%;
background-color: rgb(255 255 255 / 60%);
font-size: 18px;
font-weight: bold;
color: darkred;
overflow-y: auto;
text-align: center;
/*height: auto;
top:50%;
transform:translate(0, -50%);*/
}
.page5{
position: absolute;
overflow: hidden;
width: 100%;
background-color: rgb(255 255 255 / 60%);
font-size: 18px;
font-weight: bold;
color: darkred;
overflow-y: auto;
text-align: center;
/*height: auto;
top:50%;
transform:translate(0, -50%);*/
}
.page6{
position: absolute;
overflow: hidden;
width: 100%;
background-color: rgb(255 255 255 / 60%);
font-size: 18px;
font-weight: bold;
color: darkred;
text-align: center;
overflow-y: auto;
/*height: auto;
top:50%;
transform:translate(0, -50%);*/
}
.onalti{
  min-height: 100%;
  overflow-y: auto;
margin-top: 50px;
}
.butonlar{
  display: none;
}
}
@media screen and (min-width:600px) {

.macSonucu{
  position: fixed;
  margin-top: -10% !important;
}
.oyuncuSec{
  position: fixed;
  background-color: #B8C2E0;
  margin-top: -20% !important;
}
.haberhaber{
  width: 350px;
}

.butonlar{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.pageIleri{
  width: 20%;
  height: 30px;
  margin-right: 10%;
  border: none;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  background-color: lightblue;
  
}
.pageGeri{
  width: 20%;
  height: 30px;
  margin-right: 10%;
  border: none;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  background-color: lightblue;
  
}

}
#secim1{
  color: black !important;
}
.skor{
  position: absolute;
  float: right;

  margin-left: 5%;
  margin-top: 20%;

  background-color: whitesmoke;
  z-index: 10;
  min-width: 300px;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #252525;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  width: 40px;
  height: 40px;
  display:flex;
  content: '\f00c';
  font-size: 25px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.icerisi{
  position: absolute;
  height: 100%;
  width: 100%;
}
.oyuncuSec{
  position: fixed;
  background-color: #B8C2E0;
  width: 70%;
  margin: 0 10%;
  z-index: 3;
  min-height: 50%;
  display: none;
  border-radius: 15px;
}
.macSonucu{
  position: fixed;
  background-color: #B8C2E0;
  width: 70%;
  margin: 0 10%;
  z-index: 3;
  min-height: 50%;
  display: none;
  border-radius: 15px;
}
.macSonucu .secimSet{
  display: flex;
  justify-content: space-around;
}

.baslikA{
  position: relative;
  width: 100%;
  margin-top: 7%;

  margin-bottom: 7%;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
}
.arkaplan{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  display: none;
}
.secim select{
  margin-left: 10%;
  width: 70%;
  min-width: 60px;
  max-width: 80%;
  height: 35px;
  border: 2px solid red;
  background-color: #D7E8F8;
  border-radius: 10px;
  margin-top: 5px;

  font-weight: bold;
}


.secim{
  margin-left: 10px;
  margin-top: 20px;
}
.kabul{
  width: 80%;
  margin: 10%;
  background-color: blue;
  border: 1px solid darkblue;
  border-radius: 7px;
  height: 35px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}

.oy1{
  
  width: 85%;
  background-color: #D1E7F3;
  opacity: 0.5;
  border-bottom: 1px solid black;
  font-size: 14px;
  text-align: center;
  border-top-right-radius: 25px;
  border-top-left-radius: 8px;
  margin-left: 15px;
  padding-left: 15px;
  padding-top: 14px;
  min-height: 35px;
  height: auto;
  display: flex;
  justify-content: space-between;
  color: black;
  

}
sup{
  color: darkred;
  opacity: 1;
}
.ileri{
  /*buton*/
  background-color: #a71930;
  color: #ddd;
  width: 50%;
  font-weight: bolder;
  margin-left: 20%;
  height: 25px;
}
.oy2{

  width: 85%;
  opacity: 0.5;
  margin-top: 3px;
  padding-top: 14px;
  background-color: #D1E7F3;
   border-bottom: 1px solid black;
   text-align: center;
   font-size: 14px;
   border-bottom-right-radius: 25px;
   borderbottom-left-radius: 8px;
  margin-left: 15px;
  padding-left: 15px;
  min-height: 35px;
  height: auto;
  display: flex;
  justify-content: space-between;
  color: black;
}
.kapsa{
  display: flex;
  width: 85%;
}
.numara{
text-align: left;
font-size: 9px;
flex: 1;
padding-left: 20px;
color: black;
}
.kapsa{
  display: flex;
  width: 85%;
}

.tarih{
  flex: 1;
  
  font-size: 10px;
  color: darkred;

}
.skor1{
  text-align: right;
  width: 40%;
  max-width: 40%;
  padding-right: 16px;
  display: flex;
  font-size: 15px;
  font-weight: bold;
}
.skor1 sup{
  font-size: 12px;
  vertical-align: center;
  opacity: 1;
}
.ilkSet{
  padding-right: 8px;
  flex: 1;
  min-width: 15px;
}
.ikinciSet{
  padding-right: 8px;
  flex: 1;
  min-width: 15px;
}
.tieBreak{
flex: 1;
min-width: 15px;

}
.check{
flex: 1;
min-width: 15px;

}
.turButonu{
  padding: 5px;
  min-height: 20px;
  background-color: lightblue;
  font-weight: bold;
  border-radius: 8px;

}
.duzenleme{
  width: 85%;
  height: 100%;
  display: flex;
}
.oyuncuDuzenle, .sonucDuzenle{

  background-color: lightblue;
  font-size: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 10px 0;
  width: 150px;
  flex: 1;
  border-radius: 15px;
  text-align: center;
}


/* EMİNERCE BİONLUK CSS */

.fotoKapsaa{
  width: 100%;
  display: flex;
  
  margin-top: 10%;

  position: relative;

}
.cokluFoto{
  width: 100%;
  height: auto;
  min-height: 300px;
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  margin-top: 10%;

  position: relative;

}


.image-main-div{
  width: 100%;
  height: 200px;
  
}
.left-rotate{
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  margin-left: 20px;
}
.right-rotate{
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  margin-right: 20px;
}

.image-content-div{
  width: 45%px;
  height: 200px;

}
.image-content-diva{
  width: 130px;
  height: 200px;
  text-align: center;
  margin: auto;

}
.image-main-diva{
  width: 100%;
  height: 200px;
  margin-left: 12px;
  

}


.contenttable table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.contenttable table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.contenttable table tr {
  
  border: 1px solid #ddd;
  padding: .35em;
}

.contenttable table th,
.contenttable table td {
  padding: .625em;
  text-align: center;
}

.contenttable table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}



.duzYazi{
  color: darkred;
}
.hrClass{
  color: darkred;
  margin-top: 30px;
}
.inner-image{
  border-radius: 0.7rem;
  border:solid #222 2px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.player-name{
text-align: center;
font-weight: bold;
}
.fotonVS{
  width: 25px !important;
} 

@media screen and (max-width: 750px) {
  .fotoKapsa{

  }
  .inner-image{
    width: 100%;
  }
  .fotoKapsa div{
   
    margin-bottom: 10px;
  }
 /* .left-rotate{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0;
  }
  .right-rotate{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0;
  }*/
}
 .hallo2 {
        
        min-height: 30px;
        background-color: var(--butonarkasi);
        font-size: 18px;
        font-weight: bold;
        padding-left: 5px;
        border-radius: 8px;
        margin-left: 50px;

}

.saginat{
  width: 100%;
  float: right;
}