:root {
    --renkbeyaz: #fff;
    --renkacikgri: #f2f2f2;
    --renkortagri: #c1c1c1;
    --renkfullsiyah: #000;
    --pat1: #96B6C5;
    --pat2: #ADC4CE;
    --pat3: #EEE0C9;
    --pat4: #F1F0E8;
    --pat5: #c91f59;
    --pat6: #ef904c;
}
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Mea+Culpa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&family=Lobster&family=Pirata+One&display=swap');

.text-end .badge{
    width: 100%;
    text-align: right;
}
.tta_0{
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.tta_1{
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0px;
    font-size: 13px;
    margin-bottom: 10px;
}
.tta_2{
    background-color: #dadada;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0px;
    /* font-size: 13px; */
    /* font-weight: 700; */
    margin: 10px 10px 0px 10px;
}

.btn-show-pass{
    width: 28px;
    height: 28px;
    background-color: #3c3c3c;
    position: absolute;
    align-items: center;
    position: absolute;
    /* height: 100%; */
    top: 5px;
    right: 5px;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border-radius: 5px;
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: space-around;
    color: aliceblue;
    font-size: 16px;
}
.a_form{}
.a_form label{
    display: block;
    font-size: 14px;
}
.a_form input{
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    margin: 4px 0px 10px 0px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 600;
}
.a_form select{
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    margin: 4px 0px 10px 0px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 600;
}
.a_form textarea{
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    margin: 4px 0px 10px 0px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 600;
    height: 100px;
}
.a_form button{
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    margin: 20px 0px 10px 0px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 600;
}
.a_form .geri{
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    margin: 20px 0px 10px 0px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 600;
}

.sosyal_login{
    text-align: center;
}
.sosyal_baslik{
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
}
.sosyal_ortam{
    margin-top: 20px;
}
.sosyal_ortam a{
    background-color: #ff4848;
}
.sosyal_ortam a:hover{}
.sosyal_ortam a i {
    font-size: 30px;
    margin: 10px 0px 2px 0px;
}

.ekle_alt{
    margin-bottom: 0px !important;
}
.ekle_alt li div{
    width: 35px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px 0px;
    border-radius: 5px;
    margin-right: 10px;
}
.ekle_alt li .active{
    background-color: #c1e7f8;
}
.ekle_alt li div:hover{
    background-color: #f3f3f3;
}
.ekle_alt li div{
    display: block;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 10%;
}

.grid-item {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 0.8%;
    padding-right: 0.8%;
    padding-bottom: 0.8%;
}

.secim_list{
    text-align: center;
}
.secim_list li{
    font-size: 24px;
    border-radius: 5px;
    border: 1px solid #616161;
    display: inline-block;
    padding: 6px 10px 0px 10px;
    margin: 0px 5px 10px 5px;
    cursor: pointer;
    height: 50px;
    width: 50px;
    color: #c01015;
}
.secim_list li:hover{
    background-color: #e43838;
    color: #fff;
}

#s_back{
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 7px;
}
#s_back:hover{
    background-color: #e43838;
    color: #fff;
}

@media screen and (max-width: 3000px) {
    /* 5 columns for larger screens */
    .grid-item { width: 16.6%; }
}
@media screen and (max-width: 2500px) {
    /* 5 columns for larger screens */
    .grid-item { width: 16.6%; }
}
@media screen and (max-width: 2200px) {
    /* 5 columns for larger screens */
    .grid-item { width: 16.6%; }
}
@media screen and (max-width: 1800px) {
    /* 5 columns for larger screens */
    .grid-item { width: 20%; }
}

@media screen and (max-width: 1400px) {
    /* 5 columns for larger screens */
    .grid-item { width: 25%; }
}

@media screen and (max-width: 1100px) {
    /* 5 columns for larger screens */
    .grid-item { width: 33.33%; }
}

@media screen and (max-width: 1000px) {
    /* 5 columns for larger screens */
    .grid-item { width: 50%; }
}

@media screen and (max-width: 780px) {
    /* 5 columns for larger screens */
    .grid-item { width: 75%; }
    .myavatar_resim{
        padding: 0px;
    }
}

@media screen and (max-width: 600px) {
    /* 5 columns for larger screens */
    .grid-item { width: 100%; }
    .myavatar_resim{
        padding: 0px;
    }
}

.myavatar_ikon{
    position: absolute;
    top: 0px;
    right: 5px;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    width: 100%;
}

#startGameBtn{}
#startGameBtn:hover{
    background-color: #0aa642 !important;
}

.notif-busy { opacity: .55; pointer-events: none; }
.btn-busy { opacity: .55; pointer-events: none; }

.mm_dil{}
.mm_dil ul{
    text-align: center;
}
.mm_dil li{
    align-items: center;
    min-width: 75px;
    display: inline-block;
}
.mm_dil1{}
.mm_dil1 a{
    text-decoration: none;
    display: block;
    margin: 10px 0px 0px 0px;
    color: #000;
    padding: 10px 0px;
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: .1px;
    border-bottom: 3px solid #fff;
}
.mm_dil1 a:hover{
    background-color: #ffe3c4;
    color: #000000;
    border-bottom: 3px solid #d27a3f;
}
.mm_dil2{}
.mm_dil2 img{
    width: 30px;
}
.mm_dil3{
    font-size: 13px;
    margin-top: 5px;
    font-weight: 300;
}

.mma_dil{
    padding-top: 100px;
    text-align: center;
}
.mma_dil ul{
    text-align: center;
    margin: 50px 0px 0px 0px;
}
.mma_dil li{
    align-items: center;
    margin: 0px 5px;
    min-width: 75px;
    display: inline-block;
}
.mma_dil1{
    text-align: center;
    padding-top: 0px;
    font-size: 14px;
}
.mma_dil1 a{
    text-decoration: none;
    display: block;
    margin: 10px 0px 0px 0px;
    color: #000;
    padding: 10px 0px;
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: .1px;
    border-bottom: 3px solid #eee8e8;
    background-color: #fff;
}
.mma_dil1 a:hover{
    background-color: #ffe3c4;
    color: #000000;
    border-bottom: 3px solid #d27a3f;
}
.mma_dil2{}
.mma_dil2 img{
    width: 30px;
}
.mma_dil3{
    font-size: 12px;
    margin-top: 5px;
}

.ic_sayfa_main{

}

.kat_bread{
    margin: 10px 0px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.kat_bread ul{}
.kat_bread li{
    display: inline-block;
    position: relative;
    font-size: 14px;
}
.kat_bread li a{
    color: #7c8792;
    display: block;
    height: 33px;
    padding: 7px 12px 0 12px;
    transition: border-width 100ms;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.kat_bread li a:hover{
    color: #e60023;
}
.kat_bread li a:after {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #e60023;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease
}
.kat_bread li a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.paylas_button{
    font-size: 13px;
    color: #0d0c22;
    background-color: #fff;
    border-radius: 7px;
    height: 33px;
    display: none;
    line-height: 30px;
    width: 33px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin: 0 5px 0px 0px;
    opacity: 1;
}
.paylas_button:hover{
    color: #da1b1b;
    opacity: 1;
}
.yeni_button{
    font-size: 13px;
    color: #ff8585;
    background-color: #fff;
    /* border: 1px solid #a9a9a9; */
    border-radius: 7px;
    height: 33px;
    display: inline-block;
    line-height: 30px;
    width: 30px;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin: 0 5px 0px 0px;
    opacity: 0.7;
}

.trend_button{
    font-size: 13px;
    color: #ff8585;
    background-color: #fff;
    /* border: 1px solid #a9a9a9; */
    border-radius: 7px;
    height: 33px;
    display: inline-block;
    line-height: 30px;
    width: 30px;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin: 0 5px 0px 0px;
    opacity: 0.7;
}
.user_ikon{
    display: block;
    opacity: 1;
}
.user_ikon:hover{
    opacity: 1;
}
.pp_1:hover .user_ikon{
    opacity: .5;
}
.user_ikon img{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
}

.entry-header {
    margin: 14px 0;
    padding: 0;
}
.entry-header .entry-title{
    padding: 0px;
}
.entry-header .entry-title a {
    display: block;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    color: #3f3f3f;
    font-weight: 600;
}
.entry-header .entry-title2{
    font-style: italic;
}

.entry-header .cat-links {
    display: block;
    color: #acacac;
    font-size: 12px;
    padding: 3px 2px;
}
.entry-header .cat-links a {
    display: inline-block;
    font-size: 12px;
    border-radius: 100px;
    transition: border-color 0.15s ease, color 0.15s ease;
    text-decoration: none;
    color: #da4b4b;
    font-weight: 600;
}

.kral-pmeta {
    display: flex;
    gap: 9px;
    width: 100%;
    text-align: center;
}

.kral-pmeta span{
    width: 33%;
    padding: 2px 0px;
    color: #6d6969;
}
.kral-pmeta span i{
}

.pp_0:hover .paylas_button{
    display: inline-block !important;
}
.paylas_button{
    display: none !important;
}
.pp_0{
    font-size: 14px;
    background-color: #fff;
    border-radius: 14px;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: left;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.pp_1{
    aspect-ratio: 1 / 1; /* Kare oranı */
    width: 100%; /* Genişliği ebeveyn elementin genişliğine göre ayarlayın */
    overflow: hidden; /* Taşmaları gizleyin */
    position: relative;
    display: block;
}
.pp_1:hover .pp_1_link{
    background: #0000002e;
    z-index: 1;
}
.pp_1 img{
    -webkit-transition: opacity 0.6s ease 0.25s, transform .7s cubic-bezier(.2,1,.22,1);
    transition: opacity 0.6s ease 0.25s, transform .7s cubic-bezier(.2,1,.22,1);
    width: 100%;
    height: 100%;
    object-fit: cover; /* Görselin tüm alanı doldurmasını sağlar */
}
.pp_1_link{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.pp_1:hover img {
    transform: scale(1.07) rotate(3deg);
    -webkit-transform: scale(1.07) rotate(3deg);
}

.pp_1:hover .gt_new {
    opacity: 1;
    z-index: 1;
    transform: scale(.8);
}

.gt_new{
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 23px;
    padding-top: 7px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    color: #13151d;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    /* visibility: hidden; */
    opacity: 0;
    color: #dc2626 !important;
    transition: all 500ms ;
}
.pp_2{
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    display: -webkit-flex;
    gap: 5px;
    flex-direction: column;
}
.pp_3{
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;

    z-index: 2;
}
.pp_4{
    padding: 5px 10px;
}
.pp_5{
    min-height: 44px;
    padding: 5px 8px;
    font-size: 12px;
    color: #0c1012;
    background-color: #dddddd;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 5px;
    border-radius: 8px;
    font-weight: 600;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid black;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #505050;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -50px;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
    font-weight: 700;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;

}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #505050 transparent transparent transparent;
}
.tooltip .tooltiptext i {
    color: #FFEB3B;
}

.kati_bread{
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 10px 7px 12px;
}
.kati_bread .breadcrumb{
    margin: 0px;
}
.kati_bread .breadcrumb .breadcrumb-item{
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.kati_bread .breadcrumb .breadcrumb-item a{
    font-size: 14px;
    font-weight: 600;
    color: #545454;
    text-decoration: none;
}
.kati_bread .breadcrumb .breadcrumb-item a:hover{
    color: #ffbd59;
}
.footer{
    background-color: #fff;
    margin-top: 50px;
    padding: 150px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.grid-item2 {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

/* Yeni eklenen öğeler görünür olduğunda */
.grid-item2.show {
    opacity: 1;
}


.post_area{
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.sag_area{
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.post_k_1{}
.post_k_2{}
.post_k_3{}
.post_k_4{}
.post_k_5{}
.post_k_6{
    display: block;
    padding: 10px 5px;
    font-size: 12px;
    color: #a8b6c0;
    background-color: #f6f7f9;
    border-radius: 14px;
    margin-top: 12px;
    clear: both;
}
.post-meta span {
    margin: 0 6px;
}
.post-meta span i {
    margin-right: 4px;
}

.post_k_7{}
.post_k_8{}
.post_k_9{}


.kelimeler1 a{
    border: 1px solid #d4d4d4;
    background-color: #fff;
    border-radius: 10px;
    height: 75px;
    margin-bottom: 10px;
    display: block;
    color: #000;
    overflow: hidden;
}
.kelimeler1 a:hover{
    background-color: #f2f2f2;
}
.kelimeler1a{
    width: 75px;
    height: 75px;
    float: left;
}
.kelimeler1a img{
    width: 69px;
    height: 69px;
    border-radius: 8px;
    margin: 2px;
}
.kelimeler1b{
    width: calc(100% - 75px);
    height: 75px;
    float: left;
    font-size: 14px;
    font-weight: 400;
}
.sozluk_ara{
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin: 0px 15px;
}
.s_anlam_main{
    font-size: 32px;
    font-weight: 600;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    margin: 10px 0px;
    background-color: #f5f5f5;
    padding: 0px 10px;
}
.kelimeler_main{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}
.kk_yok{
    text-align: center;
    padding: 100px 0px;
}
.kk_yok i{
    font-size: 32px;
    color: #ffbd59;
}
.kk_yok2{
    font-size: 12px;
}

.sol_alan{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.sag_alan{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.mo_sol_alan{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.mo_sag_alan{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.main_alan{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.learn_notes{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.learn_dialogs{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.learn_alternatives{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.learn_explanation{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.learn_pronunciation{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.learn_vocabulary{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.learn_usage{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.learn_purpose{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}


.learn_grammar{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.learn_examples{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.learn_correct_incorrect{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.learn_tips{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}


.learn_explanation{}
.egitimsel h3{
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px !important;
}
.egitimsel h4{
    font-size: 21px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px !important;
}
.egitimsel p{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 15px;
}
.egitimsel p strong{
    font-weight: 700;
}
.egitimsel p em{
    font-weight: 700;
    color: #f74a4a;
}
.egitimsel ul{
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #ffd7d7;
    margin: 0px auto 20px auto;
}
.egitimsel li{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 15px;
}
.egitimsel li:last-child{
    margin-bottom: 0px;
}
.informal_example{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.dialog_scene{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 15px;
}
.cultural_note{
    margin-bottom: 10px;
}
.learn_common_mistakes{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.mistake_item{

}
.formal_example{
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
}
.informal_example{
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
}
.mistake_wrong{
    color: #c70044;
    font-weight: 700;
}
.mistake_right{
    color: #3dac31;
    font-weight: 700;
}
.mistake_explanation{
    margin-bottom: 20px !important;
    font-style: italic;
}
.dialog_speaker{
    font-weight: 700;
}
.example_correct{
    background-color: #aade6c;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.example_incorrect{
    background-color: #de6cb0;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.vocabulary_word{
    font-weight: 700;
}
.vocabulary_definition{}

.learn_tricks{}
.learn_tricks ul{
    background-color: #9de7c1;
}
.learn_tricks li{
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    font-size: 14px;
}
.learn_tricks li:last-child{
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
}
.learn_tips li{
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    font-size: 14px;
}
.learn_tips li:last-child{
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
}
.learn_usage li{
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    font-size: 14px;
}
.learn_usage li:last-child{
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
}
.learn_purpose li{
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    font-size: 14px;
}
.learn_purpose li:last-child{
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
}

.pre_alan{

}


.container-1400 {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
#load-more{
    border-radius: 10px;
    border: 0px;
    padding: 5px 20px;
    background-color: #fff;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    margin-top: 30px;
}
#load-more:hover{
    background-color: #ccc;
}

.kelimeler{}
.s_anlam{
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
    background-color: #f8f8f8;
    overflow: hidden;
}
.sd_info_isim{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #555555;
}
.mos_1{}
.mos_1 ul{
    padding: 0px;
    margin:0px;
}
.mos_1 li{
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 5px;
}
.mos_2{
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    line-height: 16px;
    padding-top: 8px;
}
.mos_3{
    /* font-size: 14px; */
    /* font-weight: 400; */
    color: #e5243d;
    /* line-height: 12px; */
    font-size: 14px;
    font-weight: 400;
    /* color: #616161; */
    line-height: 16px;
    padding-top: 3px;
    padding-bottom: 5px;
}
.mos_4{
    width: 50px;
    height: 50px;
    float: left;
    font-size: 29px;
    line-height: 34px;
    font-weight: 800;
    padding-top: 7px;
    /* padding-right: 5px; */
    background-color: #ccc;
    text-align: center;
    border-radius: 50%;
    margin: 10px 10px 10px 0px;
}
.mos_5{
    float: left;
    width: calc(100% - 60px);
    padding-top: 10px;
    padding-bottom: 10px;
}
.mos_6{
    font-size: 16px;
    font-weight: 700;
    color: #f13132;
}
.mor_1{}
.mor_1a{
    font-size: 16px;
    font-weight: 700;
    color: #f13132;
}
.mor_2{}
.mor_3{}
.mor_4{}
.mor_5{}
.mor_6{}
.mor_7{}
.mor_8{}

.moy_1{}
.moy_1a{
    font-size: 16px;
    font-weight: 700;
    color: #f13132;
}
.moy_2{}
.moy_3{}
.moy_4{}
.moy_5{}
.moy_6{}
.moy_7{}
.moy_8{}
.s_anlam1{}
.s_anlam2{}
.s_anlam3{
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #a6d6fc;
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    padding-top: 5px;
    font-weight: 700;
    border-bottom-left-radius: 10px;
}
.s_anlam4{}
.s_anlam5{}
.s_anlam6{}
.s_anlam6 b{
    color: #e84646;
    font-weight: 500;
}
.s_anlam6 a{
    text-decoration: none;
    color: #46b7e8;
    font-weight: 600;
}
.s_anlam6 a:hover{
    color: #000;
}
.s_anlam7{
    color: #000;
    font-weight: 600;
}
.s_anlam7 a{
    text-decoration: none;
    color: #46b7e8;
    font-weight: 600;
}
.s_anlam7 a:hover{
    color: #000;
}
.s_anlam7 b{
    color: #e84646;
    font-weight: 500;
}

.s_anlam7a{
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.s_anlam7a img{
    width: 20px;
}
.s_anlam10{
    margin-bottom: 20px;
}
.kelimeler .row {
    display:none;
}
.kelimeler .row.active {
    display:flex; /* veya block, grid yapına göre */
}
.kelimeler_main{}
.kelimeler_main ul {}
.kelimeler_main li {
    display: inline-block;
    padding: 7px 10px 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
}
.kelimeler_main li:hover {
    background-color: #fff;
}
.kelimeler_main .active {
    background-color: #fff;
}
.nk_resim{
    text-align: center;
}
.nk_resim img{
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
    margin: 5px 0px 5px 0px;
}

.dil_000{
    margin-bottom: 20px;
}
.dil_000 a{
    display: block;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.dil_000 a:hover{
    color: #e4243d;
    opacity: .7;

}
.dil_001{}
.dil_001 img{
    width: 100%;
}
.dil_002{
    padding: 0px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
}
.sayfa_devam div{
    width: 150px;
    background-color: #fff;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    font-weight: 600;
    color: #878484;
    cursor: pointer;
}
.sayfa_devam div{
    width: 150px;
    background-color: #fff;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    font-weight: 600;
    color: #878484;
    cursor: pointer;
}
.sayfa_devam:hover{
    background-color: #6d6969;
    color: #fff;
}

.mm_main{
    padding-top: 75px;
}
.dropdown-menu.show {
    box-shadow: 0px 8px 10px 0px #ccc !important;
}
.yokkim{
    text-align: center;
    padding: 20px 0px;
    font-size: 13px;
    color: #a6a6a6;
}
.yokkim i{
    font-size: 25px;
    margin-bottom: 7px;
}
.aa_yukleniyor{

}

.bildirimlar{
    border-radius: 8px;
    background-color: #f3f3f3;
    margin: 2px;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
    min-height: 50px;
}
.bildirimlar:last-child{
    margin-bottom: 2px;
}
.bildirimlar .durum{
    position: absolute;
    top: -3px;
    right: -3px;
    font-size: 9px;
    color: #1ee973;
}
.btn-oku{
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    padding: 0px !important;
    border: 1px solid #e5dddd !important;
    color: #999 !important;
    font-size: 12px !important;
}
.btn-sil{
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    padding: 0px !important;
    border: 1px solid #e5dddd !important;
    color: #999 !important;
    font-size: 12px !important;
}
.btn-oku:hover{
    border: 1px solid #c2e4e4 !important;
    color: #fff !important;
}
.btn-sil:hover{
    border: 1px solid #f1bacd !important;
    color: #fff !important;
}

.ii_ai{}
.ii_ai:hover{}
.tercume_bar{
    margin: 5px;
    background-color: #ccc;
    border-radius: 5px;
    padding: 5px 8px;
    text-align: left;
    font-size: 14px;
}

.sag_kontrol_menu3{
    border-radius: 6px;
    background-color: #fff;
    padding: 1px 1px;
    margin-bottom: 10px;
}
.sag_kontrol_menu3a{
    margin: 4px;
    background-color: #dedede;
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
    font-size: 14px;
    font-weight: 400;
}
.sag_kontrol_menu31{
    padding-top: 2px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #cccccc;
}
.sag_kontrol_menu3a ul{
}
.sag_kontrol_menu3a li{
    margin-bottom: 5px;
}
.sag_kontrol_menu3a div{
    float: right;
    color: #ff0000;
}
.sag_kontrol_menu3a li a{
    display: block;
    padding: 3px 8px;
    background-color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    color: #4e4e4e;
}
.sag_kontrol_menu3a li a:hover{
    background-color: #cccccc;
    color: #fff;
}

.mozi{
}

.mozi textarea{
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 6px 6px;
    font-size: 14px;
    /* font-weight: 400; */
    /* line-height: 1.5; */
    color: #545454 !important;
    background-color: #f3f3f3;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 9px 0 0 0;
    min-height: 100px;
}




.bitir_modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bitir_modal_ic {
    background: #fff;
    /* padding: 20px; */
    border-radius: 8px;
    width: 350px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}
.bitir_modal_yazi {
    padding: 25px 0px;
}
.bitir_modal_btnlar button {
    margin: 0 10px;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100px;
}
#bitirOnayla {
    background-color: #2a91c7;
    color: #fff;
}
#bitirIptal {
    background-color: #ccc;
}
.bitir_modal_gorsel{}
.bitir_modal_gorsel img{
    width: 100%;
}
.bitir_modal_btnlar{
    padding-bottom: 20px;
}


.hata_modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hata_modal_ic {
    background: #fff;
    /* padding: 20px; */
    border-radius: 8px;
    width: 350px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}
.hata_modal_yazi {
    padding: 15px 0px 0px 0px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}
.hata_modal_yazi2 {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    margin: 10px 5px 0px 5px;
    padding-bottom: 10px;
    line-height: 15px;
}
.hata_modal_btnlar button {
    margin: 0 10px;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100px;
}
.hata_mesaj{
    text-align: left;
    padding: 10px;
}
.modi{
    font-size: 10px;
}
.hata_mesaj label{
    font-size: 12px;
    padding-bottom: 4px;
    font-weight: 400;
    color: #737373;
}
.hata_mesaj textarea{
    border-radius: 10px;
    display: block;
    width: 100%;
    padding: 5px 0 0px 10px;
    font-size: 12px;
    /* font-weight: 400; */
    /* line-height: 1.5; */
    color: #545454 !important;
    background-color: #f3f3f3;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0;
    height: 36px;
    min-height: 100px;
    margin-bottom: 0px;
}
#hataOnayla {
    background-color: #2a91c7;
    color: #fff;
}
#hataIptal {
    background-color: #ccc;
}
.hata_modal_gorsel{}
.hata_modal_gorsel img{
    width: 100%;
}
.hata_modal_btnlar{
    padding-bottom: 20px;
}
.main_area{
    margin: 40px 0px;
}
.mall_area{
    padding: 40px 0px;
}


.answer-section {
    margin: 20px auto;
    text-align: center;
    display: none;
}

.answer-input {
    width: 100%;
    max-width: 200px;
    padding: 10px 15px;
    font-size: 32px;
    font-weight: 800;
    border: 1px solid rgb(0 0 0 / 40%);
    border-radius: 10px;
    background: rgb(67 143 193 / 52%);
    color: #000000;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.answer-input:focus {
    outline: none;
    border-color: #ffc107;
    box-shadow: 0 0 30px rgba(255, 193, 7, 0.6);
}

.answer-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}



.game_screen{
    padding: 5px 10px;
}

.game_screen hr{
    border-bottom: 1px solid #d4d4d4;
    margin: 0px 30px;
}
.progress-fill {
    background: linear-gradient(45deg, #4ecdc4, #44a08d);
    height: 100%;
    border-radius: 10px;
    transition: width 0.3s ease;
}

.instructions {
    padding: 20px 10px;
    font-size: 14px;
    color: rgb(61 61 61 / 90%);
    border-radius: 10px;
    text-align: center;
}

.instructions i{
    font-size: 40px;
    margin-bottom: 15px;
}

.question-display {
    background: #ffffff;
    border-radius: 15px;
    /* border: 2px solid #dee2e6; */
    min-height: 150px;
    align-items: center;
    justify-content: center;
    display: none;
    text-align: center;
}

.map-display {
    width: 100%;
    max-width: 600px;
    height: 300px;
    background: linear-gradient(135deg, #74b9ff, #0984e3);
    border-radius: 15px;
    margin: 20px auto;
    position: relative;
    border: 3px solid #2d3436;
    display: none;
}

.map-region {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.map-region:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
}

.map-region.correct {
    background: rgba(46, 204, 113, 0.8);
    border-color: #27ae60;
    animation: correctPulse 1s ease-out;
}

.map-region.incorrect {
    background: rgba(231, 76, 60, 0.8);
    border-color: #c0392b;
    animation: incorrectShake 0.5s ease-out;
}

@keyframes correctPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

@keyframes incorrectShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.answer-options {
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-around;
    margin: 20px 0;
    align-content: center;
}

.question-info{
    border-radius: 10px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
    padding: 0px 10px;

}

.answer-btn {
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    border: 0px;
    border-radius: 10px;
    cursor: pointer;
    min-width: 120px;
    background-color: #dfe4f7;
    color: #000000;
}

.answer-btn:hover {
    background: #3498db;
    color: white;
}

.answer-btn.correct {
    background: #27ae60;
    border-color: #27ae60;
    color: white;
}

.answer-btn.incorrect {
    background: #e74c3c;
    border-color: #e74c3c;
    color: white;
}

.answer-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.bb_basla {
    width: 100%;
    max-width: 130px;
    text-align: center;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 5px 0px;
    margin: auto;
    margin-bottom: 10px;
    background-color: antiquewhite;
}


.question-info{
    border-radius: 10px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
    padding: 0px 10px;

}
.game-container {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}


.game_load{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #b6b6b6bd;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    z-index: 5;
    padding: 40px 0px;
    min-height: 150px;
    overflow: hidden;

}

.stat-item{
    border-radius: 5px;
    margin: 0px 0px 10px 0px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}
.stat-item span{
    float: right;
    font-weight: 700;
}

.level-stat {
    background: rgba(255, 193, 7, 0.3);
    color: #ffc107;
}

.sequence-stat {
    background: rgba(33, 150, 243, 0.3);
    color: #2196f3;
}

.score-stat {
    background: linear-gradient(45deg, #27ae60, #2ecc71);
    color: white;
}

.level-stat {
    background: linear-gradient(45deg, #8e44ad, #9b59b6);
    color: white;
}

.combo-stat {
    background: linear-gradient(45deg, #16a085, #1abc9c);
    color: white;
}

.timer-stat {
    background: linear-gradient(45deg, #34495e, #2c3e50);
    color: white;
}
/* Progress stat - soru sayısı */
.progress-stat {
    background: linear-gradient(45deg, #3498db, #2980b9);
    color: white;
}

/* Penalty stat - süre cezası (sarı/turuncu) */
.penalty-stat {
    background: linear-gradient(45deg, #f39c12, #e67e22);
    color: white;
}

/* Error stat - hatalı cevap cezası (kırmızı) */
.error-stat {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
    color: white;
}

.game_load .ortala{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.hooo1{
    text-align: left;
    font-size: 14px;
    font-weight: 100;
    padding: 5px;
}

.hooo1 span{
    margin-left: 10px;
    font-weight: 600;
}

.hooo2{
    text-align: right;
    font-size: 14px;
    font-weight: 100;
    padding: 5px;
}

.hooo2 span{
    margin-left: 10px;
    font-weight: 600;
}


.audio-player {
    max-width: 100%;
    margin: 20px auto;
    background: #48af65;
    padding: 10px 10px 5px 10px;
    border-radius: 8px;
}

.sag_kontrol_menu4a {
    padding: 0px 5px 5px 5px;
}
.sag_kontrol_menu5a {
    padding: 0px 5px 5px 5px;
    text-align: right;
}
.icerik_main{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.icerik_main .mmh3{
    font-size: 22px;
    padding-bottom: 10px;
    color: #000 !important;
    font-weight: 700;
}
.card-body p{
    padding: 0px;
    margin: 0px;
}
.icerik_main h5{
    font-size: 16px;
    padding: 2px 0px;
    margin: 0px;
    font-weight: 600;
}
.icerik_main h4{
    font-size: 16px;
    padding: 2px 0px;
    margin: 0px;
    font-weight: 600;
}
.icerik_main .card-body{
    padding: 0px 10px;
    margin: 0px;
}
.card .card-body{
    padding: 10px 10px;
    font-size: 16px;
}


.answer-btn {
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    border: 0px;
    border-radius: 10px;
    cursor: pointer;
    min-width: 120px;
    background-color: #dfe4f7;
    color: #000000;
}

.answer-btn:hover {
    background: #3498db;
    color: white;
}

.answer-btn.correct {
    background: #27ae60;
    border-color: #27ae60;
    color: white;
}

.answer-btn.incorrect {
    background: #e74c3c;
    border-color: #e74c3c;
    color: white;
}

.answer-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.city-image {
    width: 100%;
    max-width: 250px;
    margin: auto;
    /* background-size: cover; */
    /* background-position: center; */
    border-radius: 15px;
    padding: 10px 0px 0px 0px;
}

.city-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.btn {
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:hover:not(:disabled) {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.btn-start {
    background: linear-gradient(45deg, #4ecdc4, #44a08d);
}

.btn-new {
    background: linear-gradient(45deg, #9c27b0, #7b1fa2);
}

.buttons {
    margin: 25px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.question-area {
    background-color: #76aafe;
    border-radius: 20px;
    margin-top: 5px;
}

.question-text {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    /* margin-bottom: 20px; */
}
.mmul{}
.mmul .mmli{}


.kk_kontrol{
    width: 70px;
    height: 25px;
    position: relative;
    margin: auto;
    /* background-color: antiquewhite; */
    font-size: 12px !important;
    margin-top: 30px;
}
.kk_kontrol_ic{
    width: 50px;
    height: 50px;
    margin: auto;
}
.kk_kar{
    height: 600px;
    width: 100%;
    background-color: #ccc;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.mySwipero{
    width: 100%;
    max-width: 300px;
    margin-top: 100px;
}
.swipero {
    width: 100%;
    height: 100%;
}

.swipero .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kart_mini{
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}
.kart_mini a{
    display: flex;
    text-decoration: none;
    color: #000;
    line-height: 17px;
}
.kart_mini a:hover{

}
.mini_isim{
    width: 100px;
    height: 100px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.mini_aciklama{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 100px);
    padding: 0px 10px;
}

.minis{
    font-size: 17px;
    padding: 5px 0px;
    font-weight: 600;
    color: #E91E63;
}
.swiper-button-prev{
    width: 25px;
    height: 25px;
}
.swiper-button-next{
    width: 25px;
    height: 25px;
}
.swiper-button-prev:after{
    font-size: 25px;
}
.swiper-button-next:after{
    font-size: 25px;
}


.tahmin_isim{
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}
.tahmin_bilgi{
    margin: 30px 0px;
    font-size: 15px;
}



.hh_oyun_bilgi{
    font-size: 13px;
    font-weight: 500;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    color: #6e6e6e;
    margin-top: 10px;
}
.tahmin_etiket{
}
.tahmin_etiket_baslik{
    font-size: 16px;
    font-weight: 600;
}
.tahmin_etiket a{
    margin: 0px 4px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    line-height: 18px;}
.tahmin_etiket a:hover{
    color: #ff0000;}

.hh_baslik h1{
    font-size: 24px;
    font-weight: 700;
    /* border-radius: 10px; */
    /* margin-bottom: 10px; */
    padding: 0px 0px;
    color: #ffffff;
    margin: 0px;
}
.hh_baslik1{
    font-size: 24px;
    font-weight: 700;
    color: #080808;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
}
.hh_baslik2{
    font-size: 17px;
    font-weight: 700;
    color: #080808;
    /* letter-spacing: 1px; */
    text-align: center;
    margin-top: 10px;
}


.tahminler{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 14px;
    margin-top: 10px;
}
.tahmin_alan{
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.tahmin_alan a{
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.tahmin_alan a:hover{
    color: #ec6969;
}

.tahmin_alan:last-child{
    margin-bottom: 0px;
}
.benzer_sarkilar_baslik{
    font-size: 20px;
    text-align: center;
    padding-bottom: 8px;
    font-weight: 700;
    color: #ec6969;
}


.container2 p{

}
.aa_like_ana{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    min-height: 100px;
    padding: 10px 10px 10px 10px;
}
.aa_like{
    background-color: #b0b0b0;
    border-radius: 10px;
    /* margin-bottom: 10px; */
    min-height: 100px;
}

.mma_1{
    font-size: 20px;
    font-weight: 700;
    color: #ec6969;
}
.ppp_re{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}



/* ==================================
   ANALIZ / DASHBOARD KARTLARI
================================== */
.analiz-kart {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    color: #fff;
    min-height: 80px;
    height: 100%;
    margin-bottom: 15px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.analiz-kart-danger { background: linear-gradient(135deg, #dc3545, #c82333); }
.analiz-kart-warning { background: linear-gradient(135deg, #ffc107, #e0a800); color: #212529; }
.analiz-kart-info { background: linear-gradient(135deg, #17a2b8, #138496); }
.analiz-kart-success { background: linear-gradient(135deg, #28a745, #1e7e34); }
.analiz-kart-primary { background: linear-gradient(135deg, #007bff, #0056b3); }
.analiz-kart-secondary { background: linear-gradient(135deg, #6c757d, #545b62); }
.analiz-kart-icon { font-size: 28px; margin-right: 15px; opacity: 0.8; }
.analiz-kart-bilgi { flex: 1; }
.analiz-kart-sayi { font-size: 24px; font-weight: bold; line-height: 1; }
.analiz-kart-baslik { font-size: 12px; opacity: 0.9; }

/* Analiz Kart Responsive */
@media (max-width: 767.98px) {
    .analiz-kart {
        min-height: 70px;
        padding: 12px;
    }
    .analiz-kart-icon { font-size: 24px; margin-right: 12px; }
    .analiz-kart-sayi { font-size: 20px; }
    .analiz-kart-baslik { font-size: 11px; }
}

.analiz-tabs .nav-link { color: #666; border: none; padding: 10px 20px; }
.analiz-tabs .nav-link.active { color: #333; font-weight: 600; border-bottom: 2px solid #007bff; }
.analiz-tabs .badge { margin-left: 5px; font-size: 10px; }

.analiz-tab-content { }

.analiz-section { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.analiz-section-body {
    padding: 15px 0px 0px 0px;
    margin-bottom: 2px;
}

.analiz-tablo { font-size: 13px; margin: 0; }
.analiz-tablo th { background: #f1f3f4; font-weight: 600; font-size: 11px; text-transform: uppercase; color: #666; }
.analiz-tablo td { vertical-align: middle; }

.ip-code { background: #e9ecef; padding: 2px 6px; border-radius: 3px; font-size: 12px; }
.analiz-detay { word-break: break-all; display: block; max-width: 300px; }

.analiz-accordion .accordion-button { padding: 10px 15px; font-size: 13px; }
.analiz-accordion .accordion-button:not(.collapsed) { background: #f8f9fa; }
.analiz-accordion .accordion-body { font-family: monospace; }

.analiz-yan-panel { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.analiz-yan-baslik { padding: 12px 15px; font-weight: 600; font-size: 13px; border-bottom: 1px solid #eee; }
.analiz-yan-icerik { }

.analiz-bilgi-liste { list-style: none; padding: 0; margin: 0; }
.analiz-bilgi-liste li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 13px; }
.analiz-bilgi-liste li:last-child { border: none; }
.analiz-bilgi-liste span { color: #666; }
.analiz-bilgi-liste span.badge {
    color: #fff;
    padding-top: 5px;
}
.analiz-bilgi-liste strong { color: #333; font-weight: 700; }

.lesson_common_mistakes{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.lesson_common_mistakes h4{
    font-size: 18px;
    font-weight: 700;
    color: #5956eb;
}
.lesson_common_mistakes ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
.lesson_common_mistakes ul li{}
.lesson_common_mistakes p{}

.lesson_practice{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.lesson_practice h4{}
.lesson_practice ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
}
.lesson_practice ul li{}
.lesson_practice p{}

.lesson_practice{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.lesson_practice h4{
    font-size: 18px;
    font-weight: 700;
    color: #5956eb;
}
.lesson_practice ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
}
.lesson_practice ul li{}
.lesson_practice p{}

.lesson_summary{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.lesson_summary h4{
    font-size: 18px;
    font-weight: 700;
    color: #5956eb;}
.lesson_summary ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
}
.lesson_summary ul li{}
.lesson_summary p{}

.lesson_tips{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.lesson_tips h4{
    font-size: 18px;
    font-weight: 700;
    color: #5956eb;
}
.lesson_tips ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
}
.lesson_tips ul li{}
.lesson_tips p{}

.lesson_examples{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.lesson_examples h4{
    font-size: 18px;
    font-weight: 700;
    color: #5956eb;
}
.lesson_examples ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
}
.lesson_examples ul li{}
.lesson_examples p{}

.lesson_usage{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.lesson_usage h4{
    font-size: 18px;
    font-weight: 700;
    color: #5956eb;
}
.lesson_usage ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
}
.lesson_usage ul li{}
.lesson_usage p{}

.lesson_steps{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.lesson_steps h4{
    font-size: 18px;
    font-weight: 700;
    color: #5956eb;
}
.lesson_steps ul,.lesson_steps ol{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
}
.lesson_steps ul li,.lesson_steps ol li{}
.lesson_steps p{}

.lesson_definition{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.lesson_definition h4{
    font-size: 18px;
    font-weight: 700;
    color: #5956eb;
}
.lesson_definition ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
}
.lesson_definition ul li{}
.lesson_definition p{}

.lesson_importance{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.lesson_importance h4{
    font-size: 18px;
    font-weight: 700;
    color: #5956eb;
}
.lesson_importance ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
}
.lesson_importance ul li{}
.lesson_importance p{}

.lesson_key_points{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.lesson_key_points h4{
    font-size: 18px;
    font-weight: 700;
    color: #5956eb;
}
.lesson_key_points ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
}
.lesson_key_points ul li{}
.lesson_key_points p{}

.lesson_intro{

}
.lesson_intro h4{
    font-size: 18px;
    font-weight: 700;
    color: #5956eb;
}
.lesson_intro ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
}
.lesson_intro ul li{}
.lesson_intro p{}
.lesson_mistake_item{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 0px 0px 0px;
}
.egitim-konu-icerik{}
