@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

section#demo {
	background: lightblue;
    position: relative;
    padding: 0;
    min-height: 100vh;
    transition: height 9999s;
}
.vertical-align {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
.chatbot-widget {
	background: #fff;
    box-shadow: 2px 10px 40px rgba(22,20,19,.4);
    padding: 7px 15px;
    border-radius: 20px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 333333;
    min-width: 500px;
    max-height: 668px;
}
@media(max-width: 766px){
	.chatbot-widget {
		border-radius: 0;
	    z-index: 2147483001!important;
	    width: 100%!important;
	    height: 100%!important;
	    max-height: none!important;
	    top: 0!important;
	    left: 0!important;
	    right: 0!important;
	    bottom: 0!important;
	}
	div.conv-form-wrapper div.wrapper-messages, div.conv-form-wrapper div#messages {
	    max-height: 100vh;
	}
}

div.conv-form-wrapper div#messages div.message.from {
    background: #495d7f;
}

form.convFormDynamic button.submit {
    color: #495d7f;
    font-size: 18px !important;
}
form.convFormDynamic button.submit:hover {
    background: #495d7f;
    color: #fff;
    font-size: 18px !important;
}

div.conv-form-wrapper div.options div.option {
    border: 1px solid #495d7f;
    color: #495d7f;
    font-size: 18px !important;
}

div.conv-form-wrapper div#messages div.message.to {
    color: #333;
}
div.conv-form-wrapper div#messages div.message,
div.conv-form-wrapper div.messages.common div.message {
    font-size: 18px !important;
}
form.convFormDynamic input.userInputDynamic {
    font-size: 18px;
    min-width: 200px;
    margin: 0 0 0 10px;
    box-shadow: none;
}
form.convFormDynamic button.submit {margin-top: 7px}

#chatbot-btn {
    z-index: 999 !important;
    position: fixed;
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    z-index: 9;
    bottom: 80px;
    right: 25px;
    background-color: #ee3535;
    color: #fff;
    will-change: box-shadow;
    -webkit-transition: box-shadow 0.2s cubic-bezier(.4,0,1,1),background-color 0.2s cubic-bezier(.4,0,.2,1),color 0.2s cubic-bezier(.4,0,.2,1);
    -moz-transition: box-shadow 0.2s cubic-bezier(.4,0,1,1),background-color 0.2s cubic-bezier(.4,0,.2,1),color 0.2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow 0.2s cubic-bezier(.4,0,1,1),background-color 0.2s cubic-bezier(.4,0,.2,1),color 0.2s cubic-bezier(.4,0,.2,1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.close-chatbot:hover{cursor: pointer;}
.close-chatbot{ position:absolute;top:15px;right:15px;z-index:9 }
@media(max-width: 766px){
	#chatbot-btn {
		bottom: 10px;
    	right: 10px;
	}
	.chatbot-widget {min-width: 0;}
	div.conv-form-wrapper div.wrapper-messages, div.conv-form-wrapper div#messages  {
	    height: calc(100vh - 120px);
	    /*max-height: 100vh;*/
	}
	form.convFormDynamic {
	    position: fixed;
	    bottom: 0;
	}
}
div.conv-form-wrapper div.options {
    position: relative;
}
div.conv-form-wrapper div.options div.option {
    display: block;
    margin-top: 10px;
}
#convForm .iti {
    float: left;
    width: calc(100% - 70px);
    margin-right: 10px;
}
.iti #userInput {padding-left: 50px}

.selectize-control.userInputDynamic.single {
    box-shadow: none;
    border: none;
    display: inline-block;
    font-size: 18px;
    width: calc(100% - 70px);
    float: left;
    margin: 5px 10px 0 10px;
    padding-left: 7px !important;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer;
    border: none;
    box-shadow: none;
    height: 40px;
}
.selectize-dropdown, .selectize-input, .selectize-input input{
    font-size: 18px !important;
}

.selectize-input.items {
    padding: 0!important;
}
.selectize-input.items .item {
    padding: 12px 0 !important;
}

.selectize-dropdown.single.userInputDynamic {
    top: auto !important;
    left: 0px !important;
    visibility: visible !important;
    bottom: 100% !important;
    border: 1px solid lightgray !important;
}

#liveChatInput, #liveCenterCbInput, .center_cb_input.userInputDynamic  {
    border: none;
    padding: 7px 10px 7px 40px;
    outline: none;
    float: left;
    width: calc(100% - 70px);
    line-height: 1.3em;
    min-height: 1.7em;
    max-height: 10rem;
    display: block;
    max-width: 88%;
    font-size: 18px;
    min-width: 200px;
    margin: 0 0 0 10px;
    box-shadow: none;
}
#chat-msg-submit, #centercb-msg-submit, .chat-msg-submit {
    padding: 3px;
    border: none;
    float: left;
    margin: 5px;
    cursor: pointer;
    border-radius: 8px;
    width: 36px;
    height: 35px;
    background: #fff;
    outline: none !important;
    margin-top: 7px;
    color: #495d7f;
    font-size: 18px !important;
}
div.conv-form-wrapper:before {
    height: 60px;
}

.center_cb_input.userInputDynamic  { width: calc(100% - 95px) !important; margin-left: 35px !important}

#chatbot-btn .tooltiptext {
  visibility: hidden;
  width: 185px;
  background-color: #ee3535;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 60px;

}

#chatbot-btn:hover .tooltiptext {
  visibility: visible;

}
#chatbot-btn .tooltiptext:after {
    border-bottom: solid transparent 10px;
    border-top: solid transparent 10px;
    border-left: solid #ee3535 10px;
    bottom: 20px;
    content: " ";
    height: 0;
    left: 104%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}


#call_button .tooltiptext {
  visibility: hidden;
  width: 185px;
  background-color:#61b2db;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 60px;

}

#call_button:hover .tooltiptext {
  visibility: visible;

}
#call_button:hover {
  color: #fff;

}
#call_button .tooltiptext:after {
    border-bottom: solid transparent 10px;
    border-top: solid transparent 10px;
    border-left: solid #61b2db 10px;
    bottom: 20px;
    content: " ";
    height: 0;
    left: 104%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
#messages .message a {color: white; text-decoration: underline;}
#chtbt-upl-lc:hover{cursor: pointer;}

#center_cb_window, .center_cb_window {
    background-color: rgba(240,240,240,0.9);
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

#center_cb_window div.conv-form-wrapper:before, .center_cb_window div.conv-form-wrapper:before {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background:#495d7f;
}
.center_cb_window .close-chatbot{ color:#fff; }
#close_center_cb, .close_center_cb {color: #fff !important;}
#close_center_cb:hover, .close_center_cb:hover{cursor: pointer;}
#center_cb_window #convForm, .center_cb_window .convFormDynamic {background-color: #fff;}
#center_cb_window div.conv-form-wrapper div#messages div.message.to,
.center_cb_window div.conv-form-wrapper div#messages div.message.to {background: #fff;color:#333; }
#center_cb_window div.conv-form-wrapper div#messages div.message.from,
.center_cb_window div.conv-form-wrapper div#messages div.message.from {background: #495d7f;color: #fff;}

#center_cb_window #messages, .center_cb_window #messages {padding: 15px}

#center_cb_btn {
    position: fixed;
    right: 0;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 1000;
    background-color: #495d7f;
    color: #fff;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    -webkit-transition: box-shadow 0.2s cubic-bezier(.4,0,1,1),background-color 0.2s cubic-bezier(.4,0,.2,1),color 0.2s cubic-bezier(.4,0,.2,1);
    -moz-transition: box-shadow 0.2s cubic-bezier(.4,0,1,1),background-color 0.2s cubic-bezier(.4,0,.2,1),color 0.2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow 0.2s cubic-bezier(.4,0,1,1),background-color 0.2s cubic-bezier(.4,0,.2,1),color 0.2s cubic-bezier(.4,0,.2,1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);

}


.dropup .tooltiptext {
  visibility: hidden;
  width: 185px;
  background-color: #ee3535;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px 0;
  position: absolute;
  z-index: 0;
  top: -5px;
  right: 60px;
  height: 60px;
  font-size: 24px;
}


.dropup:hover .tooltiptext {
  visibility: visible;

}

.dropup .tooltiptext:after {
    border-bottom: solid transparent 10px;
    border-top: solid transparent 10px;
    border-left: solid #ee3535 10px;
    bottom: 20px;
    content: " ";
    height: 0;
    left: 104%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
.message.to.ready.red {
    background-color: #fae6e6 !important;
}

.dropup {
  position: fixed;
  font-size: 24px;
  bottom: 80px;
  right:25px;
  height: 45px;
  width: 45px;
  z-index: 10000;
}
@media(max-width: 766px){
    .dropup {
        bottom: 10px !important;
        right: 10px!important;
    }
    .dropup .slimScrollDiv {
      margin-top: 50px;
    }
}
.dropup:before{content: none;}

.dropup > a, .dropup > button {
  font-size: 14px;
  background-color: white;
  border: 1px solid #ccc;
  padding: 6px 20px 6px 10px;
  border-radius: 4px;
  display: inline-block;
  color: black;
  text-decoration: none;
}

.dropup > a:before, .dropup > button:before {
  position: absolute;
  right: 7px;
  top: 12px;
  content: ' ';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dropup input[type=checkbox] {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}
.dropup input[type=checkbox]:hover {cursor: pointer}
.dropup input[type=checkbox]:checked {
  position: fixed;
  z-index:+0;
  top: 0px; left: 0px; 
  right: 0px; bottom: 0px;
}

.dropup ul {
    position: absolute;
    bottom: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    right: 0px;
    list-style: none;
    padding: 4px 0px;
    display: none;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,.175);
    margin-bottom: 0;
    font-size: 18px;
    overflow-y: scroll;
}

.dropup input[type=checkbox]:checked + ul {
  display: block;
}

.dropup ul li {
  display: block;
  padding: 6px 20px;
  white-space: nowrap;
  min-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dropup ul li:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.dropup ul li a {
  text-decoration: none;
  display: block;
  color: black
}

.dropup .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  font-size: 1px;
  padding: 0;
}
#chat-dropup-btn {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 24px;
    color: #fff;
    background: #ee3535;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    z-index: 10000;
    border: none;
}
#chat-dropup-btn:before {content:none;}
#chat-dropup-btn:hover {cursor: pointer;}


div.convFormDynamic input.userInputDynamic {
    font-size: 18px;
    min-width: 200px;
    margin: 0 0 0 10px;
    box-shadow: none;
    padding: 0 0 0 10px;
}
div.convFormDynamic input.userInputDynamic:focus {border: none;}
div.convFormDynamic a.chat-msg-submit {margin-top: 7px}

div.convFormDynamic a.chat-msg-submit {
    color: #495d7f;
    font-size: 18px !important;
    padding-left: 11px;
}
div.convFormDynamic a.chat-msg-submit:hover {
    background: #495d7f;
    color: #fff;
    font-size: 18px !important;
}
div.convFormDynamic {
   margin: 15px; 
   padding: 0 !important; 
   position: relative; 
   box-shadow: 0 0 5px 5px rgba(222, 222, 222, 0.4); 
}

.pulse-button,
.pulse-button .tooltip {
    background: #ee3535;
    color: #fff;
    display: block
}

.pulse-button {
    z-index: 100;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-animation: pulse 1.5s infinite
}

.pulse-button:active,
.pulse-button:after,
.pulse-button:hover {
    -webkit-animation: none;
    color: #fff
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(6, 162, 120, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(6, 162, 120, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(6, 162, 120, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(6, 162, 120, .4);
        box-shadow: 0 0 0 0 rgba(6, 162, 120, .4)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(6, 162, 120, 0);
        box-shadow: 0 0 0 10px rgba(6, 162, 120, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(6, 162, 120, 0);
        box-shadow: 0 0 0 0 rgba(6, 162, 120, 0)
    }
}

.pulse-button .tooltip {
    bottom: -20%;
    left: -200px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    height: 60px;
    opacity: 1;
    padding: 10px;

    position: absolute;
    width: 185px;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .28)
}

.pulse-button .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.pulse-button .tooltip:after {
    border-bottom: solid transparent 10px;
    border-top: solid transparent 10px;
    border-left: solid #06a278 10px;
    bottom: 20px;
    content: " ";
    height: 0;
    left: 104%;
    margin-left: -10px;
    position: absolute;
    width: 0
}


.lte8 .pulse-button .tooltip {
    display: none
}

.lte8 .pulse-button:hover .tooltip {
    display: block
}
#close_chat_tooltip{
    float: left;
    background: #fff;
    border: none;
    margin-top: 9px;
    color: #06a278;
}
@media(max-width: 766px){
    .pulse-button {
        bottom: 10px !important;
        right: 122px!important;
    }
}

.cb_logobar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 8;
    height: 60px;
    padding: 8px !important;
}
.cb_title {
  display: inline-block;
  color:#fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 370px;
  margin: 0;
}
.unread_fe_chat {
  color: #fff !important;
  background: #06a278 !important;
}
.message-avatar img {
    object-fit: cover; 
    object-position: 50% 0; 
}

.hiddenfile{
 width: 0px;
 height: 0px;
 overflow: hidden;
 margin:0;
}