/*--------------------------------------------------------------
  == Before After
  --------------------------------------------------------------*/

.tmpcoder-ba-image-container {
	position: relative;
	overflow: hidden;
}

.tmpcoder-ba-image-container * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tmpcoder-ba-image-1 img,
.tmpcoder-ba-image-2 img {
	max-width: 100%;
	width: 100%;
}

.tmpcoder-ba-image-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tmpcoder-ba-image-2 img {
	position: absolute;
	top: 0;
}

.tmpcoder-ba-divider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
	height: 100%;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}

.tmpcoder-ba-divider-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tmpcoder-ba-vertical .tmpcoder-ba-divider-icons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tmpcoder-ba-horizontal .tmpcoder-ba-divider-icons i:first-child {
	text-align: right;
	padding-right: 10%;
}

.tmpcoder-ba-horizontal .tmpcoder-ba-divider-icons i:last-child {
	text-align: left;
	padding-left: 10%;
}

.tmpcoder-ba-divider-icons .fa {
	text-align: center;
}

.tmpcoder-ba-vertical .tmpcoder-ba-divider {
	top: 50%;
	left: auto;
	width: 100%;
	height: auto;
}

.tmpcoder-ba-vertical .tmpcoder-ba-image-2 img {
	top: auto;
}

.tmpcoder-ba-horizontal .tmpcoder-ba-divider-icons:before,
.tmpcoder-ba-horizontal .tmpcoder-ba-divider-icons:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
}

.tmpcoder-ba-vertical .tmpcoder-ba-divider-icons:before,
.tmpcoder-ba-vertical .tmpcoder-ba-divider-icons:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
}

.tmpcoder-ba-label {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
}

.tmpcoder-ba-labels-none .tmpcoder-ba-label {
	display: none;
}

.tmpcoder-ba-labels-hover .tmpcoder-ba-label {
	opacity: 0;
	-webkit-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
}

.tmpcoder-ba-labels-hover:hover .tmpcoder-ba-label {
	opacity: 1;
}

.tmpcoder-ba-horizontal .tmpcoder-ba-label {
	top: 0;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tmpcoder-ba-horizontal .tmpcoder-ba-label-1 {
	left: 0;
}

.tmpcoder-ba-horizontal .tmpcoder-ba-label-2 {
	right: 0;
}

.tmpcoder-ba-vertical .tmpcoder-ba-label {
	left: 0;
	width: 100%;
}

.tmpcoder-ba-vertical .tmpcoder-ba-label-1 {
	top: 0;
}

.tmpcoder-ba-vertical .tmpcoder-ba-label-2 {
	bottom: 0;
}

.elementor-widget-tmpcoder-before-after .tmpcoder-ba-label>div {
	background-color: #5729d9;
	font-size: 14px;
}