@import url('https://fonts.googleapis.com/css?family=Raleway');
* {font-family: "Raleway","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif}
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 {

    box-shadow: 2px 10px 40px rgba(22,20,19,.4);
    padding: 7px 15px;
    border-radius: 20px;
    position: fixed;
    top: calc(50% - 334px);
    left: calc(50% - 250px);
    z-index: 333333;
    min-width: 500px;
    max-width: 600px;
    min-height: 668px;
    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 {
    font-size: 18px !important;
}
form.convFormDynamic input.userInputDynamic {
    font-size: 18px;
    min-width: 200px;
    margin: 5px 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{display: none}

@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 .intl-tel-input {
    float: left;
    width: calc(100% - 70px);
    margin-right: 10px;
}

.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;
}
#userInput {margin-top: 5px !important}
#liveChatInput {
    border: none;
    padding: 12px 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 {
    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;
}


#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 div.conv-form-wrapper div#messages div.message.to,
.center_cb_window div.conv-form-wrapper div#messages div.message.to {background:#06a278 !important;color:#fff; }
#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;}

div.convFormDynamic input.userInputDynamic {
    margin: 8px 0 0 10px;
}
.cb_logobar {
    background-color: #95202E;
}

#center_cb_window div.conv-form-wrapper:before, .center_cb_window div.conv-form-wrapper:before {
    border-radius: 0 !important;
    background-color: transparent; 
}