/* body{
    height:400px;
    position: fixed;
    bottom: 0;
} */
/* .col-md-2, .col-md-10{
    padding:0;
} */
.panel{
    margin-bottom: 0px;
}
.chat-window{
    /* bottom:0; */
    bottom: 85px;
    position:fixed;
    float:right;
    margin-left:10px;
    right: 30px;
    width: 415px;
    z-index: 999999;
    font-size: 13px !important;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
}
/* .chat-window > div > .panel{
    border-radius: 5px;
} */
.icon_minim{
    padding:2px 10px;
}
.msg_container_base{
  background: #e5e5e5;
  margin: 0;
  /* padding: 0 10px 10px; */
  padding: 0;
  max-height:900px;
  overflow-x:hidden;
  
}
.top-bar {
  /* background: #0a87b3; */
  /* background-color: #192f59;
    background-image: linear-gradient(to right, #192f59 , #5e75a2); */
    background: rgb(25,47,89);
    background: linear-gradient(90deg, rgba(25,47,89,1) 0%, rgba(58,86,139,1) 70%, rgba(61,177,102,1) 100%);
  color: white;
  padding: 11px;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}
.msg_receive{
    padding-left:0;
    margin-left:0;
}
.msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
.messages {
    
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width:100%;
}
.messages > p {
     
    font-size: 13px;
    margin: 0 0 0.2rem 0;
  }
.messages > time {
    font-size: 11px;
    color:#ccc;
     
}
.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}
/* img {
    display: block;
    width: 100%;
} */
.avatar {
    position: relative;
}
.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}
.base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2); // not quite perfect but close
}

.msg_sent > time{
    float: right;
}



.msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.btn-group.dropup{
    position:fixed;
    left:0px;
    bottom:0;
}   

/*---*CHAT*-----*/
/* #chat .panel-heading{
    background-image: url(http://www.caixa.gov.br/Style%20Library/images/bg_destaqueInternas.jpg);
    background-position: center 30%;
} */
#chat .panel-heading h3, #chat .panel-heading a {
    color:#fff ;
}
#chat .panel-heading a {
    cursor: pointer;
}
#chat .panel-heading h3 {
    margin: 0px;
    font-size: 16px;
}
#chat .messages{
    box-shadow:none;
    background: #f3f5f9;
    
}
#chat .base_sent .messages{
    background: #2DADB0;
    border-radius: 8px 8px 0px 8px;
    -webkit-border-radius: 8px 8px 0px 8px;
    color: #fff;
    border-bottom:1px solid #108BB4;
}
#chat .base_sent::after{
    top:0px;
    width: 0;
    height: 0;
    border-top:10px solid transparent;
    border-left: 10px solid #2DADB0;
    border-bottom: 0px solid transparent;
    
}
#chat .base_receive .messages{
    background: #f3f5f9;
    border-radius: 0 8px 8px 8px;
    border-bottom:1px solid #ccc;
    
}
#chat .base_receive::before{
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 10px solid #f3f5f9;
    border-bottom: 10px solid transparent;
}

#chat .msg_container_base{
    background:#fff;
}
#chat time{ color:#fff; font-style: italic; }
    






.panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-default {
    border-color: #ddd;
}
.disable-btn{
    display: none;
}
.enable-btn{
    display:block;
}
.chat-enable{
    display:block;
}
.chat-disable{
    display:none;
}
.chat-bot-pu {
    color: #fff;
    background: #192f59;
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 30px;
    font-size: 18px;
    line-height: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    border: none;
    pointer-events: auto;
    border: 2px solid #192f59;
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    outline: none;
}
.whatsapp {
    color: #fff;
    background: #00a500;
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 100px;
    font-size: 18px;
    line-height: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    border: none;
    pointer-events: auto;
    border: 2px solid #00a500;
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    outline: none;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(61, 177, 102,0.7), 0 0 0 0 rgba(61, 177, 102,0.7);
    }
    
    40% {
        box-shadow: 0 0 0 20px rgba(61, 177, 102,0), 0 0 0 0 rgba(61, 177, 102,0.7);
    }
    80% {
        box-shadow: 0 0 0 20px rgba(61, 177, 102,0), 0 0 0 15px rgba(61, 177, 102,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(61, 177, 102,0), 0 0 0 15px rgba(61, 177, 102,0);
    }
    /* 0% {
        box-shadow: 0 0 0 0 rgba(42, 51, 71,0.7), 0 0 0 0 rgba(42, 51, 71,0.7);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(42, 51, 71,0), 0 0 0 0 rgba(42, 51, 71,0.7);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(42, 51, 71,0), 0 0 0 15px rgba(42, 51, 71,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(42, 51, 71,0), 0 0 0 15px rgba(42, 51, 71,0);
    } */
}
.chat-bot-pu-close {
    color: #fff;
    background: #192f59;
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 30px;
    font-size: 18px;
    line-height: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 14px;
    cursor: pointer;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    border: none;
    pointer-events: auto;
    border: 2px solid #192f59;
}
.chat-bot-span {
    color: #fff;
    background: #0065B7;
    position: fixed;
    z-index: 9;
    right: 155px;
    bottom: 30px;
    font-size: 13px;
    line-height: 15px;
    width: 165px;
    height: 38px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    border: none;
    pointer-events: auto;
}
.chat-bot-span:after {
    content: " ";
    position: absolute;
    right: -5px;
    top: 13px;
    border-top: 5px solid transparent;
    border-right: none;
    border-left: 5px solid #0065b7;
    border-bottom: 5px solid transparent;
}
.chat-bot-pu:hover {
    color: #fff;
    /* background: #fff;
    border: 2px solid #192f59; */
    background: #27536d;
    border: 2px solid #3d6696;
}
.chat-bot-pu:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3db166;
    top: 2px;
    right: 30px;
}
.chat-bot-pu-close:hover {
    color: #fff;
    background: #192f59;
    border: 2px solid #192f59;
}
.chat-bot-pu-close:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3db166;
    top: 2px;
    right: 30px;
}
.hide_button {
    display: none;
}
.show_button {
    display: block;
}
#chat .tooltip-inner {
    padding: 10px 10px;
    background-color: #0065b7;
}
#chat .tooltip-arrow
{
border-left-color: #1a75be;
}
.panel-title-column{
    width: 80%;
    padding: 10px;
    /* background: linear-gradient(135deg, #0169b6 0%, #0065b7 78%, transparent 26%); */
    float: left;
}
.panel-icon-column{
    text-align: right;
    width: 20%;
    padding: 8px;
    float: left;
}


#dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    bottom: 38px;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    text-align: left;
    background: #fff;
    list-style-type: none;
    border: 1px solid #eee;
    width: 100%;
    font-size: 13px;
}
#dropdown-menu li {
    padding: 10px 24px;
    border-bottom: 1px solid #eee;
}
#dropdown-menu li .padding-right-icon
{
    padding-right: 10px;
}
#dropdown-menu li a {
    color: #284170;
}
#dropdown-menu li i {
    color: #3db166;
}
/* #dropdown-menu li i {
    float: right;
} */
#dropdown-menu.active{
    display: block;
}


.panel-footer {
    height: 38px;
    background-color: #f7f3ee;
    color: #000000;
    padding: 5px;
    border-radius: 0px 0px 5px 5px;
    font-size: 12px;
}
#webchat button {
    bottom: 90px;
    display: none;
}
.panel-footer a {
    color: #3db166;
    cursor: pointer;
    line-height: 28px;
}
.panel-footer > div {
    padding: 0px 10px;
}

#webchat .main {
    /* position: fixed;
    bottom: 0;
    width: 420px;
    margin-left: -1px;
    padding: 5px;
    border: 1px solid #ddd;
    min-height: 45px;
    max-height: 45px; */
    padding: 0px 5px;
    max-height: 40px;
    /* position: fixed; */
    bottom: 0;
    max-width: 415px;
    width: 100%;
    /* border: 1px solid #ddd; */
    /* margin-left: -1px; */
    border-top: none;
}

#webchat .main form {
    margin-block-end: 0px;
    padding: 8px 10px;
}
#webchat .main button {
    max-height: 35px;
    width: 35px;
}
#webchat .main > div > div {
    padding-top: 8px;
}

#webchat .main button svg {
    height: 22px;
    width: 22px;
}
#webchat > div {
    max-height: calc(100vh - 225px);
    background-color: #f7f3ee;
    /* background-color: #F4EFE9; */
    /* background-image: url("../images/images-2.jpg"); */
    /* background-image: url("images-2.jpg"); */
}
/* #webchat {
    height: calc(100vh - 140px);
    width: 100%;
    overflow: auto;
    display: -webkit-flex;
} */
/*#webchat > div > div:first-child {
    padding: 0 10px 10px;
    height: calc(100vh - 140px);
    width: 100%;
    overflow: auto;
    display: -webkit-flex;
     overflow: auto; 
    position: unset;
    display: block;
        padding: 0;
     min-height: calc(100vh - 140px); 
}
#webchat > div > div:nth-of-type(2) {
    padding: 0 10px 10px;
    height: calc(100vh - 140px);
    width: 100%;
    overflow: auto;
    display: -webkit-flex;
    overflow: auto;
    position: unset;
    display: block;
    padding: 0;
    min-height: calc(100vh - 140px);
}*/

#webchat > div > div > div:nth-of-type(2) {
    padding: 0 10px 10px;
    height: calc(100vh - 950px);
    width: 100%;
    overflow: auto;
    display: -webkit-flex;
    /* overflow: auto; */
    position: unset;
    display: block;
    padding: 0;
    /* min-height: calc(100vh - 140px); */
}
#webchat > div > div > div:nth-of-type(2) > div::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
#webchat > div > div > div:nth-of-type(2) > div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#webchat > div > div > div:nth-of-type(2) > div::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #254584;
}
/* #webchat > div > div:first-child > div::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
#webchat > div > div:first-child > div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#webchat > div > div:first-child > div::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
} */



.webchat__stacked_extra_right_indent {
    margin-right: 60px !important;
}
.webchat__stacked_extra_left_indent {
    margin-left: 60px !important;
}
.footer_copyright_chatbot
{
float: left;
    width: 80%;
}
.footer_menu_chatbot
{
    float: left;
    width: 20%;
    text-align: right;
}
/* 
#webchat > div > div:first-child::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
#webchat > div > div:first-child::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#webchat > div > div:first-child::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
} */
.tooltip {
    cursor: pointer;
}



/*** Adaptive Card ***/

/* .attachment .webchat__bubble__content {
    background: transparent !important;
    border: 0px !important;
} */
.webchat__stacked-layout__attachment-row .webchat__bubble__content {
    background: transparent !important;
    border: 0px !important;
}
.ac-container.ac-adaptiveCard {
    padding: 0px !important;
}
.ac-horizontal-separator {
    display: none !important;
}

.ac-actionSet {
    display: block !important;
}
.ac-actionSet > div {
    display: none;
}
.style-default.primary.style-positive {
    margin: 10px 10px 10px 15px !important;
    padding: 10px 15px !important;
}
.ac-actionSet button {
    float: left;
    margin: 0px 8px 8px 0px !important;
    padding: 8px 8px !important;
    border-radius: 2px;
    cursor: pointer;
    background-color: #f7fafb !important;
    color: rgb(37, 69, 132) !important;
}
.ac-columnSet {
    padding: 10px !important;
}
.ac-columnSet > .ac-container > div > p {
    padding: 0px !important;
}
.ac-image.ac-selectable {
    cursor: pointer;
}

.ac-input-container {
    margin: 8px 15px;
}
.ac-textBlock p {
    padding: 10px;
}
.ac-input-container input {
    padding: 8px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.ac-input-container select {
    padding: 6px 6px !important;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
}


@media only screen and (max-width: 767px){
    
    .chat-window{
        right: auto;
        width: 95%;
    }
    /* #webchat .main {
        max-width: 95%;
    } */
}



.webchat__bubble__content p
{     
    font-family: Noto Sans, "sans-serif";
}
.webchat__stacked-layout__status span{
        font-family: Noto Sans, "sans-serif";
}

.webchat__send-box-text-box__input {
            font-family: Noto Sans, "sans-serif" !important;
}






