* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {
    --medya: #DB4B4B; /*pastel kırmızı*/
    --aktuel: #82638A; /*mor*/
    --kultur: #888676; /*haki yeşili*/
    --otomobil: #F07C48; /*turuncu*/
    --yasam: #FFBA60; /*açık turuncu - koyu sarı*/
    --magazin: #C355E2; /*mor*/
    --spor: #9FCB42; /*SPOR*/
    --bilim: #4DD5CC; /*turkuaz*/
    --teknoloji: #4DD5CC; /*turkuaz*/
    --saglik: #76ACA7; /*koyu yeşil*/
    --dunya: #C52027; /*pastel turuncu*/
    --ekonomi: #0090FF; /*mavi*/
    --tgrt: #C52027; /*bordo*/
    --yazar: #C52027; /*bordo*/
    --yazi1: #252525; /*en koyu gri*/
    --yazi2: #424242; /*koyu gri*/
    --gri0: #D9D9D9; /*gri*/
    --gri1: #EEEEEE; /*acikgri*/
    --gri2: #E6E6E6; /*bottomHeader daki gri*/
    --gri3: #F8F8F8; /*topHeader daki gri*/
    --beyaz: #fff; /*beyaz*/
    --white: #fff; /*beyaz*/
    --siyah: #000; /*siyah*/
    --black: #000; /*siyah*/
    --populer: #C52027; /*bordo*/
    --game: #ffe53b; /*game oyun*/
    --filter-game: invert(80%) sepia(90%) saturate(432%) hue-rotate(337deg) brightness(104%) contrast(102%);
    --filter-invert: brightness(0) invert(1);
    --filter-bordo: brightness(0) saturate(100%) invert(17%) sepia(46%) saturate(6542%) hue-rotate(348deg) brightness(85%) contrast(90%);
    --filter-populer: brightness(0) saturate(100%) invert(17%) sepia(46%) saturate(6542%) hue-rotate(348deg) brightness(85%) contrast(90%);
    --filter-spor: invert(67%) sepia(64%) saturate(407%) hue-rotate(37deg) brightness(98%) contrast(89%);
    --filter-ekonomi: invert(37%) sepia(53%) saturate(3162%) hue-rotate(189deg) brightness(104%) contrast(105%);
    --filter-magazin: invert(43%) sepia(46%) saturate(2095%) hue-rotate(253deg) brightness(92%) contrast(93%);
    --filter-bilim: invert(81%) sepia(22%) saturate(1017%) hue-rotate(121deg) brightness(90%) contrast(91%);
    --filter-teknoloji: invert(81%) sepia(22%) saturate(1017%) hue-rotate(121deg) brightness(90%) contrast(91%);
    --filter-yasam: invert(310%) sepia(170%) saturate(932%) hue-rotate(357deg) brightness(100%) contrast(304%);
    --filter-otomobil: invert(65%) sepia(14%) saturate(5968%) hue-rotate(330deg) brightness(130%) contrast(90%);
    --filter-saglik: invert(69%) sepia(24%) saturate(419%) hue-rotate(125deg) brightness(128%) contrast(88%);
    --filter-kultur: invert(72%) sepia(2%) saturate(2987%) hue-rotate(16deg) brightness(73%) contrast(79%);
    --filter-aktuel: invert(45%) sepia(9%) saturate(1419%) hue-rotate(242deg) brightness(91%) contrast(86%);
    --filter-medya: invert(58%) sepia(68%) saturate(4509%) hue-rotate(328deg) brightness(87%) contrast(98%);
    --filter-yazar: brightness(0) saturate(100%) invert(17%) sepia(46%) saturate(6542%) hue-rotate(348deg) brightness(85%) contrast(90%);
    --s05: .5rem;
    --s1: 1rem;
    --s15: 1.5rem;
    --s125: 1.25rem;
    --s2: 2rem;
}

/* Lazy yüklenen görseller için başlangıç stili */
img.lazy {
    opacity: 0;
    transition: opacity 0.3s ease-in-out; /* Yumuşak geçiş */
}

/* Görsel yüklendiğinde opaklığı artır */
img:not(.lazy) {
    opacity: 1;
}
.ovhidden{overflow:hidden;}
.dnone, .mtitle {
    display: none;
}
/*genel kategori renkleri ve özellikleri*/
.teyitbox {
    display: flex;
    flex-direction: row;
    gap: 6px;
    background: #C52027;
    color: white;
    padding: 10px;
    border-radius: 4px;
}

.teyitbox.confirmed {
    background: #109f00;
}

.teyitbox.unconfirmed {
    background: #C52027;
}

.teyitbox.unknown {
    background: #c8c400;
}

.teyitbox .title {
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-size: 15px;
    font-weight: 700;
    color: white;
    align-items: center;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    font-style: normal;
}

.teyitbox .title i {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    font-weight: 700;
    color: white;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
    font-style: normal;
}

.teyitbox .title i:before {
    content: '';
    background-image: url('/s/i/i-teyit-confirmed.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    filter: invert(1);
    display: block;
}


.teyitbox.confirmed .title i:before {
    content: '';
    background-image: url('/s/i/i-teyit-confirmed.svg');
}

.teyitbox.confirmed .title i:after {
    content: 'Teyitli Haber';
    color: white;
    display: block;
}

.teyitbox.unconfirmed .title i:before {
    content: '';
    background-image: url('/s/i/i-teyit-unconfirmed.svg');
}

.teyitbox.unconfirmed .title i:after {
    content: 'Yanlış Bilgi';
    color: white;
    display: block;
}

.teyitbox.unknown .title i:before {
    content: '';
    background-image: url('/s/i/i-teyit-unknown.svg');
}

.teyitbox.unknown .title i:after {
    content: 'Kısmen Doğru';
    color: white;
    display: block; 
}
/**/
.c-desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #424242;
    display: flex;
    flex-shrink: 0;
    padding:0 10px;
}
.c-head {
    font-size: 35px;
    line-height: 20px;
    font-weight: 900;
    color: var(--tgrt);
    display: flex;
    flex-shrink: 0;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
}

    .c-head:before {
        content: '';
        background-image: url('https://s.tgrthaber.com/s/i/i-popular.svg');
        display: block;
        height: 30px;
        width: 30px;
        max-height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        filter: var(--filter-bordo);
    }

.c-number {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 21px;
    background-color: var(--tgrt);
    border-radius: 0px 0px 0px 5px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.boxhead2 .c-head.populer:before {
    background-image: url('https://s.tgrthaber.com/s/i/i-popular.svg');
}

.c-title {
    display: flex;
    flex-direction: row;
    color: var(--tgrt);
    white-space: nowrap;
}

.c-tumu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 100%;
    min-width: 150px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    gap: 20px;
    background-color: var(--tgrt);
    padding: 0 16px;
}

    .c-tumu:after {
        content: '';
        background-image: url('https://s.tgrthaber.com/s/i/i-tumu-kategori.svg');
        display: block;
        height: 10px;
        width: 8px;
        max-height: 10px;
        background-size: contain;
        background-repeat: no-repeat;
    }

.c-time {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 10px;
    font-weight: 600;
    color: #8D8D8D;
}

    .c-time:before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--tgrt);
        margin: 0 5px 0 0;
    }

.ucluhaber .c-time {
    color: #fff;
}

.c-linex {
    width: 100%;
    height: 2px;
}

.c-tumu, .c-linex, .c-time:before {
    background-color: var(--tgrt);
}

.sirano {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 6px;
    height: 6px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background-color: #8080804d;
    font-size: 9px;
    line-height: 8px;
}

    .sirano.active, .sirano:hover {
        width: 12px;
        height: 12px;
        background-color: var(--tgrt);
    }


/*genel kategori renkleri ve özellikleri bitti*/
/*C-Son Dakika*/

.c-sondakika .c-head {
    color: var(--yazi2) !important;
    font-weight: 900;
}

    .c-sondakika .c-head span {
        color: var(--tgrt) !important;
    }

    .c-sondakika .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-clock-rotate-left.svg') !important;
        filter: var(--filter-bordo) !important;
    }

.c-sondakika .c-title {
    color: var(--tgrt);
}

.c-sondakika .c-tumu, .c-sondakika .c-linex, .c-sondakika .c-time:before, .c-sondakika .c-number, .c-sondakika .sirano.active, .c-sondakika .sirano:hover, .c-sondakika .numberlist div:hover, .c-sondakika .numberlist div.active {
    background-color: var(--tgrt);
}

.c-sondakika .arrow {
    border-color: var(--tgrt);
}
/*C-Son Dakika Bitti*/
/*C-Canlı Yayın*/

.c-canliyayin .c-head {
    color: white !important;
}

    .c-canliyayin .c-head span {
        color: var(--tgrt) !important;
    }

    .c-canliyayin .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-live_circle_icon.svg') !important;
        filter: var(--filter-bordo) !important;
    }

.c-canliyayin .c-title {
    color: var(--tgrt);
}

.c-canliyayin .c-tumu, .c-canliyayin .c-linex, .c-canliyayin .c-time:before, .c-canliyayin .c-number, .c-canliyayin .sirano.active, .c-canliyayin .sirano:hover, .c-canliyayin .numberlist div:hover, .c-canliyayin .numberlist div.active {
    background-color: var(--tgrt);
}

.c-canliyayin .arrow {
    border-color: var(--tgrt);
}
/*C-Canlı Yayın Bitti*/
/*C-Yazarlar*/

.c-yazarlar .c-head {
    color: var(--yazi2);
}

    .c-yazarlar .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-yazar_icon.svg');
        filter: var(--filter-bordo)
    }

.c-yazarlar .c-title {
    color: var(--tgrt);
}

.c-yazarlar .c-tumu, .c-yazarlar .c-linex, .c-yazarlar .c-time:before, .c-yazarlar .c-number, .c-yazarlar .sirano.active, .c-yazarlar .sirano:hover, .c-yazarlar .numberlist div:hover, .c-yazarlar .numberlist div.active {
    background-color: var(--tgrt);
}

.c-yazarlar .arrow {
    border-color: var(--tgrt);
}
/*C-Yazarlar Bitti*/


/*C-Spor*/

.c-spor .c-head {
    color: var(--yazi2);
}

    .c-spor .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-spor_icon_light.svg');
        filter: var(--filter-spor)
    }

.c-spor .c-title {
    color: var(--spor);
}

.c-spor .c-tumu, .c-spor .c-linex, .c-spor .c-time:before, .c-spor .c-number, .c-spor .sirano.active, .c-spor .sirano:hover, .c-spor .numberlist div:hover, .c-spor .numberlist div.active {
    background-color: var(--spor);
}

.c-spor .arrow {
    border-color: var(--spor);
}
/*C-Spor Bitti*/


.c-piyasalar .c-head.piyasaikon:before {
    background-image: url('https://s.tgrthaber.com/s/i/i-chart_icon.svg');
    filter: var(--filter-ekonomi)
}
/*C-cokokunanlar*/

.c-cokokunanlar .c-head {
    color: var(--yazi2);
}

    .c-cokokunanlar .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-popular.svg');
        filter: var(--filter-populer)
    }

.c-cokokunanlar .c-title {
    color: var(--populer);
}

.c-cokokunanlar .c-tumu, .c-cokokunanlar .c-linex, .c-cokokunanlar .c-time:before, .c-cokokunanlar .c-number, .c-cokokunanlar .sirano.active, .c-cokokunanlar .sirano:hover, .c-cokokunanlar .numberlist div:hover, .c-cokokunanlar .numberlist div.active {
    background-color: var(--populer);
}

.c-cokokunanlar .arrow {
    border-color: var(--populer);
}
/*C-cokokunanlar Bitti*/
/*sonhaberler*/
.c-sonhaberler .c-head {
    color: var(--yazi2);
}

    .c-sonhaberler .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-clock-rotate-left.svg');
        filter: var(--filter-populer)
    }

.c-sonhaberler .c-title {
    color: var(--populer);
}

.c-sonhaberler .c-tumu, .c-sonhaberler .c-linex, .c-sonhaberler .c-time:before, .c-sonhaberler .c-number, .c-sonhaberler .sirano.active, .c-sonhaberler .sirano:hover, .c-sonhaberler .numberlist div:hover, .c-sonhaberler .numberlist div.active {
    background-color: var(--populer);
}

.c-sonhaberler .arrow {
    border-color: var(--populer);
}
/*sonhaberler bitti*/
/*Magazin*/
.c-magazin .c-head {
    color: var(--magazin);
}

    .c-magazin .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-magazin_icon_light.svg');
        filter: var(--filter-magazin)
    }

.c-magazin .c-title {
    color: var(--magazin);
}

.c-magazin .c-tumu, .c-magazin .c-linex, .c-magazin .c-time:before, .c-magazin .c-number, .c-magazin .sirano.active, .c-magazin .sirano:hover, .c-magazin .numberlist div:hover, .c-magazin .numberlist div.active {
    background-color: var(--magazin);
}

.c-magazin .arrow {
    border-color: var(--magazin);
}
/*Magazin bitti*/
/*Ekonomi*/
.c-ekonomi .c-head {
    color: var(--ekonomi);
}

    .c-ekonomi .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-chart_icon_light.svg');
        filter: var(--filter-ekonomi)
    }

.c-ekonomi .c-title {
    color: var(--ekonomi);
}

.c-ekonomi .c-tumu, .c-ekonomi .c-linex, .c-ekonomi .c-time:before, .c-ekonomi .c-number, .c-ekonomi .sirano.active, .c-ekonomi .sirano:hover, .c-ekonomi .numberlist div:hover, .c-ekonomi .numberlist div.active {
    background-color: var(--ekonomi);
}

.c-ekonomi .arrow {
    border-color: var(--ekonomi);
}
/*Ekonomi bitti*/

/*Bilim Teknoloji */
.c-bilim .c-head , .c-teknoloji .c-head{
    color: var(--bilim);
}

    .c-bilim .c-head:before, .c-teknoloji .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-tech_icon_light.svg');
        filter: var(--filter-bilim)
    }

.c-bilim .c-title, .c-teknoloji .c-title {
    color: var(--bilim);
}

.c-bilim .c-tumu, .c-bilim .c-linex, .c-bilim .c-time:before, .c-bilim .c-number, .c-bilim .sirano.active, .c-bilim .sirano:hover, .c-bilim .numberlist div:hover, .c-bilim .numberlist div.active
.c-teknoloji .c-tumu, .c-teknoloji .c-linex, .c-teknoloji .c-time:before, .c-teknoloji .c-number, .c-teknoloji .sirano.active, .c-teknoloji .sirano:hover, .c-teknoloji .numberlist div:hover, .c-teknoloji .numberlist div.active {
    background-color: var(--bilim);
}

.c-bilim .arrow, .c-teknoloji .arrow {
    border-color: var(--bilim);
}
/*Bilim Teknoloji bitti*/
/*C-Otomobil*/

.c-otomobil .c-head {
    color: var(--otomobil);
}

    .c-otomobil .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-car_icon_light.svg');
        filter: var(--filter-otomobil)
    }

.c-otomobil .c-title {
    color: var(--otomobil);
}

.c-otomobil .c-tumu, .c-otomobil .c-linex, .c-otomobil .c-time:before, .c-otomobil .c-number, .c-otomobil .sirano.active, .c-otomobil .sirano:hover, .c-otomobil .numberlist div:hover, .c-otomobil .numberlist div.active {
    background-color: var(--otomobil);
}

.c-otomobil .arrow {
    border-color: var(--otomobil);
}
/*C-Otomobil Bitti*/

/*C-Yaşam*/

.c-yasam .c-head {
    color: var(--otomobil);
}

    .c-yasam .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-magazin_icon_light.svg');
        filter: var(--filter-yasam)
    }

.c-yasam .c-title {
    color: var(--yasam);
}

.c-yasam .c-tumu, .c-yasam .c-linex, .c-yasam .c-time:before, .c-yasam .c-number, .c-yasam .sirano.active, .c-yasam .sirano:hover, .c-yasam .numberlist div:hover, .c-yasam .numberlist div.active {
    background-color: var(--yasam);
}

.c-yasam .arrow {
    border-color: var(--yasam);
}
/*C-Yaşam Bitti*/

/*C-Sağlık*/

.c-saglik .c-head {
    color: var(--saglik);
}

    .c-saglik .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-life_wave_icon.svg');
        filter: var(--filter-saglik)
    }

.c-saglik .c-title {
    color: var(--saglik);
}

.c-saglik .c-tumu, .c-saglik .c-linex, .c-saglik .c-time:before, .c-saglik .c-number, .c-saglik .sirano.active, .c-saglik .sirano:hover, .c-saglik .numberlist div:hover, .c-saglik .numberlist div.active {
    background-color: var(--saglik);
}

.c-saglik .arrow {
    border-color: var(--saglik);
}
/*C-Sağlık Bitti*/

/*C-Kültür sanat*/

.c-kultur .c-head {
    color: var(--kultur);
}

    .c-kultur .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-mask_icon_light.svg');
        filter: var(--filter-kultur)
    }

.c-kultur .c-title {
    color: var(--kultur);
}

.c-kultur .c-tumu, .c-kultur .c-linex, .c-kultur .c-time:before, .c-kultur .c-number, .c-kultur .sirano.active, .c-kultur .sirano:hover, .c-kultur .numberlist div:hover, .c-kultur .numberlist div.active {
    background-color: var(--kultur);
}

.c-kultur .arrow {
    border-color: var(--kultur);
}
/*C-Kültür sanat*/

/*C-Aktüel*/

.c-aktuel .c-head {
    color: var(--aktuel);
}

    .c-aktuel .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-openbook_icon.svg');
        filter: var(--filter-aktuel);
    }

.c-aktuel .c-title {
    color: var(--aktuel);
}

.c-aktuel .c-tumu, .c-aktuel .c-linex, .c-aktuel .c-time:before, .c-aktuel .c-number, .c-aktuel .sirano.active, .c-aktuel .sirano:hover, .c-aktuel .numberlist div:hover, .c-aktuel .numberlist div.active {
    background-color: var(--aktuel);
}

.c-aktuel .arrow {
    border-color: var(--aktuel);
}
/*C-Aktüel*/

/*C-Medya*/

.c-medya .c-head {
    color: var(--medya);
}

    .c-medya .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-play_icon.svg');
        filter: var(--filter-medya);
    }

.c-medya .c-title {
    color: var(--medya);
}

.c-medya .c-tumu, .c-medya .c-linex, .c-medya .c-time:before, .c-medya .c-number, .c-medya .sirano.active, .c-medya .sirano:hover, .c-medya .numberlist div:hover, .c-medya .numberlist div.active {
    background-color: var(--medya);
}

.c-medya .arrow {
    border-color: var(--medya);
}
/*C-Medya*/


/*C-Gündem*/

.c-gundem .c-head {
    color: var(--tgrt);
}

    .c-gundem .c-head:before {
        background-image: url('https://s.tgrthaber.com/s/i/i-kategori-gundem.svg');
        filter: var(--filter-bordo);
    }

.c-gundem .c-title {
    color: var(--tgrt);
}

.c-gundem .c-tumu, .c-gundem .c-linex, .c-gundem .c-time:before, .c-gundem .c-number, .c-gundem .sirano.active, .c-gundem .sirano:hover, .c-gundem .numberlist div:hover, .c-gundem .numberlist div.active {
    background-color: var(--tgrt);
}

.c-gundem .arrow {
    border-color: var(--tgrt);
}
/*C-Gündem*/

/*C-Game Oyun*/

.c-oyun .c-head, .c-game .c-head {
    color: white;
}

.c-oyun .c-head:before, .c-game .c-head:before {
    background-image: url('https://s.tgrthaber.com/s/i/i-game.svg');
    filter:none;
}

.c-oyun .c-title, .c-game .c-title {
    color: white;
    white-space: wrap;
}


/*C-Game Oyun*/

/*Kategori Renkleri bitti*/
.gap20 {
    gap: 20px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, html {
    width: 100%;
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    overflow-x: hidden;
    background-color: #F4F4F4;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.option {
    transition: all 0.3s ease;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}


ul, ol {
    list-style: none;
    padding-left: 0;
}

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

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    font-family: inherit;
    transition: background-color 0.3s;
}

    button:hover {
        background-color: #0056b3;
    }

input, textarea {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    font-family: inherit;
}
    .adContainer input{
        width:auto;
    }
    input:focus, textarea:focus {
        border-color: #007bff;
        outline: none;
    }

label {
    margin-bottom: 0.5rem;
    display: block;
}

.arrow {
    border: solid var(--tgrt);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    z-index: 1;
    cursor: pointer;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: #E6E6E6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #C52027;
}
.takimlar::-webkit-scrollbar {
    height: 4px;
}

.takimlar::-webkit-scrollbar-track {
    background-color: #E6E6E6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.takimlar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #9FCB42;
}
::placeholder {
    color: #aaa;
    opacity: 1;
}

.scroll-inner::-webkit-scrollbar {
    width: 10px;
}

    .scroll-inner::-webkit-scrollbar:horizontal {
        height: 4px;
        padding: 0 4px;
    }

.scroll-inner::-webkit-scrollbar-track {
    background-color: #E6E6E6;
}

.scroll-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #C52027;
}

[role="button"] {
    cursor: pointer;
}

[tabindex="0"] {
    outline: none;
}

.hidden {
    display: none;
}


.visible {
    display: block;
}

/**/
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    gap: 20px;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 121px;
}

.content {
    display: flex;
    justify-content: center;
    max-width: 1080px;
    width: 100%;
    position: relative;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.topHeader, .bottomHeader {
    display: flex;
    width: 100%;
}

.topHeader {
    min-height: 74px;
    max-height: 74px;
    height: 74px;
}

.bottomHeader {
    min-height: 47px;
    max-height: 47px;
    height: 47px;
}

.topHeader .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--gri3);
    min-width: 1080px;
}

.bottomHeader .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-color: var(--gri2);
    overflow: hidden;
}

.topHeader::before {
    content: '';
    flex: 1;
    background-color: var(--gri3);
}

.topHeader::after {
    content: '';
    flex: 1;
    background-color: var(--tgrt);
}

.bottomHeader::before {
    content: '';
    flex: 1;
    background-color: var(--tgrt);
}

.bottomHeader::after {
    content: '';
    flex: 1;
    background-color: var(--gri2);
}

.topHeader .content .navmenu-logo, .bottomHeader .content .breaking, .bottomHeader .content .tumu {
    display: flex;
    align-items: center;
    padding: 0;
}


.close-icon {
    display: none;
    width: 13px;
    height: 13px;
}



/**/

/**/

.bottomHeader .content .breaking {
    display: flex;
    align-items: center;
    width: 1018px;
}

.bottomHeader .content .breaking-head {
    display: flex;
    align-items: center;
    color: var(--white);
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    padding-right: 16px;
    background-color: var(--tgrt);
    height: 100%;
    width: 158px;
    white-space: nowrap;
}

    .bottomHeader .content .breaking-head .head {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 158px;
        height: 20px;
        line-height: 24px;
        min-height: 24px
    }

.bottomHeader .content .breaking-heads {
    width: 861px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
}

    .bottomHeader .content .breaking-heads .breaking-news {
        display: flex;
        align-items: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 400px;
        gap: 5px;
    }

        .bottomHeader .content .breaking-heads .breaking-news .news {
            width: 400px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 15px;
            font-weight: 700;
            color: #303030;
        }

        .bottomHeader .content .breaking-heads .breaking-news .time {
            height: 19px;
            width: 19px;
            filter: var(--filter-bordo);
            flex-shrink: 0;
            display: block;
            object-fit: contain
        }

        .bottomHeader .content .breaking-heads .breaking-news .hour {
            display: flex;
            color: var(--tgrt);
            text-align: left;
            font-size: 16px;
            font-weight: 700;
            height: 19px;
            line-height: 19px;
            width: 48px;
            margin-right: 5px;
            flex-shrink: 0;
        }

.bottomHeader .content .tumu {
    width: 62px;
    color: var(--tgrt);
    text-align: left;
    font-size: 15px;
    font-weight: 800;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    flex-shrink: 0;
}

    .bottomHeader .content .tumu img {
        width: 12px;
        filter: var(--filter-bordo);
    }
/**/


.topHeader .content .logo-black {
    flex-shrink: 0;
}

    .topHeader .content .logo-black img {
        height: 42px;
    }

/**/

.topHeader .content .navmenu-desktop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
    position: relative;
    gap: 19px;
    width: 100%;
}


    /*topHeader Menü*/
    .topHeader .content .dropdown-desktop-menu a {
        display: flex;
        font-size: 13px;
        font-weight: 800;
        color: #3A3A3A;
        padding: 5px 0;
        text-decoration: none;
        position: relative;
        align-items: center;
        text-transform: uppercase;
        gap: 8px;
    }
    .topHeader .content .navmenu-list {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 15px;
        flex-wrap: nowrap;
        white-space: nowrap;
        max-width: 624px;
        overflow: hidden;
    }
    .topHeader .content .navmenu-list a {
        font-size: 13px;
        font-weight: 800;
        color: #3A3A3A;
    }
    .topHeader .content .navmenu-current img {
        width: 15px;
    }
.topHeader .content dropdown-desktop-menu .logo-black {
    width: 100%;
    order: 2;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 13;
    position: fixed;
    right: 0;
}

.topHeader .content .navmenu-current {
    flex-shrink: 0;
}
.topHeader .content .dropdown-desktop-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    width: 600px;
    height: 800px;
    padding: 0px 0 40px;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    overflow: auto;
    z-index: 12;
    left: 40%;
    -webkit-transform: translateX(-57%);
    transform: translateX(-57%);
    bottom: auto;
    right: auto;
    top: 74px;
    padding: 0 10px 30px 0;
}

.topHeader .content .m-header {
    position: fixed;
    top: 0;
    height: 60px;
    z-index: 11;
    display: flex;
    width: 100%;
    background: #FFFFFF;
    padding: 10px 25px 12px;
    align-items: center;
    display:none;
}

    .topHeader .content .m-header .menuclose {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }


        .topHeader .content .m-header .menuclose img {
            transform: rotate(180deg);
            width: 14px;
        }

    .topHeader .content .m-header .setting {
        width: 16px;
    }

        .topHeader .content .m-header .setting img {
            width: 16px;
            filter: var(--tgrt);
        }

    

/**/
.topHeader .content .m-search-input {
    position: fixed;
    top: 0;
    height: 68px;
    z-index: 11;
    display: flex;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px #0000001C;
    -webkit-box-shadow: 0px 1px 3px #0000001C;
    -moz-box-shadow: 0px 1px 3px #0000001C;
    border-radius: 0px 0px 16px 16px;
    padding: 12px 25px 25px;
    align-items: center;
    gap:20px;
}

.topHeader .content .search-input {
    padding: 32px 32px 0;
    background: white;
    z-index: 10;
    position: fixed;
    top: 0;
    height: 128px;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 3px #0000001C;
    -webkit-box-shadow: 0px 1px 3px #0000001C;
    -moz-box-shadow: 0px 1px 3px #0000001C;
    border-radius: 0 0 10px 10px;
}

    .topHeader .content .search-input input {
        max-width: 529px;
        width: calc(100% - 32px);
        height: 36px;
        background: #F1F1F1;
        box-shadow: inset 0px 0px 3px #7070706B;
        border-radius: 2px;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        color: var(--yazi2);
        opacity: 1;
        flex-shrink: 0;
    }

.topHeader .content .m-search-input input {
    background: #F1F1F1 0% 0% no-repeat padding-box;
    border-radius: 5px;
    text-align: center;
    height: 36px;
}

.topHeader .content .m-search-input img {
    width: 16px;
    height: 16px;
}


/**/

.topHeader .content .dropdown-desktop-menu .menu-content {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding-top: 85px;
}

    .topHeader .content .dropdown-desktop-menu .menu-content .m-title {
        font-size: 20px;
        font-weight: 800;
        color: #424242;
        padding: 0px 10px;
    }
.dropdown-desktop-menu .menublock {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.topHeader .content .dropdown-desktop-menu .scrooly {
    display: grid;
    align-content: flex-start;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px 10px;
    gap: 10px 18px;
    max-height: none;
    padding-bottom: 10px;
    overflow-x: hidden;
}

    .topHeader .content .dropdown-desktop-menu .scrooly a {
        height: 32px;
        color: #424242;
        font-size: 14px;
        font-weight: 700;
        padding: 7px 18px 7px 7px;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 32px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .topHeader .content .dropdown-desktop-menu .scrooly a::before {
            content: '';
            position: relative;
            width: 10px;
            height: 10px;
            background-color: #D9D9D9;
            border-radius: 50%;
            z-index: 1;
            flex-shrink: 0;
        }

        .topHeader .content .dropdown-desktop-menu .scrooly a img {
            width: 18px;
            margin-right: 5px;
            filter: var(--filter-bordo);
            display: block;
        }

.topHeader .content .dropdown-desktop-menu .menu-content .kurumsal{
    display:none;
}
/*topHeader Menü bitti*/
/*search*/
.topHeader .content .search {
    position: relative;
    right: -20px;
    display: flex;
    align-items: center;
    background-color: #0C0C0C;
    height: 100%;
    width: 66px;
    border-radius: 0 0 0 20px;
    padding-left: 16px;
    flex-shrink: 0;
}

    .topHeader .content .search img {
        width: 16px;
        height: 16px;
        filter: var(--filter-invert);
        cursor: pointer;
    }
/**/
.topHeader .content .search-input {
    width: 600px;
    height: 68px;
    position: absolute;
    left: 95px;
    gap: 20px;
    background: #f8f8f8;
    padding: 0;
}

    .topHeader .content .search-input input {
        max-width: 529px;
        width: 100%;
        height: 36px;
        background: #F1F1F1;
        box-shadow: inset 0px 0px 3px #7070706B;
        border-radius: 2px;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        color: var(--yazi2);
        opacity: 1;
        flex-shrink: 0;
    }

.topHeader .content .close-icon {
    display: none;
}

.topHeader .content .btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 36px;
    background: var(--tgrt);
    box-shadow: inset 0px 0px 3px #7070706B;
    border-radius: 2px;
    flex-shrink: 0;
}

    .topHeader .content .btn-search img {
        filter: var(--filter-invert);
        width: 16px;
        cursor: pointer;
    }
/**/
/*search bitti*/
/*canlı yayın*/
.topHeader .content .canliyayin {
    background-color: var(--tgrt);
    height: 100%;
    width: 196px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    border-radius: 0 0 0 20px;
    z-index: 1;
}

.topHeader .content .canliyayin-content {
    display: flex;
    align-items: center;
    width: 152px;
    height: 44px;
    border: 2px solid var(--white);
    border-radius: 7px;
    color: var(--white);
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    white-space: nowrap;
    flex-shrink: 0;
    justify-content: center;
}

    .topHeader .content .canliyayin-content:hover {
        color: var(--tgrt);
        background-color: white;
    }

        .topHeader .content .canliyayin-content:hover .live_circle_icon img {
            filter: var(--filter-bordo);
        }

    .topHeader .content .canliyayin-content .live_circle_icon {
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        display: block;
    }

        .topHeader .content .canliyayin-content .live_circle_icon img {
            width: 18px;
            filter: var(--filter-invert);
        }
/*canlı yayın bitti*/
/*weather*/
.topHeader .content .weather {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-shrink: 0;
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    min-width: 98px;
    background: var(--tgrt);
    height: 100%;
}

    .topHeader .content .weather .weather-current {
        font-size: 12px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 4px;
        position: relative;
        min-width: 58px;
        max-width: 58px;
    }

        .topHeader .content .weather .weather-current::after {
            content: '';
            display: inline-block;
            width: 9px;
            height: 6px;
            background: url('https://s.tgrthaber.com/s/i/i-arrow_down_icon.svg') no-repeat center center;
            background-size: contain;
            filter: var(--filter-invert);
            flex-shrink: 0;
        }

        .topHeader .content .weather .weather-current.open::after {
            transform: rotate(180deg);
        }

        .topHeader .content .weather .weather-current .i-arrow_down {
            width: 8px;
            filter: var(--filter-invert);
        }

    .topHeader .content .weather .weather-img {
        flex-shrink: 0;
        border-radius: 4px;
    }

        .topHeader .content .weather .weather-img img {
            width: 32px;
        }

    .topHeader .content .weather .weather-list {
        display: flex;
        flex-direction: column;
        min-width: 58px;
    }



        .topHeader .content .weather .weather-list .weather-select {
            position: relative;
            cursor: pointer;
        }

        .topHeader .content .weather .weather-list .weather-listed {
            display: none;
            position: absolute;
            top: 56px;
            right: 0;
            left: auto;
            border: 1px solid #f8f8f8;
            background: #fff;
            overflow: hidden;
            z-index: 1000;
            border-radius: 7px;
            min-width: 200px;
            padding: 16px;
            box-shadow: 0px 2px 6px rgba(136, 136, 136, 0.27);
            -webkit-box-shadow: 0px 2px 6px rgba(136, 136, 136, 0.27);
            -moz-box-shadow: 0px 2px 6px rgba(136, 136, 136, 0.27);
        }


        .topHeader .content .weather .weather-list .weather-option {
            overflow-y: auto;
            max-height: 150px;
        }

        .topHeader .content .weather .weather-list .weather-search {
            padding-bottom: 10px;
        }

        .topHeader .content .weather .weather-list .option {
            padding: 5px 0;
            cursor: pointer;
            color: black;
            text-align: left;
            font-size: 13px;
            font-weight: 800;
            color: #3A3A3A;
            line-height: 13px;
            flex-shrink: 0;
        }

        .topHeader .content .weather .weather-list .weather-current.open .i-arrow_down img {
            transform: rotate(180deg);
        }
/*weather bitti*/


/*HEADER BİTTİ*/




/*FOOTER*/
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #EBEBEB;
    border-top: 4px solid var(--tgrt);
    width: 100%;
    flex-shrink: 0;
    padding-top: 28px;
}

    .footer .topFooter, .middleFooter, .copyright {
        width: 100%;
    }

    .footer .topFooter {
        display: flex;
        justify-content: center;
    }

    .footer .content .logo-black {
        width: 186px;
        display: flex;
        align-items: center;
        flex-shrink: 0;
        justify-content: flex-start;
    }

        .footer .content .logo-black img {
            width: 112px;
        }

.topFooter .content {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
}

.footer .content .kurumsal {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .footer .content .kurumsal .menus .menu {
        padding-left: 10px;
        padding-right: 10px;
    }

.footer .content .menu a:hover {
    color: var(--tgrt);
}

.footer .content .head {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #424242;
    height: 24px;
}

.footer .content .menus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

    .footer .content .menus .menu {
        display: flex;
        flex-direction: column;
        font-size: 10px;
        font-weight: 500;
        color: #424242;
        padding-left: 30px;
        padding-right: 36px;
        min-width: 94px;
        gap: 8px;
    }

.footer .content .menu a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    width: auto;
    max-width: 556px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    min-width: 35px;
    font-size: 10px;
    font-weight: 600;
}

.footer .content .kurumsal .menu a {
    font-size: 10px;
    min-width: 100px;
    font-weight: 600;
    transition: none;
    width: auto;
}

.footer .content .socialmedia, .footer .content .apps {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .footer .content .socialmedia .menus .menu, .footer .content .apps .menus .menu {
        display: flex;
        flex-direction: row;
        text-align: left;
        padding: 10px 20px;
        gap: 15px;
    }

    .footer .content .apps .menus .menu {
        width: 337px;
    }

    .footer .content .socialmedia .menus .menu a {
        display: flex;
        width: 35px;
        height: 35px;
        border: 1px solid #424242;
        border-radius: 8px;
        justify-content: center;
        padding: 8px;
    }

    .footer .content .apps .menus .menu a {
        display: flex;
        flex-direction: row;
        gap: 5px;
        border: 1px solid #424242;
        border-radius: 8px;
        padding: 8px 16px;
        color: #808285;
        align-items: center;
        font-size: 12px;
        font-weight: 600;
        flex-shrink: 0;
        max-width: 140px;
        min-height: 46px;
    }

        .footer .content .apps .menus .menu a img {
            width: 22px;
            flex-shrink: 0;
        }

        .footer .content .apps .menus .menu a:hover, .footer .content .socialmedia .menus .menu a:hover {
            background: #383838;
            color: #fff;
        }

            .footer .content .apps .menus .menu a:hover img.appstore, .footer .content .socialmedia .menus .menu a:hover img {
                filter: brightness(0) invert(1);
            }

.footer .middleFooter {
    display: flex;
    justify-content: center;
}

    .footer .middleFooter .content {
        display: flex;
        justify-content: flex-start;
    }

        .footer .middleFooter .content .moremenu .menus {
            gap: 0;
        }

            .footer .middleFooter .content .moremenu .menus .menu a {
                font-weight: 700;
                position: relative;
            }

            .footer .middleFooter .content .moremenu .menus .menu.list {
                list-style-type: none;
            }

                .footer .middleFooter .content .moremenu .menus .menu.list li {
                    position: relative;
                    padding-left: 20px;
                    margin-left: -8px;
                }

                    .footer .middleFooter .content .moremenu .menus .menu.list li::before {
                        content: '';
                        position: absolute;
                        left: 8px;
                        top: 4px;
                        width: 5px;
                        height: 5px;
                        background-color: var(--tgrt);
                        border-radius: 50%;
                    }



.footer .copyright {
    height: 30px;
    text-align: left;
    font-size: 8px;
    color: #424242;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8E8E8;
    font-weight: 600;
}

.pb-16 {
    padding-bottom: 16px;
}

.py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.pl-0 {
    padding-left: 0 !important;
}
/*** Gap ***/


.borderx {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.border-tgrt {
    border-left: 2px solid var(--tgrt);
}

.border-right {
    border-right: 1px solid var(--gri0);
}

/*FOOTER BİTTİ*/




/*ADS*/
.ads {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ads970 {
    width: 970px;
    height: 250px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ads-left, .ads-right {
    width: 300px; 
    height: 600px; 
    position: absolute; 
}

.ads-left {
	left: calc(50% - 710px);
	right: auto;
	top: 0px;
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}

.ads-right {
	right: calc(50% - 710px);
	top: 0px;
	-webkit-transform: translateX(50%) translateY(0%);
	transform: translateX(50%) translateY(0%);
}

.ads300 {
    display: block;
    width: 300px;
    height: 250px;
}
.ads600 {
    display: block;
    width: 300px;
    height: 600px;
}
/*ADS BİTTİ*/

/*CONTENT*/

.details-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.details {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 760px;
    gap: 16px;
}

.breadcrumbs {
    font-size: 15px;
    font-weight: 500;
    color: #8B8B8B;
    width: 100%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .breadcrumbs .bcLeft {
        display: flex;
        align-items: center;
    }
    .breadcrumbs .bcLeft .bcText {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: 700;
        color: #595859;
        text-decoration: underline;
        line-height: normal;
        white-space: nowrap;
    }
        .breadcrumbs .bcLeft .bcText:first-child {
            padding-left: 0;
        }

        .breadcrumbs .bcLeft .bcText:last-child {
            white-space: normal;
            font-family: sans-serif;
            font-size: 12px;
            font-weight: 400;
            color: #595859;
            text-decoration: none;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

        .details .kategori-editor {
            display: flex;
            flex-direction: row;
            width: 760px;
            gap: 10px;
        }

        .details .kategori-editor .kategori {
            display: flex;
            align-items: center;
            flex-direction: row;
            gap: 10px;
        }

            .details .kategori-editor .kategori img {
                width: 34px;
            }

            .details .kategori-editor .kategori strong {
                font-size: 20px;
                font-weight: 600;
                color: #424242;
                line-height: 30px;
            }

        .details .kategori-editor .editor {
            display: flex;
            align-items: center;
            flex-direction: row;
            gap: 10px;
            font-size: 15px;
            font-weight: 500;
            color: #8B8B8B;
            background: #F4F4F4 0% 0% no-repeat padding-box;
            border: 1px solid #D9D9D9;
            border-radius: 3px;
            padding: 4px 10px;
            cursor:pointer;
        }
            .details .kategori-editor .editor:hover {
                color: #fff;
                background-color: var(--tgrt);
            }

            .details .kategori-editor .editor img {
                width: 30px;
                height: 30px;
                border-radius: 50%;
            }

            .details .kategori-editor .editor .editor-text {
                font-weight: 700;
            }
/**/
.edi-soc {
    display: flex;
}

.details .editor-listed {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    right: auto;
    border: 1px solid #F4F4F4;
    background: #F4F4F4;
    overflow: hidden;
    z-index: 1000;
    border-radius: 30px;
    min-width: 100%;
    padding: 20px 10px;
    box-shadow: 0px 2px 6px rgba(136, 136, 136, 0.27);
    -webkit-box-shadow: 0px 2px 6px rgba(136, 136, 136, 0.27);
    -moz-box-shadow: 0px 2px 6px rgba(136, 136, 136, 0.27);
    gap: 20px;
}

    .details .editor-listed .close {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #c52027;
    }

    .details .editor-listed .editor-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .details .editor-listed .editor-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

.details-content .details .editor-listed .editor-img {
    width: 70px;
    height: 70px;
}

    .details-content .details .editor-listed .editor-img img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

.details-content .details .editor-listed .editor-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.details .editor-listed .editor-name {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #424242;
}

.details .editor-listed .editor-editor {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #757575;
}

.details .editor-listed .editor-social {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

    .details .editor-listed .editor-social img {
        height: 8.55px;
        width: auto;
        border-radius: 0;
    }

.details .editor-listed .editor-kimdir {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: #757575;
}

.details .editor-listed .editor-listed h3 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 900;
    color: #424242;
}

.details .editor-listed .editor-sonhaberleri {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: 300px;
    overflow-y: overlay;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}


    .details .editor-listed .editor-sonhaberleri .news {
        display: flex;
        width: 49%;
        background: #EEEEEE;
        align-items: center;
        border-radius: 5px;
        gap: 10px;
        overflow: hidden;
        flex-shrink: 0;
    }

        .details .editor-listed .editor-sonhaberleri .news .img {
            width: 100%;
            height: 100%;
            border-radius: 5px;
            object-fit: cover;
            aspect-ratio: 16 / 9;
            max-height: 80vh;
        }

        .details .editor-listed .editor-sonhaberleri .news .spot {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .details .editor-listed .editor-sonhaberleri .news .title {
            font-size: 13px;
            line-height: 16px;
            font-weight: 600;
            color: #757575;
            line-clamp: 3;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            box-sizing: border-box;
            overflow: hidden;
        }
/**/
.details .newscontent img.lazy {
    width: 100%;
}
.details .newscontent {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}
.details .newscontent ul{
    padding:0 10px;
}

    .details .newscontent h1 {
        font-size: 30px;
        font-weight: 900;
        line-height: 40px;
        color: #424242;
    }
    .details .newscontent h2,
    .details .newscontent h3,
    .details .newscontent h4 {
        font-size: 1.33em;
        font-weight: 700;
        line-height: 120%;
        color: #424242;
        padding: 10px 0 0 0;
    }

    .details .newscontent .spot {
        text-align: left;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: 0px;
        color: #424242;
        margin-bottom: 5px;
        line-height: 150%;
    }

    .details .newscontent p {
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        color: #424242;
        opacity: 1;
    }

.socbtn {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.details .newscontent .socialshare {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    gap: 15px;
}

    .details .newscontent .socialshare .btn {
        min-width: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 15px;
        font-weight: 500;
        color: #8B8B8B;
        height: 30px;
        border: 1px solid #D9D9D9;
        border-radius: 3px;
        background-color: #F4F4F4;
        padding: 0 10px;
        cursor: pointer;
        flex-shrink: 0;
        white-space: nowrap;
    }

    .details .newscontent .socialshare img {
        min-width: 18px;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        padding: 5px 0;
        margin: 0;
        filter: contrast(0.2);
    }

.details .newscontent .btn img.arrowdown {
    width: 10px;
    min-width: 10px;
}

.details .newscontent .socialshare .btn:hover {
    background-color: var(--tgrt);
    color: var(--beyaz)
}

    .details .newscontent .socialshare .btn:hover img {
        filter: var(--filter-invert);
    }

.details .newscontent .socialshare .btn.nofilter img {
    filter: contrast(1);
}

.details .newscontent .socialshare .btn.nofilter:hover {
    background-color: #F4F4F4 !important;
}

.details .newscontent .newsimg {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .details .newscontent .newsimg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 16 / 9;
    }
    .details .newscontent .newsimg video {
        aspect-ratio: 16 / 9;
    }

    .details .newscontent .newsimg input {
        width:auto;
    }

.details .newscontent .newsinfo {
    width: 760px;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: flex-start;
    color: #8B8B8B;
    width: 100%;
    height: 24px;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

    .details .newscontent .newsinfo .title {
        display: inline-flex;
        align-items: center;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        gap: 8px;
        margin-right: 10px;
        line-height: 15px;
    }

    .details .newscontent .newsinfo .subtitle {
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

    .details .newscontent .newsinfo .time {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-weight: 500;
    }

        .details .newscontent .newsinfo .time img {
            height: 15px;
            width: 15px;
            object-fit: contain;
        }

/**/
.linex {
    background: #D9D9D9;
    width: 100%;
    height: 1px;
}
/**/
.ilgilihaberler {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

    .ilgilihaberler .title {
        display: flex;
        gap: 10px;
        white-space: nowrap;
        width: 100%;
        align-items: center;
        font-size: 20px;
        font-weight: 800;
        color: #424242;
    }

    .ilgilihaberler img.icon {
        filter: var(--filter-bordo);
        height: 20px;
    }

    .ilgilihaberler .title .linex {
        height: 2px;
        background-color: var(--tgrt);
    }

    .ilgilihaberler .news {
        display: flex;
        height: 126px;
        background: #EEEEEE;
        border-radius: 2px;
        gap: 20px;
        padding-right: 16px;
        overflow: hidden;
        border-bottom: 4px solid var(--tgrt);
        border-left: 1px solid var(--tgrt);
        border-right: 1px solid var(--tgrt);
    }

        .ilgilihaberler .news img {
            max-height: 126px;
            max-width: 164px;
            width: 164px;
            height: 100%;
            object-fit: cover;
            aspect-ratio: 16 / 9;
        }

        .ilgilihaberler .news .title {
            display: flex;
            align-items: center;
            white-space: normal;
            font-size: 20px;
            font-weight: 700;
            color: #424242;
        }

            .ilgilihaberler .news .title a {
                max-height: 90px;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

.details .tags {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

    .details .tags .title {
        color: var(--tgrt);
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 1px;
        margin-right: 10px;
    }

    .details .tags .tag {
        font-size: 12px;
        line-height: 12px;
        font-weight: 600;
        letter-spacing: 0.6px;
        color: #424242;
        padding: 8px 16px;
        background: #EEEEEE;
        border: 1px solid #D9D9D9;
        border-radius: 3px;
    }
/**/
.commet-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.comment {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

    .comment .title {
        font-size: 20px;
        line-height: 20px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #424242;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .comment .title img {
            filter: var(--filter-bordo);
            height: 20px;
        }

.commentwrite {
    height: 326px;
    width: 100%;
    background: #EEEEEE;
    border-radius: 2px;
    padding: 22px;
}

    .commentwrite label {
        font-weight: 800;
        font-size: 15px;
        color: #424242;
    }

        .commentwrite label span {
            font-weight: 500;
            font-size: 15px;
            color: #424242;
        }

    .commentwrite input, .commentwrite textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        color: #424242;
        background: rgb(217 217 217 / 42%);
        box-shadow: inset 0px 2px 6px #0000001c;
        border-radius: 2px;
    }

    .commentwrite textarea {
        resize: none;
    }

    .commentwrite .uyari {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .commentwrite .uyari .yorumuyari {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 20px;
        }

            .commentwrite .uyari .yorumuyari .text {
                font-weight: 600;
                font-size: 10px;
                color: #424242;
                height: 62px;
                width: 308px;
            }

            .commentwrite .uyari .yorumuyari img {
                filter: var(--filter-bordo);
                height: 40px;
            }

        .commentwrite .uyari button {
            width: 206px;
            height: 42px;
            background: #AFAFAF;
            box-shadow: 0px 3px 3px #1A19194F;
            font-weight: 600;
            font-size: 18px;
            color: #FFFFFF;
        }

            .commentwrite .uyari button:hover {
                background: var(--tgrt);
                color: #FFFFFF;
            }

.comment .commentwrite {
    display: block;
}

.commentwrite {
    display: none;
}

.yanitver.active + .commentwrite {
    display: block;
}

.commentbox {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .commentbox .title {
        font-size: 20px;
        line-height: 20px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #424242;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

        .commentbox .title img {
            filter: var(--filter-bordo);
            height: 20px;
        }

        .commentbox .title .commentsnumber {
            font-size: 15px;
            font-weight: 600;
            color: #424242;
            margin-right: 20px;
        }

        .commentbox .title .commentsfilter {
            font-size: 15px;
            font-weight: 600;
            color: #424242;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
            font-size: 15px;
            font-weight: 600;
            color: #424242;
        }
    /**/
    .commentbox .commentsfilter {
        position: relative;
        width: 200px;
    }



        .commentbox .commentsfilter .commentsfilter-current {
            display: flex;
            align-items: center;
            cursor: pointer;
            gap: 10px;
        }

            .commentbox .commentsfilter .commentsfilter-current img {
                filter: var(--filter-bordo);
                height: 15px;
            }

        .commentbox .commentsfilter .commentsfilter-listed {
            display: none;
            position: absolute;
            width: 100%;
            top: 40px;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 10;
            padding: 10px;
        }

        .commentbox .commentsfilter .commentsfilter-options {
            max-height: 150px;
            overflow-y: auto;
        }

        .commentbox .commentsfilter .option {
            padding: 10px;
            cursor: pointer;
        }

            .commentbox .commentsfilter .option:hover {
                background-color: #f0f0f0;
            }

/**/

.comments {
    display: grid;
    grid-template-columns: 46px 1fr;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 20px;
    grid-row-gap: 15px;
}

    .comments .avatar {
        grid-area: 1 / 1 / 5 / 2;
        width: 46px;
        height: 46px;
    }

        .comments .avatar img {
            border-radius: 50%;
            overflow: hidden;
        }

        .comments .avatar .time {
            display: flex;
            flex-direction: row;
            font-size: 15px;
            line-height: 15px;
            font-weight: 600;
            color: #9F9F9F;
            gap: 10px;
        }

            .comments .avatar .time img {
                width: 16px;
                height: 16px;
            }

    .comments .name {
        grid-area: 1 / 2 / 2 / 3;
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        color: #424242;
        height: 30px;
        display: flex;
        align-items: flex-end;
        flex-direction: row;
        gap: 20px;
    }

        .comments .name .time {
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            font-size: 15px;
            line-height: 15px;
            font-weight: 600;
            color: #9F9F9F;
            gap: 10px;
        }

            .comments .name .time img {
                width: 16px;
                height: 16px;
            }

    .comments .msg {
        grid-area: 2 / 2 / 3 / 3;
        font-size: 15px;
        font-weight: 400;
        color: #424242;
    }

    .comments .begeni {
        grid-area: 3 / 2 / 4 / 3;
        font-size: 15px;
        font-weight: 600;
        color: #424242;
        gap: 30px;
        display: flex;
        align-items: center;
        height: 19px;
    }

        .comments .begeni .begenibox {
            display: flex;
            flex-direction: row;
            gap: 10px;
            white-space: nowrap;
            flex-shrink: 0;
        }

            .comments .begeni .begenibox img {
                width: 15px;
            }

            .comments .begeni .begenibox span {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 24px;
                height: 19px;
                font-size: 10px;
                font-weight: 600;
                letter-spacing: 0px;
                color: #FFFFFF;
                background: var(--tgrt);
                border-radius: 2px;
                flex-shrink: 0;
            }

    .comments .yanitnumber {
        grid-area: 4 / 2 / 5 / 3;
        color: var(--tgrt);
        font-size: 15px;
        font-weight: 800;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .comments .yanitnumber {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
    }

        .comments .yanitnumber img {
            filter: var(--filter-bordo);
            width: 10px;
        }

    .comments .yanit > .comments {
        display: none;
    }

    .comments .yanit.active > .comments {
        display: grid;
    }

.commentwrite {
    margin-bottom: 20px;
}

/**/
/* Details Right Block*/
.details-content .rightblock {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 300px;
}

    .details-content .rightblock .cokokunanlar {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

.details-content .linex {
    height: 5px;
    background-color: var(--tgrt);
}

.details-content .rightblock .cokokunanlar .title {
    display: flex;
    align-items: center;
    width: 300px;
    height: 40px;
    background: var(--tgrt);
    border-radius: 1px 1px 0px 0px;
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
    white-space: nowrap;
    gap: 10px;
    padding: 0 20px;
}

    .details-content .rightblock .cokokunanlar .title img {
        filter: var(--filter-invert);
        height: 20px;
    }

.details-content .rightblock .cokokunanlar .cokokunanlar-newslist {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .details-content .rightblock .cokokunanlar .cokokunanlar-newslist .cokokunanlar-news {
        height: 55px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }

        .details-content .rightblock .cokokunanlar .cokokunanlar-newslist .cokokunanlar-news .number {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            width: 34px;
            height: 55px;
            background-color: var(--tgrt);
            border-radius: 0px 0px 0px 8px;
            font-size: 24px;
            font-weight: 800;
            color: #FFFFFF;
        }

        .details-content .rightblock .cokokunanlar .cokokunanlar-newslist .cokokunanlar-news .img {
            max-width: 100%;
            width: 62px;
            height: 55px;
            object-fit: cover;
            flex-shrink: 0;
        }

            .details-content .rightblock .cokokunanlar .cokokunanlar-newslist .cokokunanlar-news .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .details-content .rightblock .cokokunanlar .cokokunanlar-newslist .cokokunanlar-news .text {
            font-size: 14px;
            line-height: 150%;
            font-weight: 600;
            color: #424242;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

.details-content .rightblock .cokokunanlar.cokuz.nelerolmustu {
    display: none;
}
/**/
.details-content .rightblock .random-newslist {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .details-content .rightblock .random-newslist .random-news {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .details-content .rightblock .random-newslist .random-news .img {
            width: 300px;
            height: 141px;
        }

            .details-content .rightblock .random-newslist .random-news .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .details-content .rightblock .random-newslist .random-news .time {
            position: relative;
            padding-left: 16px;
            font-size: 10px;
            line-height: 18px;
            font-weight: 500;
            color: #424242;
        }

            .details-content .rightblock .random-newslist .random-news .time::before {
                content: "";
                width: 10px;
                height: 10px;
                background-color: var(--tgrt);
                border-radius: 50%;
                display: block;
                position: absolute;
                left: 0;
                top: 3px;
            }

        .details-content .rightblock .random-newslist .random-news .text {
            width: 300px;
            max-height: 81px;
            font-size: 20px;
            line-height: 25px;
            font-weight: 800;
            color: #424242;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
/**/
.details-content .rightblock .sonhaberler {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .details-content .rightblock .sonhaberler .title {
        display: flex;
        align-items: center;
        width: 300px;
        height: 40px;
        background: var(--tgrt);
        border-radius: 1px 1px 0px 0px;
        font-size: 20px;
        font-weight: 800;
        color: #FFFFFF;
        white-space: nowrap;
        gap: 10px;
        padding: 0 20px;
    }

        .details-content .rightblock .sonhaberler .title img {
            filter: var(--filter-invert);
            height: 20px;
        }

    .details-content .rightblock .sonhaberler .sonhaberler-newslist {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .details-content .rightblock .sonhaberler .sonhaberler-newslist .sonhaberler-news {
            position: relative;
            height: 76px;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
            background: #EEEEEE;
            padding: 10px;
            border-radius: 1px;
        }

            .details-content .rightblock .sonhaberler .sonhaberler-newslist .sonhaberler-news:before {
                content: "";
                width: 2px;
                height: 54px;
                display: block;
                position: absolute;
                top: 54px;
                left: 40px;
                z-index: 999999999999;
                background: var(--tgrt);
            }

            .details-content .rightblock .sonhaberler .sonhaberler-newslist .sonhaberler-news:last-child:before {
                content: "";
                display: none;
            }

            .details-content .rightblock .sonhaberler .sonhaberler-newslist .sonhaberler-news .time {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                width: 58px;
                height: 22px;
                font-size: 11px;
                line-height: 11px;
                font-weight: 600;
                color: #FFFFFF;
                background: var(--tgrt);
                border-radius: 4px;
                gap: 4px;
            }

                .details-content .rightblock .sonhaberler .sonhaberler-newslist .sonhaberler-news .time img {
                    filter: var(--filter-invert);
                    height: 11px;
                }

            .details-content .rightblock .sonhaberler .sonhaberler-newslist .sonhaberler-news .text {
                font-size: 14px;
                line-height: 150%;
                font-weight: 600;
                color: #424242;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

/**/
/**/
/*Right Block Bitti*/

/*CONTENT BİTTİ*/

.dropdown-desktop-menu .m-header, .dropdown-desktop-menu .menu-content .m-title,  .dropdown-desktop-menu .m-search-input {
    display: none;
}

.dropdown-desktop-menu .menu-content .scrooly {
    display: block;
}

    .dropdown-desktop-menu .menu-content .scrooly img {
        display: none;
    }
.topHeader .content .socialmedia, .topHeader .content.apps {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
    .topHeader .content .socialmedia .menus .menu a {
        display: flex;
        width: 35px;
        height: 35px;
        border: 1px solid #424242;
        border-radius: 8px;
        justify-content: center;
        padding: 8px;
    }
        .topHeader .content .socialmedia .menus .menu a img {
            flex-shrink: 0;
            max-height: 20px;
        }
    .topHeader .content .apps .menus .menu {
        width: 337px;
    }
    .topHeader .content .socialmedia .menus .menu, .topHeader .content .apps .menus .menu {
        display: flex;
        flex-direction: row;
        text-align: left;
        padding: 10px;
        gap: 15px;
    }
        .topHeader .content .apps .menus .menu a {
            display: flex;
            flex-direction: row;
            gap: 5px;
            border: 1px solid #424242;
            border-radius: 8px;
            padding: 8px 16px;
            color: #808285;
            align-items: center;
            font-size: 12px;
            font-weight: 600;
            flex-shrink: 0;
            max-width: 140px;
            min-height: 46px;
        }
            .topHeader .content .apps .menus .menu a img {
                width: 22px;
                flex-shrink: 0;
            }
.topHeader .content .kurumsal .menus .menu a {
    font-size: 15px;
    min-width: 100px;
    font-weight: 600;
    transition: none;
    width: auto;
    padding: 0 10px;
}
/**Ana Sayfa**/
/*Sür Manşet*/
.mansets-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 1080px;
}

    .mansets-content .leftblock {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: 690px;
        grid-area: 1 / 1 / 2 / 2;
    }

.leftblock .surmanset {
    padding: 0;
    margin: 0;
    height: 220px;
    width: 690px;
    overflow: hidden;
    position: relative;
}

.leftblock .surmanset .numberlist {
    position: absolute;
    top: 25px;
    left: 20px;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.leftblock .surmanset .numberlist .number {
    background-color: #252525;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px 1px 0px 0px;
    border-bottom: 1px solid #424242;
    cursor: pointer;
}

.leftblock .surmanset .numberlist .number:hover {
    background: #C52027;
    color: #fff;
}

.leftblock .surmanset .numberlist .number:last-child {
    border-bottom: none;
}


.leftblock .surmanset .image {
    width: 100%;
    height: auto;
    display: block;
}

.leftblock .surmanset .image-container.active {
    display: block;
}


.leftblock .surmanset .image-container:first-child {
    display: block;
}

.leftblock .surmanset div a {
    display: block;
    height: 220px;
}

.leftblock .surmanset div img {
    width: 100%;
    height: auto;
    display: block;
}

.leftblock .surmanset .arrow {
    display: none;
}

.rightblock .surmanset {
    display: none;
}

.leftblock .surmanset .arrow {
    display: none;
}
.leftblock .surmanset .slider {
    height:220px;
}
.leftblock .surmanset .slider img {
    max-height: 220px;
    height: 100%;
    object-fit: cover;
}
/*Sürmanset Bitti*/

/* ustmanset */
.ustmanset {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 sütunlu düzen */
    gap: 15px;
}

    .ustmanset a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 1) 100%);
        z-index: 0;
    }

.ustmanset a {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
}

    .ustmanset a:first-child .title,
    .ustmanset a:first-child::before {
        display: none;
    }

.ustmanset a img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}


.ustmanset a .title {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    opacity: 1;
    box-sizing: border-box;
    text-align: left;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 23px;
    height: calc(3* 18px + 23px);
    max-height: calc(3* 18px + 23px);
}

.ustmanset a:hover .title {
    opacity: .88;
}

/* ustmanset Bitti */

/*ustmanset Bitti*/

/*Ana Manset*/
.anamanset {
    position: relative;
    display:flex;
}

    .anamanset .arrow {
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 7px;
        position: absolute;
        top: 50%;
        cursor: pointer;
        z-index: 1;
    }

        .anamanset .arrow.left {
            position:absolute;
            left: 20px;
            
        }

        .anamanset .arrow.right {
            position: absolute;
            right: 20px;
        }

    .anamanset .anamansetlist {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
        height: 417px;
    }

        .anamanset .anamansetlist li {
            display: block;
        }

            .anamanset .anamansetlist li:first-child {
                display: block;
            }

        .anamanset .anamansetlist a img {
            width: 100%;
            height: 388px;
            object-fit: cover;
        }

    .anamanset .numberlist {
        display: flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 14px;
        color: #424242;
        background-color: #E7E7E7;
        height: 29px;
        z-index: 1;
    }

        .anamanset .numberlist div {
            display: flex;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            border: 0.5px solid #c4c5c8;
            border-right: 0;
            border-top: 0;
            flex-grow: 1;
            font-size: 14px;
            font-weight: 700;
            color: #424242;
            min-width: 30px;
        }

            .anamanset .numberlist div:hover, .anamanset .numberlist div.active, .anamanset .numberlist div.tumu {
                background: #C52027;
                color: #fff;
            }
/*Ana Manset bitti*/

/**/
.mansets-content .rightblock {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 370px;
    grid-area: 1 / 2 / 2 / 3;
}

/*ÖZEL HABER*/
.ozelhaber {
    position: relative;
    width: 370px;
    height: 220px;
}

.ozelhaber-content img {
    width: 370px;
    height: 220px;
    object-fit: cover;
}

.ozelhaber:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 0;
}

.ozelhaber .title {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 148px);
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    line-height: 22px;
    max-height: calc(3 * 22px + 20px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    box-sizing: border-box;
}

.ozelhaber .ozelHaberEditor-adSoyad {
    position: absolute;
    width: 140px;
    height: 140px;
    bottom: 26px;
    right: 20px;
    overflow: hidden;
}

.ozelhaber .ozelHaberEditor-title {
    position: absolute;
    width: 123px;
    height: 26px;
    bottom: 0px;
    right: 45px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: var(--tgrt);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ozelhaber .ozelHaberlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    width: 45px;
    height: 34px;
}

    .ozelhaber .ozelHaberlogo img {
        width: 27px;
    }

.ozelHaberEditor-title img {
    display: none;
}

/*ÖZEL HABER Bitti*/
/*Video Haber */

.videohaber {
    padding: 0;
    margin: 0;
    width: 370px;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.videohaber .numberlist {
    position: absolute;
    top: 25px;
    right: 20px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.videohaber .numberlist .number {
    background-color: #252525;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px 1px 0px 0px;
    border-bottom: 1px solid #424242;
    cursor: pointer;
}

.videohaber .numberlist .number:hover {
    background: #C52027;
    color: #fff;
}

.videohaber .numberlist .number:last-child {
    border-bottom: none;
}

.videohaber .image-container {
    display: block;
    position: relative;
}

.videohaber .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container.active {
    display: block;
}

.image-playicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #f4f4f4;
    z-index: 0;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 6px 10px rgba(136, 136, 136, 0.87);
    -webkit-box-shadow: 0px 6px 10px rgba(136, 136, 136, 0.87);
    -moz-box-shadow: 0px 6px 10px rgba(136, 136, 136, 0.87);
}

.image-playicon img {
    width: 50px;
    height: 50px;
    filter: var(--filter-bordo);
    z-index: 1;
    position: relative;
}

.videohaber .image-container:first-child {
    display: block;
}

.videohaber div a {
    display: block;
}

.videohaber div img {
    width: 100%;
    height: auto;
    display: block;
}
.videohaber .slider img {
    width: 100%;
    height: 220px;
}
.videohaber .slider .image-playicon img {
    width: 100%;
    height: auto;
}

.videohaber .title {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 50px);
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 22px;
    max-height: calc(2 * 22px + 20px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: calc(2 * 22px + 20px);
}

.videohaber .image-container:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 0;
}
/*Video Haber Bitti*/

/* Teyitli Haber */

.teyitlihaberbox {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 370px;
    height: 187px;
}

    .teyitlihaberbox .title {
        display: flex;
        flex-direction: row;
        gap: 5px;
        font-size: 15px;
        font-weight: 700;
        color: #424242;
        align-items: center;
        white-space: nowrap;
    }

        .teyitlihaberbox .title img {
            width: 20px;
            filter: var(--filter-bordo);
        }

        .teyitlihaberbox .title .linex {
            background: #c52027;
            width: 100%;
            height: 2px;
        }

    .teyitlihaberbox .teyitlihaber {
        display: flex;
        align-items: center;
        height: 158px;
        background: #C52027
    }

        .teyitlihaberbox .teyitlihaber img {
            max-width: 146px;
            max-height: 158px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            min-width: 146px;
            min-height: 158px;
        }

        .teyitlihaberbox .teyitlihaber .titles {
            font-size: 18px;
            font-weight: bold;
            color: #FFFFFF;
            padding: 0 10px;
            line-clamp: 5;
            -webkit-line-clamp: 5;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            line-height: 24px;
            box-sizing: border-box;
            max-height: calc(5 * 24px + 10px * 2);
        }

/* Teyitli Haber bitti*/

/* canlı yayın */

.canliyayin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 370px;
    height: 210px;
    background: #E6E6E6;
    position: relative;
}
/* canlı yayın bitti*/



/*PİYASALAR*/
.kategoribox.kat-piyasalar .title img {
    filter: var(--filter-ekonomi);
}

.kategoribox.kat-piyasalar .linex {
    background-color: var(--ekonomi)
}

.kategoribox.kat-piyasalar .tumu {
    background-color: var(--ekonomi);
}

.piyasalar {
    display: flex;
    flex-direction: row;
    height: 50px;
    overflow: hidden;
    width: 1080px;
    justify-content: space-between;
    grid-area: 2 / 1 / 3 / 3;
}

    .piyasalar .piyasa {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 50px;
        overflow: hidden;
        width: 162px;
    }

        .piyasalar .piyasa:last-child {
            width: 137px;
        }

        .piyasalar .piyasa:after {
            content: '';
            position: absolute;
            background-color: #e8e8e8;
            height: 50px;
            width: 1px;
            right: 0;
        }

        .piyasalar .piyasa:last-child:after {
            content: '';
            display: none;
        }

    .piyasalar .titles {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 172px;
        height: 50px;
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        background: transparent linear-gradient(36deg, #207DC5 0%, #3BFFFF 100%) 0% 0% no-repeat;
    }

    .piyasalar .piyasa .title {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }

        .piyasalar .piyasa .title .piyasakur {
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-size: 15px;
            font-weight: bold;
            color: #424242;
            line-height: 18px;
        }

            .piyasalar .piyasa .title .piyasakur .downup {
                display: flex;
                flex-direction: row;
                align-items: center;
                font-size: 18px;
                line-height: 18px;
                font-weight: bold;
                color: #424242;
                gap: 5px;
            }

                .piyasalar .piyasa .title .piyasakur .downup img {
                    width: 13px;
                }

                .piyasalar .piyasa .title .piyasakur .downup.kurdown {
                    color: #EC4E55;
                }

                .piyasalar .piyasa .title .piyasakur .downup.kurup {
                    color: #06B838;
                }

                .piyasalar .piyasa .title .piyasakur .downup.kursabit {
                    color: #424242;
                }

    .piyasalar .piyasa .grafi {
        display: flex;
        justify-content: center;
    }

.tl-ikon {
    font-weight: 400;
}


/*PİYASALAR Bitti*/

/*Genel kategori box*/
.kategoribox, .kategoribox.c-yazarlar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 43px;
    width: 100%;
    align-items: center;
    gap: 20px;
}

    .kategoribox .tumu {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        height: 100%;
        min-width: 150px;
        color: white;
        font-size: 12px;
        font-weight: 600;
        gap: 20px;
        background-color: var(--tgrt);
        padding: 0 16px;
    }

.kategoribox .linex {
    background: #D9D9D9;
    width: 100%;
    height: 2px;
}

/*Genel kategori box bitti*/
/*Günün Yazıları*/

.yazaryazilari {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 1080px;
}

.gununyazilari {
    display: flex;
    flex-direction: row;
    width: 1080px;
    gap: 0px;
    display: grid !important;
    grid-auto-flow: column;
    grid-gap: 0;
}

    .gununyazilari .yazarbox {
        position: relative;
        display: flex;
        flex-direction: row;
        background-color: white;
        width: 360px;
        height: 150px;
        border-left: 5px solid #f4f4f4;
        border-right: 5px solid #f4f4f4;
    }

.gununyazilari .yazarbox:hover a {
    background-color: #c52027;
    cursor: pointer;
}

.gununyazilari .yazarbox:hover .yazaryazisi .yazititle {
    color: #fff;
}

    .gununyazilari .yazarbox:hover .yazaryazisi .yazitext, .gununyazilari .yazarbox:hover .yazaryazisi .yazitext  p{
        color: #fff;
    }

.gununyazilari .yazarbox:hover .yazar-aracizgi img {
    filter: brightness(100);
    z-index:1
}

.gununyazilari .yazarbox .yazaryazisi {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 15px;
    height: 100%;
    gap:0;
}
   

    .gununyazilari .yazarbox .yazar-aracizgi {
        height: 100%;
        position: absolute;
        left: 186px;
        z-index: 1;
    }
    .gununyazilari .yazarbox:hover .yazar-aracizgi {
        z-index: 1;
    }
.gununyazilari .yazarbox .yazaryazisi .linex {
    margin: 5px 0;
}

.gununyazilari .yazarbox .yazaryazisi .yazititle {
    color: #C52027;
    font-size: 14px;
    line-height: 19px;
    font-weight: 800;
    height: 60px;
    width: 170px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}

    .gununyazilari .yazarbox .yazaryazisi .yazitext, .gununyazilari .yazarbox .yazaryazisi .yazitext p{
        color: #424242;
        font-size: 15px;
        line-height: 19px;
        font-weight: 600;
        height: 60px;
        width: 170px;
        overflow: hidden;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        box-sizing: border-box;
    }

.gununyazilari .yazarbox .yazarresmi {
    position:relative;
    width: 150px;
    height: 150px;
    flex-shrink: 0;
}

.gununyazilari .yazarbox .yazarresmi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gununyazilari .yazarbox .yazarresmi .yazar-adsoyad {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 15px;
    left: 12px;
    width: 120px;
    height: 23px;
    background: var(--tgrt);
    background: #C52027;
    border-radius: 0px 0px 0px 13px;
    opacity: 1;
    font-size: 11px;
    line-height: 11px;
    font-weight: 800;
    letter-spacing: -0.33px;
    color: #FFFFFF;
    overflow:hidden;
    padding-left:10px;
}
.yazarbadges {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

    .yazarbadges .badge {
        width: 9px;
        height: 9px;
        flex-shrink: 0;
        border-radius: 50%;
        background-color: #979797;
        cursor: pointer;
        cursor: pointer;
    }

        .yazarbadges .badge.active {
            background-color: var(--tgrt);
            width: 13px;
            height: 13px;
        }

/*Günün Yazıları Bitti*/

/*SPOR HABERLERİ*/
.cat-sport {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kategoribox.kat-spor .title img {
    filter: var(--filter-spor)
}

.kategoribox.kat-spor .linex {
    background-color: var(--spor)
}

.kategoribox.kat-spor .tumu {
    background-color: var(--spor)
}
/*besli haber bitti*/

.sporgrup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
}

    .sporgrup .beslihaber {
        display: flex;
        flex-direction: column;
        width: 394px;
    }

        .sporgrup .beslihaber .news {
            position: relative;
            display: flex;
            flex-direction: row;
            width: 100%;
            padding: 12px;
            background: #3E3E3E;
            cursor: pointer;
        }

        .sporgrup .beslihaber .linex {
            background: #3e3e3ee0
        }


        .sporgrup .beslihaber .news .number {
            display: flex;
            background: #9FCB42;
            border-radius: 0px 0px 0px 15px;
            width: 55px;
            font-size: 30px;
            font-weight: 800;
            line-height: 29px;
            color: #FFFFFF;
            text-shadow: -2px 3px 2px #00000029;
            flex-shrink: 0;
            justify-content: center;
            align-items: center;
            z-index:2
        }
        .sporgrup .beslihaber .news:hover .newsimg {
            z-index:3;
        }
        .sporgrup .beslihaber .news:hover .spot {
            z-index: 3;
        }
        .sporgrup .beslihaber .news:hover .number::before {
            content: "";
            position: absolute;
            top: 12px;
            left: 55px;
            width: calc(100% - 63px);
            height: calc(100% - 24px);
            background-color: #9FCB42;
            z-index: 0;
        }

        .sporgrup .beslihaber .news:hover .spot .head {
            color: #424242;
            z-index: 1;
        }

            .sporgrup .beslihaber .news:hover .spot .head:before {
                content: '';
                background: #424242;
            }

        .sporgrup .beslihaber .news:hover .spot .title {
            color: #424242;
            font-weight: 600;
            z-index: 1;
        }

        .sporgrup .beslihaber .news .newsimg {
            display: flex;
            flex-direction: column;
            width: 124px;
            height: 124px;
            padding: 5px 0px 5px 0;
            flex-shrink: 0;
            justify-content: center;
            z-index: 1;
        }

            .sporgrup .beslihaber .news .newsimg img {
                height: 100%;
                object-fit: cover;
                position: relative;
            }

        .sporgrup .beslihaber .news .head {
            display: flex;
            align-items: center;
            flex-direction: row;
            font-size: 10px;
            line-height: 7px;
            color: #9FCB42;
        }

            .sporgrup .beslihaber .news .head:before {
                content: '';
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background: var(--spor);
                margin: 0 8px 0 0;
            }

        .sporgrup .beslihaber .news .spot {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            padding: 8px 10px;
            gap: 10px;
        }

            .sporgrup .beslihaber .news .spot .title {
                font-size: 18px;
                line-height: 20px;
                color: #FFFFFF;
                font-weight: 600;
                line-clamp: 4;
                -webkit-line-clamp: 4;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                box-sizing: border-box;
            }
    /*besli haber bitti*/

    /*ortablok haber*/

    .sporgrup .ortablokhaber {
        display: flex;
        flex-direction: column;
        width: 314px;
        justify-content: space-between;
    }

        .sporgrup .ortablokhaber .news {
            position: relative;
            width: 314px;
            height: 170px;
            overflow: hidden;
        }

            .sporgrup .ortablokhaber .news:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 50%;
                background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 1) 100%);
                z-index: 0;
            }

            .sporgrup .ortablokhaber .news .img img {
                height: 100%;
                object-fit: cover;
                width: 100%;
            }

            .sporgrup .ortablokhaber .news .spot {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 100%;
                padding: 10px;
                gap: 10px;
                position: absolute;
                bottom: 0;
            }

            .sporgrup .ortablokhaber .news .head {
                display: flex;
                align-items: center;
                flex-direction: row;
                font-size: 10px;
                line-height: 7px;
                color: #9FCB42;
            }

                .sporgrup .ortablokhaber .news .head:before {
                    content: '';
                    width: 7px;
                    height: 7px;
                    border-radius: 50%;
                    background: var(--spor);
                    margin: 0 8px 0 0;
                }

            .sporgrup .ortablokhaber .news .spot .title {
                font-size: 18px;
                line-height: 24px;
                color: #FFFFFF;
                font-weight: 600;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
                text-overflow: ellipsis;
                box-sizing: border-box;
                height: calc(3* 20px + 10px);
                padding-bottom: 10px;
            }

    /*ortablok haber bitti*/

    /*Puan Durumu*/
    .sporgrup .puandurumu {
        background-color: white;
        width: 332px;
        display: flex;
        flex-direction: column;
    }

        .sporgrup .puandurumu .head {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            height: 49px;
            background: #9FCB42;
            color: #424242;
            font-size: 16px;
            line-height: 15px;
            font-weight: 800;
            padding-left: 20px;
        }

            .sporgrup .puandurumu .head .title {
                display: flex;
                flex-direction: row;
                align-items: center;
                height: 49px;
                background: #9FCB42;
                color: #424242;
                font-size: 16px;
                line-height: 15px;
                font-weight: 800;
                gap: 10px;
            }

                .sporgrup .puandurumu .head .title img {
                    height: 14px;
                    filter: invert(25%) sepia(0%) saturate(32%) hue-rotate(171deg) brightness(101%) contrast(97%);
                }

            .sporgrup .puandurumu .head .tumu {
                display: flex;
                flex-direction: row;
                align-items: center;
                color: #FFFFFF;
                font-size: 11px;
                line-height: 10px;
                font-weight: 600;
                gap: 10px;
                background: #424242;
                border-radius: 0px 0px 0px 14px;
                padding: 0 22px;
            }

                .sporgrup .puandurumu .head .tumu img {
                    height: 9px;
                    filter: brightness(100);
                }

        .sporgrup .puandurumu .ligsec {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            padding: 16px 10px;
        }

            .sporgrup .puandurumu .ligsec .arrow {
                border-color: #9FCB42;
                width: 9px;
                height: 9px;
                cursor: pointer;
            }

            .sporgrup .puandurumu .ligsec ul {
                max-width: 332px;
                width: 100%;
                display: flex;
                flex-direction: row;
                gap: 26px;
                flex-wrap: nowrap;
            }

                .sporgrup .puandurumu .ligsec ul li {
                    position: relative;
                    width: 67px;
                    height: 42px;
                    flex-shrink: 0;
                    overflow: hidden;
                    background: transparent linear-gradient(231deg, #F6F6F6 0%, #D6D6D6 100%) 0% 0% no-repeat padding-box;
                    border-radius: 3px;
                    padding: 5px;
                }

        .sporgrup .puandurumu .takimlar {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .sporgrup .puandurumu .takimlists {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            .sporgrup .puandurumu .takimlar .head {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                background: #9FCB42;
                height: 33px;
                padding: 0 20px;
                font-weight: 800;
                font-size: 14px;
                line-height: 23px;
                color: #FFFFFF;
            }

                .sporgrup .puandurumu .takimlar .head .takimpgb {
                    display: flex;
                    flex-direction: row;
                    gap: 5px;
                }

                    .sporgrup .puandurumu .takimlar .head .takimpgb div, .sporgrup .puandurumu .takimlar .takimlist .takimpgb div {
                        width: 30px;
                        text-align: center;
                    }

            .sporgrup .puandurumu .takimlar .takimlist {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                height: 24px;
                padding: 0px 20px;
            }

                .sporgrup .puandurumu .takimlar .takimlist .takimli {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 5px;
                    color: #424242;
                    font-weight: 600;
                    font-size: 12px;
                    line-height: 25px;
                }

                    .sporgrup .puandurumu .takimlar .takimlist .takimli .takimsiralama, .sporgrup .puandurumu .takimlar .takimlist .takimli .takimlogo {
                        width: 25px;
                        text-align: center;
                    }

                    .sporgrup .puandurumu .takimlar .takimlist .takimli .takimadi {
                        line-height: 0;
                    }

                    .sporgrup .puandurumu .takimlar .takimlist .takimli .takimlogo img {
                        width: 20px;
                        text-align: center;
                    }

                .sporgrup .puandurumu .takimlar .takimlist .takimpgb {
                    display: flex;
                    flex-direction: row;
                    gap: 5px;
                    color: #424242;
                    font-weight: 600;
                    font-size: 15px;
                    line-height: 25px;
                }

.cat-submenu {
    display: flex;
    flex-direction: row;
    gap: 10px 20px;
    background: var(--tgrt);
    padding: 10px 20px;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.cat-submenu a {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}
.cat-submenu.bg-spor {
    background: #9FCB42;
}
.cat-submenu.bg-spor a {
    color: #303030;
}
.cat-submenu.bg-ekonomi {
    background: var(--ekonomi);
}
.cat-submenu.bg-ekonomi a {
    color: #fff;
}
.cat-submenu.bg-tgrt {
    background: var(--tgrt);
}

.cat-submenu.bg-tgrt a {
    color: #fff;
}
.c-emlak .cat-submenu.bg-ekonomi {
    background: var(--tgrt);
}

.c-emlak .cat-submenu.bg-ekonomi a {
    color: #fff;
}
.c-otomobil .cat-submenu.bg-ekonomi {
    background: var(--otomobil);
}

c-otomobil .cat-submenu.bg-ekonomi a {
    color: #fff;
}
/*Puan Durumu Bitti*/
/*SPOR HABERLERİ BİTTİ*/
/*Çok Okunanlar*/
.cat-cokokunans {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.kategoribox.kat-cokokunanlar .title img {
    filter: var(--filter-bordo);
}

.kategoribox.kat-cokokunanlar .linex {
    background-color: var(--tgrt)
}

.kategoribox.kat-cokokunanlar .tumu {
    background-color: var(--tgrt);
}

.cokokunanlar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px;
}
.arrows {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, .45);
    box-shadow: 0 1px 2px rgba(56, 65, 74, .45);
    z-index: 1;
}
.arrows.left {
    position: absolute;
    left: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.arrows.right {
    position: absolute;
    right: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.arrow.left,
.arrow.right {
        position: relative;
    }
    .cokokunanlar ul {
        max-width: 1020px;
        width: 100%;
        display: flex;
        flex-direction: row;
       
        flex-wrap: nowrap;
    }

        .cokokunanlar ul li {
            position: relative;
            width: 185px;
            height: 180px;
            flex-shrink: 0;
            overflow: hidden;
            width: calc(100% / 5) ;
            padding: 0 10px;
        }

            .cokokunanlar ul li .title {
                width: 100%;
                height: 64px;
                line-clamp: 3;
                -webkit-line-clamp: 3;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                box-sizing: border-box;
            }


            .cokokunanlar ul li .haber {
                display: flex;
                flex-direction: column;
                gap: 10px;
                font-size: 13px;
                line-height: 20px;
                font-weight: bold;
                color: #424242;
            }

            .cokokunanlar ul li .img {
                max-height: 113px;
                object-fit: cover;
                aspect-ratio: 16 / 9;
            }

    .cokokunanlar .habersirasi {
        position: relative;
    }



/*Çok Okunanlar bitti*/
                /*Son Haberler*/

                .sonhaberler {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

    .sonhaberler .sonhaber {
        display: flex;
        flex-direction: column;
        width: 255px;
        gap: 10px;
    }

        .sonhaberler .sonhaber .img img {
            width: 100%;
            height: 146px;
            object-fit: cover;
        }

        .sonhaberler .sonhaber .time {
            display: flex;
            align-items: center;
            flex-direction: row;
            font-size: 10px;
            font-weight: 600;
            color: #666;
        }

            .sonhaberler .sonhaber .time .kategori {
                display: flex;
                align-items: center;
                flex-direction: row;
                font-size: 10px;
                font-weight: 800;
                color: #C52027;
            }

                .sonhaberler .sonhaber .time .kategori:after {
                    content: '';
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background: #c52027;
                    margin: 0 10px;
                }

        .sonhaberler .sonhaber .title {
            font-size: 18px;
            line-height: 23px;
            font-weight: bold;
            color: #424242;
            line-clamp: 3;
            -webkit-line-clamp: 3;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            box-sizing: border-box;
        }

/*Son Haberler Bitti*/



.digercat {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*3x2 lü Kat Grup*/
/*Genel css i*/
.katgrup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 20px;
}

    .katgrup .katbox {
        display: flex;
        flex-direction: column;
        width: 346px;
        gap: 10px;
    }

        .katgrup .katbox .head {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            padding: 8px 16px;
            max-height: 47px;
        }

            .katgrup .katbox .head .title {
                display: flex;
                align-items: center;
                flex-direction: row;
                white-space: nowrap;
                font-size: 30px;
                line-height: 20px;
                font-weight: 900;
                color: #FFFFFF;
                gap: 20px;
            }

                .katgrup .katbox .head .title img {
                    height: 30px;
                    filter: brightness(100);
                }

            .katgrup .katbox .head .tumu {
                display: flex;
                align-items: center;
                flex-direction: row;
                white-space: nowrap;
                color: #FFFFFF;
                gap: 5px;
            }

        .katgrup .katbox .news {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            .katgrup .katbox .news img {
                width: 100%;
                height: 195px;
                overflow: hidden;
            }




            .katgrup .katbox .news .time {
                display: flex;
                align-items: center;
                flex-direction: row;
                font-size: 10px;
                line-height: 12px;
                font-weight: 600;
                color: #666666;
                margin-bottom: 10px;
            }

                .katgrup .katbox .news .time:before {
                    content: '';
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background: var(--tgrt);
                    margin: 0 8px 0 0;
                }

            .katgrup .katbox .news .spot {
                font-size: 18px;
                line-height: 23px;
                font-weight: bold;
                color: #424242;
                line-clamp: 3;
                -webkit-line-clamp: 3;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                box-sizing: border-box;
                height: 91px;
            }

            .katgrup .katbox .news:has(.dnone) .spot {
                color: #666666;
                font-weight: 600;
            }


        /**/

        /*Yaşam*/
        .katgrup .katbox.yasam .head {
            background-color: var(--yasam);
        }

        .katgrup .katbox.yasam .news .time:before {
            content: '';
            background: var(--yasam);
        }
        /*Yaşam Bitti*/
        /*otomobil*/
        .katgrup .katbox.otomobil .head {
            background-color: var(--otomobil);
        }

        .katgrup .katbox.otomobil .news .time:before {
            content: '';
            background: var(--otomobil);
        }
        /*otomobil Bitti*/
        /*saglık*/
        .katgrup .katbox.saglik .head {
            background-color: var(--saglik);
        }

        .katgrup .katbox.saglik .news .time:before {
            content: '';
            background: var(--saglik);
        }
        /*saglık Bitti*/
        /*kultur*/
        .katgrup .katbox.kultur .head {
            background-color: var(--kultur);
        }

        .katgrup .katbox.kultur .news .time:before {
            content: '';
            background: var(--kultur);
        }
        /*kultur Bitti*/
        /*aktüel*/
        .katgrup .katbox.aktuel .head {
            background-color: var(--aktuel);
        }

        .katgrup .katbox.aktuel .news .time:before {
            content: '';
            background: var(--aktuel);
        }
        /*aktüel Bitti*/
        /*medya*/
        .katgrup .katbox.medya .head {
            background-color: var(--medya);
        }

        .katgrup .katbox.medya .news .time:before {
            content: '';
            background: var(--medya);
        }
        /*dunya Bitti*/
        /*dunya*/
        .katgrup .katbox.dunya .head {
            background-color: var(--dunya);
        }

        .katgrup .katbox.dunya .news .time:before {
            content: '';
            background: var(--dunya);
        }
        /*dunya Bitti*/




/*3x2 lü Kat Grup Bitti*/

/**Ana Sayfa Bitti**/


/*KATEGORİLER*/
/*Kategori Genel*/
.category {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.catnews {
    display: grid;
    grid-template-columns: 520px repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 10px;
}

    .catnews .numberlist {
        display: none;
    }

    .catnews .news.news1 {
        grid-area: 1 / 1 / 3 / 2;
    }

    .catnews .news.news2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .catnews .news.news3 {
        grid-area: 1 / 3 / 2 / 4;
    }

    .catnews .news.news4 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .catnews .news.news5 {
        grid-area: 2 / 3 / 3 / 4;
    }

    .catnews .news {
        display: grid;
        gap: 10px;
    }

    .catnews .time {
        display: flex;
        align-items: center;
        flex-direction: row;
        font-size: 10px;
        font-weight: 600;
        color: #666;
    }

        .catnews .time .kategori {
            display: flex;
            align-items: center;
            flex-direction: row;
            font-size: 10px;
            font-weight: 800;
            color: var(--tgrt);
        }

    .catnews .news .time .kategori:after {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--tgrt);
        margin: 0 10px 0 0;
    }

    .catnews .news img {
        height: 146px;
        object-fit: cover;
        aspect-ratio: 16/9;
    }

    .catnews .news.news1 .img img {
        height: 368px;
        object-fit: cover;
    }

    .catnews .news.news1 .title {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        color: #424242;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        box-sizing: border-box;
    }

    .catnews .title {
        font-size: 18px;
        line-height: 23px;
        font-weight: bold;
        color: #424242;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        box-sizing: border-box;
    }

.category .piyasalar {
    display: flex;
    flex-direction: row;
    height: 50px;
    overflow: hidden;
    width: 1080px;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .category .piyasalar .piyasa {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 50px;
        overflow: hidden;
        width: 182px;
    }

.category .kategoribox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.category .boxhead2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}



.kategoribox .title {
    color: var(--tgrt);
}

.ucluhaber {
    display: grid;
    grid-template-columns: 385px 355px;
    grid-gap: 20px;
}

    .ucluhaber .news {
        position: relative;
    }

        .ucluhaber .news .newsimg img {
            max-width: 100%;
            width: 100%;
            height: 193px;
            object-fit: cover;
        }

        .ucluhaber .news:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
            z-index: 0;
        }

    .ucluhaber .spot {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 10px;
        gap: 5px;
        position: absolute;
        bottom: 0;
    }

    .ucluhaber .news .head {
        display: flex;
        align-items: center;
        flex-direction: row;
        font-size: 10px;
        line-height: 7px;
        color: #fff;
    }

        .ucluhaber .news .head:before {
            content: '';
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--tgrt);
            margin: 0 8px 0 0;
        }

    .ucluhaber .news .spot .title {
        font-size: 20px;
        line-height: 25px;
        color: #FFFFFF;
        font-weight: 600;
        line-clamp: 4;
        -webkit-line-clamp: 4;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        box-sizing: border-box;
    }

    .ucluhaber .news .time {
        font-size: 14px;
        color: #777;
        margin: 10px 0;
    }

    .ucluhaber .news1 {
        grid-row: span 2;
        height: 406px;
    }

        .ucluhaber .news1 .newsimg img {
            height: 406px;
        }

    .ucluhaber .news2, .ucluhaber .news3 {
        grid-column: 2;
    }

.digerhaberler {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: auto;
    max-height: 1400px;
}
    
    .digerhaberler .news {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

        .digerhaberler .news img {
            width: 385px;
            height: 193px;
            object-fit: cover;
        }

        .digerhaberler .news .spot {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: 355px;
            gap: 6px;
        }

            .digerhaberler .news .spot .title {
                font-size: 20px;
                line-height: 25px;
                color: #424242;
                font-weight: bold;
                line-clamp: 3;
                -webkit-line-clamp: 3;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                box-sizing: border-box;
            }

            .digerhaberler .news .spot .icerik {
                font-size: 15px;
                line-height: 20px;
                color: #424242;
                font-weight: 600;
                line-clamp: 5;
                -webkit-line-clamp: 5;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                box-sizing: border-box;
            }

        .digerhaberler .news .head {
            display: flex;
            align-items: center;
            flex-direction: row;
            font-size: 10px;
            line-height: 7px;
            color: #666666;
        }

            .digerhaberler .news .head:before {
                content: '';
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background: var(--tgrt);
                margin: 0 8px 0 0;
            }


/*Kategori Genel Bitti*/


/*kategori Ekonomi */

.category.cat-ekonomi .ucluhaber .news .head:before, .category.cat-ekonomi .digerhaberler .news .head:before, .category.cat-ekonomi .rightblock .random-newslist .random-news .time::before {
    content: '';
    background: var(--ekonomi);
}

/*kategori Ekonomi BİTTİ*/

/*kategori Magazin */

.category.cat-magazin .ucluhaber .news .head:before, .category.cat-magazin .digerhaberler .news .head:before, .category.cat-magazin .rightblock .random-newslist .random-news .time::before {
    content: '';
    background: var(--magazin);
}

/*kategori Magazin BİTTİ*/
/*kategori Bilim */

.category.cat-bilim .ucluhaber .news .head:before, .category.cat-bilim .digerhaberler .news .head:before, .category.cat-bilim .rightblock .random-newslist .random-news .time::before {
    content: '';
    background: var(--bilim);
}

/*kategori Bilim BİTTİ*/

/*kategori Yaşam */

.category.cat-yasam .ucluhaber .news .head:before, .category.cat-yasam .digerhaberler .news .head:before, .category.cat-yasam .rightblock .random-newslist .random-news .time::before {
    content: '';
    background: var(--yasam);
}

/*kategori Yaşam BİTTİ*/





/*kategori Saglık */

.category.cat-saglik .ucluhaber .news .head:before, .category.cat-saglik .digerhaberler .news .head:before, .category.cat-saglik .rightblock .random-newslist .random-news .time::before {
    content: '';
    background: var(--saglik);
}

/*kategori Saglık BİTTİ*/

/*kategori Sanat */

.category.cat-kultur .ucluhaber .news .head:before, .category.cat-kultur .digerhaberler .news .head:before, .category.cat-kultur .rightblock .random-newslist .random-news .time::before {
    content: '';
    background: var(--kultur);
}

/*kategori Sanat BİTTİ*/

/*kategori AKTUEL */

.category.cat-aktuel .ucluhaber .news .head:before, .category.cat-aktuel .digerhaberler .news .head:before, .category.cat-aktuel .rightblock .random-newslist .random-news .time::before {
    content: '';
    background: var(--aktuel);
}

/*kategori AKTUEL BİTTİ*/
/*kategori Medya */

.category.cat-medya .ucluhaber .news .head:before, .category.cat-medya .digerhaberler .news .head:before, .category.cat-medya .rightblock .random-newslist .random-news .time::before {
    content: '';
    background: var(--medya);
}
/*kategori Medya BİTTİ*/
/*KATEGORİLER BİTTİ*/
.mkatvideo {
    display: none;
}



/**/
/*Yorumlar*/
.details-content .details .commet-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.details-content .details .comment {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

    .details-content .details .comment .title {
        font-size: 13px;
        line-height: 11px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #424242;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .details-content .details .comment .title img {
            filter: var(--filter-bordo);
            height: 14px;
        }

.details-content .details .commentwrite {
    min-height: 326px;
    height: auto;
    width: 100%;
    background: #EEEEEE;
    border-radius: 2px;
    padding: 10px;
    margin: 0;
}

    .details-content .details .commentwrite .uyari {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

        .details-content .details .commentwrite .uyari .yorumuyari {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 5px;
        }

            .details-content .details .commentwrite .uyari .yorumuyari .text {
                font-weight: 600;
                font-size: 10px;
                color: #424242;
                min-height: 62px;
                height: auto;
                width: 308px;
            }

        .details-content .details .commentwrite .uyari button {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            width: 180px;
            height: 35px;
            background: #c52027;
            box-shadow: 0px 3px 3px #1A19194F;
            font-weight: 600;
            font-size: 12px;
            line-height: 17px;
            color: #FFFFFF;
            gap: 10px;
            white-space: nowrap;
        }

            .details-content .details .commentwrite .uyari button img {
                height: 15px;
                filter: brightness(100);
            }

.details-content .details .comments {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-left: 0;
    background: #eeeeee;
    border-radius: 5px;
}

    .details-content .details .comments .yanit .comments {
        display: none;
    }

    .details-content .details .comments .yanit.active .comments {
        display: flex;
    }

.details-content .details .commentbox {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-content .details .commentbox .title {
        font-size: 13px;
        line-height: 11px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #424242;
        display: flex;
        align-items: center;
        gap: 10px;
        height: 20px;
        margin: 0;
    }

        .details-content .details .commentbox .title .commentsnumber {
            font-size: 10px;
            line-height: 13px;
            font-weight: 600;
            color: #9F9F9F;
            margin-right: 0;
            white-space: nowrap;
        }

        .details-content .details .commentbox .title .commentsfilter {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
            font-size: 10px;
            line-height: 13px;
            font-weight: 600;
            color: #424242;
        }

.details-content .details .comments .name {
    display: flex;
    align-items: center;
    height: 38px;
    gap: 10px;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    color: #424242;
}

.details-content .details .comments .time {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    border: 0;
    padding: 0;
    gap: 5px;
}

    .details-content .details .comments .time img {
        width: 15px;
        height: 15px;
    }

.details-content .details .comments .avatar {
    width: 38px;
    height: 38px;
}

.details-content .details .comments .msg {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #424242;
}

.details-content .details .comments .begeni .begenibox img {
    width: 13px;
}

.details-content .details .comments .begeni {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #424242;
    gap: 10px;
    display: flex;
    align-items: center;
    height: 19px;
}

    .details-content .details .comments .begeni .begenibox {
        display: flex;
        flex-direction: row;
        gap: 5px;
        white-space: nowrap;
        flex-shrink: 0;
        cursor: pointer;
    }

.details-content .details .comments .yanitnumber {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #424242;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
}

.details-content .details .comments .yanit.active > .details-content .details .comments {
    display: flex;
    padding: 10px;
    margin-left: 10px;
}

.details-content .details .comments .yanit.active .arrowdown {
    transform: rotate(180deg);
}

.details-content .details .comments .yanit > .details-content .details .comments {
    display: none !important;
    flex-direction: column;
    padding: 10px;
    margin-left: 0;
    background: #eeeeee;
    border-radius: 5px;
}

.details-content .details .comments .yanit.active > .details-content .details .comments {
    display: flex !important;
    flex-direction: column;
    padding: 10px;
    margin-left: 0;
    background: #eeeeee;
    border-radius: 5px;
}

/*Yorumlar bitti*/

/*T*/
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider {
    display: flex;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.slide {
    flex: 0 0 auto;
    width: 100%;
    user-select: none;
    position:relative;
}

.numberlist {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.videohaber .number.active,
.videohaber.dot.active {
    background-color: var(--tgrt) !important;
}

.surmanset .number.active,
.surmanset.dot.active {
    background-color: var(--tgrt) !important;
}

.number:hover,
.dot:hover {
    transition: background-color 0.3s ease;
}


/*T Bitti*/
/*Kategori Son Dakika Page*/


.sonboxes {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

.borderlt {
    border-left: 2px solid var(--tgrt);
    border-bottom: 2px solid var(--tgrt);
    border-top: 2px solid var(--tgrt);
    border-radius: 20px 0 0 20px;
}

.borderrt {
    border-right: 2px solid var(--tgrt);
    border-bottom: 2px solid var(--tgrt);
    border-top: 2px solid var(--tgrt);
    border-radius: 0 20px 20px 0;
}

.sonboxes::after {
    content: '';
    display: block;
    clear: both;
}

.sonboxes .sonbox {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 10px 0;
    box-sizing: border-box;
    gap: 10px;
}

    .sonboxes .sonbox .img, .sonboxes .sonbox .spot {
        padding: 0 10px;
    }

.sonboxes .saatbasi {
    font-size: 35px;
    line-height: 20px;
    font-weight: 900;
    position: absolute;
    bottom: 0px;
    left: 60px;
    color: #C52027;
    width: calc(100% - 70px);
    display: flex;
    align-items: center;
    gap: 10px;
}

    .sonboxes .saatbasi:before {
        content: '';
        position: absolute;
        width: 45px;
        border-top: 2px solid var(--tgrt);
        top: 50%;
        transform: translateY(-50%);
        left: -59px;
    }

    .sonboxes .saatbasi:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: var(--tgrt);
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

.sonboxes .time {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 20px;
    width: 100%;
}

    .sonboxes .time:before {
        content: '';
        height: 2px;
        background-color: var(--tgrt);
        width: 100%;
    }

    .sonboxes .time .itime {
        position: absolute;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        height: 20px;
        background-color: #f4f4f4;
        width: 80px;
    }

    .sonboxes .time img {
        filter: var(--filter-bordo);
        height: 15px;
    }

.sonboxes .sonbox .spot {
    color: #424242;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}

.sonboxes a {
    display: block;
    position: relative;
    width: 100%;
}

.sonboxes .sonbox .img img {
    width: 100%;
    height: auto;
}



/*Kategori Son Dakika Page Bitti*/

/*Kategori Arama Sonuc Page */
.aramasonuc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .aramasonuc .head {
        font-size: 35px;
        line-height: 43px;
        font-weight: 900;
        color: #C52027;
    }

    .aramasonuc .aranankelime {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        color: #000;
        white-space: nowrap;
        gap: 4px;
    }

        .aramasonuc .aranankelime div {
            font-size: 20px;
            line-height: 24px;
            font-weight: 600;
            color: #C52027;
        }

    .aramasonuc .search {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 36px;
        gap: 20px;
    }

    .aramasonuc .sirala {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #EEEEEE;
        border: 1px solid #D9D9D9;
        border-radius: 2px;
        height: 37px;
        color: #424242;
        font-size: 15px;
        line-height: 23px;
        font-weight: bold;
        padding: 9px 15px;
        white-space: nowrap;
        gap: 10px;
    }

        .aramasonuc .sirala .arrow {
            border-color: #424242;
        }

        .aramasonuc .sirala.active {
            background: #C52027;
            color: #fff;
        }

            .aramasonuc .sirala.active .arrow {
                border-color: #fff;
            }
    /**/
    .aramasonuc .search-input {
        display: flex;
        width: 100%;
        height: 36px;
        gap: 20px;
        background: #f8f8f8;
    }

        .aramasonuc .search-input input {
            max-width: 100%;
            width: calc(100% - 60px);
            height: 36px;
            background: #F1F1F1;
            box-shadow: inset 0px 0px 3px #7070706B;
            border-radius: 2px;
            text-align: center;
            font-size: 15px;
            font-weight: 500;
            color: var(--yazi2);
            opacity: 1;
            flex-shrink: 0;
        }

    .aramasonuc .close-icon {
        display: none;
    }

    .aramasonuc .btn-search {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 36px;
        background: var(--tgrt);
        box-shadow: inset 0px 0px 3px #7070706B;
        border-radius: 2px;
        flex-shrink: 0;
    }

        .aramasonuc .btn-search img {
            filter: var(--filter-invert);
            width: 16px;
            cursor: pointer;
        }

    .aramasonuc .aramasonuclari {
        display: flex;
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
    }

        .aramasonuc .aramasonuclari .sonuc {
            display: flex;
            flex-direction: column;
            width: calc(100% / 4 - 15px);
            gap: 10px;
            flex-shrink: 0;
        }

            .aramasonuc .aramasonuclari .sonuc .img img {
                width: 100%;
                object-fit: cover;
                aspect-ratio: 16 / 9;
            }

            .aramasonuc .aramasonuclari .sonuc .time {
                display: flex;
                align-items: center;
                flex-direction: row;
                font-size: 10px;
                font-weight: 600;
                color: #666;
            }

                .aramasonuc .aramasonuclari .sonuc .time .kategori {
                    display: flex;
                    align-items: center;
                    flex-direction: row;
                    font-size: 10px;
                    font-weight: 800;
                    color: #C52027;
                }

                    .aramasonuc .aramasonuclari .sonuc .time .kategori:after {
                        content: '';
                        width: 10px;
                        height: 10px;
                        border-radius: 50%;
                        background: #c52027;
                        margin: 0 10px;
                    }

            .aramasonuc .aramasonuclari .sonuc .title {
                font-size: 18px;
                line-height: 23px;
                font-weight: bold;
                color: #424242;
                line-clamp: 3;
                -webkit-line-clamp: 3;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                box-sizing: border-box;
            }

/**/

/*Kategori Arama Sonuc Page Bitti*/

/*Kategori canliyayin Page*/
.c-canliyayin {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .c-canliyayin .kategoribox {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .c-canliyayin .xcanliyayin {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .c-canliyayin .xcanliyayin .canliyayin-head {
            width: 100%;
            height: 40px;
            background: #191919;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            align-items: center;
            color: #eee;
            font-size: 10px;
            font-weight: 600;
        }

            .c-canliyayin .xcanliyayin .canliyayin-head .ikonlar {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                gap: 20px;
                height: 28px;
            }

            .c-canliyayin .xcanliyayin .canliyayin-head .icon {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                border-right: 0.5px solid #424242;
                padding-right: 20px;
                flex-shrink: 0;
            }

                .c-canliyayin .xcanliyayin .canliyayin-head .icon:last-child {
                    border-right: 0;
                }

                .c-canliyayin .xcanliyayin .canliyayin-head .icon img {
                    height: 20px;
                    filter: var(--filter-bordo);
                }

            .c-canliyayin .xcanliyayin .canliyayin-head .youtubedaizleyin {
                display: flex;
                align-items: center;
                justify-content: flex-start;
            }

                .c-canliyayin .xcanliyayin .canliyayin-head .youtubedaizleyin .icon {
                    padding-right: 4px;
                    border-right: 0;
                    padding-left: 5px;
                }

.nofilter {
    filter: none !important;
}

.c-canliyayin .xcanliyayin .canliyayin {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    background-color: black;
}

.c-canliyayin .xcanliyayin .canliyayin {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    background-color: black;
}

.c-canliyayin .image-playicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: 1;
}

    .c-canliyayin .image-playicon img {
        filter: var(--filter-bordo);
        width: 140px;
        height: 140px;
        z-index: 1;
        position: relative;
    }

.c-canliyayin .xcanliyayin .canlihaber {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #eee;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

    .c-canliyayin .xcanliyayin .canlihaber .head {
        font-size: 25px;
        line-height: 32px;
        font-weight: 900;
        display: flex;
        align-items: center;
    }

    .c-canliyayin .xcanliyayin .canlihaber .devaminioku {
        color: var(--tgrt);
        font-size: 18px;
        font-weight: bold;
    }

.c-canliyayin .c-yayinakisi .c-head img {
    filter: var(--filter-bordo) !important;
    height: 30px;
}

.c-canliyayin .c-yayinakisi .c-head:before {
    display: none
}

.c-canliyayin .yayinakisi {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

    .c-canliyayin .yayinakisi .tarih {
        display: none;
    }

.c-canliyayin .c-yayinakisi .tarih {
    display: none;
}

.c-canliyayin .yayinakisi .arrow {
    padding: 11px;
    border-width: 0 5px 5px 0;
}
    .c-canliyayin .yayinakisi .arrow.right {
        right: 5px;
        position: relative;
    }
    .c-canliyayin .yayinakisi .arrow.left {
        left: 5px;
        position: relative;
    }
.c-canliyayin .yayinakisi .yayingunler {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 20px;
    overflow: hidden;
}

    .c-canliyayin .yayinakisi .yayingunler .yayinbox {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        gap: 10px;
        width: 50%;
        flex-shrink: 0;
    }

        .c-canliyayin .yayinakisi .yayingunler .yayinbox .tarih {
            display: flex;
            justify-content: flex-end;
            color: white;
            font-size: 15px;
            line-height: 14px;
            font-weight: bold;
            padding: 0 10px;
        }

        .c-canliyayin .yayinakisi .yayingunler .yayinbox .yayingunu {
            position: relative;
            display: flex;
            flex-direction: row;
            background: #1b1b1b;
            border-radius: 1px;
            padding: 0 13px;
            border-right: 10px solid #252525;
            overflow: hidden;
        }

            .c-canliyayin .yayinakisi .yayingunler .yayinbox .yayingunu .gunadi {
                position: relative;
                color: white;
                font-size: 40px;
                line-height: 35px;
                font-weight: 800;
                height: auto;
                width: 50px;
                flex-shrink: 0;
            }

                .c-canliyayin .yayinakisi .yayingunler .yayinbox .yayingunu .gunadi span {
                    position: absolute;
                    bottom: 34px;
                    left: 0;
                    rotate: 270deg;
                    width: 100%;
                }

            .c-canliyayin .yayinakisi .yayingunler .yayinbox .yayingunu .list {
                display: flex;
                flex-direction: column;
                height: 320px;
                padding: 20px 0px 30px 15px;
                width: 100%;
            }

                .c-canliyayin .yayinakisi .yayingunler .yayinbox .yayingunu .list ul {
                    display: flex;
                    flex-direction: column;
                    overflow: overlay;
                }

                    .c-canliyayin .yayinakisi .yayingunler .yayinbox .yayingunu .list ul li {
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        letter-spacing: 0.65px;
                        font-size: 13px;
                        line-height: 11px;
                        font-weight: bold;
                        color: #eee;
                        height: 27px;
                        gap: 20px;
                        cursor: pointer;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        width: 100%;
                        flex-shrink: 0;
                        padding-right: 16px;
                    }

                        .c-canliyayin .yayinakisi .yayingunler .yayinbox .yayingunu .list ul li:hover {
                            color: #C52027;
                        }

                        .c-canliyayin .yayinakisi .yayingunler .yayinbox .yayingunu .list ul li .time {
                            display: flex;
                            flex-direction: row;
                            align-items: center;
                            gap: 20px;
                            font-weight: 900;
                            color: #C52027;
                            width: 71px;
                            flex-shrink: 0;
                        }

.c-canliyayin .cokokunanlar ul li .title {
    width: 185px;
    height: 64px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    color: #eee;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
}

.c-canliyayin .c-cokokunanlar .c-head:before {
    background-image: url(https://s.tgrthaber.com/s/i/i-popular.svg) !important;
}

.c-canliyayin .anamanset .anamansetlist a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.c-canliyayin .anamanset .anamansetlist .image-playicon img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.c-canliyayin .anamanset .anamansetlist li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36%;
    background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 0;
}
.c-canliyayin .anamanset .anamansetlist .title {
    position: absolute;
    bottom: 100px;
    width: calc(100% - 50px);
    padding: 0 20px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    max-height: calc(1* 20px + 30px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    height: calc(1* 20px + 30px);
    z-index: 1;
}



.c-canliyayin .mutlakaizleyin {
    width: 100%;
}

    .c-canliyayin .mutlakaizleyin .c-head:before {
        background-image: url(https://s.tgrthaber.com/s/i/i-play_icon_solid.svg) !important;
        filter: var(--filter-bordo) !important;
    }

    .c-canliyayin .mutlakaizleyin .c-linex {
        background-color: #424242;
    }

    .c-canliyayin .mutlakaizleyin .numberlist {
        display: flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 14px;
        color: #424242;
        background-color: #1b1b1b;
        height: 69px;
        z-index: 1;
        gap: 0;
    }

        .c-canliyayin .mutlakaizleyin .numberlist div {
            display: flex;
            text-align: center;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            border: 1px solid #252525;
            border-right: 0;
            border-top: 0;
            flex-grow: 1;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            letter-spacing: -0.6px;
            min-width: 30px;
        }

.mobilgun {
    display: none;
}
/*Kategori canliyayin Page Bitti*/


/*Kategori Yazarlar Page Bitti*/
.arrow:before {
    content: '';
    width: 20px;
    height: 100%;
    background-color: white;
}

.c-yazarlar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .c-yazarlar .kategoribox {
        justify-content: space-between;
    }

    .c-yazarlar .yazarddown {
        position: relative;
        display: inline-block;
    }

    .c-yazarlar .yazarddown-btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 14px;
        font-weight: 600;
        cursor: pointer;
        background: #EEEEEE;
        border: 1px solid #D9D9D9;
        border-radius: 1px;
        color: #424242;
        gap: 10px;
    }

        .c-yazarlar .yazarddown-btn:hover {
            background-color: var(--tgrt);
            color: white;
        }
        .c-yazarlar .yazarddown-btn.active {
            background-color: var(--tgrt);
            color: white;
        }
            .c-yazarlar .yazarddown-btn.active .arrow {
                border-color: #fff;
            }

        .c-yazarlar .yazarddown-btn .arrow {
            border-color: #424242;
        }

        .c-yazarlar .yazarddown-btn:hover .arrow {
            border-color: white;
        }

    .c-yazarlar .yazarddown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 156px;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 4;
        max-height: 600px;
        overflow-y: auto;
    }

        .c-yazarlar .yazarddown-content a {
            color: black;
            padding: 4px 8px;
            text-decoration: none;
            display: block;
            font-size: 14px;
        }

            .c-yazarlar .yazarddown-content a:hover {
                background-color: #ddd;
            }

    .c-yazarlar .yazarddown.show .yazarddown-content {
        display: block;
    }
    /**/

    .c-yazarlar .yazarlar-content {
        display: flex;
        align-items: center;
    }

    .c-yazarlar .yazar-list {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        gap: 0;
        padding: 0 20px;
        overflow-x: hidden;
        scroll-snap-type: x mandatory;
    }


        .c-yazarlar .yazar-list .yazarbox {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 150px;
            gap: 5px;
            flex-shrink: 0;
            padding: 0 10px;
            overflow: hidden;
            flex: 0 0 auto;
            scroll-snap-align: center;
        }

        .c-yazarlar .yazar-list .yazarbox .img {
            display: flex;
            justify-content: center;
            max-width: 130px;
            max-height: 130px;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .c-yazarlar .yazar-list .yazarbox .img img {
                border: 5px solid #D9D9D9;
                border-radius: 50%;
                height: 130px;
                width: 130px;
                overflow: hidden;
                object-fit: cover;
            }

.c-yazarlar .yazar-list .yazarbox .adsoyad {
    color: #424242;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}

.c-yazarlar .yazar-list .yazarbox .unvan {
    color: #424242;
    font-size: 13px;
    line-height: 10px;
    font-weight: 600;
    text-align: center;
}

.c-yazarlar .yazarsonyazilari {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.c-yazarlar .yazarsonyazilari .sonyazibox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
    background: #EEEEEE;
    border: 1px solid #D9D9D9;
}
    .c-yazarlar .yazarsonyazilari .sonyazibox.editorBiyo {
        background: #FFF;
    }
    .c-yazarlar .yazarsonyazilari .sonyazibox .yazarinfo {
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-right: 1px solid #D9D9D9;
        padding-bottom: 10px;
    }

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarinfo .img {
    width: 200px;
    height: auto;
    max-height: 200px;
    max-width: 200px;
}

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarinfo .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarinfo .adsoyad {
    color: #424242;
    font-size: 14px;
    line-height: 9px;
    font-weight: bold;
    text-align: center;
}

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarinfo .unvan {
    color: #424242;
    font-size: 13px;
    line-height: 10px;
    font-weight: 600;
    text-align: center;
}

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarinfo .gonder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarinfo .gonder .icon img {
    height: 10px;
    object-fit: contain;
}

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarhead {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 20px;
    width: 100%;
    min-width: 276px;
    height: 250px;
}

    .c-yazarlar .yazarsonyazilari .sonyazibox .yazarhead.open {
        height: auto;
    }

        .c-yazarlar .yazarsonyazilari .sonyazibox .yazarhead.open .spotbiografi {
            overflow: visible;
            display: contents;
        }

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarhead .btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarhead .btns .btn {
    background: transparent linear-gradient(282deg, #EEEEEE 0%, #EBEBEB 100%) 0% 0%;
    border: 0.5px solid #D9D9D9;
    border-radius: 1px;
    color: #424242;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 14px;
    flex-shrink: 0;
}

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarhead .head {
    color: #424242;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    flex-shrink: 0;
}

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarhead .spot {
    color: #424242;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    flex-shrink: 0;
}
    .c-yazarlar .yazarsonyazilari .sonyazibox .yazarhead .spotbiografi {
        color: #424242;
        font-size: 15px;
        font-weight: 600;
        line-height: 18px;
        line-clamp: 3;
        -webkit-line-clamp: 9;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        box-sizing: border-box;
        flex-shrink: 0;
        margin-top: 12px;
    }
    .c-yazarlar .yazarsonyazilari .editorBiyo .yazarhead .spotbiografi {
        font-weight: 500;
        line-height: 22px;
        margin-top: 0px;
    }
.c-yazarlar .yazarsonyazilari .sonyazibox .yazarhead .devaminioku {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    bottom: 20px;
    position: absolute;
    right: 10px;
}

    .c-yazarlar .yazarsonyazilari .sonyazibox.editorBiyo .yazarhead .devaminioku {
        bottom: 6px;
        right: 10px;
    }

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarhead .devaminioku .btn {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    background-color: var(--tgrt);
    padding: 6px 15px;
}

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarsoc {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    border-left: 1px solid #D9D9D9;
    gap: 15px;
    justify-content: center;
    flex-shrink: 0;
    padding: 20px 0;
}

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarsoc .icon {
    display: flex;
    align-items: center;
    width: 26px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    justify-content: center;
    padding: 3px 0;
}

.c-yazarlar .yazarsonyazilari .sonyazibox .yazarsoc .icon img {
    max-width: 13px;
    max-height: 13px;
    filter: invert(.3);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.colortgrt {
    color: var(--tgrt) !important;
}

.c-yazarlar .yazaradi {
    display: flex;
    width: 100%;
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
    color: #424242;
}
/**/

/**/
.yazaryazisi {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

    .yazaryazisi .yazarkunye {
        display: flex;
        flex-direction: column;
        position: relative;
        max-width: 411px;
        min-width: 390px;
        width: 100%;
        min-height: 229px;
        border: 1px solid #D9D9D9;
        border-radius: 3px;
        background: #EEEEEE;
        background-image: url(https://s.tgrthaber.com/s/i/bg-yazarkunye.jpg);
        background-repeat: no-repeat;
    }

        .yazaryazisi .yazarkunye .gonder {
            position: absolute;
            top: 10px;
            right: 10px;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
        }

            .yazaryazisi .yazarkunye .gonder .icon img {
                height: 15px;
                object-fit: contain;
            }

        .yazaryazisi .yazarkunye .yazarimg {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            width: 100%;
            height: 160px;
            overflow:hidden;
        }

            .yazaryazisi .yazarkunye .yazarimg img {
                z-index: 1;
                max-height: 160px;
                bottom: -10px;
                position: relative;
            }

        .yazaryazisi .yazarkunye .bgyazarimg {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 15px;
            z-index: 1;
            position: relative;
            width: 100%;
            height: 100px;
            background-image: url(https://s.tgrthaber.com/s/i/bg-yazarkunye2.png);
            background-size: contain;
            background-repeat: no-repeat;
            border-bottom: 1px solid #d9d9d9;
        }

        .yazaryazisi .yazarkunye .adsoyad {
            display: flex;
            justify-content: center;
            color: #424242;
            font-size: 25px;
            line-height: 17px;
            font-weight: bold;
        }

        .yazaryazisi .yazarkunye .unvan {
            display: flex;
            justify-content: center;
            color: #424242;
            font-size: 16px;
            line-height: 16px;
            font-weight: 400;
        }

    .yazaryazisi .yazarinsonyazisi {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        gap: 20px;
    }

.yazarinsonyazilari {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
}

    .yazarinsonyazilari .head {
        display: flex;
        flex-direction: column;
        color: var(--tgrt);
        font-size: 15px;
        line-height: 17px;
        font-weight: 900;
    }

    .yazarinsonyazilari .sonyazilari {
        display: flex;
        flex-direction: column;
    }

        .yazarinsonyazilari .sonyazilari ul {
            display: flex;
            flex-direction: column;
            list-style-type: none;
            gap: 5px;
        }

            .yazarinsonyazilari .sonyazilari ul li {
                position: relative;
                padding-left: 20px;
                color: #424242;
                font-size: 13px;
                line-height: 16px;
                font-weight: 600;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

                .yazarinsonyazilari .sonyazilari ul li::before {
                    content: '';
                    position: absolute;
                    left: 8px;
                    top: 4px;
                    width: 5px;
                    height: 5px;
                    background-color: var(--tgrt);
                    border-radius: 50%;
                }

    .yazarinsonyazilari .tumyazilar {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .yazarinsonyazilari .tumyazilar .btn {
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            line-height: 20px;
            background-color: var(--tgrt);
            padding: 10px 30px;
            box-shadow: 0px 3px 3px #A2262654;
            border-radius: 2px;
        }
/**/

.yazarinsonyazisi .socialshare {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    gap: 15px;
}

    .yazarinsonyazisi .socialshare .btn {
        min-width: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 15px;
        font-weight: 500;
        color: #8B8B8B;
        height: 30px;
        border: 1px solid #D9D9D9;
        border-radius: 3px;
        background-color: #F4F4F4;
        padding: 0 10px;
        cursor: pointer;
        flex-shrink: 0;
        white-space: nowrap;
    }

    .yazarinsonyazisi .socialshare img {
        min-width: 18px;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        padding: 5px 0;
        margin: 0;
        filter: contrast(0.2);
    }

.yazarinsonyazisi .btn img.arrowdown {
    width: 10px;
    min-width: 10px;
}

.yazarinsonyazisi .socialshare .btn:hover {
    background-color: var(--tgrt);
    color: var(--beyaz)
}

    .yazarinsonyazisi .socialshare .btn:hover img {
        filter: var(--filter-invert);
    }

.yazarinsonyazisi .socialshare .btn.nofilter img {
    filter: contrast(1);
}

.yazarinsonyazisi .socialshare .btn.nofilter:hover {
    background-color: #F4F4F4 !important;
}

.yazarinsonyazisi h1 {
    font-weight: 900;
}

.yazarinsonyazisi h2, .yazarinsonyazisi h3, .yazarinsonyazisi h4 {
    font-size: 19px;
    line-height: 25px;
    color: #424242;
}

.yazarinsonyazisi .newsinfo {
    width: 760px;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: flex-start;
    color: #8B8B8B;
    width: 100%;
    height: 24px;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

    .yazarinsonyazisi .newsinfo .title {
        display: inline-flex;
        align-items: center;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        gap: 8px;
        margin-right: 10px;
        line-height: 15px;
    }

    .yazarinsonyazisi .newsinfo .subtitle {
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

    .yazarinsonyazisi .newsinfo .time {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-weight: 500;
    }

        .yazarinsonyazisi .newsinfo .time img {
            height: 15px;
            width: 15px;
            object-fit: contain;
        }

/*Kategori Yazarlar Page Bitti*/


/*Kategori SPOR Page*/

.sporhead {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap:10px;
}

    .sporhead .takimlar {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        overflow-y: overlay;
    }

        .sporhead .takimlar .takimlogo {
            width: 30px;
            text-align: center;
            flex-shrink: 0;
        }

            .sporhead .takimlar .takimlogo img {
                width: 30px;
                text-align: center;
            }

.xcatspornews {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

    .xcatspornews .manset {
        display: flex;
        flex-direction: column;
        gap: 20px;
        overflow: hidden;
    }

        .xcatspornews .manset .sliderhead {
            position: relative;
            display: flex;
            flex-direction: row;
        }

            .xcatspornews .manset .sliderhead .slider .slide a:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 50%;
                background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 1) 100%);
            }

            .xcatspornews .manset .sliderhead .slide .spot {
                position: absolute;
                left: 0 !important;
                bottom: 35px !important;
                display: flex;
                flex-direction: column;
                gap: 10px;
                align-items: flex-start;
                width: 100%;
                padding: 0 50px;
            }

                .xcatspornews .manset .sliderhead .slide .spot .videoikon {
                    position: relative;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;
                    padding: 5px 16px;
                    background: #FFFFFF;
                    border-radius: 18px;
                    font-size: 15px;
                    line-height: 19px;
                    font-weight: bold;
                    color: #424242;
                }

                    .xcatspornews .manset .sliderhead .slide .spot .videoikon img {
                        width: 24px;
                        height: 24px;
                        filter: var(--filter-spor);
                    }

                .xcatspornews .manset .sliderhead .slide .spot .title {
                    font-size: clamp(1.125rem, 0.5245rem + 2.4638vw, 2.1875rem);
                    line-height: clamp(1.5rem, 0.8288rem + 2.7536vw, 2.6875rem);
                    font-weight: 800;
                    color: #fff;
                }

                    .xcatspornews .manset .sliderhead .slide .spot .title .textspor {
                        color: var(--spor);
                    }

            .xcatspornews .manset .sliderhead .arrowbg .arrow {
                border-width: 0 2px 2px 0;
                display: inline-block;
                padding: 6px;
                z-index: 99;
                cursor: pointer;
            }

            .xcatspornews .manset .sliderhead .arrowbg.pos-leftcenter .arrow {
                left: 4px;
                position: relative;
            }

            .xcatspornews .manset .sliderhead .arrowbg.pos-rightcenter .arrow {
                right: 4px;
                position: relative;
            }

            .xcatspornews .manset .sliderhead .numberlist {
                position: absolute;
                inset: auto auto 15px 50% !important;
                transform: translate(-50%);
                width: 100%;
                gap: 10px;
            }

                .xcatspornews .manset .sliderhead .numberlist i {
                    width: 11px;
                    height: 11px;
                    background-color: #fff;
                    border-radius: 50%;
                }

                    .xcatspornews .manset .sliderhead .numberlist i:hover, .xcatspornews .manset .sliderhead .numberlist i.active {
                        width: 29px;
                        height: 11px;
                        background-color: var(--spor);
                        border-radius: 10px;
                    }

        .xcatspornews .manset .vinews .videonews, .xcatspornews .manset .vinews .imagenews {
            width: 50%;
            position: relative;
            height: 201px;
        }

            .xcatspornews .manset .vinews .videonews:before, .xcatspornews .manset .vinews .imagenews:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 50%;
                background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
                z-index: 0;
            }

            .xcatspornews .manset .vinews .videonews img, .xcatspornews .manset .vinews .imagenews img {
                width: 100%;
                height: 201px;
                object-fit: cover;
            }

            .xcatspornews .manset .vinews .videonews .title, .xcatspornews .manset .vinews .imagenews .title {
                position: absolute;
                bottom: 12px;
                padding: 0 12px;
                font-size: 18px;
                font-weight: bold;
                color: #fff;
                text-align: left;
                line-clamp: 2;
                -webkit-line-clamp: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                line-height: 25px;
                height: 52px;
                overflow: hidden;
            }

            .xcatspornews .manset .vinews .videonews .videoikon, .xcatspornews .manset .vinews .imagenews .imageikon {
                position: absolute;
                top: 0;
                padding: 12px;
            }

                .xcatspornews .manset .vinews .videonews .videoikon img, .xcatspornews .manset .vinews .imagenews .imageikon img {
                    height: 24px;
                    object-fit: contain;
                }


.arrowbg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff26;
    border-radius: 4px;
    height: 40px;
    width: 24px;
    cursor: pointer;
    z-index: 1;
}

.pos-leftcenter {
    position: absolute;
    inset: 50% auto auto 20px !important;
    transform: translateY(-50%);
}

.pos-rightcenter {
    position: absolute;
    inset: 50% 20px auto auto;
    transform: translateY(-50%);
}

.xcatspornews .manset .vinews {
    display: flex;
    flex-direction: row;
    gap: 20px;
}




.ligozet {
    width: 355px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


    /*ligozet*/
    .ligozet .puandurumu {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 320px;
    }

        .ligozet .puandurumu .head {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            height: 43px;
            background: #9FCB42;
            color: #424242;
            font-size: 16px;
            line-height: 15px;
            font-weight: 800;
            padding-left: 20px;
        }

            .ligozet .puandurumu .head .title {
                display: flex;
                flex-direction: row;
                align-items: center;
                height: 43px;
                background: #9FCB42;
                color: #000;
                font-size: 15px;
                line-height: 19px;
                font-weight: 800;
                gap: 10px;
            }

                .ligozet .puandurumu .head .title img {
                    height: 14px;
                    filter: brightness(0);
                }

        .ligozet .puandurumu .takimlar {
            display: flex;
            flex-direction: column;
        }

            .ligozet .puandurumu .takimlar .head {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                background: #f4f4f4;
                height: 33px;
                padding: 0px 15px 0 40px;
                font-weight: 800;
                font-size: 14px;
                line-height: 23px;
                color: #000;
            }

                .ligozet .puandurumu .takimlar .head .takimpgb {
                    display: flex;
                    flex-direction: row;
                    gap: 6px;
                }

                    .ligozet .puandurumu .takimlar .head .takimpgb div, .ligozet .puandurumu .takimlar .takimlist .takimpgb div {
                        width: 30px;
                        text-align: center;
                    }

            .ligozet .puandurumu .takimlar .takims {
                display: flex;
                flex-direction: column;
                overflow: overlay;
                height: 240px;
            }

            .ligozet .puandurumu .takimlar .takimlist {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                height: 30px;
                padding: 0px 15px;
                background: #f4f4f4;
                flex-shrink: 0;
            }

                .ligozet .puandurumu .takimlar .takimlist:nth-child(odd) {
                    background: #fff;
                }

.sporgrup .puandurumu .takimlar .takimlist:nth-child(odd) {
    background: #fff;
}

.ligozet .puandurumu .takimlar .takimlist .takimli {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    color: #424242;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
}

    .ligozet .puandurumu .takimlar .takimlist .takimli .takimsiralama, .ligozet .puandurumu .takimlar .takimlist .takimli .takimlogo {
        width: 25px;
        text-align: center;
    }

    .ligozet .puandurumu .takimlar .takimlist .takimli .takimadi {
        line-height: 0;
        font-size: x-small;
    }

    .ligozet .puandurumu .takimlar .takimlist .takimli .takimlogo img {
        width: 20px;
        text-align: center;
    }

.ligozet .puandurumu .takimlar .takimlist .takimpgb {
    display: flex;
    flex-direction: row;
    gap: 5px;
    color: #424242;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
}

.takims::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--spor);
}

.ligozet .superligddown {
    position: relative;
    height: 100%;
    width: 50%;
    background: #EEEEEE;
    display: inline-block;
}

.ligozet .superligddown-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 14px;
    font-weight: 800;
    cursor: pointer;
    background: #EEEEEE;
    border-radius: 1px;
    color: #424242;
    gap: 10px;
}

    .ligozet .superligddown-btn .arrow {
        top: -3px;
        position: relative;
        border-color: #424242;
    }

.ligozet .superligddown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .ligozet .superligddown-content a {
        color: black;
        padding: 8px 16px;
        text-decoration: none;
        display: block;
        font-size: 14px;
    }

        .ligozet .superligddown-content a:hover {
            background-color: #ddd;
        }

.ligozet .superligddown.show .superligddown-content {
    display: block;
}
/**/

.ligozet .lighaftaddown {
    position: relative;
    height: 100%;
    width: 50%;
    background: #EEEEEE;
    display: inline-block;
}

.ligozet .lighaftaddown-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 14px;
    font-weight: 800;
    cursor: pointer;
    background: #EEEEEE;
    border-radius: 1px;
    color: #424242;
    gap: 10px;
}

    .ligozet .lighaftaddown-btn .arrow {
        top: -3px;
        position: relative;
        border-color: #424242;
    }

.ligozet .lighaftaddown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .ligozet .lighaftaddown-content a {
        color: black;
        padding: 8px 16px;
        text-decoration: none;
        display: block;
        font-size: 14px;
    }

        .ligozet .lighaftaddown-content a:hover {
            background-color: #ddd;
        }

.ligozet .lighaftaddown.show .lighaftaddown-content {
    display: block;
}


.ligozet .fikstur {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 320px;
}

    .ligozet .fikstur .head {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 43px;
        background: #9FCB42;
        color: #424242;
        font-size: 16px;
        line-height: 15px;
        font-weight: 800;
        padding-left: 20px;
    }

        .ligozet .fikstur .head .title {
            display: flex;
            flex-direction: row;
            align-items: center;
            height: 43px;
            background: #9FCB42;
            color: #000;
            font-size: 15px;
            line-height: 19px;
            font-weight: 800;
            gap: 10px;
        }

            .ligozet .fikstur .head .title img {
                height: 14px;
                filter: brightness(0);
            }

    .ligozet .fikstur .haftaninmaclari {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #f4f4f4;
        /*padding: 8px;*//*spor ana sayfasını bozuyordu*/
    }

        .ligozet .fikstur .haftaninmaclari .macgunleri {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            background-color: #f4f4f4;
            border-radius: 6px;
            overflow: overlay;
            max-height: 232px;
            gap: 10px;
        }
.macgunleri::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--spor);
}

            .ligozet .fikstur .haftaninmaclari .macgunleri .macgunu {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                background: #fff;
                padding: 0 0 10px 0;
            }

                .ligozet .fikstur .haftaninmaclari .macgunleri .macgunu .title {
                    display: flex;
                    align-items: center;
                    width: 100%;
                    border-bottom: 2px solid var(--spor);
                    font-size: 14px;
                    line-height: 18px;
                    font-weight: 800;
                    color: #000;
                    background: #fff;
                    padding: 6px;
                    min-height: 20px;
                    justify-content: center;
                }

                .ligozet .fikstur .haftaninmaclari .macgunleri .macgunu .macinfo {
                    position: relative;
                    display: flex;
                    align-items: center;
                    width: 100%;
                    font-size: 15px;
                    line-height: 19px;
                    font-weight: 600;
                    color: #424242;
                    gap: 10px;
                    padding: 10px 5px 0px;
                }

                    .ligozet .fikstur .haftaninmaclari .macgunleri .macgunu .macinfo .macsaati {
                        position: relative;
                        display: flex;
                        align-items: center;
                        font-size: 15px;
                        line-height: 19px;
                        font-weight: bold;
                        color: #fff;
                        padding: 5px 10px;
                        background-color: var(--spor);
                        border-radius: 5px;
                    }

                    .ligozet .fikstur .haftaninmaclari .macgunleri .macgunu .macinfo .karsilasma {
                        position: relative;
                        display: flex;
                        align-items: center;
                        font-size: 11px;
                        line-height: 19px;
                        font-weight: 600;
                        color: #424242;
                        gap: 5px;
                        white-space: nowrap;
                        overflow-x:hidden;
                    }

                        .ligozet .fikstur .haftaninmaclari .macgunleri .macgunu .macinfo .karsilasma span {
                            font-weight: bold;
                        }

                            .ligozet .fikstur .haftaninmaclari .macgunleri .macgunu .macinfo .karsilasma span.tire {
                                color: #9FCB42;
                                font-weight: 600;
                            }

                    .ligozet .fikstur .haftaninmaclari .macgunleri .macgunu .macinfo .macsonu {
                        position: absolute;
                        top: -8px;
                        right: 4px;
                        font-size: 9px;
                        line-height: 11px;
                        color: #FFFFFF;
                        font-weight: bold;
                        padding: 2px 4px;
                        background: #E53E3E;
                        border-radius: 5px;
                    }


/**/
/*ligozet Bitti*/

/*Kategori SPOR Page Bitti*/

/*Kategori KÜNYE Page*/
.c-kunye {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
    overflow:auto;
}

    .c-kunye .kategoribox {
        display: flex;
        justify-content: flex-start;
        height: 43px;
        width: 100%;
        align-items: center;
        gap: 20px;
    }

    .c-kunye .c-head {
        color: #424242;
    }

        .c-kunye .c-head:before {
            background-image: url(https://s.tgrthaber.com/s/i/i-kunye_icon.svg);
            filter: var(--filter-populer);
        }

    .c-kunye .blocks {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 60px;
        width: 100%;
    }

        .c-kunye .blocks .block {
            display: flex;
            justify-content: flex-end;
            gap: 10px;
            width: calc((100% / 2) - 30px);
            text-align: right;
            flex-direction: column;
            position: relative;
        }

            .c-kunye .blocks .block:nth-child(even):before {
                content: '';
                width: 5px;
                height: 100%;
                background-color: #fff;
                position: absolute;
                left: -30px;
            }

    .c-kunye .blocks .block:nth-child(even):before {
        content: '';
        width: 5px;
        height: 100%;
        background-color: #d9d9d9;
        position: absolute;
        left: -30px;
    }

    .c-kunye .blocks .block:nth-child(even) .kunye-blok, .c-kunye .blocks .block:nth-child(even) .kunye-head {
        display: flex;
        align-items: flex-start;
    }

.kunye-blok {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
}

.kunye-head {
    font-size: 25px;
    line-height: 28px;
    color: var(--tgrt);
    font-weight: 900;
}

.kunye-title {
    font-size: 12px;
    line-height: 28px;
    color: var(--yazi2);
    font-weight: 600;
}

.kunye-desc {
    font-size: 18px;
    line-height: 28px;
    color: var(--yazi2);
    font-weight: 900;
}

/*Kategori KÜNYE Page Bitti*/

/*Kategori HAKKIMIZDA Page */
.c-hakkimizda {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

    .c-hakkimizda .kategoribox {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        height: 43px;
        width: 100%;
        align-items: center;
        gap: 20px;
    }

    .c-hakkimizda .c-head {
        color: #424242;
    }

        .c-hakkimizda .c-head:before {
            background-image: url(https://s.tgrthaber.com/s/i/i-hakkimizda_icon.svg);
            filter: var(--filter-populer);
        }

.hakkimizda {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    line-height: 24px;
    color: var(--yazi2);
    font-weight: 600;
}
/*Kategori KÜNYE Page Bitti*/


/*Kategori NAMAZ VAKİTLERİ Page */
.c-namazvakitleri {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

    .c-namazvakitleri .buyuksehirler {
        display: flex;
        flex-direction: row;
        gap: 20px;
        width: 100%;
        height: 100%;
    }

        .c-namazvakitleri .buyuksehirler .namaz {
            display: flex;
            flex-direction: column;
            width: 100%;
            overflow: hidden;
            gap: 20px;
        }

        .c-namazvakitleri .buyuksehirler .head {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            position: relative;
            transition-property: transform;
            border-radius: 4px 4px 0 0;
            height: 96px;
            font-style: normal;
            font-weight: 500;
            font-size: 25px;
            line-height: 30px;
            text-align: center;
            text-transform: uppercase;
            color: #fff;
            background: linear-gradient(240.1deg, #f0af2a -4.82%, #e97221 69.18%, #ff4228 131.79%);
        }

            .c-namazvakitleri .buyuksehirler .head .time {
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                text-align: center;
                color: #fff;
            }

            .c-namazvakitleri .buyuksehirler .head.ankara {
                background: linear-gradient(240.1deg,#16a9db -4.82%,#126998 69.18%,#0d3461 131.79%)
            }

            .c-namazvakitleri .buyuksehirler .head.izmir {
                background: linear-gradient(240.1deg, #b549e7 -4.82%, #801ba0 69.18%, #92669b 131.79%);
            }

            .c-namazvakitleri .buyuksehirler .head.bursa {
                background: linear-gradient(240.1deg,#ef9b93 -4.82%,#f25c70 50.37%,#f42551 131.79%)
            }

    .c-namazvakitleri .vakitler {
        display: flex;
        flex-direction: column;
    }

        .c-namazvakitleri .vakitler .vakit {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 19px;
            color: #424242;
            padding: 14px 20px;
            background: #f4f4f4;
            border-left: 1px solid #ececec;
            border-right: 1px solid #ececec;
            border-bottom: 1px solid #ececec;
        }

            .c-namazvakitleri .vakitler .vakit:nth-child(odd) {
                background: #fff;
            }

            .c-namazvakitleri .vakitler .vakit .time {
                font-weight: 600;
                font-size: 16px;
                line-height: 19px;
                color: #000;
            }

    .c-namazvakitleri .kategoribox.namaziller {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 43px;
        width: 100%;
        align-items: center;
        gap: 20px;
    }

        .c-namazvakitleri .kategoribox.namaziller .c-head {
            font-size: 20px;
            line-height: 28px;
            font-weight: 900;
            color: var(--tgrt);
            display: flex;
            flex-shrink: 0;
            gap: 10px;
            align-items: center;
            white-space: nowrap;
        }

            .c-namazvakitleri .kategoribox.namaziller .c-head:before {
                content: '';
                background-image: url(https://s.tgrthaber.com/s/i/i-time_rotate_icon_light.svg);
                filter: var(--filter-bordo);
                display: block;
                height: 30px;
                width: 30px;
                max-height: 30px;
                background-size: contain;
                background-repeat: no-repeat;
                flex-shrink:0;
            }

    .c-namazvakitleri .c-head:before {
        content: '';
        background-image: url(https://s.tgrthaber.com/s/i/i-time.svg);
        filter: var(--filter-bordo);
        display: block;
        height: 30px;
        width: 30px;
        max-height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .c-namazvakitleri .illerddown {
        position: relative;
        display: inline-block;
    }

    .c-namazvakitleri .illerddown-btn {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 14px;
        font-weight: 600;
        cursor: pointer;
        background: #EEEEEE;
        border: 1px solid #D9D9D9;
        border-radius: 1px;
        color: #424242;
        gap: 10px;
        white-space: nowrap;
    }

        .c-namazvakitleri .illerddown-btn:hover {
            background-color: var(--tgrt);
            color: white;
        }

        .c-namazvakitleri .illerddown-btn .arrow {
            border-color: #424242;
        }

        .c-namazvakitleri .illerddown-btn:hover .arrow {
            border-color: white;
        }

    .c-namazvakitleri .illerddown-content {
        display: none; /* Başlangıçta gizli */
        position: absolute;
        background-color: white;
        min-width: 200px;
        max-height: 200px; /* Maksimum yükseklik belirliyoruz */
        overflow-y: auto; /* Dikey kaydırmayı etkinleştiriyoruz */
        border: 1px solid #ccc;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000; /* Diğer öğelerin üstünde görünmesi için */
    }

        .c-namazvakitleri .illerddown-content a {
            color: black;
            padding: 4px 8px;
            text-decoration: none;
            display: block;
            font-size: 14px;
        }

            .c-namazvakitleri .illerddown-content a:hover {
                background-color: #ddd;
            }

    .c-namazvakitleri .illerddown.show .illerddown-content {
        display: block;
    }

    .c-namazvakitleri .turkiyeharitasi {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }


    /**/
    .c-namazvakitleri .ilcelerddown-btn {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 14px;
        font-weight: 600;
        cursor: pointer;
        background: #EEEEEE;
        border: 1px solid #D9D9D9;
        border-radius: 1px;
        color: #424242;
        gap: 10px;
        white-space: nowrap;
    }

        .c-namazvakitleri .ilcelerddown-btn:hover {
            background-color: var(--tgrt);
            color: white;
        }

        .c-namazvakitleri .ilcelerddown-btn .arrow {
            border-color: #424242;
        }

        .c-namazvakitleri .ilcelerddown-btn:hover .arrow {
            border-color: white;
        }

    .c-namazvakitleri .ilcelerddown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

        .c-namazvakitleri .ilcelerddown-content a {
            color: black;
            padding: 4px 8px;
            text-decoration: none;
            display: block;
            font-size: 14px;
        }

            .c-namazvakitleri .ilcelerddown-content a:hover {
                background-color: #ddd;
            }

    .c-namazvakitleri .ilcelerddown.show .ilcelerddown-content {
        display: block;
    }

   /* .c-namazvakitleri .gunsec, .c-namazvakitleri .illerddown, .c-namazvakitleri .ilcelerddown {
        width: 100%;
    }*/

    .c-namazvakitleri .head.iladitarih {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 20px;
        justify-content: space-between;
    }

        .c-namazvakitleri .head.iladitarih .iladi {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            font-size: 22px;
            line-height: 22px;
            gap: 10px;
        }

    .c-namazvakitleri .kalanzaman {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        gap: 10px;
        text-transform: none;
    }

    .c-namazvakitleri table.namazvakti, .c-havadurumu table.havadurumu {
        width: 100%;
    }

        .c-namazvakitleri table.namazvakti td, .c-havadurumu table.havadurumu td {
            text-align: center;
        }

        .c-namazvakitleri table.namazvakti td, .c-namazvakitleri table.namazvakti th, .c-havadurumu table.havadurumu td, .c-havadurumu table.havadurumu th {
            padding: 15px 5px;
        }



        .c-namazvakitleri table.namazvakti tr:nth-child(2n), .c-havadurumu table.havadurumu tr:nth-child(2n) {
            background-color: #fff;
        }

/*Kategori NAMAZ VAKİTLERİ Page Bitti*/

/*Kategori HAVA DURUMU Bitti*/

.c-havadurumu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

    .c-havadurumu .buyuksehirler {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

        .c-havadurumu .buyuksehirler .ilbox {
            display: flex;
            flex-direction: column;
            gap: 5px;
            padding: 16px;
            background-color: #f3f8ff;
            border: 1px solid #ececec;
            border-radius: 4px;
            align-items: center;
            width: 100%;
        }

            .c-havadurumu .buyuksehirler .ilbox .iladi {
                font-weight: 600;
                font-size: 20px;
                line-height: 30px;
                text-align: center;
                text-transform: uppercase;
                color: #424242;
            }

            .c-havadurumu .buyuksehirler .ilbox .time {
                font-weight: 600;
                font-size: 14px;
                line-height: 20px;
                text-align: center;
                color: #424242;
                white-space: nowrap;
            }

            .c-havadurumu .buyuksehirler .ilbox .ilinfos {
                display: flex;
                flex-direction: column;
                gap: 5px;
                width: 100%;
                font-weight: 600;
                font-size: 16px;
                line-height: 30px;
                color: #424242;
                justify-content: center;
                align-items: center;
            }

                .c-havadurumu .buyuksehirler .ilbox .ilinfos .ilinfo {
                    display: flex;
                    flex-direction: column;
                    gap: 5px;
                    width: 100%;
                    font-weight: 600;
                    font-size: 12px;
                    line-height: 30px;
                    color: #424242;
                    white-space: nowrap;
                    align-items: center;
                }

            .c-havadurumu .buyuksehirler .ilbox .ilderece {
                font-weight: 600;
                font-size: 25px;
                line-height: 30px;
                color: #424242;
                white-space: nowrap;
            }

            .c-havadurumu .buyuksehirler .ilbox .ilinfos .ilinfo img {
                height: 16px;
                object-fit: contain;
            }

    .c-havadurumu .kategoribox.havailler {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

        .c-havadurumu .kategoribox.havailler .c-head {
            flex-shrink: inherit;
            white-space: normal;
            font-size: 20px;
            color: var(--yazi2);
        }

            .c-havadurumu .kategoribox.havailler .c-head:before {
                content: '';
                background-image: url(https://s.tgrthaber.com/s/i/i-list_icon.svg);
                flex-shrink: 0;
            }

    .c-havadurumu .illerddown {
        position: relative;
        display: inline-block;
    }

    .c-havadurumu .illerddown-btn {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 14px;
        font-weight: 600;
        cursor: pointer;
        background: #EEEEEE;
        border: 1px solid #D9D9D9;
        border-radius: 1px;
        color: #424242;
        gap: 10px;
        white-space: nowrap;
    }

        .c-havadurumu .illerddown-btn:hover {
            background-color: var(--tgrt);
            color: white;
        }

        .c-havadurumu .illerddown-btn .arrow {
            border-color: #424242;
        }

        .c-havadurumu .illerddown-btn:hover .arrow {
            border-color: white;
        }

    .c-havadurumu .illerddown-content {
        display: none; /* Başlangıçta gizli */
        position: absolute;
        background-color: white;
        min-width: 200px;
        max-height: 200px; /* Maksimum yükseklik belirliyoruz */
        overflow-y: auto; /* Dikey kaydırmayı etkinleştiriyoruz */
        border: 1px solid #ccc;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000; /* Diğer öğelerin üstünde görünmesi için */
    }

        .c-havadurumu .illerddown-content a {
            color: black;
            padding: 4px 8px;
            text-decoration: none;
            display: block;
            font-size: 14px;
        }

            .c-havadurumu .illerddown-content a:hover {
                background-color: #ddd;
            }

    .c-havadurumu .illerddown.show .illerddown-content {
        display: block;
    }
/*Kategori HAVA DURUMU Page Bitti*/


/*Kategori Döviz Page */
.c-doviz {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.exchange-summary {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px;
    background: #fdfdfd;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: auto;
    gap: 20px;
}

.exchange-summary__item {
    min-width: 115px;
}

.exchange-summary__name, .exchange-summary__ratio {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
}

.exchange-summary__ratio--up {
    color: #34c337;
}

.exchange-summary__ratio--down {
    color: #c33458;
}

.exchange-summary__name {
    color: grey;
}

.exchange-summary__value {
    font-size: 18px;
}

.exchange-summary__summary, .exchange-summary__value {
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #323232;
    white-space: nowrap;
}


.exchange-summary__summary {
    display: flex;
    font-size: 13px;
    gap: 5px;
}
/**/

.exchange-single {
    padding: 20px 30px;
    background: #06b;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.exchange-single__heading {
    display: flex;
    flex-direction: column;
    min-width: 113px;
}

.exchange-single__label {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 4px;
}

.exchange-single__value {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    color: #fff;
}

.exchange-single__content {
    width: 100%;
    min-width: calc(100% - 210px);
    display: flex;
    justify-content: space-between;
}

.exchange-single__item {
    border-right: 1px solid hsla(0, 0%, 100%, .15);
    width: 100%;
    text-align: center;
}

    .exchange-single__item:last-child {
        border-right: 0;
        padding-right: 0;
    }
/**/

.exchange-dataset {
    width: 100%;
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 1rem !important;
}

.exchange-dataset__heading {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #3f3b3b;
    padding-left: 20px;
    padding-top: 20px;
    background: #fdfdfd;
}

.exchange-dataset__table-wrapper {
    max-width: 100%;
    overflow: auto;
}

.exchange-dataset__table {
    margin: 0;
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
}

    .exchange-dataset__table .exchange-dataset__order .arrow {
        border-color: #fff;
    }

    .exchange-dataset__table .exchange-dataset__order .arrow {
        border-color: #fff;
    }

.exchange-dataset th:first-child {
    padding-left: 10px;
}

.exchange-dataset th {
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #2bb0da;
    background: #fdfdfd;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
}

.exchange-dataset td {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
    color: #3f3b3b;
    vertical-align: middle;
}

.exchange-dataset td, .exchange-dataset th {
    padding: 10px 5px;
}

.text-left {
    text-align: left;
}

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

.exchange-dataset td.exchange-down, .exchange-dataset td.exchange-up {
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.exchange-dataset td.exchange-down {
    color: #eb0015;
}

.exchange-dataset td.exchange-up {
    color: #34c337;
}

.exchange-dataset tr:nth-child(2n) {
    background: #fbfbfb;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
/**/
.exchange-graphic__head {
    background: #2ec5ce;
    padding: 20px;
    border-radius: 4px 4px 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.exchange-graphic__content {
    gap: 20px;
    display: flex;
    flex-direction: column;
    background: #fdfdfd;
    border: 1px solid #ececec;
    border-top: 0;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    padding: 10px;
}

.exchange-graphic__tabs {
    padding: 2px;
    margin-right: 10px;
    background: #f8f8f8;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 123px;
    display: flex;
}

.exchange-graphic__tab.exchange-graphic__tab--active {
    background: #2ec5ce;
    border-radius: 123px;
    font-weight: 700;
    color: #fff;
}

.exchange-graphic__tab, .exchange-graphic__tab--active {
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}

.exchange-graphic__tab {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #b4b4b4;
    cursor: pointer;
    padding: 7px 0;
}

.exchange-graphic__canvas {
    width: 100%;
    min-height: 300px;
}
/**/
.exchange-calculator {
    display: block;
    flex-direction: column;
    gap: 16px;
}

.exchange-calculator__head {
    background: #23d39f;
    padding: 20px;
    border-radius: 4px 4px 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.exchange-calculator__content {
    background: #fdfdfd;
    border: 1px solid #ececec;
    border-top: 0;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    padding: 10px;
}

.exchange-calculator__control {
    display: flex;
    margin-top: 10px;
}

.exchange-calculator__radio {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #adadad;
    margin-right: 10px;
}

.exchange-calculator__radio--text {
    margin-left: 5px;
}

.exchange-calculator__control {
    display: flex;
    margin-top: 10px;
}

.exchange-calculator__input {
    width: calc(50% - 5px);
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    margin-right: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: grey;
    padding-left: 12px;
}

.exchange-calculator__select {
    width: calc(50% - 5px);
    position: relative;
}

    .exchange-calculator__select select {
        width: 100%;
        background: #fff;
        border: 1px solid #ededed;
        box-sizing: border-box;
        border-radius: 4px;
        height: 40px;
        padding-left: 12px;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: grey;
    }

        .exchange-calculator__select select option {
            color: #000;
        }
/**/
.what-happened {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.what-happened__head {
    background: #da2f96;
    padding: 20px;
    border-radius: 4px 4px 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.what-happened__content {
    display: flex;
    justify-content: space-between;
    background: #fdfdfd;
    border: 1px solid #ececec;
    border-top: 0;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    padding: 10px;
    gap: 16px;
}

.what-happened-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.what-happened__col-type {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: grey;
}

.what-happened__col-value.what-happened__col-value--up {
    color: #34c337;
}

.what-happened__col-value.what-happened__col-value--down {
    color: #eb0015;
}

.what-happened__col-value {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #989898;
}
/*Kategori Döviz Page Bitti*/

/*Kategori BORSA Page*/

.graphic-wd {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.graphic-wd__head {
    padding: 20px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #3f3b3b;
}

.graphic-wd__content {
    background: #fdfdfd;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
}

    .graphic-wd__content .filter-select {
        position: relative;
        display: none !important;
    }

    .graphic-wd__content .filter-select__bar--primary {
        background: #fff;
        border: 1px solid #ededed;
        box-sizing: border-box;
        border-radius: 4px;
        width: 100%;
        display: block;
        height: 40px;
        text-align: left;
        padding-left: 10px;
    }

    .graphic-wd__content .filter-select__bar {
        font-family: sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #5b5b5b;
        background-color: transparent;
        border: 0;
        padding-right: 20px;
    }

    .graphic-wd__content select option {
        color: #000;
    }

.graphic-wd__tabs {
    display: flex;
    padding: 2px;
    margin-right: 10px;
    background: #f8f8f8;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 123px;
    display: flex;
}

.graphic-wd__tab.graphic-wd__tab--active {
    background: #eb0015;
    border-radius: 123px;
    font-weight: 700;
    color: #fff;
}

.graphic-wd__tab, .graphic-wd__tab--active {
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}

.graphic-wd__tab {
    display: flex;
    justify-content: center;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #b4b4b4;
    cursor: pointer;
    padding: 7px 0;
    gap: 5px;
}

.graphic-wd__canvas {
    width: 100%;
    display: block;
    height: 349px;
}
/**/
.exchange-dataset__heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #3f3b3b;
    padding: 10px;
    background: #fdfdfd;
}

.exchange-dataset__tag {
    background-color: #2bb0da;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-left: 5px;
}

.exchange-dataset__tag-label, .exchange-dataset__tag-label--transform {
    font-style: normal;
    line-height: 22px;
    text-align: center;
    color: #fff;
    position: relative;
}

.exchange-dataset__tag-label {
    font-weight: 500;
    font-size: 12px;
    width: 100px;
    min-width: 100px;
    margin-right: 30px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -.4px;
    font-size: 18px;
    background: #0293c0;
    padding-left: 10px;
    transform: skewX(-26deg);
    height: 37px;
}

.exchange-dataset__tag-label--transform {
    transform: skewX(26deg);
    display: flex;
    height: 100%;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
}

.exchange-dataset__tag-label, .exchange-dataset__tag-label--transform {
    font-style: normal;
    line-height: 22px;
    text-align: center;
    color: #fff;
    position: relative;
}

.exchange-dataset__tag-date {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

.exchange-dataset__heading .filter-select {
    position: relative;
    display: none;
}

.dataset-search {
    background: #f8f8f8;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 123px;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

    .dataset-search img {
        width: 24px;
    }

.dataset-search__button, .dataset-search__input {
    background-color: transparent;
    border: 0;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataset-search__button {
    font-size: 14px;
    color: #bcbcbc;
    position: absolute;
    left: 0;
    top: 0;
    width: 37px;
    pointer-events: none;
}

.dataset-search__input {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #b4b4b4;
    min-width: 125px;
    width: 100%;
}

.dataset-search__button, .dataset-search__input {
    background-color: transparent;
    border: 0;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/**/

.exchange-dataset {
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 4px;
}

.exchange-dataset__control {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.exchange-dataset__tabs {
    padding: 4px;
    background: #f8f8f8;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 123px;
    display: flex;
    width: 100%;
}

.exchange-dataset__tab.exchange-dataset__tab--active {
    background: #0293c0;
    border-radius: 123px;
    font-weight: 700;
    color: #fff;
}

.exchange-dataset__tab {
    flex-grow: 1;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #b4b4b4;
}

.exchange-dataset__letter {
    display: flex;
    width: 100%;
}

.exchange-dataset__letter-item {
    width: 10%;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: #fdfdfd;
    border: 1px solid #ececec;
    box-sizing: border-box;
    cursor: pointer;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .exchange-dataset__letter-item:first-child {
        border-left: 0;
    }

.exchange-dataset .exchange-dataset-up {
    color: #34c337;
}

.exchange-dataset .exchange-dataset-down {
    color: #eb0015;
}

.exchange-dataset.exchange-dataset--large th:first-child {
    padding-left: 10px;
}

.exchange-dataset.exchange-dataset--large th {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
    background: #2bb0da;
    color: #fff;
    white-space: nowrap;
}

.exchange-dataset.exchange-dataset--large th {
    padding: 10px 7px;
}

.exchange-dataset__type {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .exchange-dataset__type .arrow.up {
        border-color: #34c337;
    }

    .exchange-dataset__type .arrow.down {
        border-color: #eb0015;
    }

    .exchange-dataset__type .arrow.right {
        border-color: #787878;
    }
/*Kategori BORSA Page Bitti*/


/*Kategori Kripto Page*/

.crypto-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
}

    .crypto-pagination .pagination__button {
        border: 1px solid #eaeaea;
        box-sizing: border-box;
        border-radius: 4px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #3f3b3b;
        background-color: #fff;
        padding: 5px 7px;
    }

    .crypto-pagination .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
        border-radius: .25rem;
    }

    .crypto-pagination .page-item.disabled .page-link .arrow.left {
        color: #6c757d;
        pointer-events: none;
        cursor: auto;
        background-color: #fff;
        border-color: #eaeaea;
    }

    .crypto-pagination .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .crypto-pagination .page-link__next, .crypto-pagination .page-link__prev {
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        color: #eb0015;
    }

    .crypto-pagination .page-link {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #000;
        background-color: #fff;
        border: 1px solid #eaeaea;
    }

    .crypto-pagination .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #eb0015;
        border-color: #eb0015;
    }
/*Kategori Kripto Page Bitti*/


/*CANLI ANLATIM*/
.canlianlatim {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .canlianlatim .mansetimg {
        padding-left: 8px;
        margin-bottom: 8px;
    }

        .canlianlatim .mansetimg img {
            -webkit-box-shadow: -8px 8px 0px 0px rgba(197,32,39,1);
            -moz-box-shadow: -8px 8px 0px 0px rgba(197,32,39,1);
            box-shadow: -8px 8px 0px 0px rgba(197,32,39,1);
        }

    .canlianlatim .head {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 16px;
        gap: 10px;
        background-color: var(--tgrt);
        font-size: 34px;
        font-weight: 800;
        line-height: 37px;
        color: white;
        max-width: 370px;
    }

        .canlianlatim .head img {
            width: 40px;
            filter: var(--filter-invert);
        }

    .canlianlatim .sonhaberler-newslist {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .canlianlatim .sonhaberler-newslist .sonhaberler-news {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            background: #EEEEEE;
            padding: 10px;
            border-radius: 1px;
        }

            .canlianlatim .sonhaberler-newslist .sonhaberler-news .baslik {
                display: flex;
                flex-direction: row;
                gap: 10px;
                align-items: center;
            }

            .canlianlatim .sonhaberler-newslist .sonhaberler-news .title {
                padding: 10px 10px 10px 92px;
                gap: 15px;
                display: flex;
                flex-direction: column;
            }

                .canlianlatim .sonhaberler-newslist .sonhaberler-news .title:before {
                    content: "";
                    width: 2px;
                    height: calc(100% - 100px);
                    display: block;
                    position: absolute;
                    top: 74px;
                    left: 40px;
                    z-index: 1;
                    background: var(--tgrt);
                }

            .canlianlatim .sonhaberler-newslist .sonhaberler-news .video {
                position: relative;
                width: 100%;
                aspect-ratio: 16/9;
                padding: 10px 10px 10px 92px;
            }

                .canlianlatim .sonhaberler-newslist .sonhaberler-news .video .ikon-video {
                    width: 50px;
                    height: 50px;
                    display: block;
                    position: absolute;
                    filter: var(--filter-bordo);
                    inset: 50% auto auto 6px !important;
                    transform: translateY(-50%);
                    z-index: 2;
                }

                .canlianlatim .sonhaberler-newslist .sonhaberler-news .video:before {
                    content: '';
                    width: 48px;
                    height: 48px;
                    display: block;
                    position: absolute;
                    background-color: #f4f4f4;
                    inset: 50% auto auto 7px !important;
                    transform: translateY(-50%);
                    border-radius: 50%;
                    z-index: 1;
                }

                .canlianlatim .sonhaberler-newslist .sonhaberler-news .video iframe, .canlianlatim .sonhaberler-newslist .sonhaberler-news .video video {
                    width: 100%;
                    aspect-ratio: 16 / 9;
                }
            /**/
            .canlianlatim .sonhaberler-newslist .sonhaberler-news .image {
                position: relative;
                width: 100%;
                aspect-ratio: 16/9;
                padding: 10px 10px 10px 92px;
            }

                .canlianlatim .sonhaberler-newslist .sonhaberler-news .image .ikon-image {
                    width: 50px;
                    height: 50px;
                    display: block;
                    position: absolute;
                    filter: var(--filter-bordo);
                    inset: 50% auto auto 6px !important;
                    transform: translateY(-50%);
                    z-index: 2;
                }

                .canlianlatim .sonhaberler-newslist .sonhaberler-news .image:before {
                    content: '';
                    width: 48px;
                    height: 48px;
                    display: block;
                    position: absolute;
                    background-color: #f4f4f4;
                    inset: 50% auto auto 7px !important;
                    transform: translateY(-50%);
                    border-radius: 50%;
                    z-index: 1;
                }

                .canlianlatim .sonhaberler-newslist .sonhaberler-news .image img {
                    width: 100%;
                    aspect-ratio: 16 / 9;
                }
            /**/
            .canlianlatim .sonhaberler-newslist .sonhaberler-news .time {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                width: 92px;
                height: 40px;
                font-size: 15px;
                line-height: 25px;
                font-weight: 600;
                color: #FFFFFF;
                background: var(--tgrt);
                border-radius: 4px;
                gap: 5px;
            }

                .canlianlatim .sonhaberler-newslist .sonhaberler-news .time img {
                    filter: var(--filter-invert);
                    height: 16px;
                }

            .canlianlatim .sonhaberler-newslist .sonhaberler-news .text {
                font-size: 25px;
                line-height: 25px;
                font-weight: bold;
                color: #424242;
            }

.ilgilihaberler ~ .canlianlatim {
    margin-top: 40px;
}
/**/
/*CANLI ANLATIM BİTTİ*/



/*FİKSTUR*/
.c-spor .fiksturddown {
    position: relative;
    display: inline-block;
}

.c-spor .fiksturddown-btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
    background: #EEEEEE;
    border: 1px solid #D9D9D9;
    border-radius: 1px;
    color: #424242;
    gap: 10px;
    white-space: nowrap;
}

.c-spor .fiksturddown-btn:hover {
    background-color: var(--tgrt);
    color: white;
}

.c-spor .fiksturddown-btn .arrow {
    border-color: #424242;
}

.c-spor .fiksturddown-btn:hover .arrow {
    border-color: white;
}

.c-spor .fiksturddown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.c-spor .fiksturddown-content a {
    color: black;
    padding: 4px 8px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.c-spor .fiksturddown-content a:hover {
    background-color: #ddd;
}

.c-spor .fiksturddown.show .fiksturddown-content {
    display: block;
}

.fixture {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
    line-height: 30px;
    color: var(--yazi2);
    font-weight: 600;
    width: 100%;
}
.fixture__head {
    background: #fbfbfb;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 4px;
    min-height: 57px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.fixture__heading {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.fixture__league_image {
    height: 40px;
    margin: 5px;
}
.fixture__filter {
    display: flex;
    position: relative;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.fixture__select {
    position:relative;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #5b5b5b;
    border: 0;
    padding-right: 20px;
    background-color: transparent;
}
.fixture__select option {
    color: #000;
}
.fixture__appearance {
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    pointer-events: none;
}


/**/
.fiskturs{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: white;
}
.fixtures {
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 4px
}

.fixture__item {
    padding: 30px 20px 10px;
}

.fixture__item:nth-child(2n) {
    background: #fbfbfb;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.fixture__league_image {
    height: 40px;
    margin: 5px
}

.fixture__image {
    width: 18px
}


.fixture__select {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #5b5b5b;
    border: 0;
    padding-right: 20px;
    background-color: transparent
}

.fixture__appearance {
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    pointer-events: none
}

.fixture__filter {
    position: relative
}

.fixture__heading {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000
}

.fixture__date {
    margin-bottom: 11px;
    display: flex;
    justify-content: space-between;
}

.fixture__control {
    position: absolute;
    left: 0;
    top: 0;
}

.fixture__control--right {
    left: unset;
    right: 0
}


.fixture__megaphone {
    background: #fbfbfb;
    border: 1px solid #ededed;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #5b5b5b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto
}



.fixture__datetime {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #5b5b5b;
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 4px;
    width: 72px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.fixture__datetime img
,.fixture__megaphone img{
    width: 20px;
}



.fixture__day {
    font-weight: 500;
    font-size: 12px;
    color: #5b5b5b;
    background: #27b264;
    border-radius: 1234px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #fff;
    height: 42px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.fixture__name {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #383838
}



.fixture__score {
    display: flex    ;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 4px;
    height: 30px;
    width: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #383838
}



.fixture__seperator {
    margin-left: 4px;
    margin-right: 4px
}

.fixture__sign {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    color: #383838;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixture__squad {
    text-align: center;
    display: flex;
    align-items: center;
    width: 100px
}
.justify-content-end {
    justify-content: flex-end !important;
}


.fixture__squads-item {
    position: relative;
    border-bottom: 1px solid #ededed;
    min-height: 95px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}



.fixture__squads-item:last-child {
    border-bottom: 0
}

/*FİKSTUR bitti*/


/* Video kategorisi */

.c-canliyayin.videohaberler .details-content .digerhaberler .news .spot .title
,.c-canliyayin.videohaberler .details-content .digerhaberler .news .spot .c-time
,.c-canliyayin.videohaberler .details-content .digerhaberler .news .spot .icerik
,.c-canliyayin.videohaberler .details-content .rightblock .random-newslist .random-news .c-time
,.c-canliyayin.videohaberler .details-content .rightblock .random-newslist .random-news .text{
 color:#fff !important;
}

/* Video kategorisi bitti */

/* Programlar kategorisi */
.c-programlar{
    display: flex;
    flex-direction: column;
    gap:20px
}
.c-programlar .c-head{
    width: 100%;
}

.program-slide{
    width: 100%;
    display: flex;
    position: relative;
    margin-right: 15px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 4px;
    
}


.programs__content--line,.programs__head--subtitle {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center
}

.programs__head--subtitle {
    font-weight: 500;
    color: #737373
}

.programs__head--title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 5px
}

.programs__logo {
    text-align: center;
    margin-bottom: 28px
}

.programs__logo img {
    border-radius: 50%
}

.programs-top {
    height: 536px;
    width: 100%
}

@media screen and (max-width: 992px) {
    .programs-top {
        padding-left:15px;
        padding-right: 15px
    }
}

.programs-thumbs {
    box-sizing: border-box;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #fdfdfd;
    border: 1px solid #ececec;
    margin-top: 26px
}

@media screen and (min-width: 992px) {
    .programs-thumbs {
        height:20%;
        left: 65px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        width: calc(60% - 65px);
        bottom: 20px;
        background: transparent;
        border: 0
    }
}

.programs-thumbs .pro-slide {
    width: 25%;
    height: 114px
}

.pro-slide.active .programs-thumbs__image {
    border: 3px solid #eb0015;
    border-radius: 50%
}

@media screen and (min-wdith:992px) {
    .pro-slide.active .programs-thumbs__imagee {
        border: 2px solid #fff
    }
}


.programs__slide-boxes {
    display: flex;
    width:100%;
}
.programs__slide {
    background-image: url(https://i.tgrthaber.com/assets/dist/images/bg-red.jpg);
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    min-height: 593px;
    align-items: flex-end;
}

.programs__slide-inner {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    display:flex;
    align-items: end;

}

.programs__slide-left {
    width: 100%;
    z-index: 2;
    padding-left: 33px;
    padding-top: 37px
}

@media screen and (min-width: 992px) {
    .programs__slide-left {
        z-index:1;
        padding-bottom: 121px;
        padding-left: 65px;
        width: 60%;
        min-width: 60%
    }
}

.programs__slide-rigth {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 50%
}

@media screen and (min-width: 992px) {
    .programs__slide-rigth {
        width:auto;
        position: static
    }
}

.programs__slide-person {
    width: 740px
}

.programs__slide-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 7px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 992px) {
    .programs__slide-subtitle {
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 0;
    }
}

.programs__slide-description {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    width: 50%;
    margin-bottom: 8px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 992px) {
    .programs__slide-description {
        width:70%
    }
}

.programs__slide-title {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 17px
}

@media screen and (min-width: 992px) {
    .programs__slide-title {
        font-style:normal;
        font-weight: 700;
        font-size: 65px;
        line-height: 77px;
        color: #fff;
        margin-bottom: 20px
    }
}

.programs__thumb-content p {
    color: #fff;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px
}

.programs-thumbs__image {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    border: 2px solid transparent;
    -o-object-fit: contain;
    object-fit: contain
}

.programs-thumbs__slide {
    width: 64px
}

.programs-datetime {
    height: 64px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: #eb0015;
    overflow: hidden;
    align-items: center;
    padding-right: 10px;
    padding-left: 5px;
    display: inline-block
}
.programs-datetime__tag-label img {
    height: 20px;
    margin-right: 12px;
    filter:var(--filter-invert);
}

@media screen and (min-width: 992px) {
    .programs-datetime {
        margin-bottom:30px
    }
}

.programs-datetime__value {
    font-style: normal;
    letter-spacing: -.4px;
    color: #fff;
    padding-left: 5px
}

.programs-datetime__value {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    padding-right: 20px;
    width: 73px
}

@media screen and (min-width: 992px) {
    .programs-datetime__value {
        font-size:25px;
        width: auto
    }
}

.programs-datetime__tag-label {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding-right: 30px;
    margin-right: 30px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -.4px;
    font-size: 18px;
    background: #c2111a;
    position: relative;
    padding-left: 10px;
    transform: skewX(-26deg);
    height: 64px;
    display: inline-block
}

.programs-datetime__tag-label--transform {
    transform: skewX(26deg);
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    max-width: 120px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.4px;
    color: #fff
}

@media screen and (min-width: 992px) {
    .programs-datetime__tag-label--transform {
        font-size:25px;
        max-width: 500px;
        width: auto
    }
}

.programs-datetime__tag-label--transform:before {
    content: " ";
    width: 7px;
    position: absolute;
    top: 0;
    left: calc(100% + 33px);
    height: 64px;
    transform: skewX(-26deg);
    background: #c2111a
}

.programs-datetime__tag-label--transform:after {
    content: " ";
    width: 3px;
    position: absolute;
    top: 0;
    left: calc(100% + 43px);
    height: 64px;
    transform: skewX(-26deg);
    background: #c2111a
}

.programs-datetime__tag-label:before {
    content: " ";
    width: 400%;
    position: absolute;
    top: 0;
    right: 98%;
    height: 64px;
    background: #c2111a
}

.program-hero {
    background-image: url(https://i.tgrthaber.com/assets/dist/images/bg-red.jpg);
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 4px
}

.program-hero__content {
    padding: 30px 0 0
}

@media screen and (min-width: 992px) {
    .program-hero__content {
        padding:0 70px 35px
    }
}

@media screen and (min-width: 992px) {
    .program-hero__inner {
        height:360px;
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between
    }
}

.program-hero__title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 16px
}

@media screen and (min-width: 992px) {
    .program-hero__title {
        font-style:normal;
        font-weight: 700;
        font-size: 45px;
        margin-bottom: 5px;
        line-height: 60px
    }
}

.program-hero__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 7px
}

@media screen and (min-width: 992px) {
    .program-hero__subtitle {
        margin-bottom:0;
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: 47px
    }
}

.program-hero__image {
    text-align: center
}

@media screen and (min-width: 992px) {
    .program-hero__image {
        text-align:right;
        margin-top: 20px;
        margin-right: 100px
    }
}

.program-hero__image-transparent {
    width: 340px
}

.program-detail__box {
    background: #fdfdfd;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px
}

@media screen and (min-width: 992px) {
    .program-detail__box {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

.program-detail__image {
    background-image: url(https://i.tgrthaber.com/assets/dist/images/bg-red.jpg);
    border-radius: 4px;
    height: 328px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.program-detail__play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -26px;
    margin-top: -26px;
    font-size: 52px;
    opacity: .4
}

.program-detail__poster {
    position: relative
}

.program-detail__title {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #3f3b3b;
    margin-bottom: 13px
}

@media screen and (min-width: 992px) {
    .program-detail__title {
        margin-bottom:0;
        font-style: normal;
        font-weight: 700;
        font-size: 65px;
        line-height: 77px
    }
}

.program-detail__description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #747474
}

@media screen and (max-width: 991px) {
    .program-detail__description {
        margin-top:13px
    }
}

.pro-wrapper{
    position: absolute;
    width: 100%;
    bottom: 20px;
    display: flex;
    flex-direction: row;
    z-index: 1;
    justify-content: center;
    flex-wrap: wrap;
}

.programs__allboxes{
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.programs__boxes{
    max-width: 100%;
}
.programs__box {
    background: #fdfdfd;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 29px;
    height: 100%
}
.pro-slide{
    margin-right: 10px;
    flex-shrink: 0; 
}
/* Programlar kategorisi bitti */

/* Puan durumu */
.c-puandurumu {
    width: 100%;
}
.standings {
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 4px
}
.standings-head__head {
    background: #fbfbfb;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    min-height: 57px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.standings__league_image {
    margin: 5px;
    height: 40px;
}


.league_skor {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}


.standings__table-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
}

.standings__row {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

    .standings__row.headings {
        font-weight: bold;
        background-color: #f1f1f1;
    }

.standings__cell {
    flex: 1;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}

.standings__cell.standings__team {
    text-align: left;
    display: flex;
    align-items: center;
    flex: 4;
}

.standings__cell.standings__team img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.standings__order {
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 10px;
}

.standings__team {
    font-size: 14px;
    font-weight: normal;
}



/* Puan durumu bitti */

/* Game Oyunlar  */
.c-game  {
    display: flex;
    flex-direction: column;
    gap:20px;
}
.c-game .kategoribox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
}
.games {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 60px;
}
.gamebox {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.game-hemenoyna {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 1px 15px #FFFFFF;
    -webkit-box-shadow: inset 0px 1px 15px #FFFFFF;
    -moz-box-shadow: inset 0px 1px 15px #FFFFFF;
    border: 3px solid #FFFFFF;
    border-radius: 16px;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    text-shadow: inset 0px 3px 0px #FFFFFF;
}
    .game-hemenoyna:hover {
        background: #FF9100;
        box-shadow: inset 0px 1px 15px #FFFFFF;
        -webkit-box-shadow: inset 0px 1px 15px #FFFFFF;
        -moz-box-shadow: inset 0px 1px 15px #FFFFFF;
        font-size:25px;
        line-height:28px;
        color: #FFFFFF;
        text-shadow: inset 0px 3px 0px #FFFFFF;
    }

/* Game Oyunlar bitti */


/* Sıkça Sorulan Sorular */
.faq-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    background-color: #f9f9f9;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
    .faq-container h4 {
        color: black;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        padding: 0 10px;
    }


.faq-item {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    overflow: hidden;
    transition: transform 0.2s;
}

    .faq-item:hover {
        transform: translateY(-2px); /* Hoverda hafif yukarı kaydırma efekti */
    }

.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #333;
    background-color: #f1f1f1;
    transition: background-color 0.3s ease;
}

    .faq-question:hover {
        background-color: #e2e6ea;
    }

    .faq-question::after {
        content: '+'; /* Açma simgesi */
        font-size: 1.5rem;
        transition: transform 0.3s ease;
    }

.faq-item.active .faq-question::after {
    transform: rotate(45deg); /* Açıldığında simgeyi döndür */
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5rem;
    color: #666;
    line-height: 1.6;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(-10px);
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 0 1.5rem 1.5rem 1.5rem;
    opacity: 1;
    transform: translateY(0);
}

.faq-container h2 {
    margin-bottom: 0;
}
/**/
.related-articles-list{
    display:flex;
    flex-direction:column;
    gap:20px;
}

#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: flex; /* Flexbox düzeni */
    align-items: center;
}

#border-pagination li {
    display: inline-block;
}

#border-pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;
}

#border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
}

#border-pagination li a.active {
    background-color: var(--tgrt);
    color: #fff;
}

#border-pagination li a:hover:not(.active) {
    background: #ddd;
}

.news-content ul {
    list-style: disc;
    padding-left: 40px
}

.news-content ol {
    list-style: auto;
    padding-left: 40px
}

.image img {
    width: 100%;
}

#news-content a {
    color: var(--tgrt);
}

.yazarinsonyazisi a {
    color: var(--tgrt);
}

/*Photo*/
.photoLine {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .photoLine ul, ol {
        list-style: unset;
    }
    .photoLine .photo-caption
    {
        font-size:14px;
    }
    .photo {
        display: grid;
        gap: 24px;
        align-items: center;
        margin-bottom: 30px;
    }

    .photo:last-child {
        margin-bottom: 0;
    }

h1.photoh1 {
    text-align: center;
    font-family: inherit;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 840px;
    color: #424242;
}

.photo .newscontent {
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    color: #424242;
}

    .photo .newscontent .picture {
        max-width: 100%;
        width: 100%;
        position: relative;
        object-fit: cover;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

        .photo .newscontent .picture img {
            aspect-ratio: 15 / 10;
            object-fit: cover;
            width: 100%;
        }

    .photo .newscontent .sources-share {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        font-family: inherit;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
    }

        .photo .newscontent .sources-share .date {
            display: none;
        }

.photo:first-of-type .newscontent .sources-share .date {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
}

.photo .newscontent .sources-share .share {
    filter: invert(1);
}


.photo .title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
    width: 100%;
    background-color: #e6e6e6;
    color: #000;
}

    .photo .title p {
        font-family: inherit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
    }
.photo .picture .number {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 2px solid #e6e6e6;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    color: #424242;
    font-weight: 500;
    font-size: 20px;
    background-color: #e6e6e654;
}

/*Photo End*/