body {
    background-image: url(görseller/arkaplan_görsel/background.jpg);
    background-size: cover; /* Arka planın tüm ekranı kaplamasını sağlar */
    background-position: center; /* Arka planı ortalar */
    background-attachment: fixed; /* Arka planı sabitler, kaydırma yapıldığında değişmez */
    margin: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

    
}


@font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS'), url('trebuc.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Trebuchet MS Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS Italic'), url('Trebuchet-MS-Italic.woff') format('woff');
    }

.alt_panel {
    height: 100%;
    width: 50px;
    background-color: #255FDA;
    position: absolute;
    height: 40px;
    width: 100%;
    bottom: 0%;
    display: flex;
    border-top: 0.4px solid #00000045;
}

.sol_panel {
    background-color: #255FDA;

    width: 7.5%;
    border-top-right-radius: 20px;
    /* Sağ üst köşe */
    border-bottom-right-radius: 20px;
    background-image: url(görseller/alt_panel/filea316.png);
    background-position: left;
    /* İkonu yatay ve dikey olarak ortala */
    background-repeat: no-repeat;
    /* İkonun tekrarlamasını engelle */
    background-size: contain;
    /* İkonun kapsayıcı alana sığmasını sağla */

}

.orta_panel {
    background-color: #255FDA;
    width: 89%;
}

.sag_panel {
    background-color: #0A8CE4;
    width: 11%;
    display: flex;
    border-left: 2px solid black;
    /* Sol kenara ince bir çizgi ekler */

}

.sag_panel>div {


    background-position: center;
    /* İkonu yatay ve dikey olarak ortala */
    background-repeat: no-repeat;
    /* İkonun tekrarlamasını engelle */
    background-size: contain;
    /* İkonun kapsayıcı alana sığmasını sağla */
}

.sag_panel_icon1 {
    margin: 4px;
    width: 20%;
    background-color: #0A8CE4;
    background-image: url(görseller/iconlar/1419.ico);

}

.sag_panel_icon2 {
    background-color: #0A8CE4;
    width: 20%;
    background-image: url(görseller/iconlar/306.ico);
    margin: 4px;
}

.sag_panel_icon3 {
    background-color: #0A8CE4;
    width: 20%;
    background-image: url(görseller/iconlar/234.ico);
    margin: 4px;
}

.sag_panel_icon4 {
    background-color: #0A8CE4;
    width: 80%;
    color: #fff;

    border-radius: 10px;
    text-align: center;
    /* Yatay merkezleme */
    font-size: 13px;

    /* Flexbox kullanımı ile tam merkezleme */
    display: flex;
    /* Flexbox etkinleştir */
    justify-content: center;
    /* Yatay merkezleme */
    align-items: center;
    /* Dikey merkezleme */

}


.sol_panel_baslat {
    width: 25%;
    height: 700px;
    
    position: fixed;
    bottom: -700px;

    color: white;
    text-align: center;
    line-height: 700px;
    opacity: 0;
    
}


.sol_panel:hover>.sol_panel_baslat {
    bottom: 42px;
    opacity: 1;
}

.sol_panel_baslat {
    display: block;

}

.baslat_üst {
    background: linear-gradient(to bottom, #0F62C8, #276fc7, #7493b9, #8fa1b6, #ffffff 250%, rgb(255, 255, 255));
    width: 100%;
    height: 100px;
    border-top-left-radius: 5px;
    /* Sol üst köşe */
    border-top-right-radius: 5px;
    /* Sağ üst köşe */
}

.baslat_orta {
    background-color: #D3E5FB;
    width: 100%;
    height: 550px;
}

.baslat_alt {
    background: linear-gradient(to bottom, #0F62C8, #276fc7, #7493b9, #8fa1b6, #ffffff 50%, rgb(255, 255, 255));
    width: 100%;
    height: 50px;
    border-top: 0.4px solid #00000045;
    border-bottom: 0.4px solid #00000045;
    
}



.baslat_orta-sol {
    background-color: white;
    width: 50%;
    border-right: 0.2px solid black;
}

.baslat_orta-sag {

    
    position: absolute;
    left: 33.5%;
    top: 14.3%;
}

.baslat_üst {
    display: flex;

}

.baslat_üst>div {



    display: block;
    margin: 10px;
}

.baslat_üst-sol {
    width: 18%;
    text-align: center;
    line-height: 25px;


    background-image: url('görseller/start/start_üst_panel/p.JPG');
    background-size: contain;
    /* Görselin tamamı görünür */
    background-position: center;
    /* Ortala */
    background-repeat: no-repeat;
    /* Tekrar etme */
    border-radius: 5px;
    /* Radius ekle */
    border: 1px solid white;
    /* Beyaz çerçeve */
    box-sizing: border-box;
    /* Çerçeve genişliği hesaba katılır */
}

.baslat_üst-sag {
    width: 80%;
    text-align: left;
    line-height: 80px;

    letter-spacing: 1px;
    font-weight: bold;
  
    font-size: 20px;
}


.baslat_orta-sol>div {
    height: 62px;
    width: 100%;
    line-height: normal;



}

.baslat_orta-sol_klasör {

    display: flex;
    text-align: left;
}

.baslat_orta-sol_klasör>div {
    display: flex;
}

.baslat_orta-sol_klasör-ikon1 {

    width: 30%;
    background-image: url(görseller/start/start_orta_panel/internet-explorer-9-logo.avif);
    background-size: 60%;
    /* Görselin boyutunu %70'e düşür */
    background-position: center;
    /* Ortala */
    background-repeat: no-repeat;
    /* Tekrar etme */
    border-radius: 5px;
    /* Radius ekle */
    /* Beyaz çerçeve */
    box-sizing: border-box;
    /* Çerçeve dahil genişlik hesabı */
}

.baslat_orta-sol_klasör-ikon2 {

    width: 30%;
    background-image: url(görseller/start/start_orta_panel/Outlook_Express_XP_Icon.webp);
    background-size: 60%;
    /* Görselin boyutunu %70'e düşür */
    background-position: center;
    /* Ortala */
    background-repeat: no-repeat;
    /* Tekrar etme */
    border-radius: 5px;
    /* Radius ekle */
    /* Beyaz çerçeve */
    box-sizing: border-box;
    /* Çerçeve dahil genişlik hesabı */
}

.baslat_orta-sol_klasör-ikon3 {

    width: 30%;
    background-image: url(görseller/start/start_orta_panel/mediapl.ico);
    background-size: 60%;
    /* Görselin boyutunu %70'e düşür */
    background-position: center;
    /* Ortala */
    background-repeat: no-repeat;
    /* Tekrar etme */
    border-radius: 5px;
    /* Radius ekle */
    /* Beyaz çerçeve */
    box-sizing: border-box;
    /* Çerçeve dahil genişlik hesabı */
}

.baslat_orta-sol_klasör-ikon4 {

    width: 30%;
    background-image: url(görseller/start/start_orta_panel/comm.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;

    box-sizing: border-box;
}

.baslat_orta-sol_klasör-ikon5 {

    width: 30%;
    background-image: url(görseller/start/start_orta_panel/msn.webp);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;

    box-sizing: border-box;
}

.baslat_orta-sol_klasör-ikon6 {

    width: 30%;
    background-image: url(görseller/start/start_orta_panel/MSN\ Explorer.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;

    box-sizing: border-box;
}

.baslat_orta-sol_klasör-ikon7 {

    width: 30%;
    background-image: url(görseller/start/start_orta_panel/note.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;

    box-sizing: border-box;
}

.baslat_orta-sol_klasör-ikon8 {

    width: 30%;
    background-image: url(görseller/iconlar/129.ico);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;

    box-sizing: border-box;
}

.baslat_orta-sol_klasör-ikon9 {

    width: 30%;
    background-image: url();
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;

    box-sizing: border-box;
}

.baslat_orta-sol_klasör-yazı {

    color: black;
    width: 70%;
    text-align: center;
    /* Yatayda ortalama */
    display: flex;
    /* Flexbox ile düzenleme */
    justify-content: center;
    /* Yatayda ortalama */
    align-items: center;
    /* Dikeyde ortalama */
    font-weight: bold;

}

.baslat_orta-sol_klasör:hover {
    background-color: #276fc7;

}

.baslat_alt {
    display: flex;
}

.baslat_alt_bir {
    width: 40%;
    background-color: #0E63CE;
}

.baslat_alt_iki {
    width: 30%;
    background-color: blueviolet;
}

.baslat_alt_üc {
    width: 30%;
    background-color: yellow;
}

.baslat_alt_iki {
    display: flex;
}

.baslat_alt_iki_logo {

    width: 40%;
    background-image: url(görseller/start/star-_alt_panel/bekle.png);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;

    box-sizing: border-box;
    background-color: #0E63CE;
}

.baslat_alt_iki_yazi {
    color: white;
    width: 60%;
    text-align: center;
    /* Yatayda ortalama */
    display: flex;
    /* Flexbox ile düzenleme */
    justify-content: left;
    /* Yatayda ortalama */
    align-items: center;
    /* Dikeyde ortalama */
    font-weight: bold;
    background-color: #0E63CE;
}

.baslat_alt_üc {
    display: flex;
}

.baslat_alt_üc_logo {

    width: 40%;
    background-image: url(görseller/start/star-_alt_panel/kapat.png);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;


    box-sizing: border-box;
    background-color: #0E63CE;
}

.baslat_alt_üc_yazi {
    color: white;
    width: 60%;
    text-align: center;
    /* Yatayda ortalama */
    display: flex;
    /* Flexbox ile düzenleme */
    justify-content: left;
    /* Yatayda ortalama */
    align-items: center;
    /* Dikeyde ortalama */
    font-weight: bold;
    background-color: #0E63CE;
}

#yeniEkran {
    position: absolute;
    left: 150%;
    width: 500px;
    height: 500px;
    background-color: red;

}

.yeniButon {
    background-color: red;
    width: 500px;
}

.yeni-buton {
    background-color: #007bff;
    /* Buton arka plan rengi */
    color: white;
    /* Yazı rengi */
    padding: 10px 20px;
    /* İçerik boşluğu */
    border: none;
    /* Kenar çizgisi kaldırma */
    border-radius: 5px;
    /* Kenarları yuvarlama */
    cursor: pointer;
    /* İşaretçi görünümü */
    position: absolute;
    bottom: 0px;
    height: 39px;
    width: 2%;
    left: 10%;
    background-image: url(görseller/start/start_orta_panel/mediapl.ico);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;

    box-sizing: border-box;
    background-color: #0E63CE;
    background-size: 76%;


}

/* Butona tıklandığında (hover) stili */
.yeni-buton:hover {
    background-color: #0056b3;
    /* Daha koyu bir mavi */
}

/* Div'in stili */
.yeni-div {
    margin-top: 40px;
    padding: 10px;
   
    border-radius: 5px;
    height: 414px;
    width: 50%;
    left: 25%;
    position: absolute;
}

.yeni-div2 {
    margin-top: 40px;
    padding: 10px;
   
    border-radius: 5px;
    height: 414px;
    width: 50%;
    left: 25%;
    position: absolute;
}

.yeni-div6 {
    margin-top: 40px;
    border-radius: 5px;
    height: 413px;
    width: 86%;
    left: 6%;
    position: absolute;
    background-color: red;
}


.yeni-buton1 {
    background-color: #007bff;
    /* Buton arka plan rengi */
    color: white;
    /* Yazı rengi */
    padding: 10px 20px;
    /* İçerik boşluğu */
    border: none;
    /* Kenar çizgisi kaldırma */
    border-radius: 5px;
    /* Kenarları yuvarlama */
    cursor: pointer;
    /* İşaretçi görünümü */
    position: absolute;
    bottom: 0px;
    height: 39px;
    width: 2%;
    left: 13%;
    background-image: url(görseller/start/start_orta_panel/Outlook_Express_XP_Icon.webp);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;

    box-sizing: border-box;
    background-color: #0E63CE;
    background-size: 76%;


}

/* Butona tıklandığında (hover) stili */
.yeni-buton1:hover {
    background-color: #0056b3;
    /* Daha koyu bir mavi */
}

.yeni-buton4 {
    background-color: #007bff;
    /* Buton arka plan rengi */
    color: white;
    /* Yazı rengi */
    padding: 10px 20px;
    /* İçerik boşluğu */
    border: none;
    /* Kenar çizgisi kaldırma */
    border-radius: 5px;
    /* Kenarları yuvarlama */
    cursor: pointer;
    /* İşaretçi görünümü */
    position: absolute;
    bottom: 0px;
    height: 39px;
    width: 2%;
    left: 19%;
    background-image: url(görseller/start/start_orta_panel/internet-explorer-9-logo.avif);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;

    box-sizing: border-box;
    background-color: #0E63CE;
    background-size: 76%;


}

/* Butona tıklandığında (hover) stili */
.yeni-buton4:hover {
    background-color: #0056b3;
    /* Daha koyu bir mavi */
}


.container154 {
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mail-form154 {
    display: flex;
    flex-direction: column;
}

.form-header154 h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.form-body154 {
    display: flex;
    flex-direction: column;
}

label {
    font-size: 14px;
    margin: 8px 0 4px;
    color: #333;
}

input, textarea {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
}

input[type="file"] {
    padding: 3px;
}

textarea {
    resize: none;
}

.attachments154 {
    display: flex;
    flex-direction: column;
}

.form-footer154 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}



.send-btn154 {
    background-color: #0078d4;
    color: white;
}

.send-btn154:hover {
    background-color: #337bad;
}

.discard-btn154 {
    background-color: #D3E5FB;
    color: #333;
}

.discard-btn154:hover {
    background-color: #cccccc;
}






.baslat_orta-sag {
    background-color: white;
    width: 50%;
    
}

.baslat_orta-sag > div {
    height: 46px;
    width: 100%;
    line-height: normal;
    background-color: #D3E5FB;
    
}

.baslat_orta-sag_klasör {
    display: flex;
    text-align: left;
}

.baslat_orta-sag_klasör > div {
    display: flex;
}

.baslat_orta-sag_klasör-ikon1 {
    width: 30%;
    background-image: url(görseller/start/start_orta_panel/orta_panel-sag/19.ico);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-sizing: border-box;
}

.baslat_orta-sag_klasör-ikon2 {
    width: 30%;
    background-image: url(görseller/start/start_orta_panel/orta_panel-sag/157.ico);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-sizing: border-box;
}

.baslat_orta-sag_klasör-ikon3 {
    width: 30%;
    background-image: url(görseller/start/start_orta_panel/orta_panel-sag/190.ico);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-sizing: border-box;
}

.baslat_orta-sag_klasör-ikon4 {
    width: 30%;
    background-image: url(görseller/start/start_orta_panel/orta_panel-sag/211.ico);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-sizing: border-box;
}

.baslat_orta-sag_klasör-ikon5 {
    width: 30%;
    background-image: url(görseller/start/start_orta_panel/orta_panel-sag/19.ico);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-sizing: border-box;
}

.baslat_orta-sag_klasör-ikon6 {
    width: 30%;
    background-image: url(görseller/start/start_orta_panel/orta_panel-sag/19.ico);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-sizing: border-box;
}

.baslat_orta-sag_klasör-ikon7 {
    width: 30%;
    background-image: url(görseller/start/start_orta_panel/orta_panel-sag/19.ico);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-sizing: border-box;
}

.baslat_orta-sag_klasör-ikon8 {
    width: 30%;
    background-image: url(görseller/start/start_orta_panel/orta_panel-sag/19.ico);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-sizing: border-box;
}

.baslat_orta-sag_klasör-ikon9 {
    width: 30%;
    background-image: url();
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-sizing: border-box;
    
}

.baslat_orta-sag_klasör-yazı {
    color: black;
    width: 70%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #012f68;
    font-size: 14x;
}

.baslat_orta-sag_klasör:hover {
    background-color: #276fc7;
}


.yeni-buton2 {
    background-color: #007bff;
    /* Buton arka plan rengi */
    color: white;
    /* Yazı rengi */
    padding: 10px 20px;
    /* İçerik boşluğu */
    border: none;
    /* Kenar çizgisi kaldırma */
    border-radius: 5px;
    /* Kenarları yuvarlama */
    cursor: pointer;
    /* İşaretçi görünümü */
    position: absolute;
    bottom: 0px;
    height: 39px;
    width: 2%;
    left: 16%;
    background-image: url(görseller/start/start_orta_panel/orta_panel-sag/19.ico);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;

    box-sizing: border-box;
    background-color: #0E63CE;
    background-size: 76%;


}

/* Butona tıklandığında (hover) stili */
.yeni-buton2:hover {
    background-color: #0056b3;
    /* Daha koyu bir mavi */
}


.window875 {
    width: 900px;
    margin: 0px auto;
    border: 2px solid #b3cde3;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    left: 29%;
    position: fixed;
    font-weight: bold;
    
  }
  
  .title-bar875 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #004080;
    color: #ffffff;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .title-bar875 .title875 {
    font-size: 14px;
    font-weight: bold;
  }
  
  .title-bar875 .buttons875 {
    display: flex;
    gap: 5px;
  }
  
  .title-bar875 .button875 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .title-bar875 .button875.minimize875 {
    background-color: #f2c94c;
  }
  
  .title-bar875 .button875.maximize875 {
    background-color: #6fcf97;
  }
  
  .title-bar875 .button875.close875 {
    background-color: #eb5757;
  }
  
  .container875 {
    display: flex;
    height: 100%;
  }
  
  .sidebar875 {
    width: 250px;
    background-color: #eaf3ff;
    padding: 10px;
    border-right: 2px solid #b3cde3;

  }
  
  .section875 {
    margin-bottom: 20px;
    border: 1px solid #aacce3;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
  }
  
  .section875 h3 {
    font-size: 14px;
    color: #0066cc;
    margin-bottom: 10px;
  }
  
  .section875 ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .section875 ul li {
    font-size: 12px;
    margin: 5px 0;
    color: #333333;
  }
  
  .section875 p {
    font-size: 12px;
    color: #333333;
  }
  
  .main-content875 {
    flex: 1;
    padding: 20px;
 
  }
  
  .main-content875 h1 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
  }
  
  .section875 h2 {
    font-size: 16px;
    color: #0066cc;
    margin-bottom: 10px;
  }
  
  .icons875 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .icon875 {
    text-align: center;
    width: 120px;
  }
  
  .icon875 img {
    width: 48px;
    height: 48px;
  }
  
  .icon875 p {
    font-size: 12px;
    margin-top: 5px;
  }
  

  .window9984 {
    width: 800px;
    border: 2px solid #000;
    background-color: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    position: relative;
  }
  
  .title-bar9984 {
    background-color: #0054a6;
    color: white;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
  }
  
  .content9984 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  
  .content9984 img {
    max-width: 100%;
    height: 518px;
    border: 1px solid #ccc;
  }
  
  .toolbar9984 {
    background-color: #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    height: 40px;
    border-top: 1px solid #aaa;
  }
  
  .toolbar-icons9984 button,
  .toolbar-right9984 button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin: 0 5px;
  }
  
  .toolbar-icons9984 button:hover,
  .toolbar-right9984 button:hover {
    background-color: #d0d0d0;
    border-radius: 4px;
  }
  


  .window-buttons9984{
    padding: 10px 10px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;

  }

  .minimize9984{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #f2c94c;

  }

  .maximize9984{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #6fcf97;


  }

  .close9984{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #eb5757
    ;

  }

  .mail-adress{
    position: relative;
    color: white;
    bottom: 50px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Adds shadow for depth */
    letter-spacing: 1px; /* Adds spacing between letters */
    
    padding: 0x; /* Adds padding to make text stand out */
    border-radius: 0px; /* Rounds the corners */
    transition: all 0.3s ease; /* Smooth transition for hover effect */

  }

  .mail-adress:hover {
    color: #ffeb3b; /* Changes text color on hover */
    transform: scale(1.1); /* Slight zoom effect */
    
    
  }

  .title-bar-e985 {
    background-color: #003399;
    color: white;
    height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    font-size: 12px;
}

.window-controls-e985 {
    display: flex;
    gap: 5px;
}

.control-e985 {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 12px;
}

/* ARAÇ ÇUBUĞU */
.toolbar-e985 {
    background-color: #dfe8f6;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.toolbar-btn-e985 {
    background: none;
    border: none;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}

.search-bar-e985 {
    flex: 1;
    border: 1px solid #ccc;
    padding: 2px 5px;
    margin: 0 10px;
    opacity: 0%;
}

.toolbar-links-e985 span {
    margin-left: 15px;
    font-size: 12px;
    color: #00008b;
}

/* ADRES ÇUBUĞU */
.address-bar-e985 {
    background-color: #ffffff;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #cccccc;
    margin: 10px;
}

.address-bar-e985 input {
    flex: 1;
    border: 1px solid #cccccc;
    height: 20px;
    margin-left: 5px;
    padding: 2px;
    position: relative;
    top: 25%;
}

.go-button-e985 {
    background-color: #e1e1e1;
    border: 1px solid #cccccc;
    padding: 3px 10px;
    margin-left: 5px;
    cursor: pointer;
}

/* İÇERİK */


/* DURUM ÇUBUĞU */
.status-bar-e985 {
    background-color: #eaeaea;
    height: 20px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-top: 1px solid #cccccc;
    font-size: 12px;
    color: #555;
}

.content-e985 {
    height: calc(89vh - 108px);
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe {
    border: none;
}

@media (max-width: 768px) {
    body {
      font-size: 14px;
    }
  
    .container {
      padding: 10px;
      flex-direction: column; /* Mobilde dikey düzen */
    }
  
    img {
      max-width: 100%;
      height: auto; /* Görselleri küçült */
    }
    .sol_panel {
        background-color: #255FDA;
        width: inherit;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-image: url(görseller/alt_panel/filea316.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .alt_panel {
        height: 100%;
        width: 50px;
        background-color: #255FDA;
        position: absolute;
        height: 40px;
        width: 100%;
        bottom: 0%;
        display: flex
    ;
        border-top: 0.4px solid #00000045;
    }

    .sag_panel {
        background-color: #0A8CE4;
        width: 94%;
        display: flex
    ;
        border-left: 2px solid black;
    }
    .sol_panel_baslat {
        width: 93%;
        height: 700px;
        position: fixed;
        bottom: -700px;
        color: white;
        text-align: center;
        line-height: 700px;
        opacity: 0;
    }
    .baslat_üst-sol {
        width: 27%;
        text-align: center;
        line-height: 25px;
        background-image: url(görseller/start/start_üst_panel/p.JPG);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 5px;
        border: 1px solid white;
        box-sizing: border-box;
    }

    .window875 {
        width: 99%;
        margin: 0px auto;
        border: 2px solid #b3cde3;
        border-radius: 5px;
        background-color: #ffffff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        left: 0%;
        position: fixed;
        font-weight: bold;
    }
    .yeni-buton4 {
        background-color: #007bff;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        position: absolute;
        bottom: 0px;
        height: 39px;
        width: 2%;
        left: 36%;
        background-image: url(görseller/start/start_orta_panel/internet-explorer-9-logo.avif);
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 5px;
        box-sizing: border-box;
        background-color: #0E63CE;
        background-size: 76%;
    }
    .yeni-div {
        margin-top: 4px;
        padding: 0px;
        border-radius: 5px;
        height: 356px;
        width: 91%;
        left: 3%;
        position: absolute;
    }
    .yeni-buton1 {
        background-color: #007bff;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        position: absolute;
        bottom: 0px;
        height: 39px;
        width: 2%;
        left: 36%;
        background-image: url(görseller/start/start_orta_panel/Outlook_Express_XP_Icon.webp);
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 5px;
        box-sizing: border-box;
        background-color: #0E63CE;
        background-size: 76%;
    }
    .yeni-buton {
        background-color: #007bff;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        position: absolute;
        bottom: 0px;
        height: 39px;
        width: 2%;
        left: 36%;
        background-image: url(görseller/start/start_orta_panel/mediapl.ico);
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 5px;
        box-sizing: border-box;
        background-color: #0E63CE;
        background-size: 76%;
    }
    .yeni-buton2 {
        background-color: #007bff;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        position: absolute;
        bottom: 0px;
        height: 39px;
        width: 2%;
        left: 36%;
        background-image: url(görseller/start/start_orta_panel/orta_panel-sag/19.ico);
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 5px;
        box-sizing: border-box;
        background-color: #0E63CE;
        background-size: 76%;
    }
  }