#bp-ia-chat .default-bg-color
{
	background: #FF359C !important;
}

#bp-ia-chat.bootstrap a
{
	color: #FFE419 !important;
}

#bp-ia-chat #chat-box 
{
    position: fixed !important;
    right: 30px !important;
    bottom: 0 !important;
    width: 280px;
    font-family: sans-serif;
    z-index: 9999 !important;
}

#bp-ia-chat #ia-chat-circle:hover 
{
	box-shadow: 0px 0px 45px 0px #CCC;
	-webkit-transition: 0.5s; /* Safari */
	transition: 0.5s;
}

#bp-ia-chat #ia-chat-circle 
{
	overflow: hidden;
	width: 60px !important;
	height: 60px;
	margin-bottom: 20px;

    background: #f1c40f;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#bp-ia-chat #ia-chat-circle i 
{
	font-size: 35px;
	color: #FFF;
	padding-top: 10px;
}

#bp-ia-chat #ia-chat-box {
	display: none;
	height: 568px;
	background-color: #FFF;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 45px 0px #CCC;
	padding: 0 !important;
}

#bp-ia-chat #ia-chat-box  #ia-chat-box-header
{
	background: #f1c40f;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px;
	color: #FFF;
    line-height: 15px;
    font-weight: 500;
    padding-left: 50px;
}

#bp-ia-chat #ia-chat-box-header .info 
{ 
	font-weight: normal;
	color: #fcf8e3;
	font-size: 12px;
 }

#bp-ia-chat #ia-chat-box .ia-chat-body
{
	padding: 10px !important;
	font-size: 14px;
	height: 72%;
}

#bp-ia-chat #ia-chat-footer 
{
	position: absolute !important;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	background-color: #efefef;
	text-align: center;
	font-size: 10px;
}

#bp-ia-chat .mrgTop10 
{
	margin-top: 10px;
}

#bp-ia-chat .mrgBottom10
{
	margin-bottom: 10px;
}


#bp-ia-chat #ia-chat-dialog
{
	display: block;
}


#bp-ia-chat #ia-chat-field
{
	height: 100%;
	overflow-y: auto;
}

#bp-ia-chat #ia-chat-typing
{
	position: absolute !important;
    right: 0;
    bottom: 63px;
    left: -10px;
    padding: 1rem;
    text-align: right;
    line-height: 24px;
    font-size: 11px;
    display: none;
}

#bp-ia-chat #ia-chat-typing #icon
{
	background: url(/bp-livechat/fonts/ic_typing_round.svg) no-repeat 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 24px;
    vertical-align: bottom;
    margin-right: 12px;
}

#bp-ia-chat #ia-chat-customer-form
{
	position: absolute !important;
    right: 0;
    bottom: 33px;
    left: 0;
    padding: 1rem;
}

#bp-ia-chat #ia-chat-customer-form input[type=text]
{
	border: none;
	outline: none;
	width: 80%;
	line-height: 30px;
}

#bp-ia-chat .ia-chat-response
{
	color: #606273;
	background-color: #eff3f6;
	padding: 10px;
	font-size: 12px;
	border-radius: 5px;
	line-height: 17px;
	word-wrap: break-word;
}

#bp-ia-chat .add_me_chat
{
	width: 100%;
    border-radius: 4px 4px 4px 4px;
    background-color: transparent;
    border: #FFF 1px solid;
    line-height: 30px !important;
    outline: none !important;
    margin-top: 5px !important;
}

#bp-ia-chat .add_me_chat:hover
{
	background-color: #CC2A7D;
}

#bp-ia-chat .ia-chat-response ul
{
	padding-left: 0 !important;
}

#bp-ia-chat .ia-chat-template-response, #bp-ia-chat .ia-chat-template-ia-response
{
	display: none;
}

#bp-ia-chat .ia-chat-response span
{
	font-weight: bold;
}

#bp-ia-chat .ia-chat-response.ia-response
{
	background-color: #f1c40f;
	color: #fff;
}

#bp-ia-chat .ia-chat-response.ia-typing
{
	background-color: #fff;
	color: #333;
}

/* responsive */

/* PC */
@media only screen and (max-height: 660px) { 
	#bp-ia-chat #ia-chat-box
	{
		height: 430px !important;
	}
	#bp-ia-chat #ia-chat-box .ia-chat-body
	{
		height: 65%;
	}
}

@media only screen and (max-height: 530px) { 
	#bp-ia-chat #ia-chat-box
	{
		height: 375px !important;
	}
	#bp-ia-chat #ia-chat-box .ia-chat-body
	{
		height: 56%;
	}
}

@media only screen and (max-height: 460px) { 
	#bp-ia-chat #ia-chat-box
	{
		height: 270px !important;
	}
	#bp-ia-chat #ia-chat-box .ia-chat-body
	{
		height: 47%;
	}
}