/*!
 * Copyright © 2023 RCX/SP Joem Elias Sanez
 * Distributed under the Amazon Software License, the same as lex-web-ui@v0.19.6.
 * Last modified on Nov 8, 2023
 * @author israelias (https://github.com/israelias)
 * @generated
 * Prefixed by https://autoprefixer.github.io
 * PostCSS: v7.0.29,
 * Autoprefixer: v9.7.6
 * Browsers: last 4 version
 */

/* ==========================================================================
   Example custom css file for lex-web-ui. Entire file is commented out as a default.
   Uncomment and adjust as needed.
   @author lex-web-ui@v0.19.6
   ========================================================================== */

/*
.toolbar.theme--dark {
    background-color: #2b2b2b !important;
}

.toolbar__title {
  font-family:"Sans-serif" !important;
  font-size: 1.875em !important;
  color: #ffffff !important;
}

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

.message-bot .message-bubble {
    background-color: #eeedeb !important;
}

.message-human .message-bubble {
    background-color: #afcffa !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 {
  color: #000000;
  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;
}

.card__actions .btn {
  margin: 4px 4px !important;
  font-size: 1em !important;
  min-width: 44px !important;
  background-color: #afcffa !important;
}

*/

/* This is auto hoisted from src/website/custom-chatbot-style.css on npm run build */

.message-button {
    display: none;
}

/* ==========================================================================
   Minimized bot button customization
   ========================================================================== */
button.min-button {
    box-shadow: 2.5px 5px 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 24px;
    right: 0 !important;
}

/* ==========================================================================
   Toolbar customization
   ========================================================================== */
/*.toolbar.theme--dark {

} */

/* ==========================================================================
   Toolbar heading customization
   ========================================================================== */

.v-toolbar .v-menu .v-btn__content {
    height: unset;
}

/* v-toolbar__content img {
   height: 40px;

} */

.v-toolbar__title {
    font-size: 14px !important;
    /*color: #6c4d9f !important; !* GloFiber Font Color unused *!*/
}

/* ==========================================================================
   Bot message bubble customization
   ========================================================================== */
/*.message-bot .message-bubble {

} */

/* ==========================================================================
   User message bubble customization
   ========================================================================== */
/*.message-human .message-bubble {

}*/

/* Hide the first input message / initial utterance */
.message-human:nth-of-type(1) {
    display: none !important;
}

.message-human .v-icon {
    align-self: center;
}

/* ==========================================================================
 All card actions buttons customization
 ========================================================================== */

.v-card {
    box-shadow: none;
}

.v-card__actions .v-btn {
    margin: 4px 4px !important;
    font-size: 1em !important;
    min-width: 44px !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    /*text-transform: none !important;*/
}

.v-card__actions .v-btn--disabled {
    display: none;
}

.lex-web-ui-iframe {
    min-width: 400px !important;
    max-height: 600px !important;
    height: 600px !important;
}