.scf-chat-wrapper{

	position:fixed;

	bottom:25px;

	display:flex;

	flex-direction:column;

}

.scf-btn{

	display:flex;

	align-items:center;

	justify-content:center;

	background:#ffffff;

	transition:all .3s ease;

	cursor:pointer;

	text-decoration:none;

	overflow:hidden;

}

.scf-btn:hover{

	transform:translateY(-4px);

}

.scf-btn img{

	display:block;

	width:100%;

	height:100%;

	padding:0;

	margin:0;

	object-fit:contain;

}

.scf-position-right{

	right:25px;

	left:auto;

}

.scf-position-left{

	left:25px;

	right:auto;

}

/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/

@media (max-width:768px){

	.scf-chat-wrapper{

		bottom:20px;

	}

}


.scf-chat-iframe{

    position:fixed;

    right:0;

    bottom:0;

    border:none;

    background:transparent;

    overflow:hidden;

    z-index:999999;

}