/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

@media all and (max-width: 991px) 
{
	.barantum-livechat-widget{
		position: fixed !important;
		width: 86px !important;
		height: 86px !important;
		max-height: 100vh !important;
		bottom: 25px !important;
		right: 0px !important;
		z-index: 12345 !important;
		left: 0px !important;
	}
}

@media all and (min-width:992px)
{
	.barantum-livechat-widget{
		position: fixed !important;
		width: 86px !important;
		height: 86px !important;
		max-height: 100vh !important;
		bottom: 25px !important;
		right: 0px !important;
		z-index: 12345 !important;
		left: auto !important;
	}
}