a:link {
    color: #876c50 !important;
  }
  a:visited {
    color: #876c50 !important;
  }

  header .toolbar.theme--dark,
.v-toolbar.theme--dark,
.header.theme--dark,
div[class*="toolbar"].theme--dark {
    background-color: #D3A97C !important;
}

.toolbar__title,
.v-toolbar__title,
header .title {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-size: 1.4em !important;
    color: #ffffff !important;
    font-weight: 500 !important;
}

header.bg-red>.v-toolbar__content {
    background-color: #D3A97C !important;
}

/* Contenitore dei messaggi */
.message-list-container {
    background-color: #f9f6f3 !important;
}

/* Stile messaggi bot */
.message-bot .message-bubble {
    background-color: #f0e6db !important;
    border: 1px solid #D3A97C !important;
}

/* Stile messaggi utente */
.message-human .message-bubble {
    background-color: #D3A97C !important;
    color: white !important;
}

/* Stile generale bolle messaggi */
.message-bubble {
    border-radius: 12px !important;
    padding: 12px 20px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.message-bubble p {
    margin-bottom: 8px;
}

.message-bubble p:last-child {
    margin-bottom: 0;
}

.message-bubble .message-text {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.6;
    font-size: 1rem;
}

/* Stile testo messaggi */
.message-text {
    color: #2b2b2b;
    width: 100%;
}

.message-human .message-text {
    color: white;
}

/* Stile cards e bottoni */
.card__title.card__title--primary {
    background-color: #D3A97C !important;
    color: white !important;
}

.card__actions .btn {
    margin: 4px 4px !important;
    font-size: 1em !important;
    min-width: 44px !important;
    background-color: #D3A97C !important;
    color: white !important;
    border-radius: 6px !important;
}

/* Input field */
.input-group--text-field input,
.input-group--text-field textarea,
.input-group--text-field label {
    font-size: 14px !important;
}

/* Pulsante minimizzato */
button.min-button {
    border-radius: 60px !important;
    background-color: #D3A97C !important;
    box-shadow: 0 2px 8px rgba(211, 169, 124, 0.4) !important;
}





button.min-button:hover {
    background-color: #c49666 !important;
}

/* Nasconde il pulsante del messaggio */
.message-button {
    display: none;
}

button.min-button {
    border-radius: 60px;
}

.message-button {
    display: none;
}