@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Reddit+Mono:wght@200..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
body {
    font-family: "Open Sans", serif !important;
    font-optical-sizing: auto !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variation-settings:
      "wdth" 110 !important;
}

.overflow-y-auto {
    overflow: scroll; /* oder scroll */
    scrollbar-width: none; /* Firefox */
}

code.font-mono {
    font-family: "Reddit Mono", serif !important;
    font-optical-sizing: auto !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.message-content .flex .tracking-tight {
    display: none !important;
}

div:has(> img[alt="bot_qr"]) {
    background-color: transparent !important;
}

.inline-image {
    max-height: 250px !important;
    margin: 15px auto !important;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

a.watermark {
    visibility: hidden !important;
}

img.logo {
    width: 50% !important;
}

.ai-message span span {
    width: 2.5rem !important;
    height: 2.5rem !important;
}

#side-view-title button {
    display: none !important;
}