/*

    IBM Services Artificial Intelligence Development Toolkit ISAIDT

    Enhanced conVersation Asset - EVA
    Repository: https://github.ibm.com/CognitiveAssetFactory/EVA

    Licensed Materials - Property of IBM
    6949-70S

    © Copyright IBM Corp. 2019 All Rights Reserved

    US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.


    Stylesheet for external chat frontend.
    All necessary styles to show up in the external chat frontend
    including content without using external frameworks/libraries.

    Author:
    Sebastian Kowalski (sebastian.kowalski@de.ibm.com)

*/

/*
    CSS stylings which likely to get adapted are tagged
    with the annotation CONFIG_STYLE
*/

/* Clear for non bootstrap pages */
.eva_bubble_Chat_note td {
    padding: 0;
    vertical-align: middle;
    border: none;
    text-align: left;
}

.eva_chat_holder ul {
    list-style: initial;
    margin: 0 0 11px 0;
    padding: 0 0 0 40px;
}

.eva_chat_holder li {
    padding: 0;
}

/* Chat Bubbles */
.eva_bubble_Chat {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    display: block;
    width: 68px;
    height: 68px;
    box-shadow: 5px 6px 45px 0 rgb(0 0 0 / 5%);
    /* box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.4), 5px 6px 20px 0 rgba(0, 0, 0, 0.2);
     background: #001c44 linear-gradient(to bottom, #003681 0px, #001c44 100%) repeat-x scroll 0 0; */
    background-size: 45px 45px;
    /* -moz-border-radius: 50px;
    -webkit-border-radius: 50px; */
    border-radius: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    /* color: white; */
    text-align: center;
    font-size: 50px;
    vertical-align: center;
    line-height: 60px;
    background: url("Floatingbutton.svg");
}

/* Chat Bubbles */
.eva_bubble_Chat2 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    display: block;
    width: 68px;
    height: 68px;
    box-shadow: 5px 6px 45px 0 rgb(0 0 0 / 5%);
    /* box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.4), 5px 6px 20px 0 rgba(0, 0, 0, 0.2);
     background: #001c44 linear-gradient(to bottom, #003681 0px, #001c44 100%) repeat-x scroll 0 0; */
    background-size: 45px 45px;
    /* -moz-border-radius: 50px;
    -webkit-border-radius: 50px; */
    border-radius: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    /* color: white; */
    text-align: center;
    font-size: 50px;
    vertical-align: center;
    line-height: 60px;
    background: url("Floatingbutton2.svg");
}

.eva_bubble_Chat_note {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    display: none;
    width: 320px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.4),
        5px 6px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
    position: fixed;
    border-radius: 20px;
    bottom: 8em;
    right: 5em;
    line-height: normal;
}

.eva_bubble_Chat_note:before {
    cursor: pointer;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 1);
    border-top: 10px solid rgba(255, 255, 255, 1);
    border-bottom: 10px solid transparent;
    right: 19px;
    bottom: -17px;
}
/* chatTitleSign*/
.eva_chat_title > .eva_chatTitleSign {
    float: right;
    height: 20px;
    position: relative;
    top: 0;
    left: 10px;
    font-size: 20px !important;
    line-height: 17px !important;
    border: none !important;
    background-image: url("close-icon-black.svg") !important;
    height: 30px;
    width: 30px;
}

.eva_chat_title2 > .eva_chatTitleSign {
    float: right;
    height: 20px;
    position: relative;
    top: 0;
    left: 10px;
    font-size: 20px !important;
    line-height: 17px !important;
    border: none !important;
    background-image: url("close-icon-black.svg") !important;
    height: 30px;
    width: 30px;
}

.eva_chat_title > .eva_chatTitleSign:hover {
    background: transparent;
}

.eva_chat_title2 > .eva_chatTitleSign:hover {
    background: transparent;
}
.eva_img_speechbubble {
    height: 60px;
}

/*Chat Window*/
.eva_chat_content_show {
    visibility: visible !important;
}

.eva_chat_holder_show {
    max-height: 100% !important;
}

.eva_chat_holder_move_top {
    bottom: 0 !important; /* bottom-chat distance */
}

.eva_chat_holder {
    /* Chat Globals*/
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: normal;

    /* Box Sizing */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    position: fixed;
    width: 386px;
    height: 558px;
    bottom: 0;
    right: 130px;

    /* Animation */
    /* -webkit-transition: bottom ease-in-out 0.5s, max-height 1s;
  -moz-transition: bottom ease-in-out 0.5s, max-height 1s;
  -ms-transition: bottom ease-in-out 0.5s, max-height 1s;
  -o-transition: bottom ease-in-out 0.5s, max-height 1s;
  transition: bottom ease-in-out 0.5s, max-height 1s; */

    border-bottom: 1px solid #003681;
    z-index: 1001;

    max-height: 45px;
}

.eva_chat_holder > .eva_chat_title {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    box-shadow: 0 25px 35px 0 rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    padding: 9px 19px 7px 19px;
    /* 
    background: #003681 linear-gradient(to bottom, #003681 0px, #001c44 100%)
      repeat scroll 0 0; CONFIG_STYLE : primary Color */
    background-color: #ffffff;
    border-bottom: 1px solid #dcdcdc;
}

.eva_chat_holder > .eva_chat_title2 {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    box-shadow: 0 25px 35px 0 rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    padding: 9px 19px 7px 19px;
    /* 
    background: #003681 linear-gradient(to bottom, #003681 0px, #001c44 100%)
      repeat scroll 0 0; CONFIG_STYLE : primary Color */
    background-color: #ffffff;
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 768px) {
    .eva_chat_holder > .eva_chat_title {
        padding: 6px 40px !important;
    }
}

@media (max-width: 768px) {
    .eva_chat_holder > .eva_chat_title2 {
        padding: 6px 40px !important;
    }
}

@media (max-width: 558px) {
    .eva_chat_holder > .eva_chat_title {
        padding: 6px 35px !important;
    }
}

@media (max-width: 558px) {
    .eva_chat_holder > .eva_chat_title2 {
        padding: 6px 35px !important;
    }
}

/* .eva_chat_title > .eva_chatTitleSign {
    display: none;
  } */
.eva_chat_title > .eva_span_title {
    padding-left: 40px;
    color: #212121;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

.eva_chat_title2 > .eva_span_title {
    padding-left: 40px;
    color: #212121;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

.eva_chat_holder > .eva_chat_title::before {
    content: "";
    background-image: url("Avatar_Logo.svg");
    height: 30px;
    width: 30px;
    position: absolute;
}

.eva_chat_holder > .eva_chat_title2::before {
    content: "";
    background-image: url("Avatar_Logo2.svg");
    height: 30px;
    width: 30px;
    position: absolute;
}

/* .eva_chat_holder > .eva_chat_title::before {
    content: "";
    background-image: url("Avatar_Logo2.svg");
    height: 30px;
    width: 30px;
    position: absolute;
} */

.eva_chat_holder > .eva_chat_content {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    position: relative;
    top: 45px;
    left: 0;
    height: calc(100% - 45px);
    width: 100%;
    background: rgb(250, 250, 250);
    border-left-style: solid;
    border-right-style: solid;
    border-width: 0;
    /* border-color: #003681; */
    /* CONFIG_STYLE : primary border Color */
    background-color: rgba(243, 243, 243, 0.8);
    box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.35);
    -webkit-transition: visibility 0.8s;
    -moz-transition: visibility 0.8s;
    -ms-transition: visibility 0.8s;
    -o-transition: visibility 0.8s;
    transition: visibility 0.8s;

    visibility: hidden;
}

/* .eva_chat_holder hr {
    border: 0;
    height: 1px;
    background: #eee;
    margin-bottom: 0.7em;
    margin-top: 0.5em;
  } */

.eva_chat_history_show {
    height: calc(100% - 45px);
}

.eva_chat_history {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    position: absolute;
    max-height: calc(100% - 45px);
    width: 100%;
    top: 0;
    left: 0;
    overflow-x: hidden;
    /* -webkit-overflow-scrolling: touch; */
    padding: 8px 9px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    /* background-color: rgba(243, 243, 243, 0.8);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.35); */
    /* Animation */
    /* -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s; */
}
.eva_chat_history::-webkit-scrollbar {
    width: 8px;
}
.eva_chat_history::-webkit-scrollbar-track {
    background: white;
    overflow-y: scroll;
    border-radius: 10px;
}
.eva_chat_history::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 2px;
}
.eva_chat_history::-webkit-scrollbar-thumb {
    /* .eva_chat_history::hover{
      background: black;
    } */
}
.eva_chat_history::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .eva_chat_history {
        /* padding: 8px 32px !important; */
    }
}
.eva_message_block > .eva_message_para {
    color: #252525;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0.02px;
    line-height: 22px;
    padding-right: 80px;
    padding-top: 130px;
}
.eva_chat_history > .eva_Message_Span {
    background-image: url("AvatarIcon-Body_Start.svg");
    width: 88px;
    height: 88px;
    position: absolute;
    top: 30px;
    left: 40%;
}

.eva_chat_history > .eva_Message_Span2 {
    background-image: url("AvatarIcon-Body_Start2.svg");
    width: 88px;
    height: 88px;
    position: absolute;
    top: 30px;
    left: 40%;
}
@media (max-width: 768px) {
    .eva_chat_history > .eva_Message_Span {
        left: 45%;
    }
}

@media (max-width: 558px) {
    .eva_chat_history > .eva_Message_Span {
        left: 40%;
    }
}
.eva_chatMessages > .eva_message_block {
    display: flex;
    padding-left: 15px;
}
.eva_chatMessages > .eva_message_block::before {
    content: "";
    box-sizing: border-box;
    height: 15px;
    width: 3px;
    border: 2px solid #4076bf;
    border-radius: 2.5px;
    background-color: #4076bf;
    position: relative;
    top: 145px;
    margin-right: 5px;
}
.eva_not_allowed_cursor {
    cursor: not-allowed;
}

.eva_pointer_cursor {
    cursor: pointer;
}

/*Chat Messages*/
.eva_from-user mark {
    background-color: #4076bf;
    padding: 10px;
    display: inline-block;
    color: #f2f0f0;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0.02px;
    line-height: 22px;
    border-radius: 5px 0 5px 5px;
    text-align: left;
    margin-left: 30px;
}
.eva_messagehighlightwatson {
    color: #252525;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0.02px;
    line-height: 22px;
    background-color: transparent;
}
.eva_messagehighlightwatson p {
    margin: 0;
}

.eva_messagehighlightwatson a {
    color: #4076bf;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}


.eva_messagehighlightwatson_banking a {
    color: #449ea0;
}

.eva_message > p {
    padding: 0 0.5em;
    margin: 0;
}

.eva_message > p > p {
    margin-top: 0px;
    margin-bottom: 2px;
}

/* .eva_from-watson {
    position: relative;
    background-image: url("EVA0.png");
    background-size: 40px 45px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 43px;
    min-height: 45px;
  } */
.eva_messagehighlightwatson #ffmVideo iframe {
    height: 170px;
    width: 270px;
}
/* .eva_messagehighlightwatson #ffmVideo iframe html body #player #movie_player .ytp-cued-thumbnail-overlay button svg .ytp-large-play-button-bg{
    background-color: #4076bf !important;
} */

.eva_from-watson {
    display: flex;
    padding-bottom: 10px;
    margin-left: 10px;
}

.eva_bluesection {
    background-image: url("WatsonIndicatorCopy.svg");
    background-size: 2px 19px;
    background-repeat: no-repeat;
    display: block;
    padding-top: 0px;
    padding-left: 10px;
    position: relative;
    left: -10px;
    padding-left: 10px;
    /* box-sizing: border-box;
 border: 1px solid #4076bf;
  border-radius: 2.5px;
  background-color: #4076bf;
  position: absolute;
  height: 13px;
  margin-left: 3px;
  margin-top: 3px; */
}

.eva_bluesection2 {
    background-image: url("WatsonIndicatorCopy2.svg");
    background-size: 2px 19px;
    background-repeat: no-repeat;
    display: block;
    padding-top: 0px;
    padding-left: 10px;
    position: relative;
    left: -10px;
    padding-left: 10px;
    /* box-sizing: border-box;
 border: 1px solid #4076bf;
  border-radius: 2.5px;
  background-color: #4076bf;
  position: absolute;
  height: 13px;
  margin-left: 3px;
  margin-top: 3px; */
}

.red {
    background-color: red;
}
#eva_chatmessage_0 {
    margin-top: 140px !important;
}
.eva_from-user {
    position: relative;
    /* background-image: url("benutzer_neutral.png");  */
    /* CONFIG_STYLE : user icon */
    background-size: 34px 40px;
    background-repeat: no-repeat;
    background-position: right bottom;
    /* padding-right: 10px; */
    margin: 20px 0;
    min-height: 40px;
    text-align: right;
    right: -8px;
}

.eva_answer_proposals {
    width: 100%;
    max-width: 100%;
    margin-bottom: 70px !important;
    margin-left: 10px;
}

@media (min-width: 577px) {
    .eva_answer_proposals {
        margin-bottom: 0px;
    }
}

.eva_chat_holder button {
    /* CONFIG_STYLE : button styling, color is also blue */
    white-space: normal;
    border-radius: 7px;
    background: white none repeat scroll 0 0;
    border: 1px solid #4076bf;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    color: #4076bf;
    font-family: "Open Sans";
    letter-spacing: 0.02px;
    line-height: 18px;
}

.eva_chat_holder button1 {
    /* CONFIG_STYLE : button styling, color is also blue */
    white-space: normal;
    border-radius: 7px;
    background: white none repeat scroll 0 0;
    border: 1px solid #449ea0;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    color: #449ea0;
    font-family: "Open Sans";
    letter-spacing: 0.02px;
    line-height: 18px;
}

.eva_chat_holder button2 {
    /* CONFIG_STYLE : button styling, color is also blue */
    white-space: normal;
    border-radius: 7px;
    background: white none repeat scroll 0 0;
    border: 1px solid #449ea0;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    color: #449ea0;
    font-family: "Open Sans";
    letter-spacing: 0.02px;
    line-height: 18px;
}

.eva_chat_holder button:hover {
    /* background: rgba(1, 54, 130, 0.8); */
    background: #4076bf !important;
    color: white;
}

.eva_chat_holder button2:hover {
    /* background: rgba(1, 54, 130, 0.8); */
    background: #449ea0 !important;
    color: white !important;
}

.eva_chat_holder_banking button:hover {
    background: #449ea0 !important;
    color: white !important;
}
.eva_chat_holder_banking button {
    border: 1px solid #449ea0;
}

.eva_small-button {
    /* width: 73px; */
    margin: 5px 0 0 5px;
    padding: 5px 8px;
    min-height: 35px;
    text-align: left;
}

.eva_half-button {
    /* width: 48%; */
    margin: 5px 0 0 5px;
    padding: 5px 8px;
    min-height: 35px;
    text-align: left;
}

.eva_big-button {
    /* width: 97%; */
    margin: 5px 0 0 5px;
    padding: 5px 8px;
    min-height: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: left;
}

/*Chat User Input*/

.eva_typing_animation {
    position: absolute;
    bottom: 20px;
    height: 60px;
    width: 150px;
    left: 20px;
    /* background-image: url("comment.gif"); */
    background-size: 60px 35px;
    background-repeat: no-repeat;
    background-position: 5px bottom;
    margin-bottom: 5px;
    margin-top: 50px;
}
.eva_typingDotAnimation {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 3px;
    background: #525252;
    animation: wave 1.3s linear infinite;
}
.eva_typingDotAnimation:nth-child(2) {
    animation-delay: -1.1s;
}
.eva_typingDotAnimation:nth-child(3) {
    animation-delay: -0.9s;
}
@keyframes wave {
    0%,
    60%,
    100% {
        transform: initial;
    }

    30% {
        transform: translateY(-15px);
    }
}

.eva_chat_input {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    display: flex;
    position: absolute;

    height: 45px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.eva_chat_input > input {
    border: 1px solid #ccc;
    outline: medium none;
    padding-left: 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    width: 360px;
    height: 40px;
    font-size: 16px;
    font-family: "Open Sans";
    border-left: transparent;
    border-right: transparent;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.eva_chat_input > input::placeholder {
    color: #a8a8a8;
    /* background-image: url("WatsonIndicatorCopy.svg");
  background-size: 2px 14px;
  background-repeat: no-repeat;
  background-position: 115px; */
    /* height: 14px;
    width: 2px;
    border-radius: 2.5px;
    background-color: rgba(64,118,191,0.65);
    margin-right: 100px; */
}

/* .eva_chat_input > input:focus {
  -webkit-box-shadow: 0 0 5px #003681;
  -moz-box-shadow: 0 0 5px #003681;
  box-shadow: 0 0 5px #003681;
  border: 1px solid #003681;
} */

.eva_chat_input > input[disabled] {
    background: #ccc;
}

.eva_chat_input > i {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
    width: 30px;
}
.eva_chat_input > .eva_enterInput {
    height: 44px;
    width: 48px;
    background-image: url("Send_inactive.svg");
    border: none;
    border-radius: 0;
    cursor: pointer;
}
.eva_chat_input > .eva_enterInput:hover {
    pointer-events: none;
}

.eva_chat_input > .eva_enterInputchange {
    height: 44px;
    width: 48px;
    background-image: url("Send_default.svg");
    border: none;
    cursor: pointer;
    border-radius: 0;
}


.eva_chat_input > .eva_enterInputchange2 {
    height: 44px;
    width: 48px;
    background-image: url("Send_default2.svg");
    border: none;
    cursor: pointer;
    border-radius: 0;
}

.eva_chat_input > .eva_enterInputchange:hover {
    height: 44px;
    width: 48px;
    background-image: url("Send_hover.svg");
    border: none;
    cursor: pointer;
    border-radius: 0;
}

.eva_chat_input > .eva_enterInputchange2:hover {
    height: 44px;
    width: 48px;
    background-image: url("Send_hover2.svg");
    border: none;
    cursor: pointer;
    border-radius: 0;
}
/*Messages: Tables and Lists*/

/* Tables */
.eva_chat_holder table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    box-sizing: border-box;
}

.eva_chat_holder table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.eva_chat_holder table > thead:first-child > tr:first-child > th,
.eva_table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.eva_chat_holder .table-condensed > thead > tr > th {
    padding: 5px;
}

.eva_chat_holder table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.eva_chat_holder table > thead > tr > th {
    line-height: 1.42857;
}

.eva_chat_holder table > tbody > tr > th {
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 5px;
}

.eva_chat_holder table > tbody > tr > td {
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.eva_chat_holder .table-condensed > tbody > tr > th {
    padding: 5px;
}

.eva_chat_holder .info {
    background-color: #d9edf7;
}

.eva_chat_holder .text-center {
    text-align: center;
}

/* Lists */
.eva_chat_holder .liste_tarifleistung {
    padding: 4px 8px 0 8px;
    border: solid 1px #003080;
    border-radius: 8px;
    max-width: 320px;
    margin-top: 10px;
}

.eva_chat_holder .liste_tarifleistung h4 {
    font-size: 18px;
    margin: 0;
    border: solid #003080;
    border-width: 0 0 1px 0;
    padding: 4px 4px;
    color: #003080;
}

.eva_chat_holder .liste_tarifleistung ul {
    margin-left: -10px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 4px 0 0 2.5em;
    list-style-position: outside;
    list-style-type: none;
}

.eva_chat_holder .liste_tarifleistung li::before {
    text-indent: -2em;
    content: url(icons/check.png);
    margin-top: -0px;
    margin-right: 8px;
}

.eva_chat_holder .liste_tarifleistung li {
    margin: 0;
    padding: 2px 2px 0;
}

/* Glyphicon */
.eva_chat_holder .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.eva_chat_holder .glyphicon-calendar::before {
    text-indent: -2em;
    content: url(icons/calendar.png);
    margin-top: -0px;
    margin-right: 8px;
}

.eva_alert_closebtn {
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    z-index: 1005;
    right: 15px;
    margin-top: 10px;
    visibility: hidden !important;
}

.eva_alert_closebtnblack {
    color: black;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    z-index: 1005;
    right: 15px;
    margin-top: 10px;
    visibility: hidden;
}

.eva_alert_closebtn:hover {
    color: black;
}

.eva_alert_closebtnblack:hover {
    color: white;
}

.eva_alert {
    padding: 14px;
    color: white;
    visibility: hidden;
    z-index: 1004;
    padding-right: 25px;
    position: absolute;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* .eva_alert_red {
    background-color: #f44336;
    border-right: 3px solid #f44336;
  } */

.eva_alert_yellow {
    background-color: #ff8c00;
    border-right: 3px solid #ff8c00;
}

.eva_alert_blue {
    background-color: #cce6ff;
    border-right: 3px solid #cce6ff;
    color: black;
}

#eva_blind_chat {
    background-color: grey;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1003;
    opacity: 0.65;
    left: 0;
    visibility: hidden !important;
}

/* Eva Tooltips */
.eva_tooltip {
    color: #003080;
}

.eva_chat_holder [data-tooltip] {
    display: inline-block;
    position: relative;
    margin-right: 3px;
    cursor: help;
    padding-right: 4px;
    margin-right: 4px;
}

/* Show the tooltip when hovering */
.eva_chat_holder [data-tooltip]:hover:before,
.eva_chat_holder [data-tooltip]:hover:after {
    display: block;
}

.eva_chat_holder [data-tooltip]:after {
    content: "i";
    font-size: 0.8em;
    font-style: italic;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: super;
    position: absolute;
    right: -3px;
    top: 1px;
    z-index: 1002;
}

/* Separate tooltip div*/
#eva_tooltipDiv {
    position: absolute;
    z-index: 9999;
    opacity: 0;
    transform: translate(-50%, -100%);
    transition: opacity 0.2s ease-out;
    will-change: opacity;
    color: #fff;
    padding: 4px 8px;
    width: 180px;
    text-align: center;
    border-radius: 4px;
    background-color: #00135d !important;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* CONFIG_STYLE : fonts */
    font-size: 12px;
    line-height: 1.4;
    box-sizing: border-box;
}

.eva_tooltip_div_after::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #00135d transparent transparent transparent;
}

.eva_tooltip_div_before::before {
    content: " ";
    position: absolute;
    top: -10px; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #00135d transparent;
}

.eva_tooltip_show {
    opacity: 1 !important;
}

.eva_rating {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;

    border: 0;
    padding: 10px 0;
    width: 79%;
    justify-content: center;
}

.eva_rating2 {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;

    border: 0;
    padding: 10px 0;
    width: 79%;
    justify-content: center;
}

@media (max-width: 768px) {
    .eva_rating {
        /* float: left; */
    }
}
.eva_starInput {
    display: none;
}
.eva_full:before {
    margin: 5px;
    font-size: 35px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\2606";
}

.eva_full {
    color: #4076bf;
    float: right;
    /* max-width: 45px;
  width: 30px;
  height: 30px; */
    font-family: Arial;
    font-size: 30px;
    /* transition: 0.2s ease; */
    color: #4076bf;
}
.eva_full::before:hover {
    color: #4076bf;
    transition: 0.2s ease;
    content: "\2605";
}
.eva_full:active::before {
    transform: scale(0.1);
}

/* .eva_full::before {
  content: '\2606';
  position: absolute;
  top: 0px;
  line-height: 26px;
} */
/* set full star shape for checked label and those that come after it */
.eva_starInput:checked ~ .eva_full:before {
    content: "\2605";
}

@-moz-document url-prefix() {
    .eva_starInput:checked ~ .eva_full:before {
        font-size: 36px;
        line-height: 21px;
    }
}

.eva_starInput:checked ~ .eva_full,
.eva_rating > label:hover:before,
.eva_rating:not(:checked) > label:hover,
.eva_rating:not(:checked) > label:hover ~ label::before {
    color: #4076bf;
    content: "\2605";
}
.eva_rating > input:checked + label:hover,
.eva_rating > input:checked ~ label:hover,
.eva_full:hover ~ .eva_rating > input:checked ~ label,
.eva_rating > input:checked ~ label:hover ~ label::before {
    color: #4076bf;
    content: "\2605";
}

/* .eva_starInput:checked ~ .eva_full, */
.eva_rating2 > label:hover:before,
.eva_rating2:not(:checked) > label:hover,
.eva_rating2:not(:checked) > label:hover ~ label::before {
    color: #449ea0;
    content: "\2605";
}
.eva_rating2 > input:checked + label:hover,
.eva_rating2 > input:checked ~ label:hover,
.eva_full:hover ~ .eva_rating > input:checked ~ label,
.eva_rating2 > input:checked ~ label:hover ~ label::before {
    color: #449ea0;
    content: "\2605";
}

.eva_user-feedback {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 2px 7px;
    margin: 0 auto;
    display: block;
    text-overflow: ellipsis;
    line-height: 25px;
    box-sizing: border-box;
    height: 125px;
    width: 345px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    /* width: calc(100% - 20px); */
    outline: 0;
    -webkit-appearance: textfield;
    box-sizing: inherit;
}
@media (max-width: 768px) {
    .eva_user-feedback {
        float: left;
        width: calc(100% - 85px);
        margin-left: 44px;
        height: 250px;
    }
}
@media (max-width: 558px) {
    .eva_user-feedback {
        width: calc(100% - 80px);
        margin-left: 40px;
        height: 23%;
    }
}

.eva_feedbackText {
    font-size: 18px;
    margin: 0;
    border: 0;
    padding: 10px;
    text-align: center;
    margin-top: 135px;
    float: left;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .eva_feedbackText {
        margin-left: 33px;
    }
}
@media (max-width: 558px) {
    .eva_feedbackText {
        margin-left: 29px;
    }
}

.eva_feedbackSubText {
    font-size: 16px;
    margin: 0;
    border: 0;
    padding: 0 10px;
    text-align: center;
    float: left;
    text-align: left;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .eva_feedbackSubText {
        margin-left: 33px;
    }
}
@media (max-width: 558px) {
    .eva_feedbackSubText {
        margin-left: 29px;
    }
}

.eva_feedback-button {
    width: 40%;
    text-align: center;
    height: 35px;
    position: absolute;
    bottom: 20px;
}

#eva_feedbackButtonSave {
    left: 47%;
    border-radius: 0;
    line-height: 30px;
}
#eva_feedbackButtonCancel {
    border-radius: 0;
    /* background: #4076bf;
  color: white; */
    right: 57%;
    line-height: 30px;
}

/* @media (max-width: 768px) {
  #eva_feedbackButtonSave {
    left: 50%;
    width: 30%;
  }
}
@media (max-width: 558px) {
  #eva_feedbackButtonSave {
    width: 30%;
    left: 25%;
  }
} */

.eva_feedback-button:disabled {
    background: #e0e0e0;
    color: #a8a8a8;
    border: transparent;
    border-radius: 0;
}

.eva_feedback-button2:disabled {
    background: #e0e0e0 !important;
    color: #a8a8a8 !important;
    border: transparent;
    border-radius: 0;
}

.eva_feedback-button:enabled {
    background: #4076bf;
    color: white;
    border-radius: 0;
}

.eva_feedback-button2:enabled {
    background: #449ea0;
}

/* .eva_feedback-button:hover {
  background: rgba(1, 54, 130, 0.8);
  background: #4076bf;
  color: white;
} */

.eva_feedback-button:disabled:hover {
    background: #cccccc !important;
    cursor: not-allowed;
}

.eva_feedback-button2:disabled:hover {
    background: #cccccc;
    cursor: not-allowed;
}


.eva_conversation-feedback {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;

    position: absolute;
    z-index: 9999;

    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

    background: #fafafa;

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.eva_conversation-feedback > .eva_Message_Span {
    background-image: url("AvatarIcon-Body_Start.svg");
    width: 88px;
    height: 88px;
    position: absolute;
    top: 30px;
    left: 40%;
}

.eva_conversation-feedback > .eva_Message_Span2 {
    background-image: url("AvatarIcon-Body_Start2.svg");
    width: 88px;
    height: 88px;
    position: absolute;
    top: 30px;
    left: 40%;
}
@media (max-width: 768px) {
    .eva_conversation-feedback > .eva_Message_Span {
        left: 45%;
    }
}

@media (max-width: 558px) {
    .eva_conversation-feedback > .eva_Message_Span {
        left: 38%;
    }
}

.eva_chat_history .img-in-msg {
    margin: 15px auto 0;
    display: block;
    width: 40%;
}

@media (max-width: 768px) {
    .eva_chat_holder {
        font-size: 16px;

        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0 !important;
    }

    .eva_chat_input > input {
        width: calc(100% - 16px);
        box-sizing: border-box;
        padding: 7px 8px;
        font-size: 16px;
        height: 46px;
        padding: 7px 32px !important;
    }
    .eva_chat_input > input::placeholder {
        background-position: 132px;
    }
}

.eva_cancel-feedback-button {
    width: 25%;
    text-align: center;
    height: 35px;
    position: absolute;
    bottom: 20px;
    background: #4076bf;
    color: white;
    border-radius: 0;
}
