﻿

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #EEF0F8;
    font-family: 'Nunito', sans-serif;

}



a, i {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}




.checkbox {
    opacity: 0;
    position: absolute;
}

.checkbox-label {
    background-color: #1e69bd;
    width: 44px;
    height: 14px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fa-moon {
    color: #f1c40f;
    font-size: 18px;
}

.fa-sun {
    color: #f39c12;
    font-size: 18px;
}

.checkbox-label .ball {
    background-color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 4px;
    top: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
    transform: translateX(24px);
}





*:focus {
    outline: none;
}

.temizle {
    clear: both;
}

.ortala {
    display: block;
    margin: 0 auto;
    width: 1344px;
    padding-left: 10px;
    padding-right: 10px;
}

.genel {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.ustalan {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    height: 60px;
    background: rgb(1, 49, 103);
    background: linear-gradient(90deg, rgba(1, 49, 103, 1) 7%, rgba(9, 78, 154, 1) 82%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.logoalan {
    display: block;
    overflow: hidden;
    float: left;
    width: 260px;
}

    .logoalan a {
        display: block;
        overflow: hidden;
    }

        .logoalan a img {
            display: block;
            overflow: hidden;
            float: left;
            width: 230px;
            margin-top: 5px;
            height: auto;
        }

    .logoalan .logoadi {
        display: block;
        float: left;
        margin-left: 10px;
        margin-top: 11px;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 1.5px;
        text-shadow: 0px 4px 3px rgb(0 0 0 / 50%), 0px 8px 10px rgb(0 0 0 / 20%), 0px 18px 20px rgb(0 0 0 / 20%);
    }

    .logoalan span {
        color: #00f3dd;
    }

    .logoalan .slogan {
        color: rgb(0 243 221 / 54%);
        font-size: 11px;
        font-weight: 100;
        margin-top: -6px;
        letter-spacing: 1.5px;
        text-shadow: 0px 0px 0px rgb(0 0 0 / 50%);
    }

.araalan {
    display: block;
    float: left;
    width: 720px;
}

    .araalan .aramakutu {
        margin-left: 50px;
        margin-right: 50px;
        position: relative;
    }

        .araalan .aramakutu input {
            width: 100%;
            display: block;
            font-size: 14px;
            outline: none;
            height: 35px;
            color: #ffffff;
            border: 0px;
            padding: 0px 25px 0px 40px;
            font-weight: normal;
            background-color: rgb(255, 255, 255, 0.2);
            border-radius: 15px;
            margin: 0px;
            margin-top: 12px;
        }


            .araalan .aramakutu input[type='text']::placeholder {
                color: #fff;
            }

            .araalan .aramakutu input[type='text']:-ms-input-placeholder {
                color: #fff;
            }

            .araalan .aramakutu input[type='text']::-ms-input-placeholder {
                color: white;
            }

.aramakutu input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5);
}

.aramakutu input:-moz-placeholder {
    color: rgba(255,255,255,0.5); /* For Firefox 18- */
}

.aramakutu input::-moz-placeholder {
    color: rgba(255,255,255,0.5); /* For Firefox 19+ */
}

.aramakutu input:-ms-input-placeholder {
    color: rgba(255,255,255,0.5);
}


.araalan .aramakutu input:focus {
    border: none !important;
    outline: none;
}

.aramakutu .araicon {
    position: absolute;
    font-size: 24px;
    color: rgba(255,255,255,0.5);
    margin-left: 8px;
    margin-top: 6px;
}


.uyegirisalan {
    display: block;
    float: right;
    width: 300px;
}

.uyegirmedi {
    display: block;
    position: relative;
    float: right;
    margin-right: 0px;
}

    .uyegirmedi a {
        display: block;
        position: relative;
        font-size: 12px;
        float: right;
        color: #fff;
        text-align: center;
        margin-top: 14px;
        margin-left: 5px;
        line-height: 25px;
        border: solid 1px #1268c7;
        border-radius: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3px;
        padding-bottom: 2px;
    }

        .uyegirmedi a i {
            float: left;
            font-size: 22px;
            margin-right: 5px;
        }

.uyegirdi {
    display: block;
    position: relative;
    float: right;
}

    .uyegirdi a {
        display: block;
        position: relative;
    }

    .uyegirdi .uyepres:before {
        content: "";
        background-image: url(../img/profila.png);
        background-size: 100% 100%;
        display: inline-block;
        width: 52px;
        height: 52px;
        position: absolute;
        top: 4px;
        left: -6px;
        -webkit-animation: spin 25s infinite linear;
    }

    .uyegirdi a img {
        display: block;
        overflow: hidden;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        margin-top: 9px;
        margin-right: 7px;
        float: left;
        box-shadow: rgba(0, 0, 0, 75%) 0px 3px 8px;
    }

    .uyegirdi a .asagiok {
        display: block;
        float: right;
        color: #fff;
        margin-top: 19px;
    }


.bildirimler {
    display: block;
    float: right;
    position: relative;
}

    .bildirimler a span {
        position: absolute;
        color: #002248;
        display: block;
        margin-top: 6px;
        font-size: 9px;
        left: 13px;
        top: 4px;
        background-color: #fffe00;
        border-radius: 100%;
        padding-left: 4px;
        padding-right: 4px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .bildirimler a span::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 1px solid #fffe00;
            -webkit-animation: ripple 3s linear infinite;
            animation: ripple 3s linear infinite;
            -webkit-transition: .4s;
            transition: .4s;
        }


    .bildirimler a .bilicon {
        color: #fff;
        display: block;
        margin-right: 20px;
        margin-top: 18px;
    }

.mesajlar {
    display: block;
    float: right;
    position: relative;
}

    .mesajlar a span {
        position: absolute;
        color: #002248;
        display: block;
        margin-top: 6px;
        font-size: 9px;
        left: 13px;
        top: 4px;
        background-color: #08ff00;
        border-radius: 100%;
        padding-left: 4px;
        padding-right: 4px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .mesajlar a span::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 1px solid #08ff00;
            -webkit-animation: ripple 3s linear infinite;
            animation: ripple 3s linear infinite;
            -webkit-transition: .4s;
            transition: .4s;
        }




@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

.mesajlar a .mesicon {
    color: #fff;
    display: block;
    margin-right: 20px;
    margin-top: 18px;
}



.sol {
    display: block;
    float: left;
    width: 260px;
}

.orta {
    display: block;
    float: left;
    width: 724px;
    margin-left: 30px;
    margin-right: 30px;
}

.sag {
    display: block;
    float: right;
    width: 300px;
}

.solmenu {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.solmenubaslik {
    position: relative;
    font-weight: bold;
}

    .solmenubaslik span {
        position: relative;
        z-index: 2;
        font-size: 16px;
        padding-left: 8px;
        padding-right: 8px;
        color: #8d9297;
    }

    .solmenubaslik:after {
        content: '';
        position: absolute;
        left: 100px;
        right: 0;
        top: 12px;
        height: 1px;
        width: 100%;
        background: #cdcbcb;
    }


.listicon {
    position: relative;
    z-index: 2;
    color: #8f8f8f;
    float: left;
    display: block;
    overflow: hidden;
}

.etiketler {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

    .etiketler li {
        display: block;
        overflow: hidden;
        list-style: none;
    }

        .etiketler li a {
            display: block;
            overflow: hidden;
            position: relative;
            color: #3b3e4e;
            padding-bottom: 7px;
            padding-top: 7px;
            border-radius: 7px;
            margin-bottom: 10px;
            font-size: 15px;
            padding-left: 10px;
        }

            .etiketler li a i {
                display: block;
                overflow: hidden;
                float: left;
                color: #b4b4b4;
                margin-right: 10px;
                font-size: 18px;
                margin-top: 4px;
            }


            .etiketler li a:hover i {
                color: #000;
            }






            .etiketler li a span {
                display: block;
                position: relative;
                float: right;
                margin-right: 10px;
                background-color: #fff;
                padding-left: 5px;
                padding-right: 5px;
                line-height: 20px;
                font-size: 12px;
                margin-top: 2px;
                border-radius: 7px;
                box-shadow: rgb(0 0 0 / 18%) 0px 1px 8px;
            }


.kutu {
    -webkit-box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
    box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.radyolar {
    margin-bottom: 10px;
    background: #3c2aa8;
    background: -webkit-linear-gradient(161deg, #3c2aa8 0%, #0db6fb 100%);
    background: linear-gradient(161deg, #3c2aa8 0%, #0db6fb 100%);
}

    .radyolar a {
        color: #fff;
        display: block;
        overflow: hidden;
    }


.tvler {
    margin-bottom: 10px;
    background: #a84d2a;
    background: -webkit-linear-gradient(161deg, #a84d2a 0%, #fb4f0d 100%);
    background: linear-gradient(161deg, #a84d2a 0%, #fb4f0d 100%);
}


    .tvler a {
        color: #fff;
        display: block;
        overflow: hidden;
    }


.oyunlar {
    margin-bottom: 10px;
    background: #3c2aa8;
    background: -webkit-linear-gradient(161deg, #b3c12c 0%, #c0d026 100%);
    background: linear-gradient(161deg, #b3c12c 0%, #c0d026 100%);
}

    .oyunlar a {
        color: #fff;
        display: block;
        overflow: hidden;
    }





.ssalon {
    margin-bottom: 10px;
    background: #3c2aa8;
    background: -webkit-linear-gradient(161deg, #3a3a33 0%, #686860 100%);
    background: linear-gradient(161deg, #3a3a33 0%, #686860 100%);
}


    .ssalon a {
        color: #fff;
        display: block;
        overflow: hidden;
    }



.skitap {
    margin-bottom: 10px;
    background: #3c2aa8;
    background: -webkit-linear-gradient(161deg, #6c40d7 0%, #6700bd 100%);
    background: linear-gradient(161deg, #6c40d7 0%, #6700bd 100%);
}

    .skitap a {
        color: #fff;
        display: block;
        overflow: hidden;
    }


.smuzik {
    margin-bottom: 10px;
    background: #2a97a8;
    background: -webkit-linear-gradient(161deg, #2a97a8 0%, #4ad7de 100%);
    background: linear-gradient(161deg, #2a97a8 0%, #4ad7de 100%);
}

    .smuzik a {
        color: #fff;
        display: block;
        overflow: hidden;
    }


.yotubin {
    margin-bottom: 10px;
    background: #a50404;
    background: -webkit-linear-gradient(161deg, #a50404 0%, #de4a4a 100%);
    background: linear-gradient(161deg, #a50404 0%, #de4a4a 100%);
}

    .yotubin a {
        color: #fff;
        display: block;
        overflow: hidden;
    }


.stest {
    margin-bottom: 10px;
    background: #16a34a;
    background: -webkit-linear-gradient(161deg, #16a34a 0%, #4ade80 100%);
    background: linear-gradient(161deg, #16a34a 0%, #4ade80 100%);
}

    .stest a {
        color: #fff;
        display: block;
        overflow: hidden;
    }

/*  .stest a i{
        color: #fff;
       float:left;
       margin-right:10px;
    }*/




.solkutubaslik {
    display: block;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    color: #002248;
}

    .solkutubaslik:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 46px;
        height: 1px;
        width: 100%;
        background: #eef0f8;
    }

.araclar {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

    .araclar a {
        display: block;
        overflow: hidden;
        color: #013167;
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .araclar a i {
            display: block;
            overflow: hidden;
            float: left;
            margin-right: 5px;
            padding-right: 5px;
            font-size: 18px;
            border-right: solid 1px #ccc;
        }

        .araclar a:hover, .araclar a:hover i {
            color: #f86127;
        }


.enaktif:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background: rgb(1, 49, 103);
    background: linear-gradient(90deg, rgba(1, 49, 103, 1) 7%, rgba(9, 78, 154, 1) 82%);
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    width: 100%;
    height: 50px;
    z-index: -1;
    border-radius: 10px 10px 0 0;
    border-bottom: solid 1px #fff;
}



.sagkutubaslik {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

    .sagkutubaslik i {
        display: block;
        float: right;
        font-size: 36px;
        margin-top: -8px;
        margin-right: 5px;
    }


.aktifler {
    display: block;
    margin-top: 15px;
    padding-top: 15px;
}

    .aktifler a {
        display: block;
        overflow: hidden;
        position: relative;
        padding: 5px;
        margin-bottom: 10px;
        color: #013167;
    }

        .aktifler a img {
            display: block;
            overflow: hidden;
            float: left;
            width: 48px;
            height: 48px;
            border-radius: 100%;
            margin-right: 15px;
        }

        .aktifler a:before {
            content: "";
            background-size: 100% 100%;
            display: inline-block;
            width: 54px;
            height: 54px;
            position: absolute;
            top: 2px;
            left: 2px;
            z-index: -1;
            background-color: #84fab0;
            border-radius: 40% 60% 33% 67% / 64% 69% 31% 36%;
        }

        .aktifler a .akim {
            float: left;
            display: block;
            overflow: hidden;
            font-size: 16px;
            margin-top: 11px;
        }

            .aktifler a .akim span {
                position: absolute;
                display: block;
                overflow: hidden;
                font-size: 12px;
                text-align: center;
                margin-right: 5px;
                right: 0;
                top: 12px;
                border-radius: 6px;
                width: 50px;
                height: 30px;
                color: #fff;
                line-height: 30px;
                background-color: #27b7f8;
                box-shadow: 0 3px 5px -1px #0003, 0 2px 5px #00000024, 0 1px 8px #0000001f;
            }

        .aktifler a:hover:before {
            -webkit-animation: spin 10s infinite linear;
        }


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.sonuye {
    background: #3c2aa8;
    background: url(../img/suye.png), linear-gradient(to right, #225fa3, #27b7f8);
}

    .sonuye a {
        display: block;
        overflow: hidden;
        text-align: center;
        padding-top: 7px;
    }

        .sonuye a img {
            display: block;
            overflow: hidden;
        }

        .sonuye a .sresim {
            display: block;
            position: relative;
            width: 100px;
            height: 100px;
            margin: 0 auto;
        }

            .sonuye a .sresim img {
                display: block;
                overflow: hidden;
                width: 90px;
                height: 90px;
                border-radius: 100%;
            }

            .sonuye a .sresim:before {
                content: "";
                background-image: url(../img/profila.png);
                background-size: 100% 100%;
                display: inline-block;
                width: 104px;
                height: 104px;
                position: absolute;
                top: -7px;
                left: -7px;
            }

        .sonuye a .akim {
            margin-top: 10px;
            font-size: 18px;
            color: #fff;
            font-weight: bold;
            text-shadow: 0px 3px 3px rgb(0 0 0 / 79%);
        }

            .sonuye a .akim span {
                font-size: 14px;
                display: block;
                font-weight: normal;
            }

.ortakisim {
    display: block;
    position: relative;
    margin-bottom: 70px;
}

.yazalan {
    display: block;
}


.yazan {
    display: block;
    overflow: hidden;
    float: left;
    width: 50px;
    height: 50px;
}

    .yazan img {
        display: block;
        overflow: hidden;
        border-radius: 100%;
        width: 50px;
        height: 50px;
    }

.yazkutu {
    display: block;
    position: relative;
    float: right;
    height: 100px;
    width: calc(100% - 65px);
    overflow: hidden;
    cursor: text;
}

.kelimesay {
    position: absolute;
    bottom: 3px;
    right: 5px;
    font-size: 12px;
    color: #91b6df;
}

.note-editor {
    float: right;
    width: calc(100% - 65px);
}

.note-editing-area {
    height: auto;
    border: 0px solid rgba(0, 0, 0, 0.3);
    outline: none;
    font-size: 14px;
    min-height: 60px;
    padding: 12px;
    padding-top: 5px;
    color: #5e6e81;
    cursor: text;
    background-color: #e8edf5;
    border-radius: 5px;
}

    .note-editing-area.placeholder:before {
        content: "bi'şeyler yaz";
        color: #5e6e81;
    }

.note-editor.note-airframe, .note-editor.note-frame {
    border: 0px solid rgba(0, 0, 0, .2);
}

.note-toolbar {
    padding: 10px 5px;
    color: #333;
    background-color: #e8edf5;
    border: 0px solid;
    border-color: #68788b;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.note-btn {
    color: #8c98ab;
    background-color: #e8edf5;
    border: 1px solid #e8edf5;
    padding: 0px 4px;
    font-size: 12px;
}

.note-tooltip {
    display: none;
}

.note-editor .note-toolbar > .note-btn-group, .note-popover .popover-content > .note-btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0px;
}

.note-editor.note-airframe .note-statusbar, .note-editor.note-frame .note-statusbar {
    background-color: #0f1526;
    display: none;
}

.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    padding-left: 0px;
    min-height: 50px;
}

.note-btn.active, .note-btn.focus, .note-btn:active, .note-btn:focus, .note-btn:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #dae0e5;
    background-color: #3642cf;
    outline: 0;
    border-radius: 1px;
}

.note-editable p {
    margin: 0px;
    line-height: 20px;
}

.note-editable p {
    margin: 0px;
    line-height: 20px;
}

.note-placeholder {
    position: absolute;
    display: none;
    color: #5e6e81;
    padding-left: 0px !important;
}


.note-editor .note-toolbar {
    margin: 0;
    padding: 0 0 5px 5px;
    position: absolute;
    z-index: 99;
    top: 0px;
    right: 0;
}

.note-hint-popover {
    position: static;
}


.yazikisim {
    position: relative;
    display: block;
    overflow: hidden;
}

.yazkisa {
    display: block;
    float: left;
    width: 400px;
    margin-top: 10px;
    margin-left: 70px;
}

    .yazkisa .foto, .video, .dosya, .anket, .renkekle, .iptal, .renkekle {
        display: block;
        float: left;
        position: relative;
        font-size: 14px;
        color: #8c98ab;
        border: solid 2px transparent;
        background-color: #ccc;
        border-radius: 7px;
        width: 30px;
        height: 25px;
        text-align: center;
        margin-right: 3px;
        cursor: pointer;
        transition: .3s;
    }

    .yazkisa .foto {
        background-color: #013167;
        color: #fff;
    }

    .yazkisa .video {
        background-color: #ff5450;
        color: #fff;
    }

    .yazkisa .dosya {
        background-color: #f89b27;
        color: #fff;
    }

    .yazkisa .renkekle {
        background-color: #90009b;
        color: #fff;
    }

    .yazkisa .anket {
        background-color: #cddc39;
        color: #fff;
    }

    .yazkisa .iptal {
        background-color: #dc0202;
        color: #fff;
        display: none;
    }

    .yazkisa .foto i, .video i, .dosya i, .yazkisa .renkekle i {
        display: block;
        overflow: hidden;
        text-align: center;
        font-size: 18px;
        margin-top: 3px;
    }


    .yazkisa .foto:hover {
        border-color: #013167;
        box-shadow: 0 0 8px #013167;
    }

    .yazkisa .video:hover {
        border-color: #ff5450;
        box-shadow: 0 0 8px #ff5450;
    }

    .yazkisa .dosya:hover {
        border-color: #f89b27;
        box-shadow: 0 0 8px #f89b27;
    }

    .yazkisa .anket:hover {
        border-color: #cddc39;
        box-shadow: 0 0 8px #cddc39;
    }
    .yazkisa .renkekle:hover {
        border-color: #90009b;
        box-shadow: 0 0 8px #cddc39;
    }



.eklerekle {
    display: none;
    margin-left: 70px;
    padding-top: 40px;
}

.yazgonder {
    float: right;
    margin-top: 10px;
}

.buton {
    width: auto;
    margin: 0;
    border: 0px solid;
    line-height: 27px;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 15px;
    cursor: pointer;
    overflow: hidden;
    background: rgb(1, 49, 103);
    background: linear-gradient(90deg, rgba(1, 49, 103, 1) 7%, rgba(9, 78, 154, 1) 82%);
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .buton i {
        display: block;
        overflow: hidden;
        float: right;
        margin-left: 7px;
        font-size: 20px;
        margin-top: 3px;
    }

.pay {
    display: block;
    position: relative;
}

.detaynokta {
    display: block;
    float: right;
    cursor: pointer;
}

.myazan {
    display: block;
    position: relative;
    display: inline-block;
    max-width: 50%;
    width: 100%;
}

    .myazan a {
        display: block;
        overflow: hidden;
        cursor: pointer;
        color: #4a4b4d;
    }

        .myazan a img {
            float: left;
            height: 45px;
            width: 45px;
            border-radius: 100%;
            margin-right: 15px;
        }

        .myazan a .myadi {
            margin-top: 5px;
            font-weight: 600;
            font-size: 16px;
        }

        .myazan a span {
            margin-top: -3px;
            font-size: 12px;
            display: block;
        }

.mpostgit {
    right: 10px;
    top: 14px;
    position: absolute;
    color: #6b7c8f;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
}

.mmesaj {
    display: block;
    margin-top: 10px;
    line-height: 1.5;
    color: #4a4b4d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}
    .mmesaj h1, .mmesaj h2, .mmesaj h3 {
        line-height: 1.5 !important;
        color: #4a4b4d !important;
        font-weight: 400 !important;
        font-family: "Open Sans", sans-serif !important;
        font-size: 15px !important;
    }

    .mmesaj p {
        margin: 0px;
    }

    .mmesaj img {
        max-width: 100%;
        border-radius: 5px;
        margin-top: 10px;
    }

    .mmesaj .resimler {
        display: block;
        overflow: hidden;
        position: relative;
        margin-top: 10px;
    }


        .mmesaj .resimler img {
            width: auto;
            height: auto;
            max-width: 100%;
            border-radius: 5px;
            margin-top: 10px;
            max-height: 500px;
        }


.tekresim {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}


.mmesaj .md-1 img {
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 0px;
    max-height: 460px;
    display: block;
    margin: 0 auto;
}


.aresim {
    display: block;
    padding: 8px;
}

    .aresim:before {
        border: 0.5rem solid rgb(0 0 0/10%);
        will-change: border;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .aresim:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 9px;
        border: 2px solid #fff;
        -webkit-clip-path: polygon(0 calc(100% - 1rem),0 100%,1rem 100%,1rem 0,0 0,0 1rem,100% 1rem,100% 0,calc(100% - 1rem) 0,calc(100% - 1rem) 100%,100% 100%,100% calc(100% - 1rem));
        clip-path: polygon(0 calc(100% - 1rem),0 100%,1rem 100%,1rem 0,0 0,0 1rem,100% 1rem,100% 0,calc(100% - 1rem) 0,calc(100% - 1rem) 100%,100% 100%,100% calc(100% - 1rem));
        -webkit-box-shadow: 1px 1px #000;
        box-shadow: 1px 1px #000;
        opacity: .5;
    }


.mmesaj .md-2 img {
    float: left;
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
    height: auto;
}

.mmesaj .md-3 img {
    float: left;
    width: calc(100% / 3 - 5px);
    margin-right: 5px;
    height: auto;
}

.mmesaj .md-4 img {
    float: left;
    width: calc(100% / 3 - 4px);
    margin-right: 5px;
    height: 130px;
}

.md-4 a:nth-child(1) img {
    float: left;
    width: 100%;
    margin-right: 5px;
    height: auto;
}

.md-4 a:nth-child(4) img {
    margin-right: 0px;
}

.kutualt {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
}

    .kutualt:before {
        content: '';
        width: 60px;
        height: 3px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
        background-color: #27b7f8;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .kutualt:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 1px;
        height: 1px;
        width: 100%;
        background: #e5e5e5;
    }

.myazici {
    display: block;
    overflow: hidden;
    float: right;
    margin-top: 5px;
}

    .myazici a {
        display: block;
        overflow: hidden;
        float: left;
        font-size: 13px;
        color: #8c98ab;
        border: solid 1px #bac3d1;
        border-radius: 5px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 27px;
        margin-right: 5px;
        cursor: pointer;
    }


.begen i {
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-right: 5px;
    padding-top: 6px;
}

.begendin i {
    color: #1ccd16;
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-right: 5px;
    padding-top: 6px;
}




.yorum i {
    color: #013167;
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-right: 5px;
    padding-top: 6px;
}


.katadi i {
    color: #dd4e17;
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-right: 5px;
    padding-top: 6px;
}

.yazanlar {
    float: left;
    padding-left: 10px;
    margin-top: 3px;
}

    .yazanlar span {
        float: right;
        font-size: 12px;
        margin-left: 5px;
        padding-top: 12px;
    }

    .yazanlar .kkisim {
        display: block;
        position: relative;
        float: left;
        margin-left: -12px;
        cursor: pointer;
    }

        .yazanlar .kkisim img {
            float: left;
            width: 100%;
            max-width: 26px;
            height: 26px;
            border-radius: 100%;
            border: solid 2px #fff;
            box-shadow: rgb(0 0 0 / 15%) 0px 3px 4px 2px;
            position: relative;
            z-index: 0;
            margin: 0;
        }

        .yazanlar .kkisim span {
            display: none;
            position: absolute;
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 0px;
            margin-right: 0px;
        }

        .yazanlar .kkisim:hover span {
            display: block;
            top: -25px;
            left: -20px;
            width: 100%;
            background-color: #1ccd16;
            color: #fff;
            width: 80px;
            z-index: 9999;
            text-align: center;
            text-overflow: ellipsis;
            white-space: pre;
            overflow: hidden;
            border-radius: 7px;
            box-shadow: rgb(108 108 108 / 20%) 0 -1px 4px, rgb(108 108 108 / 20%) 0 4px 10px;
        }

video {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    height: auto;
}

.ekdosya {
    border-radius: 10px;
    border: solid 1px #bac3d1;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

    .ekdosya a {
        color: #013167;
        display: block;
        overflow: hidden;
    }

        .ekdosya a .uzanti {
            color: #fff;
            float: left;
            width: 70px;
            height: 100%;
            text-align: center;
            background-color: #f89b27;
            padding: 10px;
        }

            .ekdosya a .uzanti i {
                color: #fff;
                display: block;
                font-size: 36px;
            }

    .ekdosya .dosyaadi {
        float: left;
        display: block;
        margin-top: 15px;
        padding: 10px;
    }

    .ekdosya a .dosyaadi i {
        float: left;
        color: #f89b27;
    }

    .ekdosya a .dosyaindir {
        float: right;
    }

        .ekdosya a .dosyaindir i {
            color: #bdc2d7;
            font-size: 44px;
            margin-top: 9px;
            padding: 10px;
        }

.yukeniyor {
    width: auto;
    margin: 0;
    margin-bottom: 65px;
    border: 0px solid;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    overflow: hidden;
    background: #5caee2;
    background: -webkit-linear-gradient(to right, #0c81cd, #5caee2);
    background: linear-gradient(to right, #0c81cd, #5caee2);
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#bitti {
    width: auto;
    margin: 0;
    margin-bottom: 65px;
    border: 0px solid;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    overflow: hidden;
    background: #97cbed;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.meucnokta {
    display: none;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 38px;
}

    .meucnokta a {
        display: block;
        color: #4a4b4d;
        font-size: 13px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        line-height: 28px;
        padding-right: 8px;
        margin-bottom: 5px;
        background-color: #fff;
        border: solid 1px #bac3d1;
        -webkit-box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        border-radius: 5px;
    }

        .meucnokta a i {
            float: left;
            font-size: 17px;
            margin-right: 5px;
            background-color: #fffe00;
            color: #002248;
            padding: 5px;
        }

        .meucnokta a:hover {
            background-color: #fffe00;
        }

            .meucnokta a:hover i {
                background-color: #dfde00;
            }

.ucnoktapaylasim {
    display: none;
    overflow: hidden;
    position: absolute;
    right: 111px;
    top: 73px;
}

    .ucnoktapaylasim a {
        display: block;
        color: #fff;
        float: left;
        font-size: 13px;
        overflow: hidden;
        line-height: 28px;
        padding-right: 12px;
        padding-left: 12px;
        margin-bottom: 5px;
        margin-right: 2px;
        background-color: #00b122;
        border: solid 1px #bac3d1;
        -webkit-box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        border-radius: 5px;
    }

        .ucnoktapaylasim a:hover {
            background-color: #007617;
        }

        .ucnoktapaylasim a:nth-child(1) {
            background-color: #00aced;
        }

        .ucnoktapaylasim a:nth-child(2) {
            background-color: #3b5998;
        }

        .ucnoktapaylasim a:nth-child(1):hover {
            background-color: #0087ba;
        }

        .ucnoktapaylasim a:nth-child(2):hover {
            background-color: #2d4373;
        }


.bildirimac {
    display: none;
    background: #fff;
    -webkit-box-shadow: 1px 4px 8px 12px rgb(43 43 43 / 10%);
    box-shadow: 1px 4px 8px 12px rgb(43 43 43 / 10%);
    border-radius: 5px;
    border: none;
    opacity: 1;
    position: absolute;
    z-index: 10;
    left: auto;
    top: 40px;
    right: -40px;
    visibility: visible;
    overflow: visible;
    width: 350px;
    padding: 15px 0;
    padding-bottom: 0px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

    .bildirimac:before {
        content: "";
        border: 7px solid transparent;
        border-left-color: #fff;
        border-top-color: #fff;
        position: absolute;
        border-radius: 3px;
        top: -7px;
        right: 64px;
        -webkit-box-shadow: -2px -2px 3px 0 rgb(43 43 43 / 10%);
        box-shadow: -2px -2px 3px 0 rgb(43 43 43 / 10%);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1002;
    }

.bilbaslik {
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom: solid 1px #e8e9ea;
}

    .bilbaslik .yeni {
        border-radius: 4px;
        font-size: 13px;
        margin-right: 10px;
        font-weight: 400;
        color: #fff;
        background: #00a8ff;
        float: right;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 22px;
        margin-top: 5px;
        cursor: pointer;
    }

.bildirimleracik {
    padding: 0;
    margin: 0;
    display: block;
    max-height: 315px;
    overflow-y: auto;
}

    .bildirimleracik::-webkit-scrollbar {
        width: 10px;
    }

    .bildirimleracik::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: rgb(25 104 147 / 10%);
    }

    .bildirimleracik::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: rgb(25 93 147 / 20%);
    }




    .bildirimleracik li {
        list-style: none;
    }

        .bildirimleracik li a {
            display: block;
            overflow: hidden;
            padding: 10px;
            color: #333;
            border-bottom: solid 1px #e8e9ea;
        }

            .bildirimleracik li a img {
                display: block;
                overflow: hidden;
                float: left;
                height: 40px;
                width: 40px;
                border-radius: 100%;
                margin-right: 10px;
            }

            .bildirimleracik li a .bbaslik {
                display: block;
                overflow: hidden;
                font-weight: 600;
                font-size: 14px;
            }

            .bildirimleracik li a .bmesaj {
                display: block;
                overflow: hidden;
                font-size: 13px;
            }

                .bildirimleracik li a .bmesaj span {
                    display: block;
                    overflow: hidden;
                    font-size: 11px;
                }

            .bildirimleracik li a:hover {
                background-color: #d1efff;
            }

    .bildirimleracik .pasif {
        background-color: #efefef;
    }

        .bildirimleracik .pasif a:hover {
            background-color: #efefef;
        }

.biltum {
    display: block;
    overflow: hidden;
}

    .biltum a {
        display: block;
        overflow: hidden;
        text-align: center;
        color: #ffffff;
        background-color: #00a8ff;
        font-size: 14px;
        line-height: 35px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .biltum a:hover {
            background-color: #017a84;
        }



.mesajbildirimac {
    display: none;
    background: #fff;
    -webkit-box-shadow: 1px 4px 8px 12px rgba(43, 43, 43, 0.1);
    box-shadow: 1px 4px 8px 12px rgba(43, 43, 43, 0.1);
    border-radius: 5px;
    border: none;
    opacity: 1;
    position: absolute;
    left: auto;
    top: 40px;
    right: 0px;
    visibility: visible;
    overflow: visible;
    width: 350px;
    padding: 15px 0;
    padding-bottom: 0px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

    .mesajbildirimac:before {
        content: "";
        border: 7px solid transparent;
        border-left-color: #fff;
        border-top-color: #fff;
        position: absolute;
        border-radius: 3px;
        top: -7px;
        right: 25px;
        -webkit-box-shadow: -2px -2px 3px 0 rgba(43, 43, 43, 0.1);
        box-shadow: -2px -2px 3px 0 rgba(43, 43, 43, 0.1);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1002;
    }


.kullaniciac {
    display: none;
    background: #fff;
    -webkit-box-shadow: 1px 4px 8px 12px rgba(43, 43, 43, 0.1);
    box-shadow: 1px 4px 8px 12px rgba(43, 43, 43, 0.1);
    border-radius: 5px;
    border: none;
    opacity: 1;
    position: absolute;
    left: auto;
    top: 40px;
    right: 10px;
    visibility: visible;
    overflow: visible;
    width: 350px;
    padding-top: 15px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

    .kullaniciac:before {
        content: "";
        border: 7px solid transparent;
        border-left-color: #fff;
        border-top-color: #fff;
        position: absolute;
        border-radius: 3px;
        top: -7px;
        right: 34px;
        -webkit-box-shadow: -2px -2px 3px 0 rgba(43, 43, 43, 0.1);
        box-shadow: -2px -2px 3px 0 rgba(43, 43, 43, 0.1);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1002;
    }


.kulbaslik {
    display: block;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e8e9ea;
}

    .kulbaslik img {
        float: left;
        width: 70px;
        height: 70px;
        margin-right: 10px;
        border-radius: 5px;
    }


    .kulbaslik .kulbiladi {
        font-size: 17px;
        color: #00a8ff;
        font-weight: 600;
        display: block;
        overflow: hidden;
        line-height: 30px;
    }

    .kulbaslik .kulbilmail {
        font-size: 13px;
        color: #455a64;
        display: block;
        overflow: hidden;
    }

    .kulbaslik .kulbilsite {
        font-size: 13px;
        color: #455a64;
        display: block;
        overflow: hidden;
    }

.ustkullinkler {
    padding: 0;
    margin: 0;
}

    .ustkullinkler li {
        list-style: none;
    }

        .ustkullinkler li a {
            display: block;
            overflow: hidden;
            padding: 10px;
            color: #7f8fa4;
            border-bottom: solid 1px #e8e9ea;
            font-size: 14px;
            padding-left: 15px;
            line-height: 25px;
        }

            .ustkullinkler li a i {
                margin-right: 10px;
                color: #00a8ff;
                font-weight: bold;
                font-size: 21px;
                float: left;
            }

        .ustkullinkler li:last-child a i {
            color: #cb0000;
        }

        .ustkullinkler li a:hover {
            background-color: #e8e9ea;
        }





.upload__inputfile {
    width: 35px;
    height: 25px;
    left: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

    .upload__btn:hover {
        background-color: unset;
        transition: all 0.3s ease;
    }

.upload__img-wrap {
    display: flex;
    width: 400px;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 10px;
}

.upload__img-box {
    width: 70px;
    padding: 0 1px;
    margin-bottom: 1px;
}

.upload__img-close {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: center;
    line-height: 14px;
    z-index: 1;
    cursor: pointer;
    display: none;
}

    .upload__img-close:after {
        content: "✖";
        font-size: 9px;
        color: white;
    }

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}



.video__inputfile {
    width: 35px;
    height: 25px;
    left: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.video__btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

    .video__btn:hover {
        background-color: unset;
        transition: all 0.3s ease;
    }

.vdalan {
    padding-bottom: 10px;
}


.dosya__inputfile {
    width: 35px;
    height: 25px;
    left: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.dosya__btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

    .dosya__btn:hover {
        background-color: unset;
        transition: all 0.3s ease;
    }


.ddalan {
    padding-bottom: 10px;
}


.yorumlar {
    display: block;
}

    .yorumlar h2 {
        padding-left: 10px;
        position: relative;
    }

        .yorumlar h2 span {
            background-color: #ff5450;
            color: #fff;
            padding-left: 10px;
            padding-right: 10px;
            border-radius: 7px;
            margin-left: 5px;
            font-size: 14px;
            margin-top: 9px;
            position: absolute;
            line-height: 19px;
        }

        .yorumlar h2:after {
            content: "";
            background-color: #ff5450;
            width: calc(100% - 150px);
            height: 2px;
            position: absolute;
            top: 17px;
            right: 0;
        }


.comments:after {
    border-color: #ff5450;
}

.comments:before {
    background-color: #fff;
}

.comments .comment {
    background: #fff;
    border-radius: 10px;
    font-size: 11px;
    padding: 10px 15px;
}

.comments [class*="level-"] .photo:before {
    background-color: #fff;
}

.comments .meta {
    color: #3b3e4e;
    font-size: 13px;
}

    .comments .meta span {
        font-size: 11px;
    }

    .comments .meta a {
        color: inherit;
    }

        .comments .meta a:hover {
            color: #3b3e4e;
        }

.comments .body {
    color: #4a4b4d;
    font-size: 14px;
}

/**
 * Comments Thread
 */
.comments {
    list-style-type: none;
    padding: 5px 0 0 46px;
    position: relative;
    margin: 0 0 0 12px;
}

    .comments:before,
    .comments .comment,
    .comments .comment:after,
    .comments .comment:before,
    .comments .photo img,
    .comments [class*="level-"] .photo:before {
        background-color: #ff5450;
        -webkit-box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
    }

    .comments:after,
    .comments:before {
        display: block;
        content: '';
        position: absolute;
    }

    .comments:before {
        border-radius: 0 0 5px 5px;
        height: 100%;
        width: 8px;
        left: 5px;
        top: 0;
    }

    .comments:after {
        box-shadow: 0 1px 3px rgba(0,0,0,.4), 0 1px 3px rgba(0,0,0,.4) inset;
        border-width: 4px;
        border-style: solid;
        border-radius: 18px;
        height: 10px;
        width: 10px;
        left: 0px;
        top: -16px;
        z-index: -1;
    }

    .comments .comment {
        margin-bottom: 10px;
        position: relative;
        background-color: #fff;
    }

        .comments .comment:after,
        .comments .comment:before {
            border-radius: 10px;
            background-color: #fff;
            position: absolute;
            display: block;
            content: '';
        }

        .comments .comment:after {
            width: 12px;
            height: 12px;
            left: -14px;
            top: 7px;
            box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
        }

        .comments .comment:before {
            width: 5px;
            height: 5px;
            left: -22px;
            top: 16px;
        }

    .comments .photo {
        position: absolute;
        left: -57px;
        top: 2px;
    }

        .comments .photo img {
            border: 1px solid #fff;
            border-radius: 100%;
            overflow: hidden;
            width: 40px;
            height: 40px;
        }

    .comments .meta {
        margin-bottom: 5px;
    }

        .comments .meta .reply {
            display: block;
            position: relative;
            float: right;
            margin-left: 10px;
            cursor: pointer;
            color: #706565;
        }


        .comments .meta .yorumbegen {
            float: right;
            font-size: 15px;
            color: #1ccd16;
            line-height: 20px;
            cursor: pointer;
            margin-top: 2px;
        }

            .comments .meta .yorumbegen i {
                font-size: 19px;
                float: left;
                margin-right: 3px;
            }

        .comments .meta .begensayi {
            float: right;
            font-size: 14px;
            line-height: 25px;
            cursor: pointer;
            color: #706565;
        }


    .comments .comment:hover .reply {
        display: block;
    }

    .comments [class*="level-"] .photo:before {
        display: block;
        content: '';
        position: absolute;
        margin-top: -5px;
        height: 4px;
        width: 20px;
        left: -10px;
        top: 50%;
        z-index: -1;
    }

    .comments .level-2 {
        margin-left: 30px;
    }

    .comments .level-3 {
        margin-left: 50px;
    }

    .comments .level-4 {
        margin-left: 70px;
    }

    .comments .level-5 {
        margin-left: 90px;
    }

    .comments .level-6 {
        margin-left: 110px;
    }

    .comments .level-3 .photo:before {
        width: 40px;
        left: -30px;
    }

    .comments .level-4 .photo:before {
        width: 60px;
        left: -50px;
    }

    .comments .level-5 .photo:before {
        width: 80px;
        left: -70px;
    }

    .comments .level-6 .photo:before {
        width: 100px;
        left: -90px;
    }

    .comments .level-4:hover .reply {
        display: none;
    }


.yorumbegendetay {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    margin-bottom: 30px;
    max-width: 300px;
    min-width: 300px;
    height: auto;
    max-height: 220px;
    display: block;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 12px 2px rgb(126 126 126);
    color: #fff;
    display: none;
    z-index: 10;
}

.likeInfo {
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px;
    background: #094e9a;
}

.likeMain {
    width: 100%;
    max-height: 180px;
    display: block;
    padding: 5px;
}

.diziscroll {
    margin: 0;
    padding: 0;
    overflow-y: visible;
    overflow-x: hidden;
}

.likePerson {
    float: left;
    width: calc(100% / 5);
    height: 60px;
    display: inline-block;
}

    .likePerson img {
        display: block;
        overflow: hidden;
        float: left;
        width: 50px;
        height: 50px;
        box-shadow: -1px 1px 3px rgb(0 0 0 / 60%);
    }

.ybkapat {
    cursor: pointer;
    display: block;
    overflow: hidden;
    float: right;
    margin-right: 18px;
    font-size: 18px;
}


.btn-success {
    width: auto;
    margin: 0;
    border: 0px solid;
    line-height: 27px;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-danger {
    width: auto;
    margin: 0;
    border: 0px solid;
    line-height: 27px;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.katbaslik {
    position: relative;
    display: block;
    overflow: hidden;
}



    .katbaslik:after {
        content: "";
        display: inline-block;
        height: 0.5em;
        overflow: hidden;
        vertical-align: bottom;
        width: 100%;
        margin-right: -100%;
        margin-left: 10px;
        border-top: 2px solid #ff5450;
    }

    .katbaslik span {
        position: relative;
        z-index: 4;
        padding-left: 14px;
        padding-right: 15px;
    }

.oyunlarlist {
    display: block;
}


    .oyunlarlist a {
        display: block;
        overflow: hidden;
        float: left;
        width: calc(100% / 3 - 30px);
        background-color: #fff;
        color: #0075ff;
        font-weight: bold;
        font-size: 15px;
        line-height: 66px;
        padding: 10px;
        box-shadow: 0px 15px 35px -5px rgba(50,88,130,0.32);
        border-radius: 7px;
        margin-right: 15px;
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .oyunlarlist a:nth-child(3n+3) {
            margin-right: 0px;
        }

        .oyunlarlist a img {
            display: block;
            float: left;
            overflow: hidden;
            height: 60px;
            width: 60px;
            border-radius: 100%;
            border: solid 3px #e7e3e3;
            margin-right: 10px;
        }

        .oyunlarlist a:hover {
            box-shadow: 0px 2px 5px 7px rgba(50,88,130,0.32);
        }



.radyolist {
    display: block;
    overflow: hidden;
}

    .radyolist a {
        display: block;
        overflow: hidden;
        float: left;
        width: calc(100% / 3 - 30px);
        background-color: #fff;
        color: #0075ff;
        font-weight: bold;
        font-size: 15px;
        line-height: 66px;
        padding: 10px;
        box-shadow: 0px 15px 35px -5px rgba(50,88,130,0.32);
        border-radius: 7px;
        margin-right: 15px;
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .radyolist a:nth-child(3n+3) {
            margin-right: 0px;
        }

        .radyolist a img {
            display: block;
            float: left;
            overflow: hidden;
            height: 60px;
            width: 60px;
            border-radius: 100%;
            border: solid 3px #e7e3e3;
            margin-right: 10px;
        }

        .radyolist a:hover {
            box-shadow: 0px 2px 5px 7px rgba(50,88,130,0.32);
        }

#player {
    width: auto;
    display: block;
    margin: 0 auto;
    max-height: 400px;
}




.radio-player {
    box-shadow: 0px 15px 35px -5px rgba(50,88,130,0.32);
    border-radius: 15px;
    padding: 15px;
    margin: 0 auto;
    width: calc(100% - 30px);
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
    display: block;
}

    .radio-player img {
        float: left;
        height: 95px;
        width: 95px;
        margin-right: 15px;
        border-radius: 5px;
        box-shadow: 0px 4px 6px -5px rgba(50,88,130,0.80);
    }

.button {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background-color: #0075ff;
    color: #fff;
    border-radius: 100%;
}

    .button i {
        font-size: 45px;
        line-height: 65px;
    }

.play-pause-button {
    width: 70px;
    height: 70px;
    font-size: 25px;
    margin-right: 24px;
    display: block;
    float: left;
    overflow: hidden;
}



.player-controls {
    display: block;
    align-items: center;
    float: right;
    margin-top: 10px;
}

.currently-playing {
    display: block;
    overflow: hidden;
    margin-bottom: 18px;
    float: left;
}

.volume-controls {
    display: flex;
    align-items: center;
}


.currently-playing-label {
    font-size: 12px;
    font-weight: 300;
    display: block;
    overflow: hidden;
    margin-top: 18px;
    float: left;
}

.currently-playing-title {
    font-size: 22px;
    color: #008bcb;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    width: 250px;
    -webkit-box-orient: vertical;
    float: left;
}

.currently-playing-dj {
    color: #eb0101;
    display: block;
    margin-top: 35px;
}

    .currently-playing-dj span {
        width: 12px;
        display: block;
        height: 12px;
        overflow: hidden;
        float: left;
        border-radius: 100%;
        margin-right: 5px;
        margin-top: 4px;
        animation: 2.3s ease-in-out 0s normal none infinite running kmacb-circle-fill-anim !important;
        background: #eb0101 none repeat scroll 0 0;
    }


@keyframes kmacb-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}





.profilkart {
    display: block;
    padding-top: 10px;
    position: relative;
    z-index: 2;
    margin-top: calc(30vh + 70px);
}

    .profilkart img {
        display: block;
        width: 150px;
        margin-top: -47px;
        position: relative;
        z-index: 5;
        height: 150px;
        border-radius: 100%;
        float: left;
        border: solid 5px #fff;
        box-shadow: rgb(0 0 0 / 75%) 0px 3px 8px;
    }

.prodetay {
    display: block;
    background: #3c2aa8;
    background: linear-gradient(to left, #0db6fb, #3c2aa8);
    background: -webkit-linear-gradient(right, #0db6fb, #3c2aa8);
    height: 70px;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 10px;
}

.proalan {
    display: block;
    float: right;
    margin-top: 12px;
}

.tsayilar {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

    .tsayilar span {
        display: block;
        font-size: 20px;
    }

.tmesaj {
    float: right;
    cursor: pointer;
    background-color: #ee612b;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    color: #fff;
    line-height: 70px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .tmesaj a {
        color: #fff;
    }

    .tmesaj i {
        float: left;
        position: absolute;
        font-size: 55px;
        right: 2px;
        opacity: 0.1;
        top: 33px;
    }


.padi {
    font-size: 28px;
    margin-top: 15px;
    float: left;
    margin-left: 15px;
}

    .padi .kuladi {
        float: left;
        display: block;
        color: #fff;
        margin-right: 10px;
        text-shadow: 0px 4px 3px rgb(0 0 0 / 50%), 0px 8px 10px rgb(0 0 0 / 20%), 0px 18px 20px rgb(0 0 0 / 20%);
    }

    .padi .arkadasekle {
        color: #ffffff;
        float: left;
        margin-left: 5px;
        margin-top: 3px;
        font-size: 14px;
        line-height: 36px;
        display: block;
        overflow: hidden;
        background-color: #00000042;
        border-radius: 5px;
        padding: 6px;
        padding-left: 7px;
        padding-right: 7px;
    }

        .padi .arkadasekle i {
            font-size: 24px;
            float: left;
        }


.satir {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(200, 200, 200, 0.5);
    margin-bottom: 20px;
}

.satiryazi {
    display: block;
    font-size: 14px;
    padding-bottom: 6px;
    padding-left: 15px;
    position: relative;
}

.satiralan {
    display: block;
}

.txt1 {
    width: calc(100% - 32px);
    display: block;
    padding: 10px 15px;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    background-color: #fff;
    color: #354052;
    font-size: 14px;
    font-weight: 400;
}



.bos {
    height: 40px;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.dosyayukle:hover .input__support:before {
    color: #7d8a96;
}

.dosyayukle .input__support:before {
    font-family: 'Flaticon';
}

.dosyayukle .resimyukle, .dosyayukle .input__support {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 35px;
    color: #464a4c;
    background-image: none;
    box-sizing: border-box;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    background-color: #fff;
}

    .dosyayukle .resimyukle, .dosyayukle .input__support:hover {
        background-color: #bdcddf;
    }



.resimyukle:valid + .input__support .input__helper:before {
    content: "Resim Seç";
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
}



.resimyukle:invalid + .input__support .input__helper:before {
    content: "Resim Seç";
    font-size: 13px;
    padding-left: 10px;
}

.dosyayukle {
    cursor: pointer;
    position: relative;
}

    .dosyayukle .resimyukle {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
        padding: 0;
    }


.cevapla {
    display: block;
    overflow: hidden;
    background-color: #fff;
    line-height: 35px;
    border-radius: 5px;
    border: solid 1px #dceaf5;
    color: #222;
    position: relative;
    width: 200px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 20px;
}

    .cevapla .cebuton {
        display: block;
        width: 100%;
        margin: 0;
        border: 1px solid;
        border-radius: 5px;
        line-height: 35px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
        background-color: #00ca19;
        color: #fff;
    }



.cizgi {
    border-bottom: 1px solid #EBEDF3;
}

.oyazdi {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.mesaj {
    float: left;
    background-color: #EBEDF3;
    color: #787c92;
    border-radius: 7px;
    padding: 15px;
}

    .mesaj span {
        display: block;
        width: 100%;
        overflow: hidden;
        float: right;
        text-align: right;
        font-size: 12px;
    }

.benyazdi {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

    .benyazdi .mesaj {
        background-color: #a9deff;
        color: #4e536e;
        float: right;
    }


.cevapyazalan .note-editor {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .cevapyazalan .note-editor.note-airframe .note-editing-area .note-editable, .cevapyazalan .note-editor.note-frame .note-editing-area .note-editable {
        padding-top: 30px;
    }

    .cevapyazalan .note-editor.note-frame .note-placeholder, .cevapyazalan .note-editor.note-airframe .note-placeholder {
        padding-top: 30px;
    }

.mesajlarimlist {
    display: block;
    overflow: hidden;
}

    .mesajlarimlist ul {
        margin: 0;
        padding: 0;
    }

        .mesajlarimlist ul li {
            list-style: none;
            float: left;
            display: block;
            width: calc(100% - 200px);
            border-bottom: solid 1px #eef0f8;
            padding: 10px;
        }

            .mesajlarimlist ul li:nth-child(2n+2) {
                width: 160px;
                text-align: center;
            }

            .mesajlarimlist ul li a {
                color: #ff5450
            }


.mesajresim {
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 100%;
    right: 22px;
    top: 9px;
}

.solmenugoster, .closebtn {
    display: none;
    cursor: pointer;
}

.kimkim {
    display: block;
    margin-top: 20px;
}

    .kimkim a {
        display: block;
        float: left;
        color: #3c2aa8;
        position: relative;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .kimkim a img {
            display: block;
            overflow: hidden;
            float: left;
            width: 33px;
            height: 33px;
            border-radius: 100%;
        }

        .kimkim a span {
            display: none;
            overflow: hidden;
            color: #3c2aa8;
            font-size: 11px;
        }

        .kimkim a:hover span {
            display: block;
            overflow: hidden;
            color: #fff;
            background-color: #ff5450;
            text-align: center;
            padding: 7px;
            position: absolute;
            border-radius: 5px;
            top: -33px;
            right: 4px;
        }







.anketalan {
    display: none;
    overflow: hidden;
}



.ansatir {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}

.anketalan h2 {
    margin: 0;
    text-align: center;
}

.ansatir span {
    float: left;
    font-size: 13px;
    width: 40px;
    line-height: 30px;
}

.ansatir input {
    width: calc(100% - 57px);
    display: block;
    padding: 7px 7px;
    border: 1px solid #d6e0ef;
    border-radius: 4px;
    background-color: rgb(232 237 245);
    color: #023773;
    font-size: 14px;
    font-weight: 400;
    outline: none;
}





.anketlist {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 7px;
}

    .anketlist a {
        display: block;
        text-align: center;
        background-color: #758aab;
        line-height: 30px;
        color: #ffffff;
        font-size: 12px;
    }

    .anketlist .asoru {
        display: block;
        text-align: center;
        font-size: 16px;
        padding: 10px;
        background-color: #cedaed;
        font-weight: bold;
    }

    .anketlist label {
        font-size: 13px;
        display: block;
        padding: 6px;
        padding-bottom: 9px;
        border-bottom: solid 1px #c6cfdd;
        background-color: rgb(232 237 245);
        cursor: pointer;
    }

        .anketlist label span {
            float: right;
            background-color: #27b7f8;
            color: #fff;
            padding-left: 5px;
            padding-right: 5px;
            border-radius: 3px;
            margin-right: 10px;
            margin-top: 1px;
        }

        .anketlist label:hover {
            background-color: rgba(30, 144, 255, 0.5);
        }

    .anketlist input + input {
        margin-left: 0.5em;
    }

    .anketlist input[type=radio] {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 12px;
        border-radius: 100%;
        outline: none !important;
        -webkit-appearance: none;
    }

        .anketlist input[type=radio]::before {
            position: relative;
            top: -1px;
            left: -1px;
            display: block;
            content: "";
            background: white;
            border: 1px solid rgba(128, 128, 128, 0.4);
            border-radius: 100%;
            box-shadow: inset 0 0.1em 1px -0.1em rgb(0 0 0 / 30%);
            width: 14px;
            height: 14px;
        }

        .anketlist input[type=radio]:active::before {
            box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3), inset 0 0 2px 3px rgba(0, 0, 0, 0.1);
        }

        .anketlist input[type=radio]:focus::before {
            box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(30, 144, 255, 0.5);
        }

        .anketlist input[type=radio]:checked::before {
            background: #a5d3ff;
            border-color: dodgerblue;
        }

        .anketlist input[type=radio]:disabled::before {
            cursor: not-allowed;
            background-color: #eaeaea;
            border-color: rgba(128, 128, 128, 0.2);
        }

        .anketlist input[type=radio]::after {
            position: relative;
            top: -17px;
            left: 15px;
            display: block;
            content: "";
            background: dodgerblue;
            border-radius: 100%;
            box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
            width: 0;
            height: 0;
        }

        .anketlist input[type=radio]:checked::after {
            transition: all ease-in-out 100ms;
            top: -14px;
            left: 2px;
            width: 10px;
            height: 10px;
        }


.iconyazi {
    display: block;
    opacity: 0;
    position: absolute;
    z-index: 5;
    top: 31px;
    left: -26px;
    width: 87px;
    font-size: 12px;
    line-height: 20px;
    background: #949eaf;
    border-radius: 5px;
    transition: .3s;
}

.yazkisa .foto .iconyazi {
    background: #013167;
}

.yazkisa .video .iconyazi {
    background: #ff5450;
}

.yazkisa .dosya .iconyazi {
    background: #f89b27;
}

.yazkisa .anket .iconyazi {
    background: #cddc39;
}
.yazkisa .renkekle .iconyazi {
    background: #90009b;
}

.yazkisa .foto:hover .iconyazi, .yazkisa .video:hover .iconyazi, .yazkisa .dosya:hover .iconyazi, .yazkisa .anket:hover .iconyazi, .renkekle:hover .iconyazi {
    opacity: 0.7;
    transition: .3s;
}


.tur1:before {
    background-color: #013167;
}

.tur2:before {
    background-color: #ff5450;
}

.tur3:before {
    background-color: #f89b27;
}


.kimkim a:before {
    content: "";
    background-size: 100% 100%;
    display: inline-block;
    width: 37px;
    height: 37px;
    position: absolute;
    top: -2px;
    left: -1px;
    z-index: -1;
    background-color: #84fab0;
    border-radius: 40% 60% 33% 67% / 64% 69% 31% 36%;
}

.myazan a:before {
    content: "";
    background-size: 100% 100%;
    display: inline-block;
    width: 52px;
    height: 52px;
    position: absolute;
    top: -4px;
    left: -3px;
    z-index: -1;
    border-radius: 40% 60% 33% 67% / 64% 69% 31% 36%;
}



.r1:before {
    background-color: #27b7f8 !important;
}

.r2:before {
    background-color: #ff5450 !important;
}

.r3:before {
    background-color: #c0d026 !important;
}

.r4:before {
    background-color: #013167 !important;
}

.r5:before {
    background-color: #00e44b !important;
}

.r6:before {
    background-color: #f89b27 !important;
}

.r7:before {
    background-color: #ff0000 !important;
}

.r8:before {
    background-color: #00e4b1 !important;
}

.r9:before {
    background-color: #b100e4 !important;
}


.padi span {
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    float: left;
    margin-top: 3px;
    line-height: 35px;
    margin-left: 10px;
}

.padi .r1 {
    background-color: #27b7f8
}

.padi .r2 {
    background-color: #ff5450
}

.padi .r3 {
    background-color: #c0d026
}

.padi .r4 {
    background-color: #013167
}

.padi .r5 {
    background-color: #00e44b
}

.padi .r6 {
    background-color: #f89b27
}

.padi .r7 {
    background-color: #ff0000
}

.padi .r8 {
    background-color: #00e4b1
}

.padi .r9 {
    background-color: #b100e4
}

.sozres {
    display: block;
    overflow: hidden;
}

    .sozres img {
        display: block;
        overflow: hidden;
        width: 100%;
        height: auto;
    }


.yetki-1 {
    background-color: #000;
}

.comments .meta .ysil {
    margin-right: 10px;
}


.arliste {
    margin: 0;
    padding: 0;
}

    .arliste li {
        list-style: none;
        display: block;
        overflow: hidden;
        background-color: #fff;
        -webkit-box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        padding: 8px;
        padding-left: 15px;
        border-radius: 10px;
        margin-bottom: 2px;
        position: relative;
        z-index: 1;
    }

        .arliste li a {
            display: block;
            line-height: 30px;
            float: left;
        }

            .arliste li a:before {
                content: "";
                background-size: 100% 100%;
                display: inline-block;
                width: 34px;
                height: 34px;
                position: absolute;
                top: 7px;
                left: 13px;
                z-index: -1;
                background-color: #84fab0;
                border-radius: 40% 60% 33% 67% / 64% 69% 31% 36%;
            }

            .arliste li a img {
                display: block;
                overflow: hidden;
                float: left;
                width: 30px;
                height: 30px;
                border-radius: 100%;
                margin-right: 15px;
            }

        .arliste li .artarih {
            float: right;
            font-size: 14px;
            line-height: 25px;
            color: #959595;
        }

        .arliste li .kabulbuton {
            display: block;
            width: 70px;
            float: right;
            margin: 0;
            border: 1px solid;
            border-radius: 5px;
            line-height: 25px;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            cursor: pointer;
            overflow: hidden;
            background-color: #00ca19;
            color: #fff;
        }

        .arliste li .iptalbuton {
            display: block;
            width: 70px;
            float: right;
            margin: 0;
            margin-left: 5px;
            border: 1px solid;
            border-radius: 5px;
            line-height: 25px;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            cursor: pointer;
            overflow: hidden;
            background-color: #ca6700;
            color: #fff;
        }

        .arliste li .kaldirbuton {
            display: block;
            width: 70px;
            float: right;
            margin: 0;
            margin-left: 5px;
            border: 1px solid;
            border-radius: 5px;
            line-height: 25px;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            cursor: pointer;
            overflow: hidden;
            background-color: #02346d;
            color: #fff;
        }

.mesajsilbuton {
    display: block;
    width: 35px;
    float: right;
    margin: 0;
    margin-left: 5px;
    border: 1px solid;
    border-radius: 5px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    background-color: #ca6700;
    color: #fff;
}

.engellebuton {
    color: #ffffff;
    float: left;
    margin-left: 5px;
    margin-top: 3px;
    font-size: 14px;
    line-height: 36px;
    display: block;
    overflow: hidden;
    background-color: #00000042;
    border-radius: 5px;
    padding: 6px;
    padding-left: 7px;
    padding-right: 7px;
}

    .engellebuton i {
        font-size: 24px;
        float: left;
    }

.engellendi {
    display: block;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    background-color: #ee612b;
    margin-bottom: 20px;
    border-radius: 15px;
    color: #fff;
}

    .engellendi a {
        color: #222;
        background-color: #fff;
        border-radius: 7px;
        padding: 7px;
        margin-left: 10px;
    }


.uyeninalani {
    position: absolute;
    display: block;
    background-color: #ccc;
    height: calc(30vh + 140px);
    max-width: 100%;
    width: 100%;
    margin: 0 auto !important;
    left: 0;
    top: -20px;
    z-index: 2;
}

    .uyeninalani .ustresi {
        display: block;
        top: 50%;
        left: 50%;
        overflow: hidden;
        position: absolute;
        background-color: #000;
        background-image: url("/img/adhe.png");
        z-index: 1;
        width: 100%;
        height: 100%;
        -o-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0;
        margin: 0;
        -o-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -webkit-transition: all 0s ease;
        transition: all 0s ease;
    }

    .uyeninalani::before {
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 2;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background: -webkit-repeating-linear-gradient( -45deg, transparent, transparent 1px, rgb(129 124 124 / 10%) 5px, rgb(0 0 0 / 10%) 8px);
        background: repeating-linear-gradient( -45deg, transparent, transparent 1px, rgb(129 124 124 / 10%) 5px, rgb(0 0 0 / 10%) 8px );
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }

div.banaresmi {
    opacity: 0;
    -o-transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out;
    transition: opacity .8s ease-in-out;
    position: absolute;
    bottom: 30px;
    z-index: 4;
    right: 0;
    width: 35px;
    border-radius: 5px;
    height: 35px;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
    margin: 0 40px 80px 30px;
    color: rgba(255,255,255,.6);
    display: block;
    background-color: rgb(34 34 34 / 31%);
}

.banaresmi i {
    font-size: 36px;
}

.uyeninalani:hover div.banaresmi {
    opacity: 1;
}

.ortalaresimalan {
    display: block;
    position: relative;
}


.whatsapp-chat {
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-family: Arial;
    z-index: 99;
}

.answer {
    display: none;
}

.whatsapp-chat-checkbox {
    visibility: hidden;
}

.whatsapp-wrap {
    position: relative;
    right: 0;
    bottom: 50px;
    width: 380px;
    box-shadow: 0 8px 25px -5px rgba(45, 62, 79, 0.35);
    border-radius: 6px;
}

    .whatsapp-wrap:before {
        content: "";
        position: absolute;
        background: #f6f6f7;
        bottom: -6px;
        right: 24px;
        width: 13px;
        height: 13px;
        transform: rotate(45deg);
    }

.whatsapp-title {
    font-size: 18px;
    background-color: #24d064;
    color: white;
    line-height: 60px;
    display: flex;
    padding: 0 15px;
    border-radius: 6px 6px 0 0;
    position: relative;
    align-items: center;
}

    .whatsapp-title i {
        font-size: 24px;
        width: 40px;
    }

    .whatsapp-title span {
        width: calc(100% - 50px);
    }

.whatsapp-items {
    background-color: white;
    overflow: hidden;
}

.burbuja-whatsapp {
    display: grid;
    position: fixed;
    height: 55px;
    color: #25d366;
    right: 20px;
    bottom: 20px;
    align-items: center;
    cursor: pointer;
}


    .burbuja-whatsapp i {
        color: #fff;
        font-size: 28px;
    }

.bur-icon-content {
    width: 55px;
    height: 55px;
}

.bur-icon-img {
    position: relative;
    z-index: 9;
}

.pulsar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.pulsar-1,
.pulsar-2,
.pulsar-3 {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    animation: radial-pulsar 2.3s infinite;
}

.pulsar-1 {
    background: rgba(37, 211, 102, 1);
}

.pulsar-2 {
    animation-delay: 1.3333s;
}

.pulsar-3 {
    animation-delay: 2.6666s;
}

.bur-space-brdr {
    box-shadow: 0 0 0 1em rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

@keyframes radial-pulsar {
    0% {
        box-shadow: 0 0 0 0em rgba(37, 211, 102, 0.8);
    }

    50% {
        box-shadow: 0 0 0 1em rgba(255, 100, 100, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 100, 100, 0);
    }
}


@keyframes radial-pulsar {
    0% {
        box-shadow: 0 0 0 0em rgba(37, 211, 102, 0.8);
    }

    50% {
        box-shadow: 0 0 0 1em rgba(255, 100, 100, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 100, 100, 0);
    }
}


.sohbetrek {
    border-bottom-width: 0;
    border-radius: 15px;
    box-shadow: 7px 7px 70px 0 rgb(0 0 0 / 20%);
    transition: transform 0.2s ease 0s, box-shadow 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: block;
    width: calc(100% - 200px);
    float: left;
    background-color: #1c3469;
    background-image: -webkit-linear-gradient(315deg,#013167,#2260a4);
    background-image: linear-gradient(135deg,#013167,#2260a4);
}

    .sohbetrek a {
        overflow: hidden;
        display: block;
        text-align: center;
        color: #fff;
        padding-bottom: 10px;
        position: relative;
    }

        .sohbetrek a span {
            overflow: hidden;
            display: block;
            font-size: 14px;
            margin-top: 10px;
        }

        .sohbetrek a h3 {
            font-size: 24px;
            margin: 0;
            margin-top: 7px;
        }

        .sohbetrek a img {
            width: 130px;
            height: auto;
            left: 0;
            top: -17px;
            position: absolute;
        }


.linear-wipe {
    text-align: center;
    background: -webkit-gradient(linear,left top,right top,color-stop(0, #c2c506),color-stop(0.4, #f7ed79),color-stop(0.5, #ffffff),color-stop(0.6, #f1f5b9),color-stop(1, #e2e300));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 5s ease-in infinite;
}


.hcarkana {
    box-shadow: 7px 7px 70px 0 rgb(0 0 0 / 20%);
    transition: transform 0.2s ease 0s, box-shadow 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: block;
    width: 190px;
    height: 77px;
    float: right;
    background: #a84d2a;
    background: -webkit-linear-gradient(161deg, #a84d2a 0%, #fb4f0d 100%);
    background: linear-gradient(161deg, #a84d2a 0%, #fb4f0d 100%);
}

    .hcarkana a {
        display: block;
        overflow: hidden;
    }

    .hcarkana img {
        width: 70px;
        height: auto;
        right: -6px;
        top: 5px;
        position: absolute;
    }

    .hcarkana h3 {
        text-align: left;
        padding-left: 20px;
        padding-top: 6px;
        background: -webkit-gradient(linear,left top,right top,color-stop(0, #ffffff),color-stop(0.4, #f7798b),color-stop(0.5, #ffffff),color-stop(0.6, #f5b9b9),color-stop(1, #ffffff));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: shine 15s ease-in infinite;
    }



@-webkit-keyframes shine {
    to {
        background-position: -820px 0;
    }
}

@keyframes shine {
    to {
        background-position: 820px 0;
    }
}

#katdegis {
    width: 100%;
    background-color: #efff00;
    height: 30px;
    border-radius: 5px;
    z-index: 99;
    position: relative;
}

.emoj {
    margin: -10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.aktifler .swiper {
    width: 100%;
    height: 100%;
}

.aktifler .swiper-slide {
    text-align: center;
    font-size: 18px;
}



.aktifler .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.aktifler .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.aktifler .swiper-horizontal > .swiper-pagination-bullets, .aktifler .swiper-pagination-bullets.swiper-pagination-horizontal, .aktifler .swiper-pagination-custom, .aktifler .swiper-pagination-fraction {
    bottom: -6px;
}

.gecegunduz {
    display: block;
    float: left;
    position: relative;
    margin-top: 18px;
}

.benimtema {
    position: absolute;
    bottom: 30px;
    z-index: 4;
    right: 64px;
    bottom: 109px;
    border-radius: 5px;
    height: 37px;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
    color: rgba(255,255,255,.6);
    display: block;
}

.tema {
    display: block;
}

.temabuton {
    border: 0;
    background: rgb(255 255 255 / 35%);
    color: #fff;
    line-height: 25px;
    border-radius: 5px;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}

.tema .list {
    background-color: white;
    color: #444;
    list-style: none;
    border-radius: 5px;
    overflow: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    transition: 0.4s;
    -webkit-box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
    box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
}

.tema .list-item {
    display: block;
    align-items: center;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.4s, transform 0.4s var(--delay);
    transform: translateX(-100%);
    user-select: none;
    cursor: pointer;
    line-height: 30px;
    font-size: 14px;
}

    .tema .list-item:hover {
        background-color: dodgerblue;
        color: #fff;
    }

.tema .temabuton:focus ~ .list {
    height: 100%;
}

    .tema .temabuton:focus ~ .list .list-item {
        transform: translateX(0);
    }



.ekmp {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}


    /* player */
    .ekmp .audio-player {
        --player-color-featured: #00e5c0;
        --player-color-background: transparent;
        --player-color-play: #9D0511;
        --player-color-text: #133163;
        --player-color-line: #B99B5F;
        --player-percent-played: 0;
        --player-current-time: "00:00";
        --player-current-date-time: "00:00";
        background: var(--player-color-background);
        display: inline-flex;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #0b3f7a;
        border-radius: 5px;
        color: white;
        padding: 10px 15px 10px 15px;
        position: relative;
        width: calc(100% - 34px);
        border: solid 2px #bfbfbf;
        height: 50px;
    }

    .ekmp .volume-container {
        position: absolute;
        right: 35px;
        top: 28px;
    }


    .ekmp .audio-player + .audio-player {
        margin-top: 1rem;
    }

    .ekmp .audio-player .player {
        display: block;
        width: 100%;
    }

        .ekmp .audio-player .player .btn-play {
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
            background: none;
            border: 0;
            /* padding: 0 0.8rem 0 0.4rem; */
        }

            .ekmp .audio-player .player .btn-play:disabled {
                cursor: default;
            }

            .ekmp .audio-player .player .btn-play span {
                color: #0b3f7a;
                font-size: 30px;
                margin-right: 5rem;
            }

                .ekmp .audio-player .player .btn-play span:not(.icon-play),
                .ekmp .audio-player.playing .player .btn-play span:not(.icon-pause),
                .ekmp .audio-player.loading .player .btn-play span:not(.icon-loop),
                .ekmp .audio-player.error .player .btn-play span:not(.icon-error) {
                    display: none;
                }

    .ekmp .audio-player.playing .player .btn-play .icon-pause {
        display: inline-block;
    }

    .ekmp .audio-player.error .player .btn-play .icon-error {
        display: inline-block;
    }

@-webkit-keyframes load {
    to {
        transform: rotate(360deg);
    }
}

@keyframes load {
    to {
        transform: rotate(360deg);
    }
}

.ekmp .audio-player.loading .player .btn-play,
.ekmp .audio-player.error .player .btn-play {
    pointer-events: none;
}

    .ekmp .audio-player.loading .player .btn-play span {
        -webkit-animation: load 1s linear infinite;
        animation: load 1s linear infinite;
    }

    .ekmp .audio-player.loading .player .btn-play .icon-loop {
        display: inline-block;
    }

.ekmp .audio-player .player .timeline {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
}

    .ekmp .audio-player .player .timeline .line {
        --line-height: 0.35rem;
        flex: 1;
        display: flex;
        align-items: center;
        position: relative;
        left: 0;
    }

        .ekmp .audio-player .player .timeline .line:before {
            content: "";
            width: var(--player-percent-played);
            position: absolute;
            background: #fff;
            z-index: 99;
            height: var(--line-height);
            border-radius: calc(var(--line-height) / 2);
        }

        .ekmp .audio-player .player .timeline .line input[type="range"] {
            flex: 1;
            all: unset;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            z-index: 0;
            background-color: #0e4f99;
            border: none;
            outline: none;
            width: 100%;
            position: relative;
            border-radius: 5px;
        }

            .ekmp .audio-player
            .player
            .timeline
            .line
            input[type="range"]::-webkit-slider-thumb {
                -webkit-appearance: none;
                appearance: none;
                /* background: var(--player-color-play); */
                width: 0.9rem;
                height: 0.9rem;
                border-radius: 50%;
                margin-top: calc(var(--line-height) * -1.4);
            }

            .ekmp .audio-player
            .player
            .timeline
            .line
            input[type="range"]::-moz-range-thumb {
                all: unset;
                -moz-appearance: none;
                appearance: none;
                border: 0;
                background: var(--player-color-featured);
                width: 0.9rem;
                height: 0.9rem;
                border-radius: 50%;
                margin-top: calc(var(--line-height) * -1.4);
            }

.audio-player
.player
.timeline
.line
input[type="range"]::-ms-thumb {
    appearance: none;
    background: var(--player-color-featured);
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    margin-top: calc(var(--line-height) * -1.4);
}


.ekmp .audio-player
.player
.timeline
.line
input[type="range"]::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, 0.2);
    height: var(--line-height);
    border-radius: calc(var(--line-height) / 2);
}

.ekmp .audio-player
.player
.timeline
.line
input[type="range"]::-moz-range-track {
    background: rgba(255, 255, 255, 0.2);
    height: var(--line-height);
    border-radius: calc(var(--line-height) / 2);
}

.ekmp .audio-player
.player
.timeline
.line
input[type="range"]::-ms-track {
    background: rgba(255, 255, 255, 0.2);
    height: var(--line-height);
    border-radius: calc(var(--line-height) / 2);
}

.ekmp .audio-player .player .timeline .data {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    font-size: 0.68rem;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 63px;
    font-size: 14px;
}

    .ekmp .audio-player .player .timeline .data .current-time::before {
        content: var(--player-current-time);
    }

    .ekmp .audio-player .player .timeline .data .time {
        display: flex;
        align-items: center;
    }


        .ekmp .audio-player .player .timeline .data .time span {
            font-size: 1rem;
            margin-left: 0.4rem;
            color: var(--player-color-featured);
        }


/* new */

.ekmp .audio-player .player .btn-play span {
    width: 30px;
    background: #fff;
    height: 30px;
    border-radius: 50%;
    padding: 3px;
}

.ekmp .audio-player .player .volume-container .volume-button .volume {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    font-size: 34px;
    display: flex;
    position: relative;
    left: 0.5rem;
    top: -0.1rem;
}



.ekmp .controls button {
    padding: 4px;
    border: 0;
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-flex;
    align-items: center;
}

.ekmp .audio-player button {
    cursor: pointer;
    position: absolute;
    top: 23px;
}

.ekmp .controls .replay-button {
    margin-right: 0px;
}


.uygulama {
    display: block;
    color: #fff;
    background: rgb(1, 49, 103);
    background: linear-gradient(90deg, rgb(25 80 143) 7%, rgb(13 44 78) 82%);
}

    .uygulama h3 {
        margin: 0;
    }

    .uygulama p {
        padding: 0;
        margin: 10px 0px;
        font-size: 14px;
    }

    .uygulama a {
        color: #fff;
        text-align: center;
        display: block;
        background-color: #3f72ab;
        padding: 5px 10px;
        border-radius: 7px;
        width: 135px;
        margin: 0 auto;
    }

.sonetkilesim {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 6px;
}

    .sonetkilesim a {
        float: right;
        display: block;
        background-color: #2672c7;
        border-radius: 0px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin-left: 5px;
        padding-left: 8px;
        padding-right: 8px;
        margin-left: 0px;
        line-height: 27px;
    }

        .sonetkilesim a i {
            font-size: 18px;
            float: left;
            line-height: 27px;
        }



        .sonetkilesim a:hover {
            background-color: rgb(225 78 22 / 100%);
        }

    .sonetkilesim .haberlink {
        background-color: #1cabeb;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

        .sonetkilesim .haberlink:hover {
            background-color: #007aff;
        }

.listikili {
    float: left;
    width: calc(100% / 2 - 23px);
    margin-right: 5px;
    display: block;
    overflow: hidden;
    height: 50px;
    text-align: center;
    padding: 10px;
    font-size: 15px;
}

    .listikili:nth-child(2n+2) {
        margin-right: 0px;
    }

    .listikili i {
        color: #fff;
        float: none;
        margin-right: 0px;
        text-align: center;
        display: block;
        font-size: 24px;
        margin-bottom: 5px;
    }


.listuclu {
    float: left;
    width: calc(100% / 3 - 16px);
    margin-right: 5px;
    display: block;
    overflow: hidden;
    height: 48px;
    text-align: center;
    padding: 6px;
    font-size: 11px;
}

    .listuclu:nth-child(3n+3) {
        margin-right: 0px;
    }

    .listuclu i {
        color: #fff;
        float: none;
        margin-right: 0px;
        text-align: center;
        display: block;
        font-size: 24px;
        margin-bottom: 5px;
    }



.listdort {
    float: left;
    width: calc(100% / 4 - 16px);
    margin-right: 5px;
    display: block;
    overflow: hidden;
    height: 48px;
    text-align: center;
    padding: 6px;
    font-size: 11px;
}

    .listdort:nth-child(4n+4) {
        margin-right: 0px;
    }

    .listdort i {
        color: #fff;
        float: none;
        margin-right: 0px;
        text-align: center;
        display: block;
        font-size: 24px;
        margin-bottom: 5px;
    }


    

.bizimmarket {
    border: 0;
    background: rgb(255 255 255 / 35%);
    color: #fff;
    line-height: 25px;
    border-radius: 5px;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 8px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    float: left;
}

    .bizimmarket i {
        float: left;
        background-color: rgb(255 255 255 / 15%);
        font-size: 14px;
        border-right: solid 1px rgb(255 255 255 / 15%);
        padding: 5px;
        margin-right: 5px;
        padding-left: 7px;
    }
/*
.market {
    -webkit-box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
    box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
   
    margin-bottom: 20px;
    position: relative;
    z-index: 1;


   
}
    .market a {
        border-radius: 10px;
        color: #fff;
        display: block;
        overflow: hidden;
        line-height: 44px;
        background: #16a34a;
        background: -webkit-linear-gradient(161deg, #16a34a 0%, #4ade80 100%);
        background: linear-gradient(176deg, #d7403c 0%, #ff5450 100%);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
    .market a i {
        float: left;
        background-color: #8b0300;
        padding: 10px;
        margin-right: 10px;
    }*/

.rutbe-1 {
    position: absolute;
    left: -7px;
    top: -2px;
}

    .rutbe-1 img {
        width: 40px;
        height: auto;
        position: relative;
        z-index: 99;
    }

.uyeista {
    display: block;
    overflow: hidden;
}

    .uyeista ul {
        margin: 0;
        padding: 0;
    }

        .uyeista ul li {
            display: block;
            overflow: hidden;
            -webkit-box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
            box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
            background: rgba(255,255,255,1);
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            background-color: #2e6ffd;
            width: calc(100% / 2 - 5px);
            float: left;
            margin-right: 5px;
            margin-bottom: 5px;
            color: #fff;
            font-size: 13px;
            text-align: center;
            border-radius: 5px;
        }

            .uyeista ul li:nth-child(8n+2) {
                background-color: #fe5339;
            }

            .uyeista ul li:nth-child(8n+3) {
                background-color: #4be1ab;
            }

            .uyeista ul li:nth-child(8n+4) {
                background-color: #c32aa3;
            }

            .uyeista ul li:nth-child(8n+5) {
                background-color: #40bff5;
            }

            .uyeista ul li:nth-child(8n+6) {
                background-color: #f58840;
            }

            .uyeista ul li:nth-child(8n+7) {
                background-color: #238cc8;
            }

            .uyeista ul li:nth-child(8n+8) {
                background-color: #c82349;
            }


            .uyeista ul li .istyazi {
                display: block;
                overflow: hidden;
                padding: 5px;
            }

            .uyeista ul li span {
                display: block;
                overflow: hidden;
                font-size: 18px;
                font-weight: bold;
                background-color: rgb(255 255 255 / 11%);
                padding: 5px;
                text-shadow: 0px 2px 2px rgb(0 0 0 / 50%), 0px 8px 10px rgb(0 0 0 / 20%), 0px 18px 20px rgb(0 0 0 / 20%);
            }


.sonuyeler {
    display: block;
    overflow: hidden;
}

    .sonuyeler a {
        display: block;
        overflow: hidden;
        background-color: #fff;
        -webkit-box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 10px;
        margin-bottom: 2px;
        position: relative;
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        color: #222;
        width: 134px;
        text-align: center;
        font-size: 13px;
    }

        .sonuyeler a i {
            display: block;
            text-align: center;
            font-size: 33px;
            margin-bottom: 10px;
        }

.ponline {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #4ffb00;
    border-radius: 100%;
    left: 4px;
    z-index: 99;
    top: 0px;
}

.pofline {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fb0000;
    border-radius: 100%;
    left: 4px;
    z-index: 99;
    top: 0px;
}

.uyelerlist {
    float: right;
    color: #fff;
}



.hcark {
    display: block;
    padding-top: 15px;
}

    .hcark a {
        display: block;
        overflow: hidden;
        position: relative;
        padding: 5px;
        color: #013167;
    }

        .hcark a img {
            display: block;
            overflow: hidden;
            float: left;
            width: 35px;
            height: 35px;
            border-radius: 100%;
            margin-right: 15px;
        }

        .hcark a:before {
            content: "";
            background-size: 100% 100%;
            display: inline-block;
            width: 41px;
            height: 41px;
            position: absolute;
            top: 2px;
            left: 2px;
            z-index: -1;
            background-color: #84fab0;
            border-radius: 40% 60% 33% 67% / 64% 69% 31% 36%;
        }

        .hcark a .akim {
            float: left;
            display: block;
            overflow: hidden;
            font-size: 16px;
        }

            .hcark a .akim span {
                position: relative;
                display: block;
                overflow: hidden;
                font-size: 12px;
                text-align: center;
            }

        .hcark a:hover:before {
            -webkit-animation: spin 10s infinite linear;
        }

.top100 {
    margin-bottom: 10px;
    background-color: #3c2aa8;
    background: linear-gradient(161deg, #094e9a 0%, #27b7f8 100%);
}

    .top100 a {
        display: block;
        overflow: hidden;
        color: #fff;
        line-height: 26px;
    }

        .top100 a i {
            float: left;
            font-size: 26px;
            margin-right: 10px;
        }

.sgrup {
    background-color: #3970ac;
    background: linear-gradient(161deg, #3970ac 0%, #5083b9 100%);
}

    .sgrup a {
        display: block;
        overflow: hidden;
        color: #fff;
        line-height: 26px;
    }

        .sgrup a i {
            float: left;
            font-size: 26px;
            margin-right: 10px;
        }

.avideo {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 6px;
}

    .avideo .avideoimg {
        position: absolute;
        z-index: -1;
        top: 0px;
        left: 0px;
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -o-filter: blur(15px);
        -ms-filter: blur(15px);
        filter: blur(15px);
    }

    .avideo img {
        position: relative;
        display: block;
        z-index: 0;
        margin: 0 auto;
        border-radius: 0px;
        height: 100%;
        width: auto;
    }

    .avideo a {
        display: block;
        height: 400px;
        padding: 10px;
    }

    .avideo i {
        width: 50px;
        height: 50px;
        display: block;
        overflow: hidden;
        position: absolute;
        z-index: 2;
        color: #fff;
        background-color: #1a8fe4;
        opacity: 0.8;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
        border-radius: 100%;
        text-align: center;
        line-height: 50px;
        font-size: 32px;
    }


    .avideo a:before {
        border: 0.5rem solid rgb(0 0 0/10%);
        will-change: border;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .avideo a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 9px;
        border: 2px solid #fff;
        -webkit-clip-path: polygon(0 calc(100% - 1rem),0 100%,1rem 100%,1rem 0,0 0,0 1rem,100% 1rem,100% 0,calc(100% - 1rem) 0,calc(100% - 1rem) 100%,100% 100%,100% calc(100% - 1rem));
        clip-path: polygon(0 calc(100% - 1rem),0 100%,1rem 100%,1rem 0,0 0,0 1rem,100% 1rem,100% 0,calc(100% - 1rem) 0,calc(100% - 1rem) 100%,100% 100%,100% calc(100% - 1rem));
        -webkit-box-shadow: 1px 1px #000;
        box-shadow: 1px 1px #000;
        opacity: .5;
    }

.comment .rutbe-1 img {
    border: 0;
    background-color: transparent;
    width: 20px;
    height: 15px;
}

.sabitpost {
    position: absolute;
    left: calc(50% - 5px);
    top: 4px;
    color: #27b7f8;
}


.veriyuk, .veriyukle {
    display: block;
    overflow: hidden;
    position: relative;
    height: 65px;
    margin-bottom: 40px;
    display: none;
    margin-top: 20px;
}

    .veriyuk ul, .veriyukle ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: flex;
        margin: 0;
        padding: 0;
    }

        .veriyuk ul li, .veriyukle ul li {
            list-style: none;
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            animation: ani 1.6s ease-in-out infinite;
        }

@keyframes ani {
    0%, 40%, 100% {
        transform: scale(0.2);
    }

    20% {
        transform: scale(0.6);
    }
}

.veriyuk ul li:nth-child(1), .veriyukle ul li:nth-child(1) {
    animation-delay: -1.4s;
    background: #ffff00;
    box-shadow: 0 0 50px #ffff00;
}

.veriyuk ul li:nth-child(2), .veriyukle ul li:nth-child(2) {
    animation-delay: -1.2s;
    background: #76ff03;
    box-shadow: 0 0 50px #76ff03;
}

.veriyuk ul li:nth-child(3), .veriyukle ul li:nth-child(3) {
    animation-delay: -1s;
    background: #f06292;
    box-shadow: 0 0 50px #f06292;
}

.veriyuk ul li:nth-child(4), .veriyukle ul li:nth-child(4) {
    animation-delay: -0.8s;
    background: #4fc3f7;
    box-shadow: 0 0 50px #4fc3f7;
}

.veriyuk ul li:nth-child(5), .veriyukle ul li:nth-child(5) {
    animation-delay: -0.6s;
    background: #ba68c8;
    box-shadow: 0 0 50px #ba68c8;
}

.veriyuk ul li:nth-child(6), .veriyukle ul li:nth-child(6) {
    animation-delay: -0.4s;
    background: #f57c00;
    box-shadow: 0 0 50px #f57c00;
}

.veriyuk ul li:nth-child(7), .veriyukle ul li:nth-child(7) {
    animation-delay: -0.2s;
    background: #673ab7;
    box-shadow: 0 0 50px #673ab7;
}


.solfilbas a {
    display: block;
    overflow: hidden;
    color: #002248;
}

    .solfilbas a i {
        float: left;
        height: 16px;
        margin-right: 5px;
        display: block;
        text-align: center;
        padding: 3px;
        line-height: 16px;
        font-size: 22px;
        color: #00a8ff;
        border-radius: 6px;
    }

.solfilmoneri {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

    .solfilmoneri a {
        display: block;
        overflow: hidden;
        float: left;
        width: calc(100% / 2 - 5px);
        height: 192px;
        margin-right: 10px;
    }

        .solfilmoneri a:last-child {
            margin-right: 0px;
        }

        .solfilmoneri a span {
            font-size: 14px;
            color: #002248;
            margin-bottom: 5px;
            text-align: center;
            display: block;
            font-weight: normal;
        }

        .solfilmoneri a .fres {
            display: block;
            overflow: hidden;
            position: relative;
        }

            .solfilmoneri a .fres:before {
                content: '';
                position: absolute;
                bottom: 0;
                width: 100%;
                z-index: 1;
                height: 40%;
                opacity: 1;
                background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);
            }

            .solfilmoneri a .fres img {
                display: block;
                overflow: hidden;
                width: 100%;
                height: auto;
            }

            .solfilmoneri a .fres .fisim {
                font-size: 14px;
                color: #fff;
                position: absolute;
                bottom: 6px;
                left: 3px;
                text-align: center;
                width: 96%;
                z-index: 99;
            }

.onerbas {
    color: #002248;
}

    .onerbas i {
        float: left;
        margin-right: 5px;
    }


.haber {
    display: block;
    overflow: hidden;
    margin-top: 6px;
}

    .haber.haberler {
        width: 100%;
        height: 100%;
    }

    .haber.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .haber .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 250px;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
    }


.sayf {
    position: relative;
    display: block;
    overflow: hidden;
}

    .sayf .swiper-pagination {
        position: absolute;
        top: 10px !important;
        right: 0px !important;
        width: auto !important;
        left: auto !important;
    }


    .sayf .swiper-pagination-bullet {
        border-radius: 0;
        width: 20px;
        height: 20px;
        float: left !important;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #002248;
        border-radius: 5px;
        opacity: 1;
        background: rgba(0,0,0,0.08);
        margin-left: 3px !important;
    }

    .sayf .swiper-pagination-bullet-active {
        color: #fff;
        background: #007aff;
    }


.haber a {
    display: block;
    position: relative;
}

    .haber a:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 1;
        height: 100px;
        opacity: 1;
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000 100%);
    }

    .haber a img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        position: relative;
    }

    .haber a .hbas {
        display: block;
        overflow: hidden;
        z-index: 5;
        color: #fff;
        font-weight: unset;
        font-size: 18px;
        position: absolute;
        bottom: 20px;
        left: 12px;
        font-weight: 900;
        line-height: 1.2em;
        text-shadow: 0 1px 5px #222;
    }

    .haber a span {
        position: absolute;
        top: 6px;
        right: 6px;
        z-index: 3;
        font-size: 13px;
        background-color: rgb(91 181 73 / 94%);
        padding-left: 5px;
        padding-right: 5px;
        color: #fff;
        line-height: 20px;
        border-radius: 4px;
    }

.haberekle {
    float: right;
    padding: 5px;
    font-size: 14px;
    background-color: #ff5450;
    border-radius: 6px;
    margin-bottom: 14px;
    color: #fff;
}

.habersayfa {
    margin: 0;
    padding: 0;
    display: block;
}

    .habersayfa li {
        list-style: none;
        width: calc(100% / 2 - 15px);
        height: 275px;
        display: block;
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
    }

        .habersayfa li:nth-child(2n+2) {
            margin-right: 0px;
        }

    .habersayfa a {
        display: block;
        overflow: hidden;
        background-color: #fff;
        position: relative;
        border-radius: 6px;
        -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,.09);
        box-shadow: 0 3px 15px 0 rgba(0,0,0,.09);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }



        .habersayfa a img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            position: relative;
        }

        .habersayfa a .hbas {
            display: block;
            overflow: hidden;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 10px;
            font-size: 18px;
            font-weight: 900;
            height: 70px;
            color: #0b0c26;
            margin-bottom: 10px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
        }

        .habersayfa a .altbilgi {
            display: block;
            overflow: hidden;
            position: relative;
            padding-top: 13px;
            font-size: 12px;
            padding-left: 20px;
            padding-right: 10px;
            color: #8d9297;
            margin-bottom: 7px;
        }

            .habersayfa a .altbilgi:before {
                content: '';
                width: 60px;
                height: 3px;
                position: absolute;
                top: 0;
                left: 20px;
                right: 0;
                background: #000;
                z-index: 10;
                background-color: #ff5450;
                -webkit-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

            .habersayfa a .altbilgi:after {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 1px;
                height: 1px;
                width: 100%;
                background: #e5e5e5;
            }



.kimlerbak {
    padding: 0;
    margin: 0;
    max-height: 315px;
    overflow-y: auto;
}

    .kimlerbak::-webkit-scrollbar {
        width: 10px;
    }

    .kimlerbak::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: rgb(25 104 147 / 10%);
    }

    .kimlerbak::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: rgb(25 93 147 / 20%);
    }

    .kimlerbak a {
        border-bottom: solid 1px #e3dede;
    }

        .kimlerbak a .akim span {
            box-shadow: rgba(0, 0, 0, 0.00) 0px 2px 4px 0px inset;
            width: 110px;
            top: 0px;
            position: relative;
            border-radius: 5px;
            color: #3b3737;
            text-align: left;
            background-color: rgb(219 226 229 / 0%);
        }

.playindir {
    display: block;
    overflow: hidden;
}

    .playindir img {
        display: block;
        width: 100%;
        height: 62px;
    }





.acilanpencere {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

    .acilanpencere:target {
        visibility: visible;
        opacity: 1;
    }

.pencereic {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 60%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .pencereic h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .pencereic .close {
        position: absolute;
        top: 13px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .pencereic .close:hover {
            color: #06D85F;
        }

    .pencereic .content {
        max-height: 30%;
        overflow: auto;
    }


    .pencereic .satir {
        display: block;
        overflow: hidden;
        border-bottom: 1px solid rgba(200, 200, 200, 0.5);
        margin-bottom: 20px;
    }

.pencerei c.satiryazi {
    display: block;
    font-size: 14px;
    padding-bottom: 6px;
    padding-left: 15px;
    position: relative;
}

.pencereic .satiralan {
    display: block;
}

.pencereic .txt {
    width: calc(100% - 32px);
    display: block;
    padding: 10px 15px;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    background-color: #fff;
    color: #354052;
    font-size: 14px;
    font-weight: 400;
}



.etk {
    color: #002248;
    font-weight: 600;
}

.note-modal-backdrop {
    display: none !important;
}

.note-modal-backdrop {
    display: none !important;
}

.note-modal {
    position: relative;
}

.cekkutu {
    position: relative;
    height: 186px;
    background: #27b0ef;
    background: -webkit-linear-gradient(90deg, #2264a8 71%, #27b0ef 50%);
    background: linear-gradient(90deg, #2264a8 71%, #27b0ef 50%);
}

.cekkutubitmis {
    background: #737f0e;
    background: -webkit-linear-gradient(90deg, #9aa822 71%, #737f0e 50%);
    background: linear-gradient(90deg, #9aa822 71%, #737f0e 50%);
}

    .cekkutubitmis .cekadi {
        background: #737f0e;
        background: -webkit-linear-gradient(90deg, #737f0e 7%, #9aa822 82%) !important;
        background: linear-gradient(90deg, #737f0e 7%, #9aa822 82%) !important;
    }

.cekkutu .cekkare {
    position: relative;
    width: 72%;
    float: left;
}

.cekkutu .cekcizgi {
    border-left: dashed 2px #fff;
    width: 1px;
    float: left;
    height: 228px;
    margin-top: -15px;
}

.cekkutu .cekbilet {
    width: 27%;
    float: right;
}


.cekkutu .cektarih {
    position: absolute;
    right: -8px;
    top: 6px;
    background-color: #37c96d;
    font-size: 14px;
    padding: 6px;
    color: #fff;
    border-radius: 9px;
}

.cekkutu .cekadi {
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    display: block;
    overflow: hidden;
    padding: 12px;
    background: rgb(1, 49, 103);
    background: linear-gradient(90deg, rgba(1, 49, 103, 1) 7%, rgb(34 100 168) 82%);
}

.cekkutu .cekozet {
    color: #fff;
    height: 18px;
    padding: 20px;
}

    .cekkutu .cekozet span {
        background-color: #e9e90e;
        color: #222;
        display: block;
        border-radius: 100%;
        width: 24px;
        height: 24px;
        line-height: 24px;
        float: left;
        text-align: center;
        margin-right: 6px;
        font-weight: bold;
        font-size: 13px;
    }


.cekkutu .cekodul {
    float: left;
    width: calc(100% / 2 - 48px);
    text-align: center;
    background-color: rgb(0 5 14 / 17%);
    border: 1px dashed #f1e6e6;
    color: #fff;
    padding: 10px;
    margin: 10px;
}


.cekkutu .cekpuan {
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    font-size: 23px;
    color: #fff;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5), 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 18px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 36px;
}

.cekkutu .cekkatil {
    background: #3c2aa8;
    background: -webkit-linear-gradient(176deg, #efff00 0%, #e7e113 100%);
    background: linear-gradient(176deg, #efff00 0%, #e7e113 100%);
    width: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
}

.cekkutu .cekkacsatis {
    padding: 5px;
    color: #444;
    display: block;
    text-align: center;
    font-size: 14px;
}

.cekkutu .cekyuvarlak {
    width: 24px;
    height: 24px;
    position: absolute;
    background-color: #eef0f8;
    border-radius: 100%;
    right: -12px;
    top: -33px;
}

.cekkutu .cekyuvarlak2 {
    width: 24px;
    height: 24px;
    position: absolute;
    background-color: #eef0f8;
    border-radius: 100%;
    right: -12px;
    bottom: -29px;
}

.cekilisBaslat {
    display: block;
    overflow: hidden;
    color: #fff;
    background-color: #3970ac;
    width: 150px;
    float: right;
    margin-top: 20px;
    border-radius: 7px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    border: 0;
    cursor: pointer;
}

#listegetir {
    display: block;
    overflow: hidden;
    color: #fff;
    background-color: #fe7777;
    width: 150px;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 7px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    text-align: center;
    border: 0;
    cursor: pointer;
}


.odulkaydet {
    display: block;
    overflow: hidden;
    color: #fff;
    background-color: #3970ac;
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 7px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    text-align: center;
    border: 0;
    cursor: pointer;
    margin-bottom: 20px;
}

.cekilisteleri {
    width: 400px;
    margin: 0 auto;
    display: block;
}

    .cekilisteleri span {
        display: block;
        float: left;
        width: 176px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 45px;
    }

.isimListesi, .isimListesi2 {
    margin: 0;
    padding: 0px;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 15px;
}

    .isimListesi li, .isimListesi2 li {
        list-style: none;
        text-align: center;
        font-weight: bold;
        width: 150px;
        padding: 10px;
        text-overflow: ellipsis;
        white-space: pre;
        overflow: hidden;
    }

        .isimListesi li img, .isimListesi2 li img {
            width: 90px;
            height: 90px;
            border-radius: 100%;
            display: block;
            margin: 0 auto;
            margin-bottom: 10px;
        }

.katilimcilar {
    margin: 0;
    padding: 20px;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 20px;
    display: block;
    overflow: hidden;
}

    .katilimcilar li {
        list-style: none;
        float: left;
        height: 50px;
        display: block;
        overflow: hidden;
        font-size: 12px;
        width: 58px;
        margin-right: 5px;
        text-align: center;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        white-space: pre;
        overflow: hidden;
    }

        .katilimcilar li img {
            width: 30px;
            height: 30px;
            border-radius: 100%;
            display: block;
            margin: 0 auto;
        }


.cekkazananlar {
    margin: 0;
    padding: 0;
}

    .cekkazananlar li {
        list-style: none;
        text-align: center;
        font-weight: bold;
        width: 72px;
        padding: 10px;
        text-overflow: ellipsis;
        white-space: pre;
        overflow: hidden;
        float: left;
        color: #fff;
        margin-top: 32px;
    }

        .cekkazananlar li img {
            width: 60px;
            height: 60px;
            border-radius: 100%;
            display: block;
            margin: 0 auto;
            margin-bottom: 10px;
        }

.marketlist li .biletegit {
    background: #23d917 !important;
    background: -webkit-linear-gradient(176deg, #0bb300 0%, #23d917 100%) !important;
    background: linear-gradient(176deg, #0bb300 0%, #23d917 100%) !important;
}

    .marketlist li .biletegit a {
        color: #fff;
    }

.hastagler {
    display: block;
    margin-bottom: 10px;
    max-height: 174px;
    -webkit-mask-image: none;
    transition: all .35s cubic-bezier(.18,.89,.32,1.28);
    overflow-x: hidden;
    overflow-y: hidden;
}

    .hastagler:hover {
        overflow-y: visible;
        max-height: 250px;
    }


    .hastagler a {
        display: block;
        overflow: hidden;
        color: #002248;
        font-size: 14px;
        margin-bottom: 6px;
    }

        .hastagler a i {
            display: block;
            float: left;
            width: 30px;
            height: 42px;
            text-align: center;
            line-height: 42px;
            background-color: #dcdfed;
            border-radius: 6px;
            margin-right: 4px;
            -webkit-box-shadow: inset 0px 0px 6px -4px rgba(0,0,0,0.75);
            -moz-box-shadow: inset 0px 0px 6px -4px rgba(0,0,0,0.75);
            box-shadow: inset 0px 0px 6px -4px rgba(0,0,0,0.75);
        }

        .hastagler a .ht {
            display: block;
            width: calc(100% - 42px);
            float: left;
            padding: 4px 4px;
            background-color: #dcdfed;
            border-radius: 6px;
            -webkit-box-shadow: inset 0px 0px 6px -4px rgba(0,0,0,0.75);
            -moz-box-shadow: inset 0px 0px 6px -4px rgba(0,0,0,0.75);
            box-shadow: inset 0px 0px 6px -4px rgba(0,0,0,0.75);
        }
        .hastagler a span {
            display: block;
            font-size: 12px;
          opacity:0.8;
            margin-left: 8px;
        }

        .hastagler a:hover .ht {
            background-color: #27b7f8;
            color: #fff;
        }
        .hastagler a:hover i {
            background-color: #002248;
            color: #dcdfed;
        }

    .hastagler::-webkit-scrollbar-thumb {
        background-color: rgb(25 93 147 / 20%)
    }

    .hastagler::-webkit-scrollbar {
        width: 3px !important;
        background: 0 0;
        box-sizing: border-box
    }




.icerikduzenle {
    display: none;
    overflow: hidden;
    padding: 10px;
}

.duzenbuton {
    width: 100px;
    display: block;
    font-size: 12px;
    position: absolute;
    top: 42px;
    right: 0;
    cursor: pointer;
}

    .duzenbuton i {
        float: left;
        font-size: 18px;
        margin-right: 4px;
    }


.yorumdiuyari {
    text-align: center;
    font-size: 16px;
    background-color: #ff5450;
    padding: 16px;
    border-radius: 8px;
    color: #fff;
    font-weight: normal;
}

.siyahk {
    position: fixed;
    z-index: 999;
    right: 0;
}

    .siyahk img {
        width: 60px;
    }

.yenipost {
    display: block;
    border: solid 1px rgb(34 34 34 / 16%);
    padding: 10px;
    border-radius: 10px;
    position: relative;
    background-color: rgb(34 34 34 / 5%);
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .yenipost .rutbe-1 {
        left: -5px;
        top: -12px;
    }

        .yenipost .rutbe-1 img {
            width: 30px;
        }

    .yenipost .myazan a img {
        height: 36px;
        width: 36px;
        margin-right: 10px;
    }

    .yenipost .myazan a {
        margin-top: -10px;
    }

        .yenipost .myazan a:before {
            width: 40px;
            height: 40px;
            position: absolute;
        }

        .yenipost .myazan a .myadi {
            font-size: 14px;
            margin-top: 10px;
        }

        .yenipost .myazan a span {
            font-size: 10px;
        }

    .yenipost .mmesaj {
        margin-top: 0px;
    }

    .yenipost .kutualt:before {
        content: none;
    }

    .yenipost .myazici a {
        font-size: 10px;
        border-radius: 4px;
        padding-left: 6px;
        padding-right: 6px;
        line-height: 20px;
        margin-right: 4px;
    }

        .yenipost .myazici a i {
            font-size: 13px;
            margin-right: 2px;
            padding-top: 4px;
        }

    .yenipost .kutualt {
        margin-top: 6px;
        padding-top: 6px;
    }


.sohbetsayi {
    position: absolute;
    left: 70px;
    top: 9px;
}

.haberacalan .swal2-container.swal2-top > .swal2-popup {
    top: 70px;
    width: 1344px;
}

.haberacalan .swal2-html-container, .haberacalan .swal2-title {
    text-align: left;
}

.haberacalan .habresim img {
    width: 100%;
    height: auto;
}

.haberacalan .habdetayic .icbaslik {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.haberacalan .habdetayic .icmetinalan, .haberacalan .habdetayic .icmetinalan p, .haberacalan .habdetayic .icmetinalan, .haberacalan .habdetayic .icmetinalan p span {
    text-align: left !important;
    font-size: 16px !important;
    font-family: 'Nunito' !important;
}

    .haberacalan .habdetayic .icmetinalan img {
        width: 100% !important;
        height: 100% !important;
    }

.haberacalan .habdetayic .icgaleri a {
    width: 220px;
    height: 150px;
    padding: 5px;
    float: left;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border: solid 1px #e5e5e5;
}

    .haberacalan .habdetayic .icgaleri a img {
        width: auto;
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
        display: block;
        padding: 0;
        box-shadow: 0 0 0 rgba(0,0,0,.3);
    }




#easter-egg-animation {
    position: fixed;
    cursor: pointer;
    bottom: 150px;
    right: 30px;
    z-index: 1;
}

.easter-egg {
    position: relative;
    transform-origin: bottom;
}

.egg {
    position: relative;
    width: 60px;
    height: 35px;
    background-color: #e94f13;
    border-radius: 0% 100% 50% 50% / 0% 0% 100% 100%;
    top: 90px;
}

.egg-top {
    position: absolute;
    width: 60px;
    height: 40px;
    background-color: #e94f13;
    border-radius: 50% 50% 70% 30% / 100% 100% 0% 0%;
    top: 46px;
    left: 0;
    transform-origin: left;
}

@keyframes open {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-220deg);
        top: 0;
    }
}

.egg:before, .egg:after, .egg-top:before, .shell:before {
    content: "";
    position: absolute;
    border-style: solid;
}

.egg:before {
    border-color: transparent transparent #e94f13 transparent;
    border-width: 0px 9px 8px 0;
    top: -8px;
}

.egg:after {
    border-color: transparent transparent #e94f13 transparent;
    border-width: 0 0 9px 8px;
    top: -9px;
    left: 52px;
}

.egg-top:before {
    border-color: #e94f13 transparent transparent transparent;
    border-width: 11px 7px 0 7px;
    top: 39px;
}

.shell-top, .shell-top:before, .shell-top:after {
    position: absolute;
    border-style: solid;
    border-color: #e94f13 transparent transparent transparent;
    border-width: 8px 7px 0 7px;
}

.shell-top {
    left: 17px;
    top: 39px;
}

    .shell-top:before, .shell-top:after {
        content: "";
        top: -7px;
    }

    .shell-top:before {
        left: 21px;
    }

    .shell-top:after {
        left: 6px;
    }

.shell {
    position: absolute;
}

    .shell:before {
        border-color: transparent transparent #e94f13 transparent;
        border-width: 0 10px 12px 11px;
        top: -7px;
        left: 5px;
        filter: drop-shadow(14px 0 #e94f13) drop-shadow(14px 0 #e94f13);
    }

.egg-top:after {
    content: "";
    position: absolute;
    background-color: rgba(255,255,255,.2);
    width: 12px;
    height: 24px;
    border-radius: 50%;
    transform: rotate(-27deg);
    top: 4px;
    left: 39px;
}

.shell:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #f1f3ed;
    top: 24px;
    left: 19px;
    box-shadow: 11px -6px #f1f3ed, 11px -20px #f1f3ed, -2px -11px #f1f3ed, 32px -20px #f1f3ed, 23px -9px #f1f3ed, -11px -21px #f1f3ed;
}



@keyframes wiggle {
    0% {
        transform: rotate(0);
    }

    20% {
        transform: rotate(-20deg);
    }

    40% {
        transform: rotate(20deg);
    }

    60% {
        transform: rotate(-20deg);
    }

    80% {
        transform: rotate(20deg);
    }

    85% {
        transform: rotate(-20deg);
    }

    90% {
        transform: rotate(20deg);
    }

    95% {
        transform: rotate(-20deg);
    }

    99% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0);
    }
}

#easter-egg-animation .text {
    position: absolute;
    top: 65px;
    left: 2px;
    text-align: center;
    color: #222;
    z-index: -1;
    transform-origin: bottom;
    opacity: 0;
}

@keyframes up {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-50px) scale(1);
    }
}

#easter-egg-animation .text img {
    width: 45px;
}

#easter-egg-animation .text span {
    font-size: 12px;
    display: block;
    line-height: 12px;
}
/*
.karyagisi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 124px;
    pointer-events: none;
    display: block;
    z-index: 99999;
    overflow: hidden;
}

    .karyagisi .kartanesi {
        position: absolute;
        display: block;
        color:#fff;
        animation-iteration-count: infinite;
        animation-timing-function: linear
    }

.xzxs1gr {
    animation-name: xg2jvpf-B
}

.x2pmlap {
    animation-name: x1ovy52t-B
}

.x4dgahv {
    animation-name: x1mqnihm-B
}

.x1trn4pk {
    animation-name: xlxlbk9-B
}



@keyframes xlxlbk9-B {
    0% {
        opacity: 1;
        transform: translate(0,0) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(0,124px) scale(.3)
    }
}

@keyframes x1mqnihm-B {
    0% {
        opacity: 1;
        transform: translate(0,0) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(7vw,124px) scale(.3)
    }
}

@keyframes x1ovy52t-B {
    0% {
        opacity: 1;
        transform: translate(0,0) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(-3vw,124px) scale(.3)
    }
}

@keyframes xg2jvpf-B {
    0% {
        opacity: 1;
        transform: translate(0,0) scale(1)
    }

    25% {
        transform: translate(1vw,31px)
    }

    50% {
        transform: translate(3vw,62px)
    }

    75% {
        transform: translate(6vw,93px)
    }

    100% {
        opacity: 0;
        transform: translate(10vw,124px) scale(.3)
    }
}

.cc-window.cc-banner {
    padding: 14px;
}

.cc-color-override--1518487596.cc-window {
    background-color: rgb(0 0 0 / 40%);
}


*/


.skillbar {
    position: relative;
    display: block;
    border-bottom: solid 1px #fff;
    width: 100%;
    background: #eee;
    height: 35px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #ffffff;
    background: #6adcfa;
}

    .skillbar-title span {
        display: block;
        background: rgba(0, 0, 0, 0.1);
        padding: 0 10px;
        height: 35px;
        line-height: 35px;
    }

.skillbar-bar {
    height: 35px;
    width: 0px;
    background: #6adcfa;
}

.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    background-color: #0db6fb;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    margin-top: 9px;
}

.bloglarsayfa {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

    .bloglarsayfa li {
        list-style: none;
        width: calc(100% / 2 - 10px);
        float: left;
        margin-right: 10px;
        height: 268px;
        -webkit-box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px)
    }

        .bloglarsayfa li:nth-child(2n+2) {
            margin-right: 0;
        }

        .bloglarsayfa li a {
            display: block;
            height: inherit;
            color: #000;
            overflow: hidden;
            border-radius: 10px;
            background-color: #fff;
        }

            .bloglarsayfa li a .blogresim {
                display: block;
                overflow: hidden;
                width: 100%;
                height: 150px;
            }

                .bloglarsayfa li a .blogresim img {
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    height: 150px;
                    object-fit: cover;
                }



            .bloglarsayfa li a .hbas {
                display: block;
                overflow: hidden;
                font-weight: bold;
                font-size: 20px;
                padding: 10px;
                height: 48px;
                margin-bottom: 6px;
                color: #000000;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .bloglarsayfa li a .blogbasalt {
                display: block;
                overflow: hidden;
                padding-left: 10px;
                padding-right: 10px;
                padding-top: 6px;
                border-top: solid 1px #ededed;
                color: #80868b;
            }

                .bloglarsayfa li a .blogbasalt .blogbaskul {
                    display: block;
                    overflow: hidden;
                    float: left;
                    line-height: 30px;
                    font-size: 12px;
                }

                    .bloglarsayfa li a .blogbasalt .blogbaskul img {
                        display: block;
                        overflow: hidden;
                        float: left;
                        width: 30px;
                        margin-right: 6px;
                        height: 30px;
                        border-radius: 100%;
                    }

                .bloglarsayfa li a .blogbasalt .okuma, .bloglarsayfa li a .blogbasalt .blogyorum {
                    display: block;
                    overflow: hidden;
                    float: right;
                    line-height: 30px;
                    font-size: 12px;
                    margin-left: 10px;
                }

                    .bloglarsayfa li a .blogbasalt .okuma i, .bloglarsayfa li a .blogbasalt .blogyorum i {
                        display: block;
                        overflow: hidden;
                        float: left;
                        line-height: 30px;
                        font-size: 16px;
                        margin-right: 4px;
                    }


.icblogbas {
    display: block;
    overflow: hidden;
}

    .icblogbas h1 {
        display: block;
        overflow: hidden;
        margin: 0;
    }

    .icblogbas h3 {
        display: block;
        overflow: hidden;
        margin: 0;
        font-weight: normal;
        font-style: italic;
        font-size: 14px;
        padding: 10px;
        background-color: #eef0f8;
        border-radius: 6px;
        margin: 14px;
    }


.icblogresim {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 250px;
}

.icblogresim img {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }


.icblogbasalt {
    height: 30px;
    display: block;
    overflow: hidden;
    border-top: solid 1px #ededed;
    color: #80868b;
    font-size: 12px;
}

    .icblogbasalt .blogtarih {
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        line-height: 44px;
    }

    .icblogbasalt .bloggosterim {
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        text-align: center;
        line-height: 44px;
    }


    .icblogbasalt .blogyorumsayi {
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        text-align: center;
        line-height: 44px;
    }

    .icblogbasalt .sosyalpaylas {
        width: auto;
        float: right;
        margin: 0;
        padding: 0;
        margin-top: 6px;
    }

        .icblogbasalt .sosyalpaylas .a2a_svg {
            width: 24px;
            height: 24px;
        }

.icblogbilgi {
    display: block;
}

    .icblogbilgi .rutbe-1 {
        position: absolute;
        left: -16px;
        top: -18px;
    }

.blogyazisi p {
    margin: 0px;
}

.icblogkisi {
    display:block;
}

.icblogtumyazi {
    display:block;
    float:right;
}
    .icblogtumyazi a {
        margin-top: 10px;
        display: block;
        line-height: 27px;
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        overflow: hidden;
        background: rgb(1, 49, 103);
        background: linear-gradient(90deg, rgba(1, 49, 103, 1) 7%, rgba(9, 78, 154, 1) 82%);
        color: #fff;
        border-radius: 5px;
    }

.blogyorum .note-editor {
    float: none;
    width: 100%;
}
.blogyorum #cevapyaz {
    padding: 10px;
    font-weight: bold;
}

#haberlerDiv li {
    list-style: none;
    float: left;
    overflow: hidden;
    display: block;
    width: calc(100% / 3 - 7px);
    margin-right: 10px;
    height: 218px;
    -webkit-box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
    box-shadow: 0px 3px 8px -3px rgb(11 37 58 / 11%);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
#haberlerDiv li:nth-child(4) {
    margin-right:0px;
}
    #haberlerDiv li a {
        display: block;
        height: inherit;
        color: #000;
        overflow: hidden;
        border-radius: 10px;
        background-color: #fff;
    }
        #haberlerDiv li a .blogresim {
            display: block;
            overflow: hidden;
            width: 100%;
            height: 100px;
        }
            #haberlerDiv li a .blogresim img {
                display: block;
                overflow: hidden;
                width: 100%;
                height: 100px;
                object-fit: cover;
            }
    #haberlerDiv li a .hbas {
        overflow: hidden;
        font-weight: bold;
        font-size: 20px;
        padding: 10px;
        height: 48px;
        margin-bottom: 6px;
        color: #000000;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
        #haberlerDiv li a .blogbasalt {
            display: block;
            overflow: hidden;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 6px;
            border-top: solid 1px #ededed;
            color: #80868b;
        }
            #haberlerDiv li a .blogbasalt .blogbaskul {
                display: block;
                overflow: hidden;
                float: left;
                line-height: 30px;
                font-size: 12px;
            }
            #haberlerDiv li a .blogbasalt .okuma, #haberlerDiv li a .blogbasalt .blogyorum {
                display: block;
                overflow: hidden;
                float: right;
                line-height: 30px;
                font-size: 12px;
                margin-left: 10px;
            }
            #haberlerDiv li a .blogbasalt .okuma, #haberlerDiv li a .blogbasalt .blogyorum {
                display: block;
                overflow: hidden;
                float: right;
                line-height: 30px;
                font-size: 12px;
                margin-left: 10px;
            }
                #haberlerDiv li a .blogbasalt .okuma i, #haberlerDiv li a .blogbasalt .blogyorum i {
                    display: block;
                    overflow: hidden;
                    float: left;
                    line-height: 30px;
                    font-size: 16px;
                    margin-right: 4px;
                }

            #haberlerDiv li a .blogbasalt .blogbaskul img {
                display: block;
                overflow: hidden;
                float: left;
                width: 30px;
                margin-right: 6px;
                height: 30px;
                border-radius: 100%;
            }

.anabloguclu {
    display:block;
    overflow:hidden;
    position:relative;
}
.blogkbas {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    position: relative;
}
.blogkbas:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 10;
    background-color: #dc0d15;
}

.tumblog {
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 32px;
    padding-right: 4px;
    padding-left: 4px;
    float: right;
    color: #666;
    font-weight: normal;
}
.rastic {
    margin-top: 20px;
    display: block;
    overflow: hidden;
}

.blogyazisi, .blogyazisi p, .blogyazisi span {
    font-family: 'Nunito', sans-serif !important;
    font-size: 16px !important;
}

.yyilkutu {
    position:relative;
    height: 230px;
    background: rgb(239,11,19);
    background: radial-gradient(circle, rgba(239,11,19,1) 0%, rgba(178,13,19,1) 53%);
}


    .yyilkutu a {
        display: block;
        text-align: center;
        margin-top: 20px;
        width: 260px;
        left: calc(50% - 68px);
        position: relative;
        z-index:3;

    }
        .yyilkutu a img {
            border-radius: 100%;
            float: left;
            margin-right: 10px;
        }
        .yyilkutu a .myadi {
            float: left;
            line-height: 40px;
            color: #fff;
        }


.yyustarka {
    overflow: hidden;
    position: absolute;
    background-image: url(../yeniyil/01.png);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center top;
    background-size: 420px;
    background-repeat: repeat-x;
}


.yyustkur {
    overflow: hidden;
    position: absolute;
    background-image: url(../yeniyil/kur.png);
    z-index: 2;
    width: 140px;
    height: 62px;
    top: 0;
    left: calc(50% - 70px);
    background-size: 140px;
    background-repeat: no-repeat;
}


.yyustsol {
    overflow: hidden;
    position: absolute;
    background-image: url(../yeniyil/sol.png);
    z-index: 1;
    background-size: 264px;
    width: 264px;
    height: 266px;
    left: -20px;
    top: -13px;
    background-repeat: no-repeat;
}

.yyussag {
    overflow: hidden;
    position: absolute;
    background-image: url(../yeniyil/sag.png);
    z-index: 1;
    background-size: 232px;
    width: 264px;
    height: 266px;
    right: -52px;
    top: -10px;
    background-repeat: no-repeat;
}
.yyyazi {
    text-align: center;
    padding-top: 74px;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: bold;
    color: #fff;
    font-size: 17px;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.yeniyila {
    float: left;
}
    .yeniyila img {
        width: auto;
        height: 56px;
        margin-top: -16px;
        margin-left: 10px;
        display: inline-block;
        animation: sallanma 2s linear infinite;
    }

@keyframes sallanma {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.emojikutu {
    position: absolute;
    right: 4px;
    top: 4px;
    cursor:pointer;
}
    .emojikutu .emkutu {
        font-size: 24px;
        color: #7e8b9c;
    }
.emojikutuac {
    display: none;
    overflow: hidden;
    max-height: 208px;
    border-radius: 10px;
    overflow-y: auto;
    position: absolute;
    z-index: 2;
    width: 200px;
    right: 15px;
    top: 46px;
    left: auto;
    background-color: #fff;
}

    .emojikutuac ul {
        margin: 0;
        padding: 0;
    }

        .emojikutuac ul li {
            float: left;
            display: block;
            overflow: hidden;
            list-style: none;
            width: calc(100% / 4 - 10px);
            cursor:pointer;
        }


            .emojikutuac ul li img {
                width: 30px;
                margin: 0 auto;
                display: block;
            }


.renkler {
    display: none;
    overflow: hidden;
}
    .renkler .rnkutu {
        display: block;
        float: left;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        overflow: hidden;
        margin-right:10px;
        cursor:pointer;
    }
    .renkler .rnkutu img{
       
        width: 30px;
        height: 30px;
        border-radius: 100%;
      
    }


.resimliyazi {
    min-height: 230px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 20px;
    box-shadow: 1px 12px 18px -12px rgb(11 37 58 / 90%);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7), -2px -2px 5px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .resimliyazi a {
        color:#fff;
    }


.ramazanimg {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.ramazanimg img{
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}


    @media screen and (min-width:850px) and (max-width:1200px) {
        .ortala {
        width: 100%;
    }

    .sol {
        display: block;
        float: left;
        width: 20%;
    }

    .orta {
        width: calc(60% - 60px);
    }

    .araalan {
        width: calc(60% - 240px);
    }

    .sag {
        display: block;
        float: right;
        width: 20%;
    }
}

@media screen and (max-width:850px) {
    .ortala {
        width: 100%;
    }

    .logoalan {
        float: none;
        width: 100%;
    }

        .logoalan a img {
            display: block;
            overflow: hidden;
            float: left;
            width: 190px;
            padding-bottom: 4px;
            margin-top: 9px;
            height: auto;
        }

    .solmenugoster {
        display: block;
        overflow: hidden;
        position: relative;
        margin-top: 6px;
        padding-left: 15px;
        float: left;
        z-index: 99999;
        color: #fff;
    }

    .sol {
        display: none;
        height: 100%;
        width: 0; /*Genişliği javascriptle değiştir*/
        position: fixed;
        z-index: 9999999;
        top: 0;
        left: 0;
        background-color: #eef0f8;
        overflow-x: hidden; /*Yatay kaydırmayı devre dışı bırak */
        transition: 0.5s; /* Sidenav'da kaymaya 0,5 saniye geçiş efekti */
    }

    #solstik {
        top: 40px !important;
        width: 90% !important;
        position: absolute !important;
    }

    #solstikyeri-sticky-wrapper {
        height: 130% !important;
    }

    #solstikyeri {
        width: 100% !important;
        position: static !important;
        top: 0px !important;
    }



    .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        display: block;
    }

    .uyegirisalan {
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
    }

    .araalan {
        display: block;
        float: none;
        width: 106%;
        margin-top: -3px;
        margin-left: -10px;
        background-color: #084c96;
    }

    .genel {
        margin-top: 89px;
    }

    .orta {
        display: block;
        float: none;
        width: calc(100% - 20px);
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }

    .sag {
        display: block;
        float: none;
        width: calc(100% - 20px);
    }

    .mesajbildirimac {
        right: -92px;
    }

        .mesajbildirimac:before {
            right: 116px;
        }

    .profilkart img {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        float: left;
        margin-top: 10px;
        border: solid 5px #fff;
        box-shadow: rgb(0 0 0 / 75%) 0px 3px 8px;
    }

    .proalan {
        display: none;
        float: right;
        margin-top: 12px;
    }

    .padi span {
        color: #fff;
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        float: right;
        margin-top: 2px;
        line-height: 29px;
        margin-left: 6px;
    }

    .tsayilar {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }

    .tmesaj {
        width: 40px;
        overflow: hidden;
        height: 70px;
        padding-left: 7px;
        font-size: 14px;
    }

    .md-2 img {
        height: 115px;
    }

    .md-3 img {
        height: 90px;
    }

    .md-4 img {
        height: 80px;
    }

    .bildirimler a .bilicon {
        margin-right: 15px;
    }

    .mesajlar a .mesicon {
        margin-right: 10px;
    }

    .uyegirmedi a {
        display: block;
        position: relative;
        font-size: 14px;
        width: 30px;
        height: 24px;
        overflow: hidden;
        float: right;
        color: #fff;
        text-align: center;
        margin-top: 13px;
        margin-left: 15px;
        line-height: 25px;
        border: solid 1px #1268c7;
        border-radius: 10px;
        padding-left: 12px;
        padding-right: 5px;
        padding-top: 3px;
        padding-bottom: 2px;
    }

    .yazkisa {
        margin-left: 48px;
        width: 190px;
    }

        .yazkisa .foto, .video, .dosya, .anket, .renkekle {
            font-size: 12px;
            height: 22px;
            margin-right: 3px;
        }

            .yazkisa .foto i, .video i, .dosya i, .anket i, .renkekle i {
                font-size: 14px;
                margin-right: 2px;
                margin-top: 4px;
            }


    .renkler .rnkutu {
        display: block;
        float: left;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        overflow: hidden;
        margin-right: 4px;
    }
        .renkler .rnkutu img {
            width: 24px;
            height: 24px;
            border-radius: 100%;
        }

    .resimliyazi {
        min-height: 100px;
    }
    .resimliyazi p{
      font-size:14px!important;
    }

    .buton {
        line-height: 22px;
        font-size: 11px;
        text-align: center;
        white-space: nowrap;
        padding-left: 13px;
        padding-right: 15px;
    }

        .buton i {
            display: block;
            overflow: hidden;
            float: right;
            margin-left: 7px;
            font-size: 14px;
            margin-top: 3px;
        }


    .oyunlarlist {
        overflow: hidden;
    }


        .oyunlarlist a {
            width: calc(100% / 3 - 21px);
            font-size: 8px;
            line-height: 36px;
            padding: 7px;
            border-radius: 7px;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .oyunlarlist a img {
                display: block;
                float: left;
                overflow: hidden;
                height: 30px;
                width: 30px;
                border-radius: 100%;
                border: solid 1px #e7e3e3;
                margin-right: 5px;
            }




    .radyolist a {
        width: calc(100% / 3 - 21px);
        font-size: 8px;
        line-height: 36px;
        padding: 7px;
        border-radius: 7px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .radyolist a img {
            display: block;
            float: left;
            overflow: hidden;
            height: 30px;
            width: 30px;
            border-radius: 100%;
            border: solid 1px #e7e3e3;
            margin-right: 5px;
        }

    .currently-playing-title {
        width: 240px;
    }

    .araalan .aramakutu {
        margin-left: 80px;
        margin-right: 50px;
        position: relative;
    }

    .yazan, .yazan img {
        width: 35px;
        height: 35px;
    }

    .yazkutu {
        width: calc(100% - 50px);
    }

    .note-editor {
        width: calc(100% - 50px);
    }


    #YanMenu {
        padding: 10px;
        padding-top: 50px;
    }


    .eklerekle {
        margin-left: 5px;
        padding-top: 40px;
    }

    .padi {
        margin-top: 5px;
        margin-left: 10px;
        display: block;
        overflow: hidden;
        width: calc(100% - 150px);
        float: left;
    }

    .kulseviyeler {
        display: block;
        overflow: hidden;
        float: left;
        margin-top: 3px;
    }

    .padi .kuladi {
        padding-left: 5px;
        font-size: 20px;
    }

    .padi span {
        float: left;
        line-height: 20px;
    }

    .gecegunduz {
        position: absolute;
        top: 45px;
        right: 5px;
    }

    .uyeninalani {
        height: 30vh;
    }

    .profilkart {
        width: 95%;
        margin-top: calc(30vh + -65px);
    }

    .ortahic {
        padding-top: calc(30vh + 40px) !important;
    }

    .padi .arkadasekle i, .engellebuton i {
        font-size: 14px;
        float: left;
    }

    .padi .arkadasekle, .engellebuton {
        padding: 3px;
    }


    .temabuton {
        margin-top: 6px;
        line-height: 21px;
        float: right;
        margin-right: 16px;
    }

    .tema .list-item {
        width: 200px;
    }

    .comments .body img {
        width: 100% !important;
    }

    .comments .body .emoj {
        width: 30px !important;
    }


    .benimtema {
        right: 64px;
        bottom: 85px;
    }

    .banaresmi {
        margin: 0 40px 60px 30px !important;
    }

    .uyeista ul li {
        display: block;
        width: calc(100% / 2 - 5px);
    }

    .ponline {
        top: 30px;
    }

    .pofline {
        top: 30px;
    }

    .sohbetrek {
        width: calc(100% - 80px);
    }

        .sohbetrek a img {
            width: 99px;
            left: -23px;
            top: -7px;
            position: absolute;
        }

    .hcarkana {
        width: 75px;
    }

        .hcarkana img {
            width: 61px;
            right: 6px;
            top: 8px;
            position: absolute;
        }

        .hcarkana h3 {
            display: none;
        }

    .avideo a {
        display: block;
        height: 200px;
        padding: 10px;
    }

    .fancybox-slide {
        padding: 20px !important;
    }

    .fancybox-slide--video .fancybox-content {
        height: auto !important;
        width: 100% !important;
    }

    .solfilmoneri a {
        height: 218px;
    }



    .haber .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 150px;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
    }




    .haber a:before {
        height: 70px;
    }

    .haber a img {
        height: 150px;
    }

    .haber a .hbas {
        display: block;
        overflow: hidden;
        z-index: 5;
        color: #fff;
        font-weight: unset;
        font-size: 14px;
        position: absolute;
        bottom: 10px;
        left: 12px;
        line-height: 16px;
    }

    .haber a span {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 3;
        font-size: 12px;
        background-color: rgb(91 181 73 / 94%);
        padding-left: 5px;
        padding-right: 5px;
        color: #fff;
        line-height: 20px;
        border-radius: 0px;
    }


    .mobilalt {
        display: block;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 20;
        background-color: #013167;
        background: linear-gradient(90deg, rgba(1, 49, 103, 1) 7%, rgba(9, 78, 154, 1) 82%);
        box-shadow: rgba(0, 0, 0, 0.3) 1px -1px 12px 3px;
        MARGIN-LEFT: -10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .mobilalt ul {
            margin: 0;
            padding: 0;
        }

            .mobilalt ul li {
                list-style: none;
                float: left;
                width: calc(100% / 5);
            }

                .mobilalt ul li a {
                    display: block;
                    overflow: hidden;
                    text-align: center;
                    color: #fff;
                    font-size: 11px;
                    position: relative;
                    padding-top: 8px;
                    padding-bottom: 8px;
                }

                    .mobilalt ul li a:before {
                        content: '';
                        position: absolute;
                        right: 0;
                        top: 0;
                        width: 1px;
                        height: 100%;
                        background: -moz-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
                        background: -webkit-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
                        background: radial-gradient(ellipse at top, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
                    }

                    .mobilalt ul li a i {
                        display: block;
                        overflow: hidden;
                        font-size: 28px;
                        margin-bottom: 0px;
                    }


    .habersayfa li {
        list-style: none;
        width: 100%;
        height: 275px;
        display: block;
        float: none;
        margin-right: 0px;
        margin-bottom: 30px;
    }

        .habersayfa li:nth-child(2n+2) {
            margin-right: 0px;
        }


    .cekkutu {
        height: 152px;
    }

        .cekkutu .cekadi {
            font-size: 16px;
            padding: 10px;
        }

        .cekkutu .cekozet {
            height: 30px;
            font-size: 13px;
            padding: 10px;
        }

        .cekkutu .cekodul {
            width: calc(100% / 2 - 33px);
            font-size: 12px;
            padding: 6px;
            margin: 8px;
        }

        .cekkutu .cekcizgi {
            height: 172px;
        }

        .cekkutu .cekbilet {
            width: 22%;
        }

        .cekkutu .cekpuan {
            margin-top: 38px;
            font-size: 16px;
            margin-bottom: 24px;
        }


        .cekkutu .cekkatil {
            width: 73px;
            font-size: 12px;
            line-height: 25px;
            margin-top: 5px;
            margin-bottom: 5px;
            color: #000;
        }

        .cekkutu .cektarih {
            top: 6px;
            font-size: 12px;
            padding: 3px;
            color: #fff;
            border-radius: 6px;
        }

    .cekkazananlar {
        margin: 0;
        padding: 0;
        margin-top: 7px;
    }

        .cekkazananlar li {
            width: 66px;
            font-size: 11px;
            padding: 4px;
            margin-top: 4px;
        }

            .cekkazananlar li img {
                width: 30px;
                height: 30px;
                margin-bottom: 10px;
            }

    .myazan {
        max-width: 70%;
    }

    .siyahk img {
        width: 40px;
    }


    .yazanlar span {
        display: none;
    }

    .yazanlar > div:nth-child(6) {
        display: none;
    }

    .smuzik, .skitap, .radyolar {
        margin-bottom: 0px;
    }


    .hastagler {
        overflow-y: visible;
        max-height: 250px;
    }



    .mmesaj .md-1 img {
        width: auto;
        height: auto;
        max-width: 100%;
        border-radius: 0px;
        max-height: 330px;
        display: block;
        margin: 0 auto;
    }

    .sohbetsayi {
        position: absolute;
        left: 31px;
        top: 13px;
        font-size: 12px;
    }




    .haberacalan .swal2-container.swal2-top > .swal2-popup {
        top: 98px;
        width: 100%;
    }



    .haberacalan .habdetayic .icgaleri a {
        width: 120px;
        height: 110px;
    }

        .haberacalan .habdetayic .icgaleri a img {
            width: auto;
            max-width: 100%;
            height: 100%;
            margin: 0 auto;
            display: block;
            padding: 0;
            box-shadow: 0 0 0 rgba(0,0,0,.3);
        }


    .icblogbasalt {
        height:auto;
    }

    .icblogresim {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 170px;
    }

        .icblogresim img {
            display: block;
            overflow: hidden;
            width: 100%;
            height: 170px;
            object-fit: cover;
        }


    #haberlerDiv li {
     
        width: calc(100% / 2 - 7px);
     
    }
        #haberlerDiv li:nth-child(3) {
         margin-right:0px;
        }
    #haberlerDiv li:nth-child(4) {
        display:none;
    }

    .bloglarsayfa li a .blogresim {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100px;
    }
        .bloglarsayfa li a .blogresim img {
            display: block;
            overflow: hidden;
            width: 100%;
            height: 100px;
            object-fit: cover;
        }

    .bloglarsayfa li a .blogbasalt .blogbaskul {
      
        float: none;
    }

    .bloglarsayfa li {
       
        height: 244px;
     
    }

    .icblogkisi .myazan {
        max-width: 60%;
    }


    .yyilkutu {
        position: relative;
        height: 230px;
        background: rgb(239, 11, 19);
        background: radial-gradient(circle, rgba(239, 11, 19, 1) 0%, rgba(178, 13, 19, 1) 53%);
    }
    .yyustarka {
        overflow: hidden;
        position: absolute;
        background-image: url(../yeniyil/01.png);
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-position: center top;
        background-size: 300px;
        background-repeat: repeat-x;
    }

    .yyustkur {
        overflow: hidden;
        position: absolute;
        background-image: url(../yeniyil/kur.png);
        z-index: 2;
        width: 140px;
        height: 62px;
        top: 0;
        left: calc(50% - 50px);
        background-size: 100px;
        background-repeat: no-repeat;
    }

    .yyustsol {
        overflow: hidden;
        position: absolute;
        background-image: url(../yeniyil/sol.png);
        z-index: 1;
        background-size: 160px;
        width: 160px;
        height: 160px;
        left: -10px;
        top: -13px;
        background-repeat: no-repeat;
    }

    .yyussag {
        overflow: hidden;
        position: absolute;
        background-image: url(../yeniyil/sag.png);
        z-index: 1;
        background-size: 160px;
        width: 160px;
        height: 185px;
        right: -14px;
        top: 0px;
        background-repeat: no-repeat;
    }

    .yyyazi {
        text-align: center;
        padding-top: 44px;
        padding-left: 20px;
        padding-right: 40px;
        font-weight: bold;
        color: #fff;
        font-size: 14px;
        text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
    }

}
