<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.secondary-font {
    font-family: var(--te-secondary-font, sans-serif);
}

.container-padding {
    padding: .75rem;
}

figure.mask {
    margin-bottom: 0;
    display: block;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

img.mask, figure.img {
    display: block;
    width: 100%;
}


figure.mask img.original {
    left: 0;
    top: 0;
    min-height: 100%;
    width: 100%;
    position: absolute;
}



@media screen and (max-width: 767px) {
    img.mask {
        height: 160px;
    }
}

@media screen and (max-width: 767px) {
    .five-headline img.mask {
        height: 99px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .five-headline img.mask {
        height: 190px;
    }
    .main-headline img.mask {
        height: 300px;
    }

}

@media screen and (max-width: 767px) {
    .featured-news-slide img.mask {
        height: 435px;
    }
}

.post-caption {
    line-height: 24px;
    display: flex;
    padding: 10px 15px;
    background: #fff;
    height: 80px;
    align-items: center;
}

.post:hover img.original {
    filter: brightness(115%) contrast(115%);
}

.post:hover .post-caption a {
    color: #CA2527;
}

/*
@media screen and (max-width: 767px) {
    .post-caption h3 {font: 400 1.5rem/2rem 'Gibson',sans-serif!important;}
}
*/

.weather-widget.mini div[data-header="1"] .icon,
.parite-list div[data-header="1"] .weather-widget .icon
{
    width: 50px;
    height: 30px;
    display: block;
}

.weather-widget.mini select.mini-select {
    width: 170px;
    text-transform: uppercase;
}
.weather-widget.mini div[data-header="1"] .weather-degree {
    display: block;
    width: 60px; height: auto;
    text-align: right;
}


.parite-list.mini {
    display: block;
    width: 220px;
    height: 55px;
}

.parite-list .top-currency i.fa {
    width: 15px;
    height: 15px;
}

#parite .text-danger,
.parite-list.mini ul[data-header="4"] .text-danger {
    color: #ffc107!important;
}

#parite .text-success,
.parite-list.mini ul[data-header="4"] .text-success
{
    color: #abdc28!important;
}

#parite .color i {
    display: inline-block;
    width: 15px;
    height: 15px;
}


.prayer-times .time-box.bg-dark {
    color: #CEFFE5!important;
    background-color: #4BA978!important;
}

h1.headline {
    font-family: var(--te-secondary-font, sans-serif);
}

h2.description {
    font-size: 1.47rem;
    line-height: 1.2;
}

@media screen and (min-width: 1024px) {
    h1.headline {
        letter-spacing: -2.3px;
        line-height: 1;
        font-size: var(--te-h1-font-size);
        font-weight: 400;
        color: var(--bs-dark);
    }
}

@media screen and (max-width: 1024px) {
    h1.headline {
        font-size: 35px;
        font-weight: 400;
        letter-spacing: -.8px;
        line-height: 1;
        color: var(--bs-dark);
    }

    h2.description {
        font-size: 15pt;
        line-height: 1.3;
    }

}


/* article font size */
.article-text {
    font-size: 20px;
    line-height: 1.6;
    word-break: break-word;
}
.article-text img:not(.content-paragraph-image) {
    max-width: 100% !important;
    height: auto!important;
}

.article-text a.internal_link {
    color: var(--te-color)!important;
    font-weight: 500;
    text-decoration: underline;
}

.article-text iframe {
    width: 100%!important;
}


#infinityContainer {
    overflow: hidden;
}

.zoom-in-out {
    width: 40px;
    height: 40px;
    background-color: var(--bs-white);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 100%;
    font-size: 24px;
    cursor: pointer;
    color: var(--bs-dark);
}

.meta-category {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--bs-dark);
    height: 20px;
    display: flex;
}

.meta-info {
    color: var(--bs-gray-100);
}

@media screen and (min-width: 1024px) {
    .meta-info {
        font-size: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .meta-info {
        font-size: 12px;
    }
}


.meta-info span {
    margin-right: 5px;
}

.meta-info span:not(:first-child)::before
{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid var(--bs-gray-300);
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    margin: 0 8px 2px 2px;
    padding: 2px;
    transform: rotate(-45deg);

}

.breadcrumb_link {
    color: var(--bs-dark);
}

.breadcrumb_link+.breadcrumb_link::before
{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid var(--bs-dark);
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    margin: 0 8px 2px 2px;
    padding: 2px;
    transform: rotate(-45deg);
}


@media screen and (max-width: 767px) {
    .news-tags {
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: auto;
    }
    .news-tags::-webkit-scrollbar {
        display: none;
    }
}
.news-tags__link {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: var(--bs-gray-200);
    color: --bs-dark;
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.56px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 20px 10px 15px;
}
.news-tags__link:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .news-tags__link {
        margin-right: 0;
    }
    .news-tags__link + .news-tags__link {
        margin-left: 10px;
    }
}
@media screen and (max-width: 1399px) {
    .news-tags__link {
        font-size: 13px;
    }
}


@media screen and (max-width: 767px) {
    .meta-author {
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: auto;
    }
    .meta-author::-webkit-scrollbar {
        display: none;
    }
}

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

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


.meta-author .box {
    display: flex;
    padding: 0 15px;
    border-right: 1px solid var(--bs-gray-400);
    align-items: center;
    justify-content: center;
    flex-direction:column;
}

.meta-author .box:last-child {
    border-right: none;
}

.meta-author .info {
    font-size: .625rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}


@media screen and (max-width: 767px) {
    .share-area {
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .share-area::-webkit-scrollbar {
        display: none;
    }
}


.post-flash {
    margin: 20px 0;
    clear: both;
    display: d-flex;
}


h3.post-flash__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: 18px;
    height: 24px;
    letter-spacing: -.02px;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.post-flash__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .post-flash__content {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

.post-flash__content img {
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 183px;
}

@media screen and (max-width: 575px) {
    .post-flash__content img {
        width: 160px;
    }
}

.post-flash__heading, .post-flash__heading2 {
    display: flex;
    align-items: center;
    padding: 20px;
    width: -webkit-calc(100% - 183px);
    width: calc(100% - 183px);
}

@media screen and (max-width: 575px) {
    .post-flash__heading, .post-flash__heading2 {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }
}

.post-flash__h4 {
    font-family: var(--te-secondary-font, sans-serif);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
    display: -webkit-box;
    font-size: 28px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media screen and (max-width: 575px) {
    .post-flash__h4 {
        font-size: 20px;
        line-height: 22px;
        max-height: 76px;
    }
}

@media screen and (max-width: 767px)  {
    .post-flash__h4 {
        -webkit-line-clamp: 3;
        max-height: 112px;
    }
}

/* STORIES */
.stories.snapgram .story &gt; .item-link {
    text-decoration: none;
}
.stories.snapgram .story &gt; .item-link &gt; .item-preview {
    border-radius: 50%;
    padding: 2px;
    background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}
.stories.snapgram .story &gt; .item-link &gt; .item-preview img {
    border-radius: 50%;
    border: 3px solid #fff;
}

.stories.snapgram .story.seen {
    opacity: 0.75;
}
.stories.snapgram .story.seen &gt; a &gt; .item-preview {
    background: #999;
}
.stories.snapgram .story.seen &gt; a {
    color: #999 !important;
}

#story-line .storiesWrapper {
    max-width: 510px;
    margin: 0 auto;
    font-size: 11px;
    width: 100%!important;
    display: block;
    height: 115px;
}

@media (min-width: 768px) and (max-width: 1024px){
    #story-line .storiesWrapper {
        max-width: 100%;
        height: 130px;
    }
}


#story-line .storiesWrapper::-webkit-scrollbar {
    display: none;
}

.story&gt;.item-link&gt;.info .name
{
    font-size: 12px;
    font-family: var(--te-secondary-font, sans-serif);
    text-transform: uppercase;
    font-weight: bold!important;
    color: var(--bs-dark);
}

#zuck-modal-content .story-viewer .head .back, #zuck-modal-content .story-viewer .head .right .close {
    margin-right: 50px;
}

#zuck-modal-content .story-viewer .tip {
    font-family: var(--te-secondary-font, sans-serif);
    background: rgba(0,0,0,.5);
    border-radius: 0!important;
    bottom: 30px;
    color: #fff;
    display: none;
    font-size: 16px;
    font-weight: bold;
    left: 50%;
    width: 100%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 5;
    z-index: 1000;
    letter-spacing: -.8px;
    line-height: 1;
}

@media (max-width: 1024px) {
    #zuck-modal-content .story-viewer .tip {
        font-size: 35px;
        padding: 30px 12px;
    }
}


header.sticky-header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 199;
}

header.slideUp {
    z-index: 1000;
    transition: transform .3s ease-out;
}

header.slideDown {
    z-index: 1000;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform .3s ease-out;
}

/*
.header-1.slideUp {
    -webkit-transform: translateY(-63px);
    transform: translateY(-63px);
}

@media screen and (max-width: 767px) {
    .header-1.slideUp {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}


.header-2.slideUp,
.header-6.slideUp {
    -webkit-transform: translateY(-71px);
    transform: translateY(-71px);
}

.header-4.slideUp {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
}

.header-7.slideUp {
    -webkit-transform: translateY(-94px);
    transform: translateY(-94px);
}

.header-8.slideUp {
    -webkit-transform: translateY(-61px);
    transform: translateY(-61px);
}
*/


.bg-yellow {
    background-color: #ffcd00;
}


.overflow-widget {
    overflow-x: hidden;
}
.overflow-widget::-webkit-scrollbar {
    width: 5px;
}
.overflow-widget::-webkit-scrollbar-thumb {
    border: 5px solid #ccc;
}


.section-title .h4 {
    font-size: 22px;
}

/* BasÄ±n Ä°lan Detay */
.bik-ilan-detay h2.lead, .bik-ilan-detay .article-text {
    font-size: 10pt!important;
    font-family: Arial, sans-serif!important;
}
.bik-ilan-detay .article-text p {
    font-size: 10pt !important;
}

main.gallery .card .inner a {
    display: block !important;
}


.bik-ilan-detay table {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
}

.bik-ilan-detay table td,
.bik-ilan-detay table th {
    padding: 0.75rem;
    vertical-align: middle;
    border: 1px solid #dee2e6;
}


.bik-ilan-detay h1.headline {
    letter-spacing: 0;
    font-size: 25px;
}


.bik-ilan-detay .article-text, h2.description {
    word-break: normal!important;
}

.bik-ilan-detay .article-text p {font-size:10pt!important;margin:0!important;padding:0!important;}
.bik-ilan-detay .article-text table tr td {padding:5px!important;margin:0!important;}

/* 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;}

/* */
@media screen and (max-width: 720px) {
	.ps-headline-title h4 span {
		width: 100% !important;
	}
}

.transparent-selectbox {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    border: 1px solid #efefef;
    color: #efefef;
}


.header-10 .weather-top .icon {
    width: auto !important;
}


.custom-selectbox {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;

}

.custom-selectbox .selected {
    padding: 10px;
    display: flex;
    align-items: left;
    font-weight: bold;

}

.custom-selectbox .selected img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.custom-selectbox .selected i {
    margin-left: auto;
    font-size: 14px;
    color: #555;
    margin-top: 5px;
    position: relative;
}

.custom-selectbox ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    z-index: 1000;
    font-size: 14px;
}

.custom-selectbox ul li {
    display: flex;
    align-items: center;
}

.custom-selectbox ul li:last-child {
    border-bottom: none;
}

.custom-selectbox ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .25rem .25rem;
}

.custom-selectbox ul li a img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.custom-selectbox ul li a:hover {
    background-color: var(--te-hover-color);
    color: #fff!important;
}

.custom-selectbox.open ul {
    display: block;
}

.custom-selectbox.open .selected i {
    transform: rotate(180deg);
    top: -5px;
}
table.table-league tr {
    border-left: 5px solid transparent;
}
table.table-league.shortcode tr {
    border-left: none;
}
table.table-league tr.success {
    border-left: 5px solid #198754;
}

table.table-league tr.info {
    border-left: 5px solid #0dcaf0;
}

table.table-league tr.danger {
    border-left: 5px solid #dc3545;
}
.table-league .badges span {
    width: 20px;
    height: 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
}
.league .list-group-item.active {
    background-color: var(--te-color) !important;
    border-color: var(--te-color) !important;
}

.league .list-group-item.active:hover {
    color: #fff !important;
}

.league .table-dark {
    --bs-table-bg: var(--te-color);
}



.infinite_animation {
    width: 85px;
    height: 35px;
    --g1: conic-gradient(from 90deg at 3px 3px, #cccccc 90deg, #ccc 0); /* KutularÄ±n rengi gÃ¼ncellendi */
    --g2: conic-gradient(from -90deg at 22px 22px, #cccccc 90deg, #ccc 0); /* KutularÄ±n rengi gÃ¼ncellendi */
    background: var(--g1), var(--g1), var(--g1), var(--g2), var(--g2), var(--g2);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    animation: l6 1s infinite alternate;
    text-align: center;
}
@keyframes l6 {
    0% {background-position:0 50%, 50% 50%, 100% 50%}
    20% {background-position:0 0, 50% 50%, 100% 50%}
    40% {background-position:0 100%, 50% 0, 100% 50%}
    60% {background-position:0 50%, 50% 100%, 100% 0}
    80% {background-position:0 50%, 50% 50%, 100% 100%}
    100% {background-position:0 50%, 50% 50%, 100% 50%}
}
</pre></body></html>