@charset "iso-8859-9";
/* CSS Document */

		@media print {
    body, .container {
        margin: 0;
        padding: 0;
        display: block;
        text-align: center;
    }
    #identityHeader, .result-text, .stats-table {
        margin-top: 0;
        padding-top: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .stats-table th, .stats-table td {
        page-break-inside: avoid; /* Tabloyu bölünmeden tutar */
    }
}
    body { 
        margin: 0; 
        padding: 0; 
        overflow-x: hidden; 
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .text-container { 
        height: 150px; 
        overflow-y: hidden; 
        border: none;
        padding: 15px;
        margin-bottom: 20px;
        resize: horizontal; 
        min-width: 200px; 
        max-width: 100%; 
        width: 100%; 
        margin-left: auto; 
        margin-right: auto; 
        overflow-x: hidden; 
        margin-top: 100px; 
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    .text-container:hover { 
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .text-container span { 
        margin-right: 8px;
        font-size: 16px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.5;
    }

    .right { 
        color: darkgrey;
    }

    .wrong { 
        color: #e74c3c;
    }

    #identityHeader {
        display: none;
    }

    .skip { 
        color: #95a5a6;
    }

    .colored { 
        color: #3498db;
        font-weight: 600;
        transition: color 0.2s ease;
		text-decoration: underline;
    }

    .result-text { 
        font-size: 12px; 
        height: auto; 
        min-height: 150px; 
        overflow-y: auto; 
        border: 1px solid #ccc; 
        padding: 10px; 
        margin-bottom: 20px; 
        display: none; 
        width: 100%; 
        margin-left: auto; 
        margin-right: auto; 
        background-color: white;
        border-radius: 8px;
    }

    .stats-table { 
        display: none; 
        width: 100%; 
        margin-left: auto; 
        margin-right: auto; 
        border-radius: 8px;
        overflow: hidden;
    }

    .stats-table th, .stats-table td { 
        padding: 4px; 
        line-height: 1.5; 
        font-size: 10px; 
    }

    #toType { 
        min-height: 78px; 
        border: none;
        padding: 12px 15px;
        border-radius: 12px;
        outline: none; 
        white-space: pre-wrap; 
        word-wrap: break-word; 
        resize: horizontal; 
        min-width: 200px; 
        max-width: 100%; 
        width: 100%; 
        margin-left: auto; 
        margin-right: auto; 
        background: #ffffff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        font-size: 16px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.5;
        transition: all 0.3s ease;
    }

    #toType:focus { 
        box-shadow: 0 6px 20px rgba(13, 110, 253, 0.25);
        border: none;
    }

    #toType:empty::before { 
        content: "Buraya yazın..."; 
        color: #bdc3c7;
        font-style: italic;
    }



    #settingsPanel { 
        position: fixed; 
        left: 0; 
        top: 0; 
        width: 18%; 
        height: 100vh; 
        background-color: #f8f9fa; 
        border-right: 1px solid #ccc; 
        padding: 10px; 
        border-radius: 0 5px 5px 0; 
        z-index: 1000; 
        overflow-y: auto; 
        display: flex; 
        flex-direction: column; 
		scrollbar-width: thin; /* Daha ince kaydırma çubuğu */
    scrollbar-color: #1abc9c #e9ecef;
    }

/* Webkit tarayıcılar için kaydırma çubuğu */
#settingsPanel::-webkit-scrollbar { 
    width: 6px; 
}

#settingsPanel::-webkit-scrollbar-track { 
    background: #e9ecef; 
}

#settingsPanel::-webkit-scrollbar-thumb { 
    background-color: #1abc9c; 
    border-radius: 3px; 
}

.centered-message {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            font-size: 1.5rem;
            color: #dc3545;
        }
        .exam-container {
            display: flex;
            height: 100vh;
        }
        .menu-container {
            width: 25%;
            padding: 20px;
            background-color: #f8f9fa;
            overflow-y: auto;
        }
        .content-container {
            width: 75%;
            padding: 20px;
        }

    #settingsPanel .draggable-header { 
        background-color: #e9ecef; 
        padding: 5px; 
        margin-bottom: 10px; 
        text-align: left; 
        font-weight: bold; 
        display: flex; 
        justify-content: space-between; 
        align-items: center; 
        flex-shrink: 0; 
    }

    .close-btn { 
        font-size: 18px; 
        line-height: 1; 
        padding: 0 5px; 
    }

    .settings-item { 
        margin-bottom: 6px; 
    }

    .settings-container { 
        display: flex; 
        flex-wrap: wrap; 
        gap: 6px; 
        justify-content: space-between; 
        flex-grow: 1; 
    }

    .settings-column { 
        flex: 1; 
        min-width: 0; 
        display: flex; 
        flex-direction: column; 
        gap: 6px; 
    }

    .button-group { 
        display: flex; 
        gap: 6px;
    }

    .button-group .btn { 
        flex: 1; 
        min-width: 0; 
        padding: 10px 20px;
        border-radius: 8px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .button-group .btn:hover { 
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .modal-body table tr:first-child td { 
        background-color: #f0f8ff; 
        font-weight: bold; 
    }

    .mistake-input { 
        width: 100%; 
        margin-top: 10px; 
    }

    .container { 
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        min-height: 100vh; 
        padding-right: 10px; 
        overflow-x: hidden; 
        max-width: 80%;
        padding: 20px;
    }

    .row { 
        width: 100%; 
        max-width: 80%; 
        justify-content: center; 
    }

    .menu-select { 
        background-color: #e9ecef; 
        color: #212529; 
        padding: 15px; 
        width: 100%; 
        border: 1px solid #ced4da; 
        border-radius: 4px; 
        overflow-y: auto; 
        scrollbar-width: thin; 
        scrollbar-color: #1abc9c #e9ecef; 
    }

    .menu-select::-webkit-scrollbar { 
        width: 8px; 
    }

    .menu-select::-webkit-scrollbar-track { 
        background: #e9ecef; 
    }

    .menu-select::-webkit-scrollbar-thumb { 
        background-color: #1abc9c; 
        border-radius: 4px; 
    }

    .menu-select option { 
        background-color: #f8f9fa; 
        color: #343a40; 
        padding: 5px; 
        transition: background-color 0.3s, color 0.3s; 
    }

    .menu-select option:hover { 
        background-color: #1abc9c; 
        color: #ffffff; 
    }

    .menu-select option:checked { 
        background-color: #17a2b8; 
        color: #ffffff; 
    }

    #identityHeader div {
        font-size: 12px;
        line-height: 1.5;
    }

    .color-picker {
        margin-top: 20px;
    }

    .color-boxes {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .color-box {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid #ccc;
        transition: transform 0.2s ease;
    }

    .color-box:hover {
        transform: scale(1.1);
    }

    @media (max-width: 768px) {
        .text-container, #toType {
            margin-top: 50px;
            height: 120px;
        }
        .button-group {
            flex-direction: column;
        }
    }

/* Butonlar için container */
.button-container {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: row; /* Soldan sağa sıralama */
    justify-content: flex-end; /* Sağdan hizalama */
    gap: 10px; /* Butonlar arası sabit boşluk */
    z-index: 1001;
}

/* Bireysel buton stilleri */
#homeButton, #speakerButton1, #settingsButton, #identityButton {
    padding: 6px 12px; /* Sabit padding */
    border-radius: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-width: 40px; /* Sabit minimum genişlik (emoji butonlar için) */
    text-align: center; /* İçerik ortalı */
}

/* identityButton için özel ayar */
#identityButton {
    min-width: unset; /* Kimlik butonu genişliği içeriğe göre değişebilir */
    white-space: nowrap; /* Metin tek satırda kalsın, kırılmasın */
}

/* Hover efektleri */
#homeButton:hover, #speakerButton:hover, #settingsButton:hover, #identityButton:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* InfoModal için genişlik ayarı */
#infoModal1 .modal-dialog {
    max-width: 800px; /* Modal genişliğini 700px'e çıkardık */
}
