iframe {font-family: 'Open Sans', sans-serif;}

body {font-family: 'Open Sans', sans-serif;}

.bg-red {background-color: #00b2d6 !important;}

.v-toolbar-title {font-size: 1em !important;}

.toolbar-image {margin-left: 10px !important; max-height: 80%;}

.message-list-container {background-color: #ffffff !important;}

.message-bot .message-bubble {background-color: #00b2d6 !important;}

.message-bot .message-text {color: #ffffff !important; font-size: 1.2em !important; line-height: 1.4em !important;}

.message-human .message-bubble {background-color: #aac1c6!important;}

.message-human .message-text {color: #000000 !important; font-size: 1.2em !important; line-height: 1.4em !important;}

.card__title {padding: 15px 20px !important; background-color: #00b2d7 !important;}

.card__text {padding: 10px 0px 0px !important; line-height: 1.5; font-size: 15px; font-family: "Open Sans", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal;}

.v-card-actions .v-btn {background-color: #424399 !important; color: #ffffff !important; padding: 8px 10px; height: fit-content;}

.v-card-actions.buttonrow {justify-content: flex-start; padding-bottom: .15em;}

.button-row {display: flex; flex-direction: row; align-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap: 4px;}

button.min-button {background-color: #00b2d6 !important;}

.message-text {color: #000000 !important; font-family: Montserrat !important;}

.v-btn__content {white-space: normal !important; text-transform: none; font: inherit;}

.message-human:first-of-type {display: none;}

button.min-button .v-btn__content {padding: 5px 5px; font-weight: 600;}

#lex-web > div > header.v-toolbar.v-toolbar--density-compact.bg-red.elevation-3.v-theme--light.v-locale--is-ltr > div > button > span.v-btn__content > i {
    visibility: hidden;
    position: relative;
  }
  
  #lex-web > div > header.v-toolbar.v-toolbar--density-compact.bg-red.elevation-3.v-theme--light.v-locale--is-ltr > div > button > span.v-btn__content > i::after {
    content: "close";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Material Icons';
  }