* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
html {
	background-color: transparent;
}
#webwidget {
	background-color: transparent;
	padding: 10px;
}
.clearfix {
	clear: both;
}
.savvy-btn {
	position: fixed;
	right:-25px;
	bottom:10px;
	height: 52px;
	width: 52px;
	border-radius: 50%;
    background: #455a64;
    border: 0;
    padding: 14px;
    float: right;
    margin-right: 30px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.6);
}
.w-12{
	width:12px;
}
.notif-label{
    position: absolute;
    background: red;
    border-radius: 50%;
    padding: 6px;
    right: 5px;
    top:1px;
}
.savvy-widget-mid {
	width: calc(100% - 20px);
	padding-top: 0px;
	box-shadow:0 7px 14px 1px rgba(57,73,76,.4), 0 -1px 2px rgba(57,73,76,.25);
}
.blue .launcher {
	position: fixed;
	right:-25px;
	bottom:10px;
	height: 52px;
	width: 52px;
	border-radius: 50%;
    background: #124d7d;
    border: 0;
    padding: 14px;
    float: right;
    margin-right: 30px;
    box-shadow: 0 7px 14px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
}
button.close{
    text-shadow: none !important;
    color:#fff !important;
    transition: all .16s;
    text-align: center;
    position: absolute;
}
#savvy-icn img {
	width: 24px;
}
#savvy-icn {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.launcher-active #savvy-icn { 
	opacity: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
#show-icn-close i { 
	font-size: 24px;
}
#show-icn-close{ 
    opacity: 0;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.launcher-active #show-icn-close{ 
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.mid-top {
    background-color: #f75b36;
    position: relative;
    padding: 10px 25px 10px;
    border-radius: 5px 5px 0 0;
}
.savvy-int{
	font-size:14px;
	color:#6d97ba;
}
.mid-logo {
	height: 70px;
	width: 70px;
	border-radius: 50%;
    background: #455a64;
    border: 0;
    padding: 15px;
    display: block;
    position: absolute;
    top: -35px;
}
.mid-top h1 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
}
.mid-top .close {
    font-size: 12px;
    position: absolute;
    right: 15px;
    color: #fff;
    opacity: 1;
    top: 15px;
}
.lable-sec {
	padding:17px 17px 9px 17px;
    background-color: #fff;
    margin: 0;
}
.lable-sec li {
	display: inline-block;
	margin-bottom: 10px;
    padding-left: 0;
}
.lable-sec .label {
	border-radius: 2px;
	border:1px solid #aaaaaa;
	font-size: 12px;
	display: block;
	padding: 5px;
	cursor: pointer;
}
.preview-chat-box .lable-sec .label{
	font-size: 12px;
}
.question-form {
	position: relative;
	width: 100%;
	padding:0px 25px 10px 25px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
.question-form .form-group {
	margin-bottom: 0;
}
.question-form .btn {
	color: #fff;
}
.question-form .form-control {
	border:0;
	padding-left: 0;
	padding-right: 65px;
	font-size: 14px;
	color: #222;
	font-weight: 400;
}
.question-form input {
	font-style: normal;
}
.powered {
	display: block;
	background-color: #fff;
	height: 22px;
}
.powered a, .powered-exp a {
	color: #455a64;
	font-style: italic;
	font-size: 12px;
}
.chat-list .chat-text p{
	font-size:14px;
    font-weight: 400;
    padding:0;
}
#webwidget .right-sidebar {
    width:calc(100% - 70px);
    box-shadow: 0 7px 14px 1px rgba(57,73,76,.4), 0 -1px 2px rgba(57,73,76,.25);
	height: 100%;
	right: -200%;
}
#webwidget .right-sidebar .r-panel-body{
	padding:10px 5px;
}
#webwidget .right-sidebar .rpanel-title span:hover {
	color: #fff;
}
#webwidget .preview-chatmodal .chat-list .chat-body {
    width: calc(100% - 74px);
    margin-left:0;
}
#webwidget .r-panel-chat .chat-list .odd .chat-text:after {
	top: 21px;
}
#webwidget li.even {
    margin-right: 30px;
}

#webwidget li.odd {
    margin-left: 30px;
}
.ticket .btn {
	border: 1px solid #f75b36;
	background-color: transparent;;
	color:  #f75b36;
	border-radius: 4px;
    padding: 5px;
}
.ticket .btn img {
	width: 24px;
}
.ticket .btn:hover, .ticket .btn.active {
	background-color: #00c292;
	border-color: #00c292;
	color: #fff;
}
.btn-send, .btn-clr, .btn-send:hover, .btn-clr:hover {
	color: #ffffff;
}
.typing {
	top: 0;
	bottom: auto;
}
#webwidget .right-sidebar .r-panel-body ul li:last-child {
	margin-bottom: 80px;
}
.rpanel-footer {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
}
#web-new-ticket .rpanel-footer{
	bottom:10px;
}
.expand-input textarea {
	background-color: transparent; 
	font-size: 14px;
	resize: none;
    padding: 7px 12px; 
    max-height: 105px;
}
.input-group-btn {
	vertical-align: bottom;
}
.expand-input textarea::-webkit-scrollbar {
    width: 5px;
}
.expand-input textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.expand-input textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0; 
    opacity: 0.4;
}

@media (max-width:420px) {
	.powered {
		padding: 10px 15px;
	}
	.question-form {
		padding:0 15px;
	}
	.lable-sec {
		padding: 15px 15px;
	}
	.mid-top {
		padding: 30px 15px 10px;
	}
}
@media (max-width:395px) {
	.lable-sec .label {
		font-size: 13px;
	}
	.powered {
		padding: 5px 15px;
	}
	.question-form {
		padding:0 15px;
	}
}
@media (max-width:370px) {
	.lable-sec .label {
		font-size: 13px;
	}
	.mid-top {
		padding: 20px 15px 5px;
	}
	.powered {
		padding: 5px 15px;
	}
	.question-form {
		padding:0 15px;
	}
	.mid-logo {
	    height: 60px;
	    width: 60px;
	    top: -30px;
	}
	.lable-sec li {
		margin-bottom: 7px;
	}
}
@media (max-width:330px) {
	.lable-sec {
		padding: 10px 15px;
	}
}

/* Green - #12cfa7 */
.green .savvy-btn, .green .mid-top, .green .mid-logo, .green .btn-clr, .green .right-sidebar .rpanel-title {
	background-color: #12cfa7;
    font-weight: 500;
    font-size: 16px;
}
.green .btn-send{
	background: transparent;
	color: #12cfa7;
	box-shadow: none;
	top:-7px;
	font-size: 14px;
}
.green .question-form .btn{
	background: transparent;
	color: #12cfa7;
	padding:0;
}
.green .lable-sec .label {
	color: #12cfa7;
}
.green .lable-sec .label:hover {
	border-color: #12cfa7;
	background-color: #12cfa7;
	color: #fff;
}
.green .r-panel-chat .chat-list .even .chat-text {
	border-color: #F5FAF9 !important;
}
.green .r-panel-chat .chat-list .even .chat-text p:before {
	border-right-color: transparent;
}
.green .expand-input textarea::-webkit-scrollbar-thumb {
    background-color: #12cfa7;
}
.green .text{
	color:#12cfa7;
}
.green .r-panel-chat .chat-list .odd .chat-text{
	background: #58DDC1 !important;
    position: relative;
    margin-bottom:2px;
    padding: 5px 20px;
    display: block;
    float: right;
    clear: both;
    width: auto;
}
.green .rpanel-footer{
	border-top-color: #12cfa7;
}
.green .launcher{
	background: #12cfa7 !important;
	position: fixed;
	right:-25px;
	bottom:10px;
	height: 52px;
	width: 52px;
	border-radius: 50%;
    border: 0;
    padding: 14px;
    float: right;
    margin-right: 30px;
    box-shadow: 0 7px 14px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
}
.green .savvy-btn, .green .mid-top, .green .mid-logo, .green .btn-send, .green .btn-clr, .green .right-sidebar .rpanel-title{
	font-size:16px;
	font-weight:500;
}
.green .btn-send:hover, .green .btn-send:focus{
	text-decoration: none;
}
/* Blue - #124d7d */
.blue .savvy-btn, .blue .mid-top, .blue .mid-logo, .blue .btn-send, .blue .btn-clr, .blue .right-sidebar .rpanel-title {
	background-color: #124d7d;  
    font-weight: 500;
    font-size: 16px;
}

.blue .btn-send{
	background: transparent;
	color: #124d7d;
	box-shadow: none;
	top:-7px;
	font-size:14px;
}
.blue .btn-send:hover, .blue .btn-send:focus{
	text-decoration: none;
}
.blue .question-form .btn{
	background: transparent;
	color: #124d7d;
	padding:0;
	font-weight: 500;
}
.blue .question-form .btn:hover, .blue .question-form .btn:focus, .green .question-form .btn:hover, .green .question-form .btn:focus{
	text-decoration: none;
}
.blue .lable-sec .label {
	color: #124d7d;
}
.blue .lable-sec .label:hover, .blue .lable-sec .label.active {
	border-color: #124d7d;
	background-color: #124d7d;
	color: #fff;
}
.blue .r-panel-chat .chat-list .even .chat-text {
	border-color:#F7F9FC !important;
}
.blue .r-panel-chat .chat-list .even .chat-text p:before {
	border-right-color: transparent;
}
.blue .expand-input textarea::-webkit-scrollbar-thumb {
    background-color: #124d7d;
}
#savvy-pop{
    position: absolute;
    bottom: 75px;
}
.expand-input textarea.form-control.b-none {
    background: #fff;
}
.rpanel-footer{
	background-color: #fff;    
    padding-bottom: 1px;
    border-top-width: 2px;
	border-top-style: solid;
}
.blue .rpanel-footer{
	border-top-color: #124d7d;
}
#web-chat.right-sidebar .r-panel-body{
	height:calc(100vh - 170px);
}
.send-chat-box .input-group-btn{
	margin: 0;
	padding: 0;
	background: #fff;
    border-left: 2px solid #eeeeee;
}
.powered-exp{
	padding:12px 10px 12px 10px;
}
.powered-exp a{
	font-size:12px;
}
.new-msg{
    position: absolute;
    bottom: 62px;
    background: #fff;
    right: 50px;
    padding: 10px 47px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #124d7d;
    font-weight: 500;
    margin-bottom: 0;
    box-shadow: 0 7px 14px 1px rgba(57,73,76,.4), 0 -1px 2px rgba(57,73,76,.25);
}
.close-msg{
	display:none;
}
.new-msg:hover .close-msg{
	display:block;
}
.close-msg{
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 10px;
    cursor: pointer;
}
.blue .text{
	color:#124d7d;
}
.chat-status{
    position: absolute;
    right: 63px;
    top: 10px;
}

.chatbtn{
    background: red;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom:20px;
    border-radius: 40px;
}
.chatbtn i{
    font-size:25px;
}
.chatbtn:hover{
    color:#fff;
}
/*.chatdata{
    background: #fff;
    position: absolute;
    width: 400px;
    right: 20px;
    bottom: 90px;
}
.chat-header{
    background: blue;
    padding: 10px;
}
.chat-header h1{
    color:#fff !important;
}
.chat-inner{
    background: #e7e7e7;
    padding:10px;
}*/
.chat-msg{
    text-align: right;
}
.question-form .btn{
	line-height: 1;
}
.msg-timestamp{
	float:right;
	font-size: 11px;
	padding-right: 21px;
}
.confirmation {
    background-color: #efefef;
    height: 100%;
    position: absolute;
    width: 400px !important;
    z-index: 9;
    bottom: 0;
    padding: 20px 0;
    text-align: center;
}
.confirmation button.yes {
    background-color:#124d7d;
    color: #fff;
    /* padding: 5px 50px 5px 73px !important; */
}
.confirmation button.no {
    background-color: #F7F9FC !important;
    color: #124d7d;
    /* padding: 5px 14px 5px 60px !important; */
}
.confirmation button {
    border: 0;
    border-radius: 2px;
    font-size: 14px;
    padding: 5px 20px;
    margin: 0 10px;
    position: relative;
    width:178px;
}