/* Tokens for color/spacing/typography live in css/tokens.css */

body {
    padding-top: var(--nav-h); /* Fixed header offset */
    color: var(--c-text);
    font-family: var(--font-ui);
    /* Eskiden mavi + kahverengi iki düşük-opaklık gradient üst üste
       biniyor ve zemini griye çeviriyordu. Tek tonlu, temiz zemin: */
    background:
        radial-gradient(1100px 520px at 20% -5%, rgba(var(--c-primary-rgb), .10), transparent 62%),
        var(--c-bg);
    background-attachment: fixed;
}

html, body {
    height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
    /* boşluğu doldur */
}

footer {
    margin-top: auto;
    /* footer'ı en alta it */
    flex-shrink: 0;
}

/* =============================================================
   Fixed Header — TEK tanım.

   Önceden yarı saydamdı (rgba(255,255,255,.82) + blur). Ana sayfada
   .hero-pro navbar'ın ALTINA uzandığı için (margin-top:-nav-h) arkadaki
   koyu hero görünüyor, navbar grimsi duruyordu; diğer sayfalarda açık
   zemin olduğu için bembeyaz görünüyordu. Aynı bileşenin sayfaya göre
   değişmemesi için opak yapıldı.
   ============================================================= */
.navbar {
    height: var(--nav-h);
    background: var(--c-surface);
    border-bottom: 1px solid var(--c-border);
    box-shadow: 0 1px 3px rgba(16, 28, 84, .06);
    transition: box-shadow var(--t-base);
}

/* Aktif menü öğesi: renksiz koyu metin yerine marka rengi pill */
.navbar .nav-link.headbar {
    border-radius: var(--r-pill);
    transition: background var(--t-fast), color var(--t-fast);
}

.navbar .nav-link.headbar:hover {
    background: var(--c-primary-50);
    color: var(--c-primary-700) !important;
}

.navbar .nav-link.headbar.active {
    background: var(--c-primary-50);
    color: var(--c-primary-700) !important;
}

.navbar .nav-link.headbar.active:hover {
    color: var(--c-primary-800) !important;
}

.navbar .nav-link.headbar i {
    opacity: .75;
}

.navbar .nav-link.headbar.active i {
    opacity: 1;
    color: var(--c-champion-600);
}

.nav-link {
    font-weight: 500;
    color: var(--secondary-color) !important;
    padding: 0.5rem 1rem !important;
    font-family: var(--font-ui);
}

.navbar .nav-link.active {
    color: #191919 !important;
    font-weight: 600;
    /* color: #212121 !important; */
}

/* Koyu/gradient zeminli aktif pill'ler için. #e6e6e6 idi — mavi gradient
   üstünde 4.16:1 kalıyordu; saf beyaz 5.19:1 veriyor. */
.nav-link.active {
    color: #ffffff !important;
    font-weight: 600;
}

.nav-link.active:hover {
    color: #ffffff !important;
}

.nav-link.headbar.active:hover {
    color: #1d1d1d !important;
}

.nav-link:hover {
    color: #2c2c2c !important;
}

.nav-link.tab:hover, .nav-link.tab.active {
    color: #282828 !important;
}

.headbar:hover, .headbar.active {
    /* color: inherit !important; */
    /* text-decoration: underline; */
}

a.hollowlink {
    text-decoration: none;
    color: inherit;
}

.match-row {
    display: grid;
    grid-template-columns: 1fr 110px 1fr;
    align-items: center;
    margin-bottom: 12px;
}

.match-col {
    min-width: 0;
}

.match-left {
    justify-self: start;
}

.match-right {
    justify-self: end;
    text-align: right;
}

.match-score {
    text-align: center;
}

.score-main {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
}

.score-sub {
    font-size: .75rem;
    color: #999;
}

/* Cards */
.custom-card {
    background: #ffffff;
    border: none;
    border-radius: 16px;
    box-shadow: var(--card-shadow);
    margin-bottom: 24px;
}

.card-header-title {
    padding: 20px 24px;
    border-bottom: 1px solid var(--c-surface-2);
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header-title h5 {
    margin: 0;
    font-weight: 700;
    color: var(--c-neutral-800);
    font-size: 1.1rem;
}

/* Leaderboard Table */
.table-custom thead th {
    background-color: var(--c-surface-2);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    color: var(--c-text-muted);
    border: none;
}

.player-rank {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.85rem;
}

.rank-1 {
    background: #fef3c7;
    color: #d97706;
}

.rank-2 {
    background: var(--c-border);
    color: var(--c-neutral-700);
}

.rank-3 {
    background: #ffedd5;
    color: #9a3412;
}

/* Badges */
.status-badge {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Buttons */
.btn-dernek {
    background-color: var(--c-primary-600);
    border: 1px solid var(--c-primary-600);
    color: var(--c-on-primary);
    border-radius: var(--r-md);
    padding: 8px 20px;
    font-weight: 600;
    box-shadow: var(--sh-primary);
}

.btn-dernek:hover {
    background-color: var(--c-primary-700);
    border-color: var(--c-primary-700);
    color: var(--c-on-primary);
    box-shadow: var(--sh-primary-h);
}

/* .navbar-collapse kurallari KALDIRILDI: mobil menu artik collapse
   degil dropdown (bkz. components.css §19). Sayfada boyle bir oge
   uretilmiyor. */

.section-title {
    font-family: var(--font-display);
    color: var(--c-text);
    font-weight: 800;
    letter-spacing: -.02em;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

/* Düz amber çubuk yerine markanın üç rengini taşıyan gradient */
.section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88px;
    height: 5px;
    border-radius: var(--r-pill);
    background: linear-gradient(90deg,
        var(--c-primary-600) 0%,
        var(--c-champion-500) 70%,
        var(--c-hot-500) 100%);
}

.card {
    border: 1px solid var(--c-border-soft);
    border-radius: var(--card-radius);
    /* Nötr siyah gölge her kartı gri gösteriyordu → marka tonunda gölge */
    box-shadow: var(--sh-md);
    transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
    margin-bottom: 20px;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: var(--sh-lg);
    border-color: var(--c-border);
}

.card-header {
    background-color: var(--primary-color);
    color: white;
    font-weight: 600;
    border: none;
    padding: 15px 20px;
}

.card-body {
    padding: 25px;
}

.stat-card {
    text-align: center;
    padding: 25px 15px;
}

.stat-number {
    font-family: var(--font-numeric);
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.03em;
    color: var(--c-primary-700);
}

.stat-label {
    font-size: 1rem;
    color: #666;
    margin-top: 10px;
    font-weight: 600;
}

img.derneklogo {
    width: 30px;
    height: 30px;
}

img.playerfoto {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.navbar-toggle {
    background-color: #000f481c;
}

.navbar-toggle .icon-bar {
    background: #be1e2e;
}

.langselecttop {
    margin: 12px 20px;
}

.textuppercase {
    text-transform: uppercase;
}

.whitebox {
    font-weight: 500;
    background: rgb(251 251 251);
    padding: 30px 30px;
    box-shadow: 0 0px 2px 0px #a3a3a3;
    border-radius: 4px;
    position: relative;
    z-index: 0;
    /* min-height: 200px; */
}

.nav-pills>li>a {
    padding: 10px;
    margin-right: 8px;
    letter-spacing: -0.5px;
    border-radius: 30px;
    color: black;
    border: 1px solid;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background: #b8424e;
    /* font-weight: 700; */
    text-shadow: 0 0 1px black;
    border: 0;
}

.playerbigphoto>img.playerfoto {
    width: 70px;
    height: 70px;
    padding: 0;
}

.playerbigphoto>.myphoto {
    width: 70px;
    height: 70px;
    line-height: 100px;
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
}

.playerbigphoto {
    text-align: center;
    display: inline-block;
}

.playercnt {
    display: inline-block;
    vertical-align: middle;
}

.playercnt>.city {
    font-size: 16px;
    margin-left: 8px;
    font-weight: 600;
    vertical-align: 5px;
}

.playercnt>.fi {
    margin-left: 10px;
}

h1 small {
    text-transform: lowercase !important;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
}

/* (ikinci .navbar bloğu kaldırıldı — height artık tek tanımın içinde) */

.list-group.turnuvalist>a {
    display: block;
    padding: 20px;
    /* margin: 20px 0; */
    border-radius: 3px;
    /* box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%); */
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    /* color: #000000; */
    /* text-decoration: none; */
    background-color: #ffffff;
    /* box-shadow: 0 20px 27px 0 rgb(0 0 0 / 8%); */
}

.list-group.turnuvalist>a strong {
    color: #1d52a5;
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 3px;
}

.list-group.turnuvalist>a div {
    display: inline-block;
    /* vertical-align: text-top; */
}

.list-group.turnuvalist>a div.info {
    padding: 10px 0;
    display: block;
}

.list-group.turnuvalist>a div.tlist_titles {
    display: inline-block;
}

.list-group.turnuvalist>a div>span {
    margin-left: 10px;
    font-size: 16px;
}

.list-group.turnuvalist>a div>span:first-of-type {
    margin-right: 10px;
}

.list-group.turnuvalist>a div>small>span {
    margin: 0px 20px 0 0px;
    /* background: #1d52a612; */
    font-size: 12px;
    display: inline-block;
    color: #6b6b6b;
}

.bg {
    width: 100%;
    height: 200px;
    background-image: url(../img/bg3.jpeg);
    background-size: cover;
    background-position-y: center;
    margin-top: -30px;
}

.bgmask {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 32%);
}

.playerbigphoto>img {
    width: 100%;
    /* border-radius: 50%; */
    padding: 10px;
}

.oyuncustats span.label {
    background: #e5e5e5;
    padding: 5px 6px;
    color: black;
    font-size: 12px;
    font-weight: 600;
}

h1>small {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

h5 {
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.4;
    margin-top: 0;
}

.panel-heading {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px;
}

.panel-warning>.panel-heading {
    color: #a56e11;
    background-color: #fff7cf;
    border-color: #dbd294;
}

.sehirfiltrebox a, .ulkefiltrebox a {
    padding: 8px 10px;
}

.sehirfiltrebox .badge, .ulkefiltrebox .badge {
    /* background: #e9e9e9; */
    /* color: black; */
}

.sehirfiltrebox a.active, .ulkefiltrebox a.active {
    /* background: inherit !important; */
    /* border: inherit !important; */
    /* color: inherit !important; */
    font-weight: 600;
    /* background: silver; */
    /* color: white !important; */
    background: inherit;
    color: #4a4a4a;
    border-color: inherit !important;
}

thead.bg-light {
    background: #3a4781;
    color: white;
}

.strong {
    font-weight: 600;
}

.tablocontainer {
    border: 1px solid #d0d3de;
    border-radius: 3px;
}

.btn {
    /* font-weight: 500; */
    /* box-shadow: inset 0 0 2px 0px white; */
    /* color: white; */
    /* text-transform: uppercase; */
    font-family: var(--font-ui);
}

/* =============================================================
   Eski sabit buton renkleri (#187ace, #f3b047, #d9534e …)
   `background` kısayoluyla yazıldığı için Bootstrap'ın
   --bs-btn-bg mekanizmasını ve dolayısıyla tüm token sistemini
   eziyordu: .btn-primary token'da #2b5bff iken ekranda #187ace
   görünüyordu (beyaz metinle 4.45:1, AA sınırının altında).
   Artık renkler token'dan geliyor; varyantların kendi
   --bs-btn-* tanımları tokens.css'te.
   ============================================================= */
.btn-default {
    background: var(--c-surface-2);
    color: var(--c-text);
    text-transform: initial;
}

.well li {
    /* display: inline-block; */
    margin: 5px 10px;
}

.panel {
    margin: 0px 0 20px 0 !important;
    padding: 0px;
}

.topbar {
    background: #146697;
    padding: 7px 0;
}

.tourneyboxes {
    margin: 10px 0 25px;
}

.tourneyboxes>li {
    display: inline-block;
    width: 125px;
    /* border: 1px solid silver; */
    border-radius: 20px;
    height: 125px;
    margin: 0 15px;
    text-align: center;
    vertical-align: middle;
    padding: 28px 0;
    background: #fdfdfd;
    box-shadow: 0px 1px 3px #a5a5a5;
}

.tourneyboxes>li>strong {
    font-size: 40px;
    display: block;
}

.tourneyboxes>li>strong>span {
    font-size: 26px;
    vertical-align: text-top;
    color: green;
}

span.girissayi {
    color: #888888;
    font-size: 16px;
}

small.nickname {
    color: indianred;
    display: block;
    font-size: 11px;
    font-weight: 600;
}

small.nickname:before {
    content: '';
}

small.nickname>a {
    color: inherit;
}

div#userturnuvamodal>.modal-lg {
    width: 700px;
}

table#turnuvatablo {
    font-size: 14px;
    margin: 0;
    background: white;
}

table#turnuvatablo td {
    /* font-size: 12px; */
    /* font-weight: 400; */
    /* padding: 3px; */
}

table#turnuvatablo thead {
    background: #c34141;
    color: white;
    /* border-bottom: 3px solid #a4323d; */
    font-size: 12px;
}

.tablopanel {
    margin-top: 5px !important;
}

.tablopanel .panel-body {
    padding: 0;
}

table#turnuvatablo th, table#turnuvatablo td {
    text-align: center;
}

#turnuvatablo td {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    font-weight: 500;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    font-size: 14px !important;
    font-weight: 500;
    transition-duration: 0.2s;
}

.nav-tabs.top10list a {
    padding: 5px 15px;
    font-size: 12px !important;
}

.ligtablo {
    text-align: center;
    font-weight: 500;
}

.ligtablo>thead {
    background: #35406e;
    color: white;
}

.ligtablo>thead th {
    text-align: center !important;
}

.ligtablo td {
    vertical-align: middle !important;
}

tr.trl9 {
    background: rgb(255 0 0 / 37%) !important;
}

tr.trl8 {
    background: rgb(255 0 0 / 33%) !important;
}

tr.trl7 {
    background: rgb(255 0 0 / 29%) !important;
}

tr.trl6 {
    background: rgb(255 0 0 / 25%) !important;
}

tr.trl5 {
    background: rgb(255 0 0 / 21%) !important;
}

tr.trl4 {
    background: rgb(255 0 0 / 17%) !important;
}

tr.trl3 {
    background: rgb(255 0 0 / 13%) !important;
}

tr.trl2 {
    background: rgb(255 0 0 / 9%) !important;
}

tr.trl1 {
    background: rgb(255 0 0 / 5%) !important;
}

tr.trl0 {
    background: white !important;
    /* font-size: 15px; */
}

a:hover {
    text-decoration: none;
}

.small .panel-heading {
    padding: 7px 10px;
    text-align: center;
}

.panel.small {
    margin: 3px 0 !important;
}

.panel-group.result {
    margin-bottom: 5px !important;
}

strong.matchtime {
    text-transform: uppercase;
    font-size: 24px !important;
    margin-top: 6px;
}

.box {
    display: inline-block;
    min-width: 120px;
    /* border: 1px solid silver; */
    /* border-radius: 20px; */
    /* height: 85px; */
    margin: 4px 0px;
    color: #00344e;
    text-align: left;
    font-weight: 600;
    vertical-align: text-top;
    /* padding: 28px 0; */
    /* border-bottom: 3px solid #b3e2f9; */
    /* background: #fdfdfd; */
    /* box-shadow: 0px 1px 3px #a5a5a5; */
}

.box strong {
    /* font-size: 32px; */
    display: block;
    /* border-top: 1px solid black; */
    /* padding-top: 5px; */
    margin-top: 5px;
}

.boxcontainer {
    /* width: 90%; */
    /* margin: 0 22px; */
    padding: 0 20px;
}

.well2 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5 !important;
    border: 0px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.11);
}

.scoreinput {
    width: 55px;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    width: 100%;
    margin: 0 0px;
    font-size: 18px;
    font-weight: 700;
}

span.playersag {
    display: inline-block;
    text-align: right;
}

span.playersol {
    display: inline-block;
    text-align: left;
}

.playerdiv>span {
    font-weight: 600;
    margin-bottom: 4px;
}

.playerdiv {
    width: 48%;
    display: inline-block;
    text-align: right;
    font-size: 13px;
    letter-spacing: -0.2px;
    font-weight: 500;
    margin-right: 1%;
}

.playerdiv.sag {
    text-align: left;
    margin-left: 1%;
    margin-right: 0;
}

.linkcont {
    text-align: center;
    font-weight: 800;
    font-size: large;
    margin: 15px 0 5px;
}

.panel-gri {
    box-shadow: 0 0px 2px #00283c6e;
    /* padding: 4px; */
    /* background: white; */
    border: 0;
}

.panel-gri>.panel-heading {
    background: #f5f5f5;
    border-color: #e8e8e8;
    color: #2b2b2b;
    position: relative;
}

.panel-gri .panel-title {
    font-size: 15px;
    color: #232323;
    font-weight: bold;
}

.panel-gri>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e0e0e0;
}

.panel-gri .panel-title a:hover {
    text-decoration: none;
}

#newjackpot select {
    font-size: 14px;
    /* text-align: center; */
    /* border: 1px solid silver; */
    /* box-shadow: 0 0 0; */
}

.modal-header.newjackpot {
    background: #337ab7;
    color: white;
    padding: 10px 15px;
}

.modal-header.newozelmac {
    background: #337ab7;
    color: white;
    padding: 10px 15px;
}

.sidemargin {
    margin: 0 10px;
}

.capitalize {
    text-transform: capitalize;
}

.pad10 {
    padding: 10px;
}

.right5 {
    margin-right: 5px
}

.top10 {
    margin-top: 10px !important;
}

.top20 {
    margin-top: 20px !important;
}

.top30 {
    margin-top: 30px !important;
}

.top40 {
    margin-top: 40px !important;
}

.top50 {
    margin-top: 50px !important;
}

.bottom50 {
    margin-bottom: 50px !important;
}

.bottom20 {
    margin-bottom: 20px !important;
}

.top100 {
    margin-top: 100px !important;
}

.bot10 {
    margin-bottom: 10px;
}

.relative {
    position: relative;
}

.pointer {
    cursor: pointer;
}

.cursor-help {
    cursor: help;
}

.block {
    display: block;
}

.iblock {
    display: inline-block;
}

.green {
    color: green;
}

.red {
    color: red;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
    margin: 0 0 1px;
}

.spacer {
    clear: both;
    height: 10px;
}

.small {
    font-size: .9em;
}

.colored {
    color: rgb(55, 155, 39) !important;
}

.parantez {
    font-size: .9em;
    margin-left: 3px;
}

.parantez:before {
    content: '(';
}

.parantez:after {
    content: ')';
}

.pointevsnone {
    pointer-events: none;
}

.listnone {
    list-style-type: none;
}

.pad20 {
    padding: 20px;
}

.soluk {
    color: gray;
}

/*
table.ligmatches {
   border-spacing: 0;
   border-collapse: collapse;
   overflow: hidden;
}

table.ligmatches td, table.ligmatches th {
   padding: 10px;
   position: relative;
}

table.ligmatches tr:hover{
   background-color: #ff000017;
}

table.ligmatches td:hover{
   font-weight: 800;
}

table.ligmatches td:hover::after, table.ligmatches th:hover::after { 
   background-color: #ff000017;
   content: '\00a0';  
   height: 10000px;    
   left: 0;
   position: absolute;  
   top: -5000px;
   width: 100%;   
}*/
.ligmatches {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 12px Verdana, sans-serif;
}

.ligmatches thead th {
    background-color: #DDEFEF;
    border: solid 1px #DDEEEE;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}

.ligmatches tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}

.ligmatches {
    overflow: hidden;
    z-index: 1;
}

.ligmatches tbody td, .ligmatches thead th {
    position: relative;
}

.ligmatches tbody td:hover::before {
    background-color: #CCE7E7;
    content: '\00a0';
    height: 100%;
    left: -5000px;
    position: absolute;
    top: 0;
    width: 10000px;
    z-index: -1;
}

.ligmatches tbody td:hover::after {
    background-color: #CCE7E7;
    content: '\00a0';
    height: 10000px;
    left: 0;
    position: absolute;
    top: -5000px;
    width: 100%;
    z-index: -1;
}

.panel-heading a.eyelink {
    right: 40px;
    top: 18px;
    color: #337ab7;
}

.eyelink {
    position: absolute;
    right: -28px;
}

.bracket-1 .eyelink {
    top: 80px;
}

.bracket-2 .eyelink {
    top: 134px;
}

.bracket-3 .eyelink {
    top: 238px;
}

.bracket-4 .eyelink {
    top: 327px;
}

img.bulletlight {
    float: right;
    width: 15px;
    height: 15px;
}

hr {
    margin: 10px 0;
    border-color: #e4e4e4;
}

.glyphicon-pause {
    color: #3eb938;
}

.glyphicon-play {
    color: #1a7ace;
}

.activity_icon {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

.jackpotbtn {
    /* margin: 0 0 0 5px; */
}

span.anketcevap {
    background: #f3f3f3;
    display: block;
    padding: 5px 10px;
    margin: 10px 5px;
    border-radius: 5px;
    cursor: pointer;
}

span.anketcevap:hover {
    background: #d9ecf7;
}

.anketbar {
    margin-top: 6px;
}

img.sitelogo {
    width: 165px;
}

img.dernekmainlogo {
    width: 100%;
    max-width: 60px;
    max-height: 80px;
}

.multiselect {
    width: 20em;
    height: 15em;
    border: solid 1px #c0c0c0;
    overflow: auto;
    list-style-type: none;
    padding: 0px;
    margin: 0px 0 10px;
}

.multiselect label {
    display: block;
    padding: 2px 10px;
}

.multiselect-on {
    color: #ffffff;
    background-color: #337ab7;
}

.multiselect>li input {
    display: none;
}

.multiselect>li {
    padding: 0;
    margin: 0;
}

.scoreheadline {
    text-align: center;
    font-weight: 800;
    margin: 5px 0px 5px;
}

span.scoretxt {
    font-size: 13px;
    font-weight: 600;
}

span.prtxt {
    color: #4e4e4e;
    font-size: 11.43px;
}

.turnuvatabloexp>strong {
    display: inline-block;
    width: 40px;
    text-align: right;
    margin-right: 3px;
}

.turnuvatabloexp>strong:after {
    content: ' :';
}

.jackpotawards i {
    font-size: 16px;
    /* vertical-align: -5px; */
}

.jackpotawards span {
    font-size: 16px;
    /* display: block; */
    margin: 5px 0;
}

.jackpotawards strong {
    display: block;
    font-size: 18px;
    margin: 2px 0;
}

.jackpotawards div.oduldiv {
    font-size: 16px;
    /* color: #00861e; */
    margin-top: 5px;
    font-weight: 600;
}

.well {
    background: #ffffff99;
    box-shadow: 0 0 1px 0px #337ab7;
    border: 0;
    line-height: 2;
}

table.table.maintable td {
    line-height: 18px;
    padding: 16px 0;
    vertical-align: middle;
}

#newozelmac label {
    font-weight: 400;
    /* font-size: 12px; */
    /* margin: 10px; */
}

#newozelmac .checkbox label {
    font-weight: 400;
    font-size: 12px;
    margin: 0px;
}

#newozelmac input {
    /* margin: 0px 0 0px; */
}

div#ozelmacplayers {
    display: none;
}

span.cips {
    /* color: #8e5600; */
    font-weight: 600;
}

span.topname {
    font-weight: 600;
}

span.cips>i {
    font-size: 16px;
    vertical-align: middle;
}

tr.marked {
    font-weight: 600;
    /* color: #1666ab; */
    background: #3337690f;
    /* color: white; */
}

td.marked {
    font-weight: 600;
    color: #1666ab;
}

.bgwhite {
    background: white;
}

.sezonselect {
    max-width: 400px;
}

html, body {
    height: 100%;
    margin: 0;
}

body.giris {
    background-color: #222a5d;
    background-image: url(../img/fullbg.png);
    background-position-x: center;
    background-position-y: top;
    background-size: 320px;
    background-repeat: no-repeat;
    color: #e8e8e8;
    padding: 0;
}

body.giris .container.bg {
    height: 100%;
    margin-top: 270px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    /* margin-bottom: -1px; */
    /* border-bottom-right-radius: 0; */
    /* border-bottom-left-radius: 0; */
}

.form-signin input[type="password"] {
    /* margin-bottom: 0px; */
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
}

form.form-signin {
    /* background: white; */
    /* padding: 30px 50px; */
    max-width: 360px;
    width: 100%;
}

h2.form-signin-heading {
    color: #e8e8e8;
    text-shadow: 0 0 2px black;
    font-weight: 600;
    font-size: 26px;
}

form.form-signin a {
    color: #ffc36d;
    font-weight: 600;
    display: inline-block;
    font-size: 15px;
}

form.form-signin input, form.form-signin select {
    border-radius: 10px;
    display: block;
    margin-top: 7px;
}

.giris.alert {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    /* color: red; */
    background: #ff000033;
    border-radius: 14px;
}

body.giris a {
    color: #ffc26c;
}

p.leads {
    font-size: 18px;
    font-weight: 400;
}

.jackpotactions>li {
    font-weight: 600;
}

span.time {
    cursor: help;
}

div.chatbar {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    /* background: #07182a; */
    width: 100%;
    background-image: radial-gradient( circle 633px at 51.2% 52%, rgb(68 105 175) 0%, #324a80 100.2% );
}

div.chatbar>div {
    margin: 0 !important;
    padding: 0;
}

ul#chatarea>li {
    display: block;
    padding: 0;
    padding: 5px 0;
    position: relative;
}

ul#chatarea, .viewers {
    padding: 8px;
    /* box-shadow: inset 0 0 60px 0px #205eab; */
    background: #ffffffc4;
    border-radius: 8px;
    height: 300px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: overlay;
    width: 100%;
    position: relative;
}

.chatbar .panel-title {
    text-align: center;
}

div.chatbar>div.panel>.panel-heading {
    /* background: #343869; */
    color: white;
    text-align: right;
    padding: 0;
    background-image: radial-gradient( circle 633px at 51.2% 52%, rgb(68 105 175) 0%, #324a80 100.2% );
}

div.chatbar>div.panel>.panel-heading>.panel-title>a {
    padding: 2px 0;
    display: inline-block;
    /* background: #353969; */
    text-decoration: none;
    color: #ffffff;
    font-weight: 500 !important;
    position: relative;
    text-align: center;
}

.chatheader img {
    width: 40px;
}

.typer {
    width: 100%;
    display: inline-block;
    padding: 0px 0;
}

.typer>.form-group {
    width: calc(100% - 45px);
    display: inline-block;
}

.typer>.form-group>input {
    width: 100%;
}

.chatbar .panel-body {
    /* padding: 0 150px; */
    background: #353a6936;
}

div#chatarea {
    height: 160px;
    overflow-y: scroll;
}

ul#chatarea>li:hover {
    /* background: #e9e9ee; */
    /* cursor: unset; */
}

p.balon {
    position: relative;
    margin: 10px 10px 20px;
    max-width: 30em;
    background-color: #fff;
    padding: 16px 22px;
    font-size: 1.25em;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}

p.balon::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 10%;
    left: -8px;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, -2.9));
}

ul#chatarea strong {
    color: #730202;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}

ul#chatarea time {
    display: none;
    margin-left: 5px;
    font-size: 11px;
}

.sender {
    display: inline;
    margin-right: 5px;
}

.sender:after {
    content: '::';
}

ul#chatarea li.me strong {
    color: #04447b;
}

p.balon.me {
    background: #d7ffd5;
    margin: 10px 20px 10px auto;
}

p.balon.me::before {
    border-bottom-color: #d7ffd4;
    bottom: 10%;
    left: auto;
    right: -8px;
}

span.speech {
    /* font-size: 14px; */
    display: inline;
    margin-bottom: 10px;
}

p.bbalon {
    margin: 2px 0;
}

div.chatbar>div.panel>.panel-heading>.panel-title>a>#new_msg {
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
}

div.chatbar>div.panel>.panel-heading>.panel-title>a .newnumber {
    background: #f10000;
    font-weight: 600;
    border-radius: 50%;
    padding: 0;
    min-width: 20px;
    font-size: 12px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 3px;
}

a#refreshchat {
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 0px 0 10px;
    color: #5a5a5a;
    text-decoration: none;
}

a#refreshchat>div {
    display: inline;
}

div#loadingchat {
    position: absolute;
    top: 38%;
    left: 42%;
    font-size: 60px;
}

a#refreshchat .newnumber {
    display: inline-block;
    color: #ffffff;
    background: red;
    padding: 0 5px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 12px;
    margin: 0 2px;
    vertical-align: 0px;
}

.chat_control {
    display: none;
    text-align: right;
}

#chatarea li:hover .chat_control {
    background-color: #34386926;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.chat_control>span {
    padding: 3px 6px;
    background: #d9d9e3;
    display: inline-block;
    color: #656565;
    cursor: pointer;
    opacity: 0.8;
    font-size: 17px;
}

.chat_control>span:hover {
    opacity: 1;
    color: #353969;
}

.viewers a {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 30px;
    color: #9e9fab;
    cursor: pointer;
}

.msgrakip {
    margin: 30px 0;
    font-size: 16px;
}

.msgrakip>i {
    color: green;
    font-size: 28px;
    vertical-align: sub;
}

tr.unread {
    background: #fbffdf !important;
    font-weight: 500;
}

span#unreadnr {
    position: absolute;
    color: white;
    top: 7px;
    left: 30px;
    background: red;
    box-shadow: 0px 0px 0px 1px black;
    /* height: 7px; */
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
}

span.nb {
    font-size: 27px;
    color: #333769;
}

.actions>small {
    display: block;
    font-weight: 500;
    color: #333769;
}

.scoretable span {
    font-size: 16px;
    font-weight: 700;
    color: #337ab7;
}

div#soruimg>img {
    width: 100%;
    border-radius: 10px;
    border: 10px solid black;
}

div#sorucont {
    margin-top: 50px;
}

.pipline>input {
    width: 180px;
    display: inline-block;
    height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.pipline {
    margin: 20px 0;
}

div#timer {
    font-size: 23px;
    margin-top: 10px;
    color: #007194;
    font-weight: 700;
    text-align: left;
}

#sorucont h3 {
    margin: 0 !important;
    padding: 0 0 5px 0;
    font-weight: 700;
}

.pipline>span {
    font-size: 16px;
    font-weight: 700;
    vertical-align: text-top;
}

span.onlineuye {
    font-weight: 500;
}

span.onlineuye:after {
    content: ' - ';
}

span.onlineuye:last-of-type:after {
    content: '';
}

.actinfo {
    margin: 0;
    margin-top: 6px;
    padding: 0;
    list-style-type: none;
    line-height: 2;
    font-size: 15px;
    background: #33376914;
    box-shadow: 0 0 3px #33376963;
    padding: 16px 25.76px;
    display: inline-block;
}

.actinfo>h3 {
    margin: 0;
}

.myphoto {
    background: #eaeaea;
    /* border: 1px solid silver; */
    height: 30px;
    width: 30px;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600 !important;
    display: inline-block;
}

span.topname>img, span.topname>div {
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    vertical-align: baseline;
    font-size: 10px;
    line-height: 25px;
    display: inline-block;
}

.topphoto {
    display: inline-block;
    vertical-align: 1px;
}

.topphoto>img {
    width: 25px;
    height: 25px;
}

.topphoto>.myphoto {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

.team-item>.myphoto {
    display: inline-block;
    vertical-align: 12px;
    margin-right: 9px;
}

.team-item>div {
    display: inline-block;
    font-weight: 600;
}

.jackskor {
    position: absolute;
    right: 5px;
    top: 22px;
    padding: 6px;
}

.jackphoto {
    margin-right: 6px;
    vertical-align: 10px;
}

div#photocontainer>.myphoto {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 50px;
}

.playerlist li>div {
    display: inline-block;
    vertical-align: baseline;
    font-weight: 500;
}

td.turnuvarow div {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

td.turnuvarow a {
    display: inline-block;
    vertical-align: middle;
    color: initial;
}

div.turnuvafoto {
    margin-right: 10px;
    display: inline-block;
}

div.turnuvafoto.right {
    margin-left: 10px;
    margin-right: 0;
}

.profilheader .myphoto {
    width: 100px;
    height: 100px;
    line-height: 100px;
    float: left;
}

.profilheader h1 {
    float: left;
    line-height: 100px;
    margin: 0px 0;
    margin-left: 20px;
}

.profilheader {
    /* border: 2px solid #343869; */
    border-width: 0 0 2px 0;
    clear: both;
    /* padding-bottom: 10px; */
    margin-bottom: -30px;
}

.endiv {
    line-height: 2;
}

img.sitelogosmall {
    height: 40px;
}

a.navbar-brand-small {
    padding: 5px 5px;
    margin-right: 10px;
    height: auto;
    display: inline-block;
}

div#notifybtn {
    float: right;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.usermenu {
    margin: 8px 2px;
    display: inline-block;
    float: right;
}

div#notifybtn>a {
    color: white;
    padding: 11px;
    font-size: 24px;
    display: inline-block;
}

div#notifybtn>a:hover {
    background: #394072;
}

div#notifybtn>a.aktif {
    background: #0e1240;
}

.akfcont {
    margin-bottom: 30px;
}

.codebox {
    margin: 10px 0 20px;
    padding: 10px;
    border: 2px dashed !important;
    font-size: 20px;
    display: inline-block;
}

ul.davetterms {
    padding: 10px 30px;
    margin: 0;
    font-size: 13px;
    background: #ffffffb5;
    border-radius: 10px;
    margin-bottom: 15px;
}

.datepicker {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #949494;
}

.radio.inline-block {
    display: inline-block;
    margin-right: 20px;
}

.maintable {
    font-weight: 500;
}

img.platformimg {
    width: 25px;
    border-radius: 50%;
    vertical-align: middle;
}

div.detaycont {
    font-weight: 500;
}

div.detaycont>div {
    padding: 12px;
    border-bottom: 1px solid #d8d8d8;
}

div.detaycont>div i.fa {
    font-size: 26px;
    vertical-align: middle;
    margin: 0 4px;
}

div.detaycont>div:last-of-type {
    border: 0;
}

div.detaycont>div>h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
}

.detaycont.color {
    background: rgb(242 242 242);
    padding: 5px 15px;
    box-shadow: 0 0 2px #151515;
    border-radius: 4px;
}

.detaycont>div>ul {
    padding: 5px 20px;
}

div.detaycont>div>p {
    font-size: 14px;
    margin: 0;
    line-height: 29px;
}

.infodiv {
    background: #ffffff;
    margin: 12px 0;
    padding: 6px;
    border-radius: 4px;
    border: 0;
    color: #523a1b;
    font-size: 12.8px;
}

.infodiv i {
    font-size: 16px;
    vertical-align: text-bottom;
}

.lowopacity {
    opacity: 0.3;
}

div#loading {
    font-size: 13px;
    font-weight: 400;
    border-radius: 5px;
    background: #f7ff839e;
    display: inline-block;
    float: right;
    padding: 10px;
    display: none;
}

.row.yanarcarow {
    margin: 0 -15px;
}

.row.yanarcarow>div {
    padding: 10px 30px;
}

#userbakiye.eksi {
    color: red;
}

#userbakiye.arti {
    color: green;
}

.datepicker_container {
    background: #ececec;
    padding: 6px 12px;
    border-radius: 0 0 5px 5px;
    width: 100%;
    display: inline-block;
}

.datepicker_container>strong {
    margin-right: 5px;
    vertical-align: -7px;
}

.datepicker_container>#loader {
    position: absolute;
    right: 337px;
    top: 2px;
}

.panel.panel-info {
    border-color: #324980;
}

.panel-info>.panel-heading {
    color: #ffffff;
    background-color: #4469af;
    border-color: #bce8f1;
}

.sc_pl {
    width: 200px;
}

.sc_y {
    width: 30px;
}

.scoretablo {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11.6px;
}

.dropdown-menu>li>a {
    /* color: #333 !important; */
    font-family: var(--font-ui);
}

.panel-success>.panel-heading {
    background: #6a876a;
    color: white;
    border-color: black;
    padding: 9px 12px;
}

.panel-success {
    border-color: #e4e8f7;
}

.skorheadline {
    font-weight: 800;
    font-size: 12px;
    /* text-align: center; */
    margin: 0px 0px 5px;
}

.sline {
    /* text-align: center; */
    font-size: 12px;
    /* font-weight: 600; */
    padding: 7px 0;
    border-bottom: 1px dotted darkgrey;
}

.pad0-xs, .pad0-xs {
    padding: 0 !important;
}

.result>.panel-default>.panel-heading {
    /* background: #eff0f3; */
    /* border: 1px solid #abb5cc; */
    /* border-bottom: 0; */
    /* box-shadow: 0 0 2px 0px #475e92; */
}

.result .panel-heading {
    padding: 12px;
}

.panel-primary a {
    color: white;
}

.panel-primary h4 {
    font-weight: 600;
    color: white;
}

.btn-topmenu {
    background: #177ace;
    padding: 8px 9px !important;
    margin: 14px 12px;
    color: white !important;
    font-size: 12px !important;
}

.btn-topmenu:hover {
    /* pointer-events: none; */
    text-decoration: none;
    background-color: #3f70a2 !important;
}

.alert-success {
    color: #005b00;
    background-color: #42e10070;
    border-color: #8fd752;
}

/* İKON AİLESİ: bootstrap-icons.
   Önceden "Font Awesome 5 Free" yazıyordu ama proje Font Awesome'ı hiç
   yüklemiyor (header.php yalnızca bootstrap-icons ekliyor). Tanımsız yazı
   tipi + Font Awesome kod noktası = kırık kutu karakteri.
   Kod noktaları bootstrap-icons 1.13.1'den alındı:
     \f26a = check-circle-fill        \f33a = exclamation-triangle-fill */
.alert-success:before {
    font-family: "bootstrap-icons";
    content: "\f26a";
    margin-right: 5px;
    font-size: 18px;
    line-height: 1;
    vertical-align: -2px;
}

.alert-danger {
    color: #7e0000;
    background-color: #ff060669;
    border-color: #ff6874;
}

.alert-danger:before {
    font-family: "bootstrap-icons";
    content: "\f33a";
    margin-right: 5px;
    font-size: 18px;
    line-height: 1;
    vertical-align: -2px;
}

/* KENDİ İKONU OLAN KUTULARDA GENEL İKONU BASMA.

   Bazı uyarılar bilinçli olarak konuya özgü bir ikon taşıyor: kilit
   (lisans kapalı), cüzdan (bakiye yetersiz), kişi (dernek silinince
   oyuncular kalır)... Bunların üstüne yukarıdaki genel ✓/⚠ eklenince
   kutuda İKİ ikon yan yana çıkıyordu. Anlamlı ikon varsa o kazanır;
   yoksa genel ikon devreye girer.

   Bu tekrar uzun süre görünmedi çünkü :before eski Font Awesome ailesine
   bağlıydı ve hiç çizilmiyordu; bootstrap-icons'a geçirilince ortaya
   çıktı.

   :has() desteklemeyen çok eski bir tarayıcıda kural yok sayılır ve
   davranış bugünküyle aynı kalır — daha kötüye gitmez. */
.alert-success:has(> .bi):before,
.alert-danger:has(> .bi):before {
    content: none;
    margin-right: 0;
}

.alert-warning {
    color: #794f06;
    background-color: #ffe978;
    border-color: #d7bf40;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link Specificity: (0,3,0) {
    color: var(--bs-nav-pills-link-active-color) !important;
}

h3.panel-title {
    /* border: 0; */
    /* margin: 0 !important; */
    /* padding: 3px 0 !important; */
    /* font-weight: 700; */
    /* text-transform: capitalize; */
    /* font-family: 'Montserrat'; */
    font-size: 15px;
}

.legend {
    display: inline-block;
    padding: 20px;
    min-height: inherit;
}

.legend>strong {
    text-align: right;
    display: inline-block;
    width: 50px;
    padding: 0 5px;
}

.legend>strong:after {
    content: ' : ';
}

.alert-success hr {
    border-top-color: green;
}

span.bye {
    margin-right: 40px;
    vertical-align: -webkit-baseline-middle;
}

.tableplayer a {
    color: inherit;
    word-break: break-all;
}

.tableplayer a:hover {
    color: #337ab7;
}

.dlogo>img {
    width: 50px;
    height: 50px;
    vertical-align: baseline;
    margin-right: 10px;
}

li#days {
    font-size: 23px;
    color: #db4844;
}

#hours {
    font-size: 18px;
    color: #e66a09;
}

#minutes {
    font-size: 15px;
    color: #c69e0b;
}

#seconds {
    font-size: 12px;
    color: #678c0d;
}

ul#timer {
    display: block;
    line-height: 1;
    padding: 20px 0;
    /* font-size: 40px; */
    text-align: center;
}

ul#timer>li {
    display: block;
    font-size: 45px;
    /* color: white; */
    margin: 15px 0;
    display: inline-grid;
    text-align: center;
    margin: 0px 15px;
}

ul#timer>li>span {
    font-size: 13px;
    color: #484848;
}

#turnuvatablo tr.hover {
    cursor: pointer;
}

#turnuvatablo tr:hover td {
    background-color: #0000000d;
    /* or #000 */
}

.noborder {
    border: 0 !important;
}

.vshistory {
    display: block;
    color: inherit !important;
    !i;!; }

#vstable a {
    color: inherit;
}

.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

.timeline:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 3px;
    background: #2d353c;
    left: 14.1%;
    margin-left: -2.5px
}

.timeline>li {
    position: relative;
    min-height: 50px;
    padding: 20px 0
}

.timeline .timeline-time {
    position: absolute;
    left: 0;
    width: 11.8%;
    text-align: left;
    top: 30px
}

.timeline .timeline-time .date, .timeline .timeline-time .time {
    display: block;
    font-weight: 600
}

.timeline .timeline-time .date {
    line-height: 16px;
    font-size: 12px
}

.timeline .timeline-time .time {
    line-height: 24px;
    font-size: 20px;
    color: #242a30
}

.timeline .timeline-icon {
    left: 9%;
    position: absolute;
    width: 10%;
    text-align: center;
    top: 36px;
}

.timeline .timeline-icon a {
    text-decoration: none;
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 20px;
    background: #ff0000;
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 3px solid #2d353c;
    transition: border-color .2s linear
}

.timeline .timeline-body {
    margin-left: 17%;
    margin-right: 0%;
    background: #ffffff;
    position: relative;
    padding: 15px 20px;
    border-radius: 6px;
    transition-duration: 0.2s;
    transform: scale(0.98);
}

a.hoverlink:hover .hoverdiv {
    background: #f1f1f1;
    opacity: 1;
    transition-duration: 0.1s;
    /* transform: scale(1.02); */
}

.hoverdiv {
    opacity: 0.75;
}

.timeline .timeline-body:before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #fff;
    left: -20px;
    top: 20px
}

.timeline .timeline-body>div+div {
    margin-top: 10px;
}

.timeline .timeline-body>div+div:last-child {
    /* margin-bottom: -20px; */
    /* padding-bottom: 20px; */
    border-radius: 0 0 6px 6px;
}

.timeline-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e7eb;
    line-height: 30px;
}

.timeline .userimage {
    display: inline-block;
    /* max-width: 120px; */
    height: 50px;
    border-radius: 0;
    overflow: hidden;
}

.timeline-header .username {
    font-size: 16px;
    font-weight: 600;
    word-break: break-all;
}

.timeline-header .username, .timeline-header .username a {
    color: #2d353c
}

.timeline img {
    max-width: 100%;
    display: block;
    max-width: 60px;
    max-height: 60px;
}

.timeline-content {
    letter-spacing: .25px;
    line-height: 18px;
    font-size: 13px;
}

.timeline-content:after, .timeline-content:before {
    content: '';
    display: table;
    clear: both
}

.timeline-title {
    margin-top: 0
}

.timeline-footer {
    background: #fff;
    border-top: 1px solid #e2e7ec;
    padding-top: 15px
}

.timeline-footer a:not(.btn) {
    color: #575d63
}

.timeline-footer a:not(.btn):focus, .timeline-footer a:not(.btn):hover {
    color: #2d353c
}

.timeline-likes {
    color: #6d767f;
    font-weight: 600;
    font-size: 12px
}

.timeline-likes .stats-right {
    float: right
}

.timeline-likes .stats-total {
    display: inline-block;
    line-height: 20px
}

.timeline-likes .stats-icon {
    float: left;
    margin-right: 5px;
    font-size: 9px
}

.timeline-likes .stats-icon+.stats-icon {
    margin-left: -2px
}

.timeline-likes .stats-text {
    line-height: 20px
}

.timeline-likes .stats-text+.stats-text {
    margin-left: 15px
}

.timeline-comment-box {
    background: #f2f3f4;
    margin-left: -25px;
    margin-right: -25px;
    padding: 20px 25px
}

.timeline-comment-box .user {
    float: left;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 30px
}

.timeline-comment-box .user img {
    max-width: 100%;
    max-height: 100%
}

.timeline-comment-box .user+.input {
    margin-left: 44px
}

.bgred {
    background: #b11b00 !important;
    !i;!; }

.bggreen {
    background: green !important;
    !i;!; }

.bggray {
    background: #f1f1f1 !important;
    !i;!; }

.list-group-item-text {
    color: lightslategrey;
}

.list-group-item-text strong {
    color: #d57075;
    font-weight: 700;
}

a.hoverlink {
    display: block;
    color: inherit;
}

/* ----------------- RESPONSIVE MEDIA QUERY ------------------ */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    img.sitelogo {
        width: 236px;
    }

    img.dernekmainlogo {
        max-width: 90px;
        max-height: 90px;
    }

    .bg {
        height: 400px;
    }

    div.chatbar>div.panel>.panel-heading>.panel-title>a {
        padding: 10px 0;
    }

    .chatheader img {
        width: 50px;
    }

    .scoreinput {
        width: 55px;
    }

    span.playersag {
        display: inline;
    }

    span.playersol {
        display: inline;
    }

    div.chatbar {
        width: 400px;
    }

    .team-item {
        font-size: 14px !important;
    }

    small.nickname {
        font-size: 12px;
    }

    .navbar-nav>li>a {
        padding: 25px 14px;
        font-weight: 500;
        font-size: 16px;
        font-family: var(--font-ui);
    }

    .pad0-xs, .pad0-xs {
        padding: 0 15px !important;
    }

    .list-group.turnuvalist>a div.info {
        float: right
    }

    .playerbigphoto>.myphoto {
        width: 80px !important;
        height: 80px !important;
        line-height: 80px !important;
        font-size: 28px !important;
        margin: 0 auto;
        text-align: center;
    }

    h1 {
        /* font-size: 21px; */
        /* padding: 16px 10px; */
    }

    .nav-pills>li>a {
        padding: 14px;
        margin-right: 12px;
        letter-spacing: -0.5px;
        border-radius: 30px;
        color: black;
        border: 1px solid;
    }

    .playerbigphoto>img.playerfoto {
        width: 80px !important;
        height: 80px !important;
        padding: 0;
    }

    .timeline .timeline-time {
        position: absolute;
        left: 0;
        width: 11.8%;
        text-align: right;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    img.sitelogo {
        width: 250px;
        padding: 0;
    }

    .bg {
        height: 500px;
    }

    .text-bottom {
        height: 150px;
        padding-top: 78px;
    }
}

/* Very small */
@media (max-width: 320px) {
    .playerdiv>span {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem !important;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .stat-number {
        font-size: 2.2rem;
    }
}

/* .card-soft components.css §2'de tanimli — burada tekrar edilmiyor. */

.card-soft .card-header {
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
}

.player-hero {
    background: var(--c-surface);
    border: 1px solid var(--c-border-soft);
    border-radius: var(--card-radius);
    padding: 18px;
}

.player-hero .playerbigphoto {
    flex: 0 0 auto;
}

.soft-muted {
    color: var(--c-text-muted);
}

.stat-card {
    border-radius: var(--r-lg);
    border: 1px solid var(--c-border-soft);
    background: var(--c-surface);
    box-shadow: var(--sh-xs);
}

.kbdlike {
    font-size: .78rem;
    padding: .12rem .35rem;
    border: 1px solid rgba(0,0,0,.12);
    border-bottom-width: 2px;
    border-radius: .5rem;
    background: rgba(255,255,255,.7);
}

.tableplayer thead th {
    white-space: nowrap;
}

.tableplayer tbody tr {
    vertical-align: middle;
}

.hero-section {
    background: linear-gradient(rgb(8 86 183 / 68%), rgb(0 0 0 / 72%)), url("../img/bg3.jpeg");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    margin-bottom: 50px;
    /* margin-top: -10px !important; */
}

.hero-title {
    /* font-size: 3.2rem; */
    font-weight: 800;
    /* margin-bottom: 20px; */
    font-family: var(--font-display);
    /* Türkçe İ / Ğ / Ş üst işaretleri kırpılmasın */
    line-height: var(--lh-tight);
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.mono, .time, .lg-chip, .tk-bit {
    font-variant-numeric: tabular-nums;
}
