/* For mobile phones: */
.bomgar-chat-body {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: white;
}
.bomgar-chat-popup {
	position: fixed;
	width: 90%;
	height: 75%;
	bottom: 2rem;
	right: 3px;
	z-index: 25000;
	border-style: solid;
	border-color: #e7e7e7;
	border-radius: 5px;
}
.bomgar-chat-head {
	height: 25px;
	background-color: white;
	border-style: solid;
	border-color: #e7e7e7;
	border-width: 2px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.bomgar-chat-iframe {
	width: 100%;
	height: 100%;
}
.bomgar-link-div {
	/*position: fixed;*/
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	/*height: 40px;*/
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	/*right: 15;
	bottom: 0;*/
	z-index: 25000;
	cursor: pointer;
	background-color: rgb(248, 248, 248);
	border-style: solid;
	border-color: #e7e7e7;
	border-width: 2px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
	font-size: 24px;
}
.bomgar-link-div:hover {
	background-color: rgb(250, 250, 250);
	border-color: rgb(200, 200, 200);
}
.close {
	font-size: 2rem;
	font-weight: 500;
}
.close:hover {
	font-weight: 900;
}
.email-support-div {
	position: fixed;
	width: 130px;
	height: 40px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	right: 15;
	bottom: 0;
	z-index: 25000;
	cursor: pointer;
	background-color: rgb(248, 248, 248);
	border-style: solid;
	border-color: #e7e7e7;
	border-width: 2px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
}
/* Tablets */
@media only screen and (min-width: 780px) {
	.bomgar-chat-popup {
		position: fixed;
		width: 60%;
		bottom: 2rem;
		right: 15px;
		z-index: 25000;
		border-style: solid;
		border-color: #e7e7e7;
		border-radius: 5px;
	}
}
/* Small Desktops */
@media only screen and (min-width: 980px) {
	.bomgar-chat-popup {
		position: fixed;
		width: 60%;
		bottom: 2rem;
		right: 15px;
		z-index: 25000;
		border-style: solid;
		border-color: #e7e7e7;
		border-radius: 5px;
	}
}
/* Desktops */
@media only screen and (min-width: 1080px) {
	.bomgar-chat-popup {
		position: fixed;
		width: 40%;
		bottom: 2rem;
		right: 15px;
		z-index: 25000;
		border-style: solid;
		border-color: #e7e7e7;
		border-radius: 5px;
	}
	
}
