<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GENEL AYARLAR */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 17px;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bs-gray-200);
  font-family: var(--te-font), sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.container {
  /*max-width: 1160px;*/
  position: relative;
  margin: 0 auto;
}

/* TABLOLAR GENEL DÃœZENLEME */
table &gt; tbody &gt; tr &gt; th,
table &gt; tbody &gt; tr &gt; td {
  vertical-align: middle;
}
table tr:last-child td,
table tr:last-child th {
  border-bottom-width: 0 !important;
}

body.noscroll {overflow: hidden;}
figure {margin: 0;}

/* CLS iÃ§in dÃ¼zeltmeler */
.navbar-brand img {
  max-width: 400px;
  max-height: 80px;
}

ul.mobile-categories {
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  letter-spacing: -.60px;
  height: 56px;
  padding: 15px 15px 15px 0;
  transition: top .3s;
  width: 100%;
  background-color: var(--bs-white);
  font: bold 18px var(--te-secondary-font);
  display: flex;
  margin-bottom: 0;
}

ul.mobile-categories li a {
  margin-left: 15px;
}

ul.mobile-categories::-webkit-scrollbar {
  display: none;
}

/* Site genelindeki varsayÄ±lan link ayarlarÄ± */
a {
  color: var(--te-link-color);
  text-decoration: none;
}

a:hover {
  color: var(--te-link-hover-color);
  text-decoration: none;
}

.nav-link {
  color: inherit;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--te-hover-color);
}

/* BaÅŸlÄ±klarÄ±n biÃ§imlendirilmesi */
h3, .h3 {font-size: 28px;font-weight: 700;}
h4, .h4 {font-size: 20px;font-weight: 700;}
h5, .h5 {font-size: 16px;font-weight: 700;}
h6, .h6 {font-size: 14px;font-weight: 700;}

/* Mobil sÃ¼rÃ¼mde baÅŸlÄ±klarÄ±n biÃ§imlendirilmesi */
@media (max-width: 992px) {
  h3, .h3 {font-size: 20px;}
  h4, .h4 {font-size: 18px;}
  h5, .h5 {font-size: 16px;}
  h6, .h6 {font-size: 14px;}
}
@media (max-width: 768px) {
  h3, .h3 {font-size: 18px;}
  h4, .h4 {font-size: 16px;}
  h5, .h5 {font-size: 14px;}
  h6, .h6 {font-size: 13px;}
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Ana manÅŸetlerin fontlarÄ±nÄ±n biÃ§imlerindirilmesi */
[class^="main-headline-"] h3,
[class^="main-headline-"] .h3 .secondaryfont {
  font-family: var(--te-secondary-font), 'Arial', sans-serif;
  font-size: 2.25em;
  letter-spacing: -1px;
  font-weight: 600;
}

@media (max-width: 768px) {
  [class^="main-headline-"] h3,
  [class^="main-headline-"] .h3,
  .secondaryfont {
    font-size: 1.4em;
  }
}

/* Bootstrap'in genel focus gÃ¶lge olayÄ±nÄ± iptal edelim */
.btn.focus,
.btn:focus,
.accordion-button:focus,
.btn-primary:active:focus,
.form-select:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--te-color);
  border-color: var(--te-color);
}

.mini-title {
  font-size: .625rem;
  text-transform: uppercase;
}

/* Bu class swiper pagination'a verildiÄŸinde eÅŸit geniÅŸlik saÄŸlÄ±yor */
.swiper-pagination-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-pagination-flex .swiper-pagination-bullet {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* Yorumlarda kullanÄ±lan yazÄ±nÄ±n devamÄ±nÄ± gÃ¶sterme Ã¶zelliÄŸi iÃ§in eklendi */
.show-all-text {
  overflow: hidden;
  max-height: 50px;
}

[data-readmore-toggle] {
  color: var(--te-color);
  font-size: 12px;
  display: block;
  margin-top: -3px;
  margin-bottom: 10px;
}

/* Kutu baÅŸlÄ±klarÄ±nda Ã§izgi kullandÄ±k */
.title-line {
  border-bottom: 1px var(--te-hover-color) solid;
  opacity: 0.7;
}

.title-line-light {
  border-bottom: 1px #efefef solid;
  opacity: 0.7;
}

.title-line-dot {
  border-bottom: 1px #999 dashed;
  opacity: 0.7;
}


/* SatÄ±rlarÄ±n sayÄ±sÄ±na gÃ¶re kÄ±sÄ±tlama Ã¶zelliÄŸi */
.title-2-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.title-3-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.title-4-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* BaÅŸlÄ±klar arkasÄ±nda siyah arkaplan */
.title-bg-area {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px 10px 15px;
  color: #f2f2f2;
  margin-bottom: 0;
}

/* Resimlerin Ã¼zerine geldiÄŸinde yaklaÅŸtÄ±rma efekti */
.img-hover-zoom {
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.1);
}

/* Sticky Header DÃ¼zenlemesi */
.header-te-sticky {
  position: fixed;
  top: -50px;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.5s ease, top 0.5s ease;
  z-index: 1000;
}

.header-te-sticky.visible {
  transform: translateY(0);
  top: 0;
}

.header-te-sticky .sticky-header-menu a {padding-right: 10px;}
.header-te-sticky .sticky-header-menu a:last-child {padding-right: 0;}

/* HEADER 1 OPTIONS */
.header-1 .main-menu {
  background-color: var(--te-color);
  padding: 0;
}

.header-1 .main-menu ul li .nav-link {
  font-size: 1rem;
  padding-right: .5rem;
  padding-left: .5rem;
}

.header-1 .main-menu ul li:first-child .nav-link {
  padding-left: 0;
}

.header-1 .weather-top {
  padding: 8px 0 5px 0;
}

.header-1 .weather-top i {
  font-size: 25px;
}

.header-1 .newsticker__item,
.header-1 .weather select {
  font-size: .825rem;
}

.header-1 .newsticker {
  overflow: hidden;
}

.header-1 .newsticker__item {
  line-height: 20px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .header-1 .weather-top {
    display: none;
  }
}

/* HEADER-2 OPTIONS */
.header-2 .top-header {
  background-color: var(--te-color);
}

.header-2 .top-header .top-menu .nav a svg,
.header-2 .top-header .top-menu .nav a i,
.header-2 .top-header .nav a {
  color: rgba(255, 255, 255, 0.7);
}

.header-2 .top-header .nav a:hover {
  color: rgba(255, 255, 255, 1);
}

.header-2 .main-menu ul li .nav-link {
  font-size: 1rem;
  padding-right: .5rem;
  padding-left: .5rem;
}

.header-2 .main-menu ul li:first-child .nav-link {
  padding-left: 0 !important;
}

/* HEADER-4 OPTIONS */
.header-4 .top-header {
  color: #fff;
  background-color: var(--te-color);
}

.header-4 .top-header .top-menu a svg,
.header-4 .top-header .top-menu a i,
.header-4 .top-header .nav a {
  color: rgba(255, 255, 255, 0.7);
}

.header-4 .top-header .nav a:hover {
  color: rgba(255, 255, 255, 1);
}

.header-4 .top-header .weather {
  width: 160px;
}

.header-4 .top-header .form-select {
  font-size: 15px;
  background-color: transparent;
  border: 0;
  color: #efefef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.header-4 .top-header .form-select option {
  color: #444;
}

.header-4 .top-header .form-select option selected {
  color: #fff;
}

.header-4 .navbar-expand-lg .nav .nav-link {
  padding: 0 0.5rem;
}

/* Header 5 iÃ§in dÃ¼zenlemeler */
.header-5 .main-menu .nav-link,
.header-5 .navigation-menu .nav-link {
  color: #ffffff;
}

/* Header 7 iÃ§in dÃ¼zenlemeler */
.header-7 .top-header {
  font-size: 0.8rem;
}

.header-7 .top-social-media .btn {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 1px;
}

/* Header 8 iÃ§in dÃ¼zenlemeler */
.header-8 .main-menu {
  padding: 0;
}

.header-8 .main-menu ul li:first-child .nav-link {
  padding-left: 0;
}

.header-8 .main-menu ul li .nav-link {
  font-size: 18px;
  padding: .5rem .5rem;
}

.header-8 .newsticker {
  overflow: hidden;
}

.header-8 .newsticker__item {
  line-height: 21px;
  white-space: nowrap;
  text-align: center;
}

.header-8 .form-select {
  text-align: right;
  max-width: 95px;
  padding-right: 15px;
  padding-bottom: 0;
  padding-top: 5px;
  font-size: .625rem;
  overflow: hidden;
  text-transform: uppercase;
  background: #999 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23cacaca' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0rem center/8px 10px;
}

.header-8 select option {
  color: black;
  border: 0;
}

.header-8 .header-widgets&gt;div {
  padding: 0 10px;
}

.header-8 .header-widgets&gt;div:last-child {
  padding-right: 0;
}
.header-8 .header-widgets&gt;div:first-child {
  padding-left: 0;
}
/* Header 9 Ä°Ã§in DÃ¼zenlemeler */
.header-9 .main-menu ul li a.nav-link:first-child {
  padding-left: 0 !important;
}
.header-9 .main-menu .nav-link:hover,
.header-9 .main-menu .nav-link:focus {
  color: #ffa922;
}
/* Header 12 iÃ§in dÃ¼zenlemeler */
.header-12 .main-menu ul li a.nav-link:first-child {
  padding-left: 0 !important;
}
.header-12 .top-menu a {margin-right: 15px;}
.header-12 .top-menu a:last-child {margin-right: 0;}

/* Header 13 Ä°Ã§in Stiller */
.header-13 .container {
  max-width:1500px;
  --bs-gutter-x: 0 !important;
}
.header-13 .flow-logo {
  height: auto;
  object-fit: contain;
}
@media (max-width: 576px) {
  .header-13 .flow-logo {
    max-height: 55px !important;
    height: auto;
    width: auto;
  }
}
.header-13 .menu-two-rows::before {
  top: 0;
  left: 19px;
  content: "";
  bottom: auto;
  height: 100%;
  width: 197px;
  position: absolute;
  background-color: var(--te-color);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: 2;
}
.header-13 .main-header .container::before {
  border-left: 3px solid var(--header-13-color);
  bottom: 0;
  content: "";
  height: 77px;
  left: 218px;
  margin-left: 0;
  position: absolute;
  top: 15px;
  transform: rotate(30deg) translateY(-8px);
  z-index: 3;
}
.header-13 .menu-two-rows .top-menu ul:first-child {margin-left: 85px;}
.header-13 .menu-two-rows .top-menu i {color: var(--header-13-color); }

@media only screen and (max-width: 991px) {
  .header-13 .main-header .container::before {display: none;}
}

.header-13 .category-menu {
  height: 38px;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: var(--header-13-color);
  padding-left: 60px;
}

.header-13 .sliding-news-wrapper {
  display: flex;
  animation: header-13-ticker 30s linear infinite; /* SÃ¼reyi iÃ§erik miktarÄ±na gÃ¶re artÄ±rdÄ±m */
  width: max-content; /* Ã–nemli: Ä°Ã§eriÄŸin tam geniÅŸliÄŸi kadar olmasÄ±nÄ± saÄŸlar */
}

.header-13 .sliding-news-container:hover .sliding-news-wrapper {
  animation-play-state: paused;
}

.header-13 .sliding-news-wrapper li {
  flex: none;
  white-space: nowrap;
  margin-right: 2rem;
}

@keyframes header-13-ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50%)); } /* Hesaplama ile yarÄ±sÄ± kadar kaydÄ±rma */
}

.header-13 .top-header ul {
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: top .3s;
  flex-wrap: nowrap;
}
.header-13 .top-header ul li {padding-right: 15px;margin-right: 15px;}
.header-13 .top-header ul li:last-child {padding-right:0; margin-right: 0;}

/* BaÅŸlÄ±klar arkasÄ±nda siyah arkaplan */
.main-headline-9 .title-bg-area {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px 10px 15px;
  color: #f2f2f2;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .main-headline-9 .title-bg-area {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
    margin-top: -45px;
  }
}

/* ANA MANÅžET 10 */
@media (min-width: 992px) {
  .main-headline-10 .featured-block img {
    width: 106px;
  }
}

@media (min-width: 1200px) {
  .main-headline-10 .featured-block img {
    width: 132px;
  }
}

@media (min-width: 1400px) {
  .main-headline-10 .featured-block img {
    width: 157px;
  }
}

/* ANA MANÅžET 12 */
.main-headline-12 h3 {font-size: 1.6em;}
.main-headline-12 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 5px!important;
}
.main-headline-12 .swiper-pagination-bullet:hover {
  transform: scale(1.1); /* Hafif bÃ¼yÃ¼tme efekti */
}

@media (max-width: 700px) {
  .main-headline-12 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 2px!important;
  }
}

/* ANA MANÅžET 13 */
.main-headline-13 .swiper-pagination-bullet {
  font-size: 0;
  width: 12px;
  height: 12px;
  background: var(--te-color);
  opacity: 0.7;
}
.main-headline-13 .swiper-pagination-bullet-active {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  color: #fff;
  background: var(--te-hover-color);
}
.main-headline-13 .swiper-pagination {
  height: 33.5px;
}

/* MOBILE NAVIGATION */
nav#mobile-menu #menu_close {
  right: 0;
  cursor: pointer;
}

nav#mobile-menu .mobile-extra:before,
nav#mobile-menu .mobile-extra:after,
nav#mobile-menu .mobile-extra a:before,
nav#mobile-menu .mobile-extra a:after {
  content: none !important;
}
nav#mobile-menu i,
nav#mobile-menu svg {
  width: 25px;
}
nav#mobile-menu .mobile-extra a {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50px;
}

/* NAVBAR MEGA MENÃœ */
.mega-menu {width:99%;z-index: 99}
.mega-menu .dropdown-item {
  width: 19.6%;
  display: inline-block;
}
.mega-menu .dropdown-item.active,
.mega-menu .dropdown-item:active,
.mega-menu .dropdown-item:focus,
.mega-menu .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.mega-menu .col a:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* STORY */
#story-line .swiper-slide a {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #CA2527;
  padding: 2px;
}

/* NEWSTICKER */
.newsticker {
  overflow: hidden;
}

.newsticker__item {
  line-height: 36px;
  white-space: nowrap;
}

.newsticker-buttons {
  position: absolute;
  top: 0;
  right: 0;
}

.newsticker-button {
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #CA2527;
  border: none;
}

.newsticker-button:focus {
  outline: none;
}

.newsticker-button:hover {
  color: #ffc107;
}

/* HEADER NEWSTICKER */
.header-news-item {
  position: absolute;
  margin-top: 12px;
  width: 100%;
  top: 100%;
  /* BaÅŸlangÄ±Ã§ta tÃ¼m haberler altta gizli */
  opacity: 0;
  /* BaÅŸlangÄ±Ã§ta haberler saydam */
  transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.header-news-item.active {
  top: 0;
  /* Aktif haber gÃ¶rÃ¼nÃ¼r konumda */
  opacity: 1;
  /* Aktif haber tamamen opak */
}

.header-news-item.up {
  top: -100%;
  /* Haber yukarÄ± kaydÄ±ktan sonra */
  opacity: 0;
  /* Haber kaybolurken saydamlaÅŸÄ±r */
}

.header-news-container {
  display: flex;
  align-items: center;
}

.header-news-title {
  margin-right: 20px;
  white-space: nowrap;
  font-weight: bold;
}

.header-news-ticker {
  position: relative;
  overflow: hidden;
  height: 50px;
  width: calc(100% - 150px);
}

@media only screen and (max-width: 600px) {
  .header-news-ticker {
    width: 100%;
  }
}


/* BEÅžLÄ° MANÅžET */
/* Genel dÃ¼zenlemeler */
.five-headline .swiper-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: inherit;
}

.five-headline .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: inherit;
}

.five-headline .swiper-prev,
.five-headline .swiper-next {
  display: none;
}

/* Versiyon 1-2 */
.five-headline .fh-1 .swiper-pagination {
  top: 0;
  bottom: 0;
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

.five-headline .fh-1 .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
  opacity: 1;
  background: #444;
  margin-bottom: 5px !important;
}

.five-headline .fh-1 .swiper-pagination-bullet-active {
  color: #fff;
  background: linear-gradient(180deg, #ff0044 0%, #CA2527 100%);
}

/* Versiyon 3-4 */
.five-headline .fh-2 .swiper-pagination {
  top: 0;
  bottom: 0;
  width: 40px;
}

.five-headline .fh-2 .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 18px;
  color: #333;
  border-radius: 0;
  opacity: 1;
  display: grid;
  align-content: center;
  background-image: linear-gradient(180deg, #efefef 0%, #fff 100%);
}

.five-headline .fh-2 .swiper-pagination-bullet-active {
  color: #fff;
  background: linear-gradient(180deg, var(--te-color) 0%, var(--te-hover-color) 100%);
  font-size: 25px;
  font-weight: bold;
}

/* Mobile devices (992px and down) */
@media (max-width: 992px) {
  .five-headline .swiper-pagination {
    display: none !important;
  }

  .five-headline .swiper-prev,
  .five-headline .swiper-next {
    display: inherit;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 9;
    font-size: 20px;
  }

  .five-headline .swiper-prev {
    left: 3%;
  }

  .five-headline .swiper-next {
    right: 3%;
  }
}

/* TOP HEADLINES mobile fix */
@media (max-width: 767px) {
  .top-headline-1 .col-6:last-child {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .top-headline-3 .col-6:last-child {
    display: none !important;
  }
}

/* MAIN HEADLINES */
.main-headline .swiper-pagination-bullet {
  height: 51px;
  text-align: center;
  line-height: 51px;
  font-size: 20px;
  color: #000;
  opacity: 1;
  margin: 0 1px !important;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
}

.main-headline .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}

.main-headline .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.main-headline .swiper-pagination-bullet-active {
  color: #fff;
  background: var(--te-color);
  font-weight: bold;
  font-size: 24px;
}

.main-headline h4 {
  color: #efefef;
  margin-bottom: 0;
}

.main-headline .sw-pagination-all {
  height: 51px;
  text-align: center;
  line-height: 51px;
  font-size: 20px;
  color: white;
  opacity: 1;
  margin: 0;
  background-color: var(--te-color);
  border-radius: 0;
  width: 40px;
  font-weight: bold;
  z-index: 1;
}

/* MAIN HEADLINES-11 */
.main-headline-11 .swiper-pagination-bullet {
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #efefef;
  opacity: 1;
  margin: 0 2px 5px 2px !important;
  background-color: var(--te-color);
  border-radius: 25px;
}

.main-headline-11 .swiper-pagination-bullet:first-child {
  margin-left: 10px !important;
}

.main-headline-11 .swiper-pagination-bullet:last-child {
  margin-right: 10px !important;
}

.main-headline-11 .swiper-pagination-bullet-active {
  color: #fff;
  background: var(--te-hover-color);
  font-weight: bold;
  font-size: 16px;
}

.main-headline-11 h4 {
  color: #efefef;
  margin-bottom: 0;
}

.mh-category {
  padding: 3px 5px;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .main-headline .swiper-pagination {
    background-color: #000 !important;
    padding: 10px 5px;
    margin-top: -1px;
  }

  .main-headline .swiper-pagination-bullet {
    height: 3px;
    color: transparent;
    opacity: 1;
    background: white;
    margin: 2px !important;
    border-radius: 15px;
  }

  .main-headline .sw-pagination-all {
    display: none;
  }

  .main-headline .swiper-pagination-bullet-active {
    background: #CA2527;
    transition: all .3s ease-in-out;
  }

  .main-headline h4 {
    line-height: 23px;
  }
}

/* Photoshop manÅŸet biÃ§imlendirmesi */
.main-headline-8 .swiper-slide a {
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

.main-headline-8 .ps-headline-title {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  width: 100%;
  height: 100%;
}

.main-headline-8 .ps-headline-title h4 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.main-headline-8 .right-direction a {
  justify-content: flex-start;
}

.main-headline-8 .right-direction .ps-headline-title div {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.main-headline-8 .right-direction .ps-headline-title h4 {
  align-items: flex-end;
}

.main-headline-8 .right-direction .ps-headline-title h4 .top,
.main-headline-8 .right-direction .ps-headline-title h4 .ps-news-title,
.main-headline-8 .right-direction .ps-headline-title h4 .bottom {
  text-align: right;
}

.main-headline-8 .gradient {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: 2;
}

/* Photoshop manÅŸet mobil biÃ§imlendirmesi */
@media (max-width: 990px) {
  .main-headline-8 .swiper-slide a {
    display: flex;
    justify-content: center;
  }

  .main-headline-8 .ps-headline-title {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px 10px 15px;
    color: #f2f2f2;
    margin-bottom: 0;
  }

  .main-headline-8 .ps-headline-title .ps-news-title {
    font-size: 40px !important;
    line-height: 35px !important;
    color: #f2f2f2;
  }

  .main-headline-8 .ps-headline-title h4 {
    width: 100%;
    display: block;
  }

  .main-headline-8 .ps-headline-title h4 .top {
    font-size: 35px !important;
    line-height: 28px !important;
  }

  .main-headline-8 .right-direction .ps-headline-title h4 .top,
  .main-headline-8 .right-direction .ps-headline-title h4 .ps-news-title,
  .main-headline-8 .right-direction .ps-headline-title h4 .bottom {
    text-align: left;
  }
}

.main-headline {
  background-color: black !important;
}

/* Ã–NE Ã‡IKAN HABERLER (SLIDE) */
.featured-news-slide .swiper-pagination {
  background: rgba(0, 0, 0, 1);
}

.featured-news-slide .swiper-pagination-bullet {
  height: 50px;
  border-radius: 0;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  background-color: #000;
  margin: 0 !important;
}

.featured-news-slide .swiper-pagination-bullet-active {
  color: #fff;
  background: var(--te-color);
}

/* Ã–NE Ã‡IKAN HABERLER (NORMAL) */
.featured-news h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #444;
  padding: 10px;
  line-height: 22px;
}

.featured-news {
  padding-bottom: 24px;
}

@media (max-width: 991px) {
  .featured-news h4 {
    position: static;
  }

  .featured-news {
    height: 100% !important;
    padding-bottom: 0;
  }
}

/* ÅžEHÄ°R SEÃ‡ME - SELECT CHOICES */
.city-choices .select-city-choices {display: none;}
.city-choices .choices {
  width: 150px;
  max-width: 200px;
  margin: 0;
}
.city-choices .choices__inner {
  padding: 0.1rem;
  min-height: 25px;
  border-radius: 0;
  padding-bottom: 0;
  border:1px solid rgba(0,0,0,0.1);
  background-color: transparent;
}
.city-choices .choices__list--dropdown {
  max-height: 200px;
  overflow-y: auto;
  border-radius: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.city-choices .choices__item--selectable.is-highlighted {
  background-color: #f8f9fa;
}
.city-choices .choices__list--dropdown, .city-choices .choices__list[aria-expanded] {
  z-index: 9999 !important;
}
.city-choices .choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 0;
}
.city-choices .choices__list--dropdown .choices__list, .city-choices .choices__list[aria-expanded] .choices__list {
  max-height: 155px;
}
/* KOYU ALANLARDAKÄ° DÃœZENLEMELER */
.city-dark-mode .choices__list--single .choices__item--selectable {color:white;}
.city-dark-mode .city-choices .choices__inner {
  border:1px solid rgba(255,255,255,0.3);
}
.city-dark-mode .choices[data-type*="select-one"]::after {
  border-top: 5px solid white;
}
.city-dark-mode .choices[data-type*="select-one"].is-open::after {
  border-bottom: 5px solid white;
}


/* DÃ¶viz kurlarÄ± ve hava durumu sayfasÄ± */
#parite ul {
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
  transition: top .3s;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

#parite ul::-webkit-scrollbar {
  display: none;
}

#parite ul .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}

#parite .weather {
  width: 140px;
}

#parite .form-select {
  background-color: transparent;
  font-size: 14px;
  border: none;
  color: #efefef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

#parite .form-select:focus {
  box-shadow: none;
}

#parite .form-select option {
  color: #444;
}

#parite .form-select option selected {
  color: #fff;
}

/* Hava Durumu SayfasÄ± */
.weather-page {
  background-image: url(../img/weather-bg.jpg);
  background-size: cover;
  min-height: 100%;
  overflow: auto;
}

.weather-page .weather-times {
  background-color: rgba(50, 53, 68, 0.95);
}

.weather-page .weather-times .col-6:nth-child(2n+1) {
  background-color: rgba(50, 53, 68, 0.95);
}

/* Yazarlar 1 ve 2 Ortak */
#authors .authors-light,
#authors .authors-dark {
  border-top: 5px solid var(--te-hover-color);
}

#authors .authors-light .card-header,
#authors .authors-dark .card-header {
  height: 80px;
  overflow: hidden;
  font-size: 20px;
  line-height: 22px;
}

#authors .authors-light .card-body img,
#authors .authors-dark .card-body img {
  width: 150px;
}

#authors .authors-light .card-footer a,
#authors .authors-dark .card-footer a {
  overflow: hidden;
  font-weight: 600;
  font-size: 15px;
}

/* Yazarlar 1 Light */
#authors .authors-light .nav-pills .nav-link.active,
#authors .authors-light .nav-pills .show&gt;.nav-link {
  color: var(--te-color);
  background-color: transparent;
}

#authors .authors-light .nav-pills .nav-link {
  color: rgba(0, 0, 0, 0.5);
  padding-left: 0;
}

#authors .authors-light .card {
  background-color: rgba(0, 0, 0, 0.03);
}

#authors .authors-light .card-footer {
  border-bottom: 4px solid var(--te-hover-color);
  line-height: 20px;
  min-height: 70px;
}

/* Yazarlar 2 Dark  */
#authors .authors-dark .nav-pills .nav-link.active,
#authors .authors-dark .nav-pills .show&gt;.nav-link {
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}

#authors .authors-dark .nav-pills .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

#authors .authors-dark .card {
  background-color: rgba(0, 0, 0, 0.05);
}

#authors .authors-dark .card-footer {
  border-bottom: 4px solid rgba(255, 255, 255, 0.5);
  line-height: 20px;
  min-height: 70px;
}

/* Yazarlar 3 ve 4 Ortak */
#authors-h .authors-light,
#authors-h .authors-dark {
  border-top: 5px solid var(--te-hover-color);
}

#authors-h .authors-light .card,
#authors-h .authors-dark .card {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Yazarlar 3 Yatay Light */
#authors-h .authors-light .nav-pills .nav-link.active,
#authors-h .authors-light .nav-pills .show&gt;.nav-link {
  color: var(--te-hover-color);
  background-color: transparent;
}

#authors-h .authors-light .nav-pills .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

#authors-h .authors-light .author-name {
  color: rgba(0, 0, 0, 0.7) !important;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

/* Yazarlar 4 Yatay Dark */
#authors-h .authors-dark .nav-pills .nav-link.active,
#authors-h .authors-dark .nav-pills .show&gt;.nav-link {
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}

#authors-h .authors-dark .nav-pills .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

#authors-h .authors-dark .author-name {
  color: rgba(255, 255, 255, 0.7) !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

/* TAB NEWS */
.tab-news .nav-pills .nav-link.active,
.tab-news .nav-pills .show&gt;.nav-link {
  color: #fff;
  background-color: #CA2527;
}

.tab-news .nav-pills .nav-link {
  font-weight: 600;
  background-color: #DEE4EB;
  border-radius: 0;
  color: #444;
}

.tab-news .nav-pills .nav-item {
  margin-right: 2px;
  margin-bottom: 2px;
}

.tab-news .nav-pills .nav-item:last-child {
  margin-right: 0;
}

.tab-news .nav-pills {
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
  text-transform: uppercase;
  transition: top .3s;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.tab-news ul::-webkit-scrollbar {
  display: none;
}

/* Ajax iÃ§in boyutlandÄ±rma */
@media only screen and (min-width: 992px) {
  .tab-news .tab-content .result {
    min-height: 356px !important;
  }
}

@media only screen and (min-width: 1326px) {
  .tab-news .tab-content .result {
    min-height: 375px !important;
  }
}

@media only screen and (min-width: 1621px) {
  .tab-news .tab-content .result {
    min-height: 473px !important;
  }
}

/* Ã–zel Konumlar */
.special-sections h4 {
  height: 50px;
  overflow: hidden;
}

/* Foto Galeri BÃ¶lÃ¼mleri */
.photo-gallery-circle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f030";
  position: absolute;
  font-size: 19px;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 5px;
  margin-top: 5px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.video-gallery-circle::before {
  font-family: "Font Awesome 5 Free";
  content: "\f144";
  position: absolute;
  font-size: 27px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 5px;
  margin-top: -3px;
}

/* Biyografi */
#biography .bio-box img {
  margin-top: -40px;
  border: 6px #F3F1F1 solid;
}

#biography .bio-box {
  background-color: #fff;
  border: 3px #ebebeb solid;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  #biography .row .col-sm-4:nth-child(-n+3) {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  #biography .row .col-sm-4:nth-child(6) {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  #biography .row .col-6:nth-child(-n+4) {
    margin-bottom: 40px !important;
  }
}

/* Ligler */
#league .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

#league .nav-link.active {
  color: rgba(200, 200, 10, 1);
}

#league .all-leagues .nav-pills .nav-link,
#league .all-fixtures .nav-pills .nav-link {
  opacity: 0.3;
  border-bottom: 5px solid #4BA978;
  border-radius: 0;
}

#league .all-leagues .nav-pills .nav-link.active,
#league .all-fixtures .nav-pills .nav-link.active {
  opacity: 1;
}

/* #league .all-leagues .nav-pills li,
#league .all-fixtures .nav-pills li {
  margin-right: 5px;
} */

#league .all-leagues .nav-pills li:last-child,
#league .all-fixtures .nav-pills li:last-child {
  margin-right: 0;
}

#league .all-leagues .table td,
#league .all-leagues .table thead th {
  border: 0;
  text-align: center;
}

#league .all-leagues .table tr td:first-child,
#league .all-leagues .table thead th:first-child {
  text-align: left;
}

#league .all-leagues .results {
  font-weight: bold;
  background-color: #efefef;
}

#league .all-leagues .results,
#league .all-fixtures .results {
  font-weight: bold;
  background-color: #efefef;
}

#league .all-leagues .results:hover,
#league .all-fixtures .results:hover {
  background-color: #999;
  color: white;
}

@media (max-width: 1200px) {

  #league .all-leagues .table tr th:nth-child(4),
  #league .all-leagues .table tr td:nth-child(4),
  #league .all-leagues .table tr th:nth-child(5),
  #league .all-leagues .table tr td:nth-child(5),
  #league .all-leagues .table tr th:nth-child(6),
  #league .all-leagues .table tr td:nth-child(6),
  #league .all-leagues .table tr th:nth-child(7),
  #league .all-leagues .table tr td:nth-child(7),
  #league .all-leagues .table tr th:nth-child(8),
  #league .all-leagues .table tr td:nth-child(8) {
    display: none;
  }
}

/* Sidebar'da yer alan sosyal medya hesaplarÄ±nÄ±n biÃ§imlendirilmesi */
.social-media-widget i,
.social-media-widget svg {
  width: 25px;
}

.social-media-widget .facebook {
  background-color: #3b5998;
}

.social-media-widget .facebook:hover {
  opacity: 0.7;
}

.social-media-widget .twitter {
  background-color: #000;
}

.social-media-widget .twitter:hover {
  opacity: 0.7;
}

.social-media-widget .instagram {
  background-color: #3f729b;
}

.social-media-widget .instagram:hover {
  opacity: 0.7;
}

.social-media-widget .youtube {
  background-color: #F74C53;
}

.social-media-widget .youtube:hover {
  opacity: 0.7;
}

.social-media-widget .linkedin {
  background-color: #0e76a8;
}

.social-media-widget .linkedin:hover {
  opacity: 0.7;
}

.social-media-widget .threads {
  background-color: #222;
}

.social-media-widget .threads:hover {
  opacity: 0.7;
}

.social-media-widget .tiktok {
  background-color: #000;
}

.social-media-widget .tiktok:hover {
  opacity: 0.7;
}

.social-media-widget .whatsapp {
  background-color: #25D366;
}

.social-media-widget .whatsapp:hover {
  opacity: 0.7;
}

/* Namaz Vakitleri */
.prayer-times {
  background-color: #71C99B;
}

.prayer-times .prayer-bg {
  right: 18px;
  top: 36px;
}

.prayer-times .praying {
  width: 200px;
}

.prayer-times .form-select {
  background-color: transparent;
  border: 1px solid #efefef;
  color: #efefef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.prayer-times .form-select:focus {
  box-shadow: none;
}

.prayer-times .form-select option {
  color: #444;
}

.prayer-times .form-select option selected {
  color: #fff;
}

.prayer-times .remaining-time {
  line-height: 20px;
  z-index: 999;
}

.prayer-times .time-box {
  color: #599576;
  background-color: #fff;
}

.prayer-times .time-box:nth-child(2n+1) {
  background-color: #f7f7f7;
}

.prayer-times .time-box.active {
  color: #CEFFE5;
  background-color: #4BA978;
}

.prayer-times[data-widget="prayer-times"] .time-box div:nth-child(1) {
  width: 100px !important;
}

/* Footer */
footer .social-buttons a {
  width: 43px;
  height: 43px;
  line-height: 20px;
}

footer .footer-1 .footer-menu {
  border-top: 4px solid #efefef;
}

footer ul li a svg,
footer ul li a i {
  width: 20px;
}

@media screen and (min-width: 575px) {
  footer .footer-category li {
    width: 47%;
  }
}

/* Sidebar'daki Trend News */
.trend-news-sidebar .sorting {
  top: 10px;
  left: 5px;
  border: 4px white solid;
}

.trend-news-sidebar .sorting-dark {
  top: 10px;
  left: 5px;
  border: 4px var(--te-color) solid;
}

/* HABER DETAY  */

/* Detay sayfalarÄ±nda kullanÄ±lacak alÄ±ntÄ±lar iÃ§in biÃ§imlendirme */
blockquote {
  margin: 2rem 0;
  border-left: 5px solid var(--te-color);
  padding: 20px;
  background-color: #f4f4f4;
  font-size: 17px;
  position: relative;
  color: #645e5e;
  clear: both;
}

blockquote::before {
  color: var(--te-color);
  content: "\f10d";
  position: absolute;
  left: 15px;
  top: -15px;
  z-index: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 900;
}

/* Haber iÃ§indeki baÅŸlÄ±ÄŸÄ±n boyutlandÄ±rÄ±lmasÄ± */
.news-section .card-body h4 {
  font-size: 1.5rem;
}

.news-section #related-gallery h4,
.news-section #connected-news h4 {
  font-size: 18px;
}

.news-section {
  overflow: hidden;
}

/* Foto Galeri Slide kÄ±smÄ±ndaki sayfalandÄ±rma */
.photo-gallery-slider .swiper-pagination {
  width: 90px;
  height: 35px;
}

/* YAZARLAR SAYFASI */
.author-list .card-header {
  line-height: 20px;
  height: 90px;
  overflow: hidden;
  font-size: 20px;
  line-height: 24px;
}

.author-list .card-footer {
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
}

.author-box ul li {
  border-bottom: #efefef solid 1px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.author-box ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* SAYFALANDIRMA */
.page-link:focus {
  box-shadow: none;
}

.page-link {
  border: 0;
  color: #686868;
}

.page-item.active .page-link {
  background-color: #999;
}

.page-link:hover {
  color: #444;
}

/* ANKET */
.poll-section label {
  display: block;
  border-radius: 5px;
  padding: 1rem;
  border: 2px solid #e6e6e6;
  transition: all 0.2s ease;
}

.poll-section label:hover {
  border-color: #ddd;
}

.poll-section label.selected {
  border-color: #6665ee !important;
}

.poll-section label .row .circle {
  height: 19px;
  width: 19px;
  display: block;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

.poll-section label.selected .row .circle {
  border-color: #6665ee;
}

.poll-section label .row .circle::after {
  content: "";
  height: 11px;
  width: 11px;
  background: #6665ee;
  border-radius: inherit;
  position: absolute;
  left: 2px;
  top: 2px;
  display: none;
}

.poll-section label:hover .row .circle::after {
  display: block;
  background: #e6e6e6;
}

.poll-section label.selected .row .circle::after {
  display: block;
  background: #6665ee !important;
}

.poll-section label .row .percent {
  display: none;
}

.poll-section label .progress {
  height: 7px;
  width: 100%;
  position: relative;
  background: #f0f0f0;
  margin: 8px 0 3px 0;
  border-radius: 30px;
  display: none;
  pointer-events: none;
}

.poll-section label .progress:after {
  position: absolute;
  content: "";
  height: 100%;
  background: #ccc;
  width: calc(1% * var(--w));
  border-radius: inherit;
  transition: all 0.2s ease;
}

.poll-section label.selected .progress::after {
  background: #6665ee;
}

.poll-section label.selectall .progress,
.poll-section label.selectall .row .percent {
  display: block;
}

.poll-section input[type="radio"],
.poll-section input[type="checkbox"] {
  display: none;
}

/* KATEGORÄ° SOL MENÃœ - Bu kÄ±sÄ±m Ã¶zellikle Seri Ä°lanlar ve Firma Rehberinde kullanÄ±ldÄ± */
.nav-side-menu .nav-link:hover {
  transition: all 0.4s;
}

.nav-side-menu .nav-link-collapse:after {
  float: right;
  font-size: 13px;
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-top: 3px;
}

.nav-side-menu .nav-link-show:after {
  float: right;
  font-size: 13px;
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-top: 3px;
}

.nav-side-menu ul li {
  background-color: #f8f8f8;
  margin: 2px 0;
  padding: 0 15px;
}

.nav-side-menu ul li ul li {
  list-style: none;
  background-color: #fff;
  margin: 2px 0;
  padding: 0 15px;
}

.nav-side-menu ul li ul li:hover {
  background-color: #f1f1f1;
}

.nav-side-menu ul li ul {
  margin-left: -40px;
}

/* ÃœYELÄ°K SAYFASI */
.member-section .form-group input,
.member-section .form-group .custom-select,
.member-section .form-group textarea {
  font-size: 14px;
}

.member-section .nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
  color: #fff;
  background-color: #1b3a7d;
  background-image: linear-gradient(to left, #66469c 0%, #274d9e 100%);
}

.member-section .nav-pills .nav-link i {
  width: 30px;
  color: #274d9e;
}

.member-section .nav-pills .nav-link.active i {
  color: white;
}

/* DARK MODE */
.dark-mode-switch {
  z-index: 999999;
}
/* Gazeteler iÃ§in mobilde pagination sÄ±ÄŸmasÄ± iÃ§in */
@media only screen and (max-width: 600px) {
  .newspaper .swiper .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 3px !important;
  }
}

/* Haber arÅŸivi sayfasÄ± */
/* Adapts a floating label for use with a left-handed input group icon */
.form-floating&gt;.bi-calendar-date+.datepicker_input+label {
  padding-left: 3.5rem;
  z-index: 3;
}


/* Feedback  (Haber AkÄ±ÅŸÄ±) BloÄŸu */
#bottom-feedback {
  z-index: 10000;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  min-height: 75px;
  border-top: 5px solid var(--te-color);
  ;
}

#bottom-feedback.active {
  max-height: 100%;
  min-height: 460px;
}

#bottom-feedback .newsfeed-logo {
  max-width: 125px;
}

#bottom-feedback .newsfeed-operation {
  max-width: 40px;
}

#bottom-feedback .newsfeed-body .col {
  max-width: 50%;
  min-width: 50%;
}

#bottom-feedback .newsfeed-body .row {
  display: none;
}

#bottom-feedback .newsfeed-body .row:first-child {
  display: flex;
}

#bottom-feedback.active .newsfeed-body .row {
  display: flex;
}

#bottom-feedback.active .newsfeed-body .col {
  min-width: 100%;
  max-width: 100%;
  border-bottom: 1px #eaeaea solid;
  padding-bottom: 5px;
}

#bottom-feedback .newsfeed-operation button .fa-angle-down {
  display: none;
}

#bottom-feedback.active .newsfeed-operation button .fa-angle-down {
  display: block;
}

#bottom-feedback .newsfeed-operation button .fa-angle-up {
  display: block;
}

#bottom-feedback.active .newsfeed-operation button .fa-angle-up {
  display: none;
}

@media screen and (max-width: 991px) {
  #bottom-feedback .newsfeed-body .col {
    min-width: 100%;
    max-width: 100%;
    display: none !important;
  }

  #bottom-feedback .newsfeed-body .col:first-child {
    display: flex !important;
  }

  #bottom-feedback.active .newsfeed-body .col {
    display: flex !important;
  }

  #bottom-feedback {
    min-height: 80px;
  }
}

/* YAYIN AKIÅžI */
.tv-broadcast .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.tv-broadcast {
  --swiper-theme-color: var(--bs-yellow);
}

.tv-broadcast .broadcast-hour {
  color: var(--bs-yellow);
}

.tv-broadcast .swiper-prev,
.tv-broadcast .swiper-next {
  position: absolute;
  bottom: 0;
  z-index: 9999;
}

.tv-broadcast.tv-2 .border-line {
  width: 25%;
  border: 2px solid var(--bs-danger);
  margin-bottom: 10px;
}

/* YAYIN AKIÅžI DETAY SAYFASI */
.weekly-streaming .nav-pills .nav-link.active,
.weekly-streaming .nav-pills .show&gt;.nav-link {
  font-weight: bold;
  color: #fff;
  background-color: var(--bs-danger);
}

.weekly-streaming .nav-pills .nav-link {
  background-color: var(--te-color);
  border-radius: 0;
  color: rgba(255, 255, 255, 0.5);
}

.weekly-streaming .nav-pills .nav-item {
  border-right: 1px solid var(--te-hover-color);
  margin-bottom: 2px;
}

.weekly-streaming .nav-pills .nav-item:last-child {
  border-right: 0;
}

.weekly-streaming .nav-pills {
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
  text-transform: uppercase;
  transition: top .3s;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.weekly-streaming ul::-webkit-scrollbar {
  display: none;
}

.weekly-streaming .date {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
  margin-top: 10px;
  font-size: 18px;
}

.weekly-streaming .border-line {
  width: 25%;
  border: 2px solid var(--bs-danger);
  margin-bottom: 10px;
}

.weekly-streaming h4 {
  font-size: 25px;
  letter-spacing: -1px;
  border-bottom: 1px solid #efefef;
}

/* SLIDERLAR ASPECT RATIO */
:is(.main-headline-1, .main-headline-3, .category-page, .photo-gallery-page, .video-gallery-page) .swiper-slide,
:is(.top-headline-1, .top-headline-2, .special-news-block) .top-mask {
  padding-top: calc((504/860) * 100%);
}

.main-headline-2 .swiper-slide {
  padding-top: calc((504/1300) * 100%);
}

.main-headline-3 .featured-news-slide .swiper-slide {
  padding-top: calc((504/420) * 100%);
}

.main-headline-7 .swiper-slide {
  padding-top: calc((600/926) * 100%);
}

.main-headline-10 .swiper-slide {
  padding-top: calc((675/750) * 100%);
}

.five-headline .swiper-slide {
  padding-top: calc((355/1300) * 100%);
}

.tab-news .top-mask {
  padding-top: calc((455/620) * 100%);
}

.top-headline-3 .top-mask {
  padding-top: calc((504/420) * 100%);
}

.top-headline-4 .top-mask {
  padding-top: calc((600/1200) * 100%);
}

.main-headline-11 .swiper-slide {
  padding-top: calc((600/969) * 100%);
}

.main-headline-11 .top-mask {
  padding-top: calc((450/694) * 100%);
}

:is(.main-headline-1, .main-headline-2, .main-headline-3, .main-headline-7, .category-page, .photo-gallery-page, .video-gallery-page, .five-headline, .main-headline-10, .main-headline-11) .swiper-slide img,
:is(.tab-news, .top-headline-1, .top-headline-2, .top-headline-3, .top-headline-4, .main-headline-11, .special-news-block) .top-mask img {
  position: absolute;
  top: 0;
  height: 100%;
}

.footer-4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-5 .flow-footer-logo {
  margin-top: -23px;
}

.footer-5 .footer-royalty {
  font-size: 14px;
}

.footer-5 .footer-copyright {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.meta-author {
  font-size: .7rem;
  line-height: 1.3;
  display: flex;
  position: relative;
  padding: 10px 0;
  text-transform: uppercase;
}

.meta-author .box:first-child {
  padding-left: 0;
}

.meta-author .box {
  display: flex;
  padding: 0 15px;
  padding-left: 15px;
  border-right: 1px solid var(--bs-gray-400);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .meta-author {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
    white-space: nowrap;
  }
}

.article-text p {
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
}

.kunye-cart {
  padding: 0;
  display: block;
}

.kunye-cart li {
  list-style: none;
  border: solid 1px #eeeeee;
  padding: 10px 0 15px 15px;
  width: 49%;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .kunye-cart li {
    width: 100%;
    display: block;
  }
}

.category-news-widget .swiper-slide .cat-news-box h5 {
  min-height: 40px;
}

.cat-news-box .resmi-ilan-badge {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 7px;
  margin-right: 15px;
  font-size: 11px;
  padding: 0 3px;
  color: black;
  font-weight: 600;
  background-color: var(--bs-warning);
}

.social-buttons a.btn,
.social-buttons .dropdownButton,
.share-area .text-reading {
  width: 33px;
  height: 33px;
  border-radius: 25px;
}

.social-buttons .btn-whatsapp {
  padding-left: 7px;
  padding-top: 5px;
}

.share-area .btn.text-reading {
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 0;
}

.social-buttons .dropdownButton #icon {
  transition: transform 0.3s ease;
}

.social-buttons .dropdownButton #icon.rotated {
  transform: rotate(45deg);
}

.social-buttons ul li {
  border-bottom: 1px solid #efefef;
}
.social-buttons .rotate-icon {
  transition: transform 0.1s ease-in-out;
}
.rotated {
  transform: rotate(45deg);
}
.last-year-widget .flex-shrink-0,
.todays-history-widget .flex-shrink-0 {
  width: 150px;
  height: 106px;
}

.last-year-widget .flex-shrink-0 img,
.todays-history-widget .flex-shrink-0 img {
  position: absolute;
  top: 0;
  z-index: 2;
}

.last-year-widget .flex-shrink-0:before,
.todays-history-widget .flex-shrink-0:before {
  background: linear-gradient(315deg, #fff 50%, transparent 0), linear-gradient(45deg, #194c82, #ff0270);
  content: "";
  display: block;
  height: 63px;
  width: 63px;
  position: absolute;
  z-index: 1;
  margin-top: -5px;
  margin-left: -5px;
}

.editor-page-meta {
  font-size: 0.7em;
  background-color: #fff;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #efefef solid;
}

.editor-news-box .news-title {
  font-size: 16px;
}

.editor-news-box .description {
  font-size: 13px;
}

/* Eczane BÃ¶lÃ¼mÃ¼ */
.pharmacy-sidebar .form-select,
.imsakiye-widget .form-select,
.prayer-times .form-select {
  font-size: 13px;
}

.accordion-button:not(.collapsed) {
  background-color: #eee !important;
}

/* imsakiye-widget iÃ§in genel stil ayarlarÄ± */
.imsakiye-widget {
  position: relative;
}

/* Sol Ã¼st kÃ¶ÅŸe iÃ§in imsakiye-left-top.png */
.imsakiye-widget:before {
  content: "";
  background-image: url('../../assets/img/imsakiye-left-top.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 71px;
  height: 200px;
}

/* SaÄŸ Ã¼st kÃ¶ÅŸe iÃ§in imsakiye-right-top.png */
.imsakiye-widget:after {
  content: "";
  background-image: url('../../assets/img/imsakiye-right-top.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 40px;
}
/* SON DAKÄ°KA MARQUEE */
.breaking-news-container {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  overflow: hidden;
  white-space: nowrap;
}

@keyframes textFade {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.breaking-news-container .breaking-news-label {
  background-color: #ff0000;
  color: #ffffff;
  padding: 10px;
}
.breaking-news-container .breaking-news-text {
  animation: textFade 1s infinite;
}

.breaking-news-container .breaking-news-content {
  position: relative;
  overflow: hidden;
}

.breaking-news-container .breaking-news-content::before, .breaking-news-content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px; /* Gradient geniÅŸliÄŸi */
  z-index: 2;
}

.breaking-news-container .breaking-news-content::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}

.breaking-news-container .breaking-news-content::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

.breaking-news-container .news-ticker {
  display: inline-block;
}

.breaking-news-container .news-item {
  display: inline-block;
  padding-right: 50px;
}

/* BASIN Ä°LAN SAYFALARI Ä°Ã‡Ä°N YAZDIRMA */
@media print {
  body, html {width: 100%;}
  .container {width: auto; min-width: 100%;}
  .bik-ilan-detay table {width: 100% !important;table-layout: fixed;font-size:10px;}
}

.trend-list.list-group-numbered &gt; .list-group-item::before {
  content: counters(section, ".");
  font-size: 1.25rem;
  color: rgba(0,0,0,.54);
}
.trend-list .description {font-size: 15px;}


/* LÄ°G */
#league .all-leagues {
  position: relative;
}

#league .nav {
  overflow-x: auto; /* Yatay kaydÄ±rma saÄŸlar */
  white-space: nowrap; /* Sekmeleri bir satÄ±rda tutar */
  display: flex;
  gap: 10px; /* Sekmeler arasÄ±nda boÅŸluk */
}

#left-arrow, #right-arrow {
  z-index: 1000; /* OklarÄ±n sekmelerin Ã¼stÃ¼nde gÃ¶rÃ¼nmesi iÃ§in */
  background: rgba(0, 0, 0, 0.5); /* Hafif ÅŸeffaf siyah */
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#left-arrow {
  left: 5px; /* Sol tarafa yerleÅŸtir */
}

#right-arrow {
  right: 5px; /* SaÄŸ tarafa yerleÅŸtir */
}

#left-arrow.d-none, #right-arrow.d-none {
  display: none; /* GerekmediÄŸinde gizle */
}

/* Daha fazla yÃ¼kle butonunun yapÄ±landÄ±rmasÄ± */
.more-content::before,
.more-content::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 100px);
  height: 0.5px;
  background-color: var(--te-color);
}
.more-content::before {left: 0;transform: translateY(-50%);}
.more-content::after {right: 0;transform: translateY(-50%);}
</pre></body></html>