﻿.hider { position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 99; background-color: #000; opacity: .2; filter: alpha(opacity=20);}.popupbox { position: fixed; top: 50%; left: 50%; width: 500px; height: 160px; margin-top: -80px; margin-left: -250px; border: 2px solid #04589f; z-index: 100; background-color: #fafafa; padding: 10px; -moz-box-shadow: 10px 10px 5px #323232; -webkit-box-shadow: 10px 10px 5px #323232; box-shadow: 10px 10px 5px rgba(50,50,50,0.3);} .popupbox h2 { text-align: center; color: #04589f; font-size: 18px; }/*** ==================================================* UNNECESSARY STYLE - JUST TO MAKE IT LOOKS NICE* ==================================================**/.countdown { text-transform: uppercase; font-weight: bold;} .countdown span { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); font-size: 3rem; margin-left: 0.8rem; } .countdown span:first-of-type { margin-left: 0; }.countdown-circles { text-transform: uppercase; font-weight: bold;} .countdown-circles span { width: 100px; height: 100px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); display: flex; align-items: center; justify-content: center; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); } .countdown-circles span:first-of-type { margin-left: 0; }/*** ==================================================* FOR DEMO PURPOSES* ==================================================**/body { min-height: 100vh;}.bg-gradient-1 { background: #7f7fd5; background: -webkit-linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4); background: linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4);}.bg-gradient-2 { background: #654ea3; background: -webkit-linear-gradient(to right, #654ea3, #eaafc8); background: linear-gradient(to right, #654ea3, #eaafc8);}.bg-gradient-3 { background: #ff416c; background: -webkit-linear-gradient(to right, #ff416c, #ff4b2b); background: linear-gradient(to right, #ff416c, #ff4b2b);}.bg-gradient-4 { background: #007991; background: -webkit-linear-gradient(to right, #007991, #78ffd6); background: linear-gradient(to right, #007991, #78ffd6);}.rounded { border-radius: 1rem !important;}.btn-demo { padding: 0.5rem 2rem !important; border-radius: 30rem !important; background: rgba(255, 255, 255, 0.3); color: #fff; text-transform: uppercase; font-weight: bold !important;} .btn-demo:hover, .btn-demo:focus { color: #fff; background: rgba(255, 255, 255, 0.5); }.kapsayici { margin-bottom: 50px; padding: 15px; padding-top: 160px; overflow: hidden; background-image: url(../img/banner_bg.png); background-repeat: no-repeat; background-size: 68%; background-position: top right;} .kapsayici h5 { font-size: 14px; text-transform: uppercase; font-weight: 500; color: #556172; margin-bottom: 14px; } .kapsayici h1 { font-size: 55px; font-weight: 700; margin-bottom: 27px; line-height: 1.18; } .kapsayici p { font-size: 15px; line-height: 1.8; font-family: "Roboto", sans-serif; color: #777777; } .kapsayici .btn_1 { display: inline-block; padding: 13.5px 45px; border-radius: 50px; font-size: 14px; color: #fff; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out;  background-size: 200% auto; border: 1px solid transparent; box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15); margin-top: 50px; } .kapsayici .btn_2 { display: inline-block; padding: 13px 39px; border-radius: 50px; background-color: transparent; border: 1px solid #31538b; color: #31538b; font-size: 14px; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; text- background-size: 200% auto; font-size: 15px; font-weight: 500; margin-top: 50px; } .kapsayici .sol { margin-top: 50px; text-align:left; margin-bottom:50px; } .kapsayici .sag { text-align: center; } .kapsayici img { width: 100%; }@media (max-width: 991px) {
  .kapsayici { margin-bottom: 50px; padding:5px; padding-top: 100px;} .kapsayici h1 { font-size: 25px; }  .kapsayici .btn_1 {padding: 13.5px 35px; } .kapsayici .btn_2 {padding: 13px 29px; } .kapsayici .sol { margin-top: 50px; text-align:center; } .kapsayici .sag { text-align: center; } .kapsayici img { width: 100%; }
  }
  ._logo{width:120px;
}
._logo{width:150px;}
.partner-logo {
    max-height: 110px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}
@media only screen and (max-width: 768px)  {
    .partner-logo {
        max-width: 100%;
    }
}
/* Tablo Konteyner Stili */
    .basvuru-tablosu-container {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        max-width: 100%;
        margin: 20px 0;
        background: #ffffff;
        border: 1px solid #e1e4e8;
        border-radius: 12px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.02);
        overflow: hidden;
    }

    /* Satır Yapısı */
    .basvuru-satir {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f0f0f0;
    }

    .basvuru-satir:last-child {
        border-bottom: none;
    }

    /* Sol Taraf (Kategoriler) */
    .basvuru-kategori {
        flex: 1; /* Geniş alan */
        padding: 20px;
        font-size: 0.95rem;
        color: #333;
        line-height: 1.5;
    }

    /* Sağ Taraf (Tarihler) */
    .basvuru-tarih {
        flex: 1; /* Daha dar alan */
        background-color: #f8fbff; /* Çok açık mavi arka plan */
        padding: 20px;
        text-align: center;
        border-left: 1px solid #f0f0f0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Tarih Metni Vurgusu */
    .tarih-vurgu {
        display: block;
        font-weight: 700;
        font-size: 1.1rem;
        color: #2b548f; /* Sitenizin ana mavi rengi */
        margin-top: 5px;
    }

    .tarih-etiket {
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #888;
        margin-bottom: 4px;
    }

    /* Mobil Uyumluluk */
    @media (max-width: 600px) {
        .basvuru-satir {
            flex-direction: column;
            text-align: center;
        }
        .basvuru-tarih {
            width: 100%;
            border-left: none;
            border-top: 1px solid #f0f0f0;
            padding: 15px;
        }
    }