.text-area-box-web {
    line-height: 24px;
    min-height: 48px;
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    resize: none;
    color: var(--character-primary-text);
}

.formBox {
    border-radius: 24px;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
    background-color: #f7f8fc;
    padding: 20px;
}

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e3e3e3;
}

.chat-prompt-upload-group-btn-icon {
    border: 1px solid transparent;
    border-color: #d8dae3;
    border-radius: 999px;
    color: #2b2b31;
    font-size: 30px;
}

.operationBtn.svelte-12v91fd {
    box-sizing: border-box;
    display: flex;
    width: calc(100% - 86px);
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

button {
    background-color: transparent;
}

.chat-input-feature-btn {
    padding: 5px 8px;
    border: 1px solid;
    color: #1d1d20;
    border-color: #d8dae3;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
}

.voiceIcon {
    max-width: 2.5rem;
    right: .75rem;
    position: absolute;
}


.voiceBtn {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    align-self: center;
    border-radius: 9999px;
    background-color: #615ced;
}
.voiceBtn i{
    color: #fff;
}
footer{
    color:#8c8d9b;
    font-size: 12px;
    text-align: center;
    margin-bottom: 23px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.dropdown-menu{z-index: 50;
    background-color: #fff;
    border: 1px solid #e1e3ea;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
    padding: 4px;
    position: relative;}