@import url('/static/css/panels.css');
@import url('/static/css/glass.css');
@import url('/static/css/messages.css');
@import url('/static/css/loader.css');
@import url('/static/css/streaming.css');
@import url('/static/css/file.css');
@import url('/static/css/tts.css');


body {
    /*background: #153355;*/

    background: linear-gradient(to right top, rgb(0, 27, 51) 0%, rgb(34, 59, 85) 100%);
    /*background-image: linear-gradient(to left bottom, #e7b76d, #fda47f, #ff979e, #f193c1, #cb99dd, #aba3ed, #85adf5, #59b6f3, #3cc2f2, #2bcdec, #38d6e2, #55ded5);*/
    font-family: "Raleway", sans-serif;

    /*background-image: url('/static/img/backgrounds/codioful-gradient.jpg');*/
    /*background: url('/static/img/backgrounds/aurora.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/

    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.02em;
}

strong {
    font-weight: bold !important;
}

div::-webkit-scrollbar {
    display: none;
}

div {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* Disabled state for input and button */
button:disabled,
input:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}


.auto-resize {
    min-height: 2.5rem;
    max-height: 7.5rem;
    resize: none;
    overflow-y: auto;
}