﻿.blog-page {
    margin-bottom: 100px;
}

.kategori {
    border-radius: 4px;
    padding: 10px;
    transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 8%);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

    .kategori h3 {
        width: 100%;
        font-size: 20px;
        line-height: 40px;
        margin: 5px 0 0 0;
        display: block;
        font-weight: 600;
        text-align: left;
        border-bottom: 1px solid #e8e8e8;
    }

        .kategori h3 i {
            margin-right: 10px;
            color: #000 /*Siyah Yapıldı*/;
            width: 40px;
            height: 40px;
            background: #92C01F;
            padding: 10px;
            border-radius: 50%;
        }

            .kategori h3 i.sl-icon-clock {
                position: relative;
                top: 1px;
            }

            .kategori h3 i.fa-calendar-check-o {
                position: relative;
                top: -1px;
            }

.forum-soru-kategori-alani {
    position: sticky;
    top: 0px;
}

.sidenav {
    margin-top: 0px;
    box-shadow: none;
    border: none;
}

    .sidenav a {
        padding-left: 10px !important;
        font-size: 14px;
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 0;
        color: #000;
    }

    .sidenav .dropdown-btn {
        font-size: 14px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        color: #000;
        padding: 5px 5px 5px 10px;
        margin-bottom: 0;
    }

    .sidenav .dropdown-container a {
        padding: 5px 0 5px 25px !important;
    }

    .sidenav a.active-for-kategori {
        color: #009DFF !important;
        background-color: #fff !important;
    }

.icerik-list {
    /* padding-left: 0;
    padding-right: 0px;*/
    background-color: #fff;
}

.blog-page .utf_blog_post {
    margin: 0 0 15px 0;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    box-shadow: none;
    border: none;
}

.blog-page .utf_blog_post-list:first-child {
    margin-top: 15px;
}

.blog-page .utf_blog_post-list {
    margin: 0 0 15px 0;
    min-height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-radius: 4px;
    padding: 5px 5px 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.utf_post_img {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    display: inline-block;
    max-height: 500px;
}

    .utf_post_img img {
        width: auto;
    }

    .utf_post_img:after {
        display: none;
    }

.utf_post_img-list {
    position: relative;
    height: 100%;
    width: 15%;
    margin: 0;
    display: inline-block;
}

    .utf_post_img-list img {
        width: auto;
    }

    .utf_post_img-list:after {
        display: none;
    }

.utf_post_content {
    display: inline-block;
    padding: 5px !important;
}

    .utf_post_content h3 {
        margin: 0 0 0 15px;
        line-height: 34px;
        font-size: 18px;
        font-weight: 600;
    }

.detay {
    margin-bottom: 50px;
}

    .detay h3 {
        margin: 0;
    }
