/*
swithABV v1.8.0
Licensed: MIT.
Developed: Alevi Rodriguez.
Since: 2023
*/
.container_node {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	background-color: #e7e7e726;
	position: relative;

}

.flex-container {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 4px;
	height: 46px;
}

.container-left {
	display: flex;
	flex: 0;
	background-color: #1aaee5;
	border-radius: 50px;
	margin-right: 7px;
	z-index: 1;
	height: 40px;
	width: 80%;
}

.container-right {
	flex: 18;
	padding: 0.2rem;
	background-color: #efefef30;
	border-radius: 50px;
	z-index: 1;
}
.background_color_box{
	background-color: #fff !important;
}

.contains-information {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	/* white-space: nowrap; */
	color: white;
}
.information-text p {
	max-height: 0px;
}

.contains-button-confirm{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;

}
.contains-icon {
    padding: 4px;
	height: 98%;;
}
.complement-ico{
    display: flex;
    align-items: center;
	border-radius: 50%;
	color: white;
}

.text-information{
	margin: 0px;
	font-size: 18px;
}
.text-confirmation{
	margin: 0px;
	font-size: 18px;
	color: #287f55 !important;
	cursor: default;
	font-weight: 600;
}
.pulse{
	background-image: url("./pulse.gif"); 
    height: 37px;
	width: 20px;
    background-position: center;
    background-size: 22px;
    background-repeat: no-repeat;
}

.loading-swithABV{
	background-image: url("./loading_.gif"); 
    height: 34px;
    background-position: center;
    background-size: 75px;
    background-repeat: no-repeat;
}

.contains-text-node {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	color: white;
}

.d_flex {
	display: flex !important;
}
.d_none {
	display: none;
}
.icon_send{
	display: none;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.text-information{
		font-size: calc(8px + 1vw);
		text-align: center;
		margin-right: 5px !important;
		
	}
	.contains-text-node{
		margin-left: 25%;
		width: 50%;
		font-size: calc(8px + 1vw);
		white-space: pre-line;
		text-align: center !important;
	}
	.text-confirmation{
		margin-right: 10px !important;
		font-size: calc(7px + 1vw);
		color: #287f55;
		display: none;
		font-weight: 600;
	}
	.pulse{
		display: none;
	}
	
	.icon_send{
	display: block ;
	background-image: url("../../img/iconSend-guinda.svg"); 
    background-position: 50% 50%;
    background-repeat: no-repeat;
	}
	.contains-button-confirm{
		width: 34px !important;
		height: 34px !important;
	}
	.container-right {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	
  }