* {
    margin: 0;
    overflow: hidden;
    font-family: 'Product Sans', sans-serif;
    user-select: none;
}
body {
    background-color: #131314;
}

b {
    font-weight: 600;
}

/*  -------------------------------------------------  */
.navbar {
    position: fixed;
    height: 48px;
    width: 100%;
    right: 0;
    top: 0;
    left: 284px;
    padding: 6px 16px 6px 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo-wexai {
    color: #fff;
    font-size: 1.2em !important;
    position: fixed !important;
    top: 25px !important;
    left: 70px;
}

.profil {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin-top: 15px;
    cursor: pointer;
    position: fixed;
    right: 20px;
}

.profil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/*  -------------------------------------------------  */
.sidenav {
    position: relative;
    left: 0;
    height: 100%;
    width: 284px;
    background-color: #202020;
    color: #fff;
    transition: left 0.5s;
    z-index: 0;
    transition: transform 0.5s ease;
}

.sidenav-open {
    .wexbody {
        opacity: 0.56;
    }
}

.sidenav-closed {
    transform: translateX(-100%);
}

.sidenav-closed .sidekapali .wexbody {
    margin-left: -284px !important;
}

.sohbet-content {
    color: #fff;
    position: relative;
    right: 10px;
    bottom: 8px;
    font-size: 0.5em;
}

.son-sohbetler {
    position: fixed;
    left: 0;
    top: 158px;
    width: 284px;
    height: 598px;
    color: #e3e3e3;
    padding: 10px;
    box-sizing: border-box;
}

.sidenav-secenekler {
    position: fixed;
    left: 0;
    bottom: 76px;
    width: 284px;
    height: 124px;
    color: #e3e3e3;
    padding: 10px;
    box-sizing: border-box;
    padding: 8px;
}

.sidenav-secenekler {
    display: flex;
    flex-direction: column;
    width: 284px;
    border-radius: 5px;
}

.sidenav-butonu {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.sidenav-butonu:hover {
    background-color: #393b3d;
    border-radius: 30px;
}

.sidenav-ikonu {
    font-size: 1.5em;
    margin-right: 10px;
}

.sidenav-yazisi {
    font-size: 1em;
    color: #e3e3e3;
    font-family: 'Product Sans', sans-serif;
}

.lokasyon {
    position: fixed;
    background-color: transparent;
    left: 0;
    bottom: 0;
    height: 74px;
    width: 284px;
}

#lokasyon {
    margin-left: 7px !important;
    width: 65%;
}

#lokasyon:hover {
    background-color: transparent !important;
}

.son-sohbetler h6 {
    padding-left: 17px;
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.25rem;
    font-family: 'Product Sans', sans-serif;
}

.sonsohbet {
    margin: 0;
}

.messages {
    position: fixed;
    font-size: 0.9em !important;
    top: 199px;
    left: 17px;
    width: 250px !important;
    border-radius: 50px !important;
    background-color: #004a77 !important;
    box-sizing: border-box;
    color: #9fbecd;
}

.messages .material-symbols-outlined {
    position: absolute;
    top: 10px;
    right: 10px;
}

.son-message {
    color: #9fbecd;
}

/*  -------------------------------------------------  */
.wexbody {
    position: fixed;
    top: 60px;
    bottom: 0;
    width: calc(100% - 284px);
    max-width: calc(100% - 284px);
    left: 284px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    box-sizing: border-box;
    z-index: 5;
}

.chatcontain {
    position: fixed;
    top: 60px;
    bottom: 0;
    width: calc(100% - 284px);
    max-width: calc(100% - 284px);
    left: 284px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15% 10px 15%;
    box-sizing: border-box;
    z-index: 0;
    height: 768px;
    margin-bottom: 50px;
}

.yazcontain {
    position: fixed;
    bottom: 0;
    width: calc(100% - 284px);
    max-width: calc(100% - 284px);
    left: 284px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    box-sizing: border-box;
    background: none;
    z-index: 0;
    height: 120px;
}

.inputcevre {
    position: fixed;
    font-size: 1.6em;
    bottom: 60px;
    height: 50px;
    border-radius: 32px;
    background-color: #444746 !important;
    z-index: 3;
    box-shadow: inset 0 0 0 1px transparent;
    display: flex;
    align-items: center;
    left: calc(50% + 142px);
    transform: translateX(-50%);
}

.inputcevre:focus {
    background-color: #444746 !important;
}

.inputcevre input[type="text"] {
    height: 50px;
    width: 550px;
    padding: 16px 0;
    margin: 16px 0px;
    margin-left: 25px;
    background-color: #444746;
    border: none;
    outline: none;
    caret-color: #fff;
    font-size: 0.9rem;
    color: #fff;
}

.inputcevre input[type="text"]::placeholder {
    color: #c4c7c5;
}

.inputcevre input[type="text"]:focus {
    color: #c4c7c5;
    background-color: #444746;
}

#mesaj {
    pointer-events: auto;
    z-index: 1;
}

.hosgeldin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 55px;
    bottom: 0;
    height: 385px;
    width: calc(100% - 284px);
    max-width: calc(100% - 284px);
    left: 284px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    z-index: 999;
}

.wexrainbow {
    position: relative;
    display: inline-block;
    color: transparent;
    background: -webkit-linear-gradient(16deg, #4285f4 0, #9b72cb 9%, #d96570 20%, #d96570 24%, #9b72cb 35%, #4285f4 44%, #9b72cb 50%, #d96570 56%, #131314 75%, #131314 100%);
    background: linear-gradient(74deg, #4285f4 0, #9b72cb 9%, #d96570 20%, #d96570 24%, #9b72cb 35%, #4285f4 44%, #9b72cb 50%, #d96570 56%, #131314 75%, #131314 100%);
    background-size: 400% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow 1.8s linear 1;
}

@keyframes rainbow {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.sagakaydır {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 4rem;
    font-family: Google Sans, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    font-weight: 500;
    letter-spacing: -.03em;
    margin-top: 7px;
}

.wexsorusor {
    color: #444746;
    font-size: 2rem;
    font-weight: 400;
    line-height: 4rem;
    font-family: Google Sans, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    font-weight: 500;
    letter-spacing: -.03em;
    margin-top: 18px;
}

.prompt-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
    cursor: pointer;
}

.prompt-kutu {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 10rem;
    width: 10rem;
    border-radius: 12px;
    background-color: #444746;
    color: #e3e3e3;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}

.prompt-kutu:hover {
    background-color: #333537;
}

.prompt-kutu h5 {
    margin-top: 25px;
    margin-left: 25px;
}

.gizlilikvehaklar {
    position: fixed;
    bottom: 0;
    height: 43px;
    padding: 15px 30px 5px 0px;
    color: #c4c7c5;
    text-align: center;
    width: calc(100% - 284px);
    max-width: calc(100% - 284px);
    left: 284px;
    margin-left: auto;
    margin-right: auto;
}

.gizlilikvehaklar p {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    font-family: "Google Sans", "Helvetica Neue", sans-serif;
    letter-spacing: .1px;
}

/*  -------------------------------------------------  */
.add-resim {
    font-size: 24px !important;
}

.add-resim:hover {
    background-color: #2f3030;
}

.add-resim:focus {
    background-color: #004a77 !important;
}

.material-symbols-outlined {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    color: white;
    border: none;
    text-align: center;
    line-height: 40px;
    font-size: 1.3em;
    cursor: pointer;
    transition: 0.3s ease;
}

.material-symbols-outlined.menu {
    position: fixed;
    top: 17px;
    left: 13.5px;
}

.material-symbols-outlined.ekle {
    position: fixed;
    font-size: 1.6em;
    top: 104px;
    left: 17px;
    width: 140px;
    border-radius: 19px;
    background-color: #282a2c;
}

.menu:hover {
    background-color: #2f3030;
}

.ekle:hover {
    background-color: #393b3d;
}

.mikrofon:hover {
    background-color: #393b3d;
}

.gonder:hover {
    background-color: #393b3d;
}

.mikrofon,
.gonder {
    font-size: 24px;
    margin-right: 3px;
}

/*  --------------- responsive ----------------  */

/* min-151 | max-300 */

@media (min-width: 151px) and (max-width: 300px) {
    .hosgeldin {
        margin-left: -284px !important;
        height: 650px !important;
    }

    .wexmidedibiri {
        height: 650px;
    }

    .wexrainbow {
        white-space: nowrap;
    }

    .sagakaydır {
        font-size: 1.5rem;
    }

    .wexsorusor {
        font-size: 1.5rem;
    }

    .navbar {
        left: 0 !important;
    }

    .prompt-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: auto;
        overflow-y: auto;
        margin-top: 40px;
    }

    .prompt-kutu {
        width: calc(100% - 20px);
        margin: 5px 0;
        height: 4rem;
    }

    .inputcevre {
        width: 90%;
        max-width: 400px;
        font-size: 1.6em;
        bottom: 60px;
        left: 50% !important;
        margin-right: auto;
    }

    .inputcevre input[type="text"] {
        width: 70%;
        font-size: 0.6em;
    }

    .yazcontain {
        background: linear-gradient(to bottom, rgba(19, 19, 19, 0), rgba(19, 19, 19, 1));
    }

    .chat-box {
        height: calc(100vh - 60px) !important;
        margin: 10px 0 135px;
    }

    .message.bot {
        margin-bottom: 140px !important;
    }

}

/* min-300 | max-560 */

@media (min-width: 300px) and (max-width: 560px) {
    .hosgeldin {
        margin-left: -284px !important;
        height: 650px !important;
    }

    .wexmidedibiri {
        height: 650px;
    }

    .wexrainbow {
        display: flex;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
    }

    .sagakaydır {
        font-size: 50px;
        margin-top: 150px;
    }

    .wexsorusor {
        font-size: 19px;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .navbar {
        left: 0 !important;
    }

    .prompt-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: flex-start;
        height: auto;
        overflow-y: auto;
        margin-top: 70px;
    }

    .prompt-kutu {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: calc(50% - 10px);
        margin: 5px 0;
        height: 2.9rem;
        background-color: transparent;
        border: 1px solid #ffffff1a;
        border-radius: 50px;
    }

    .prompt-kutu h5 {
        margin: 0;
    }

    .prompt-kutu>h5 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .inputcevre {
        width: 90%;
        max-width: 500px;
        font-size: 1.6em;
        bottom: 60px;
        left: 50% !important;
        margin-right: auto;
    }

    .inputcevre input[type="text"] {
        width: 70%;
        font-size: 0.6em;
    }

    .message.user {
        margin-right: 10px;
    }

    .yazcontain {
        background: linear-gradient(to bottom, rgba(19, 19, 19, 0), rgba(19, 19, 19, 1));
    }

    .chat-box {
        height: calc(100vh - 60px) !important;
        margin: 10px 0 135px;
    }

    .message.bot {
        margin-bottom: 140px !important;
    }

}

/* min-560 | max-768 */

@media (min-width: 560px) and (max-width: 768px) {
    .hosgeldin {
        margin-left: -284px !important;
    }

    .navbar {
        left: 0 !important;
    }

    .prompt-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        justify-items: center;
        margin-top: 40px;
        margin-left: 10px;
        width: 100%;
    }

    .prompt-kutu {
        width: 250px;
        height: 4rem;
    }

    .inputcevre {
        width: 90%;
        max-width: 510px;
        font-size: 1.6em;
        bottom: 60px;
        left: 50% !important;
        margin-right: auto;
    }

    .inputcevre input[type="text"] {
        width: 70%;
        font-size: 0.6em;
    }

    .sagakaydır {
        text-align: center;
    }

    .yazcontain {
        background: linear-gradient(to bottom, rgba(19, 19, 19, 0), rgba(19, 19, 19, 1));
    }

    .chat-box {
        height: calc(100vh - 60px) !important;
        margin: 10px 0 135px;
    }

    .message.bot {
        margin-bottom: 140px !important;
    }
}

/* min-768 | max-960 */

@media (min-width: 768px) and (max-width: 960px) {
    .hosgeldin {
        margin-left: -284px !important;
        height: 60%;
    }

    .navbar {
        left: 0 !important;
    }

    .prompt-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        justify-items: center;
        margin-top: 40px;
        margin-left: 10px;
        width: 100%;
    }

    .prompt-kutu {
        width: 250px;
        height: 10rem;
    }

    .inputcevre {
        width: 90%;
        max-width: 510px;
        font-size: 1.6em;
        bottom: 60px;
        left: 50% !important;
        margin-right: auto;
    }

    .inputcevre input[type="text"] {
        width: 70%;
        font-size: 0.6em;
    }

    .sagakaydır {
        text-align: center;
    }

    .yazcontain {
        background: linear-gradient(to bottom, rgba(19, 19, 19, 0), rgba(19, 19, 19, 1));
    }

    .chat-box {
        height: calc(100vh - 60px) !important;
        margin: 10px 0 135px;
    }

    .message.bot {
        margin-bottom: 140px !important;
    }
}

/* min-860 | max-960 */

@media (min-width: 860px) and (max-width: 960px) {
    .inputcevre input[type="text"] {
        width: 460px;
    }

    .hosgeldin {
        margin-left: -284px !important;
    }

    .navbar {
        left: 0 !important;
    }
}

@media (max-width: 960px) {
    .sidenav {
        transform: translateX(-100%);
        z-index: 998;
    }

    .navbar,
    .wexbody {
        margin-left: 0;
        width: 100%;
    }

    .navbar {
        z-index: 9999;
    }

    #menuButton {
        position: fixed;
        left: 10px;
        z-index: 9999;
    }

    .sidenav-open {
        transform: translateX(0);
        z-index: 9998;
        height: 100vh;
    }
}

.wexbody.sidenav-open::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 960px) {

    #menuButton {
        position: fixed;
        left: 20px;
        z-index: 9999;
    }

    .wexbody,
    .chatcontain,
    .yazcontain,
    .hosgeldin,
    .gizlilikvehaklar {
        margin-left: -284px !important;
        width: 100%;
        max-width: 100%;
        z-index: 1;
    }
}

/** max-524 **/

@media (max-width: 524px) {
    #chat-box {
        max-width: 395px;
        height: 580px;
    }
}

/* min-960 | max-1152 */

@media (min-width: 960px) and (max-width: 1152px) {
    .inputcevre input[type="text"] {
        width: 560px;
    }

    .hosgeldin {
        right: 0 !important;
        height: 65%;
    }

    .navbar {
        left: 0 !important;
    }

    .prompt-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        margin-top: 20px;
        margin-left: 10px;
        width: calc(100% - 20px);
        justify-content: flex-start;
    }

    .prompt-kutu {
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        height: 10rem;
        width: 10rem;
        border-radius: 12px;
        background-color: #444746;
        color: #e3e3e3;
        overflow: hidden;
        transition: background-color 0.3s ease;
    }

    .prompt-kutu:last-child {
        margin-right: 0;
    }

}

@media (min-width: 1152px) {
    .chat-box {
        height: calc(100vh - 60px) !important;
        margin: 10px 0 135px;
    }

    .message.bot {
        margin-bottom: 140px !important;
    }

    .yazcontain {
        background: linear-gradient(to bottom, rgba(19, 19, 19, 0), rgba(19, 19, 19, 1));
    }
}

/*  ---------- responsive bitiş ---------------  */

.gonder-visible {
    display: inline-block !important;
    margin-right: 5px !important;
    transition: margin-left 0.5s ease;
}

.gonder-hidden {
    display: none !important;
    transition: margin-left 0.5s ease;
}

.chatcontain {
    width: 100%;
    height: 70vh;
    overflow-y: scroll;
    border: 1px solid #ccc;
    color: #fff;
}

.kullanici-container,
.response-container {
    padding: 10px;
}

.kullanici-container,
.response-container {
    padding: 10px;
}

#mesaj {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
}

.bot {
    color: #fff;
}

.user {
    color: #fff;
}

.chat-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 8px;
    background-color: #131314;
    height: calc(100vh - 200px);
    max-height: 600px;
    overflow-y: auto;
    border-radius: 10px;
    transition: scrollbar-color 0.3s ease;
}

.chat-box::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    transition: width 0.3s ease;
}

.chat-box::-webkit-scrollbar-thumb {
    background-color: #444746;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.chat-box::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.chat-box {
    scrollbar-width: thin;
    scrollbar-color: #444746 transparent;
    border-radius: 10px;
}

.chat-box:hover::-webkit-scrollbar {
    width: 14px;
}

.chat-box:hover::-webkit-scrollbar-thumb {
    background-color: #666;
}

.message {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px 0;
    max-width: 75%;
    word-wrap: break-word;
    border-radius: 20px;
    font-size: 14px;
}

.message {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.5s forwards;
}

.message.visible {
    opacity: 1;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message.user {
    background-color: #444746;
    color: white;
    align-self: flex-end;
    border-top-right-radius: 0;
    text-align: right;
    float: right;
    clear: both;
}

.message.bot {
    background-color: #393b3d;
    color: #fff;
    border-top-left-radius: 0;
    float: left;
    clear: both;
}

.markdown-response {
    margin: 0 !important;
}

.markdown-response h1,
.markdown-response h2,
.markdown-response h3 {
    margin: 0.5em 0;
    font-weight: bold;
}

.markdown-response p {
    margin: 1em 0;
}

.markdown-response pre {
    background-color: #000;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: auto;
    white-space: pre;
}

.markdown-response code {
    padding: 2px 4px;
    border-radius: 4px;
    font-family: monospace;
}

.markdown-response table {
    width: 100%;
    border-collapse: collapse;
}

.markdown-response li {
    margin: 25px 0;
}

.markdown-response table th,
.markdown-response table td {
    border: 1px solid #dee2e6;
    padding: 8px;
    text-align: left;
}
.modal-wexai {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 19, 20, 0.8);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
    z-index: 12400;
}

.modal {
    background-color: #1A1A1B;
    border-radius: 12px;
    padding: 30px;
    width: 500px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    color: #E4E4E4;
}

.modal-baslik {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #3C3D3D;
    padding-bottom: 15px;
}

.modal-baslik h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #E4E4E4;
}

.kapat-btn {
    background: none;
    border: none;
    font-size: 26px;
    color: #E4E4E4;
    cursor: pointer;
    transition: color 0.3s ease;
}

.kapat-btn:hover {
    color: #000;
}

.modal-body {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #D1D1D1;
}

.genel-ayar-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.ayar {
    flex: 1;
}

.ayar {
    margin-bottom: 15px;
}

label {
    font-size: 16px;
    font-weight: 500;
    color: #D1D1D1;
    margin-right: 10px;
}

select,
.checkbox-dis input[type="checkbox"] {
    margin-top: 5px;
    border: 1px solid #444;
    background-color: #2C2C2C;
    color: #E4E4E4;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

select:focus,
.checkbox-dis input[type="checkbox"]:focus {
    outline: none;
    background-color: #444;
}

.checkbox-dis {
    display: flex;
    align-items: center;
}

.checkbox-dis input[type="checkbox"] {
    accent-color: #E4E4E4;
}

.kaydet-btn {
    background-color: #000;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    width: 100%;
    text-align: center;
}

.kaydet-btn:hover {
    background-color: #444;
}

.kaydet-btn:focus {
    outline: none;
}

.wexbody.hidden {
    display: none !important;
}

#yardim-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 19, 20, 0.8);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
    z-index: 12400;
}

#yardim-modal .modal {
    background-color: #1A1A1B;
    border-radius: 12px;
    padding: 30px;
    width: 500px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    color: #E4E4E4;
}

#yardim-modal .modal-baslik {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #3C3D3D;
    padding-bottom: 15px;
}

#yardim-modal .modal-baslik h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #E4E4E4;
}

#yardim-modal .kapat-btn {
    background: none;
    border: none;
    font-size: 26px;
    color: #E4E4E4;
    cursor: pointer;
    transition: color 0.3s ease;
}

#yardim-modal .kapat-btn:hover {
    color: #000;
}

#yardim-modal .modal-body {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #D1D1D1;
}

.sosyal-medya {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}

.sosyal-medya a {
    display: inline-block;
}

.sosyalmedya-ikon {
    width: 40px;
    height: 40px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sosyalmedya-ikon:hover {
    transform: scale(1.1);
}

.sosyal-medya a:hover .sosyalmedya-ikon {
    opacity: 0.8;
}

.sidenav-open .wexbody,
.sidenav-open .navbar {
    opacity: 0.6;
    backdrop-filter: blur(5px);
}
/* Typing Indicator Animation */
.typing-indicator {
    display: inline-block;
    padding: 10px 15px;
}

.typing-dots {
    display: flex;
    align-items: center;
    gap: 4px;
}

.typing-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #9aa0a6;
    display: inline-block;
    animation: typing 1.4s infinite;
}

.typing-dots span:nth-child(1) {
    animation-delay: 0s;
}

.typing-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.7;
    }
    30% {
        transform: translateY(-10px);
        opacity: 1;
    }
}
