/* Example custom css file for lex-web-ui. Entire file is commented out as a default. Uncomment and
 adjust as needed.
/*  */
.toolbar.theme--dark {
    background-color: #1BB3C9 !important;
}

.toolbar__title {
  font-family:"Roboto" !important;
  font-weight: bold !important;
  font-size: 1.2500em !important;
  color: #ffffff !important;
}


.message-list-container {
  background-color: #F2F2F2 !important
}

.message-bot .message-bubble {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 16px 16px 16px 0px !important;
    opacity: 1 !important;
padding-left: 25px !important;
	box-shadow: 0 2px 4px 0 rgba(0, 2, 58, 0.2) !important;
}

.message-human .message-bubble {
    background: #1BB3C9 0% 0% no-repeat padding-box !important;
    border: 1px solid #1BB3C9 !important;
    border-radius: 16px 16px 0px 16px !important;
    opacity: 1 !important;
box-shadow: 0 2px 4px 0 rgba(0, 58, 106, 0.2) !important;
}

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

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

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

.message-bubble {
    border-radius: 10px !important;
    padding: 2px 18px !important;
}

.message-text {
  font-family:"Roboto" !important;
  font-weight: normal !important;
  /* font-size: 1.1250em !important;*/
  width: 100%;
}

.headline {
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
}

.card__title {
    padding: 10px 16px !important;
}

.card__text {
    padding: 8px 16px 16px !important;
    line-height: 1.4;
}

.card__title.card__title--primary {
    background-color: #eeedeb !important;
}


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

button.min-button {
    background-color: transparent !important;
    width: 220px !important;
    height: 144px !important;
    position: fixed !important;
    bottom: 0px !important;
    right: 0 !important;
    visibility: hidden !important;;
}

button.min-button img {
    visibility: initial !important;
}

button.min-max-toggle.btn {
    color: #1BB3C9 !important;
}

button.input-button.btn {
    color: #1BB3C9 !important; 
}

.message-human {
    color: #fff !important;
}

.lex-web-ui-iframe {
    min-width: 37vw !important;
}

.lex-web-ui-iframe--show {
    min-width: 37vw !important;
}

.menu {
    display: none !important;
}

.accent {
    background-color: #FFFFFF !important;
    border: 1px solid #1BB3C9 !important;
    border-style: none !important;
}

.message-text::first-letter {
    text-transform: capitalize !important;
}

.message-date {
    color: #000000 !important;
}

.card__actions .btn {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box !important;
    border: 1px solid var(--unnamed-color-02056a) !important;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #02056A !important;
    border-radius: 16px !important;
color: #02056A !important;
    opacity: 1 !important;
    text-transform: 'math-auto' !important;
}

.card__actions {
    margin-left: 25px !important;
}

.lex-web-ui-iframe--minimize {
   max-width:250px !important;
   max-height: 150px !important;
   border-radius: 0px !important;
   min-width:190px !important;
   bottom: 3rem !important;
}