@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
}

* {
    overscroll-behavior: contain;
}

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #646568;
    background-color: #FFFFFF;
    padding-bottom: 180px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* Für sanftes Scrollen auf iOS */
}

.chatinput {
    height: 80px;
    padding: 10px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 300;
    /* border: 1px solid #9c9da1; */
}
.chatinput::placeholder {
    font-size: 13px;
    font-weight: 100;
}

.input-group-text {
    border-radius: 20px;
}
/* .chatinput:focus, .chatinput:active, .chatinput: {
    outline: none;
} */

.lupe {
    padding: 5px;
    color: #646568;
}
#realchat {
    margin-top: 20px;
    background-color: #f5f4f3;
    box-shadow: 0 -5px 5px #f5f4f3;
    /* height: 60px; */
    border-right: 10px;
    padding: 10px;
    /* display: none; */
}
#streamDiv {
    margin-top: 20px;
    background-color: rgba(255,255,255,.9);
    /* display: none; */
    border-right: 10px;
    padding: 10px 0;
    /* padding-bottom: 230px; */
}
#streamingText {
    overflow-y:  auto;
    /* min-height: 400px; */
}
#urlAusgabe {
    border: 1px dotted gray;
    padding: 10px;
    font-weight: 100;
    font-size: 12px;
}
.footer {
    position: fixed;
    height: 180px;
    bottom: 0;
    width: 100%;
}        
#nav-footer {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,0) !important;
    width: 100%;
    font-size: 12px;
    padding: 8px;
}
div#nav-footer ul {
    margin: 0;
    padding: 0;
}
div#nav-footer li {
    display: inline;
    padding: 0 10px;
    color: #FFFFFF;
}
div#nav-footer a {
    color: #000000;
}

.ki_text {
    background-color: #ed6a24;
    color: #FFFFFF;
    padding: 10px;
    margin-right: 20%;
    border-radius: 10px;
    text-align: left;
}

.user_text {
    background-color: #f5f4f3;
    padding: 10px;
    margin-left: 20%;
    border-radius: 10px;
    text-align: left;
}
.dialogux-logo img {
    padding-top: 10px;
    width: 154px;
}