.btn-gradiant{
text-align: center;
width: 80%;
padding: 8px; 
height: 95%;
position: relative;
cursor: pointer;
background: -webkit-linear-gradient(3.63deg,#d062ff 2.96%,#7bb0ff 99.68%),-webkit-linear-gradient(left,#ed6ea0,#ec8c69);
background: linear-gradient(86.37deg,#03400f 2.96%,#7fff7b 99.68%),linear-gradient(90deg,#ed6ea0,#ec8c69);
box-shadow: 0 5px 15px rgba(201,85,255,.5);
border-radius: 12px;
padding-left: 12px;
}
.contain-fetch{
	position: absolute;
	z-index: 2;
	top: 53px;
	background: #fff;
	max-height: 132px;
	min-height: 0px;
	overflow: scroll;
	border-radius: 18px;
	padding-left: 16px;
	width: 100%;
	padding-right: 41px;
}
.element-fetch{
	border-bottom:1px solid #e0dbdb8d;
	padding-top: 2px;
	padding-bottom: 2px;
}
.space-adreese-delivred{
	max-height: 51vh;
	overflow: scroll;
	padding:10px;
	padding-bottom: 59px;
}
.recap-livraison{
	background-color: #fff;
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	padding: 10px;
	left: 0;
	height: 400px;
	border-radius: 20px;
	box-shadow: 1px -3px 12px 1px #00000030;
}
.btn-get-position-input{
	position: absolute;
  z-index: 1;
  top: -9px;
  margin: 0;
  height: 21px;
  width: 44%;
  right: 46px;
  background: #19420d;
  cursor: pointer;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 1px 1px 6px 1Px #0000005c;
}
.bg-gradiant{
	background: -webkit-linear-gradient(3.63deg,#d062ff 2.96%,#7bb0ff 99.68%),-webkit-linear-gradient(left,#ed6ea0,#ec8c69);
background: linear-gradient(86.37deg,#4dae1e 2.96%,#045714 99.68%),linear-gradient(90deg,#ed6ea0,#ec8c69);
}
.main2{
	width: 96%;
	height: 500px;
	background: red;
	overflow: hidden;
	background: url("https://doc-08-2c-docs.googleusercontent.com/docs/securesc/68c90smiglihng9534mvqmq1946dmis5/fo0picsp1nhiucmc0l25s29respgpr4j/1631524275000/03522360960922298374/03522360960922298374/1Sx0jhdpEpnNIydS4rnN4kHSJtU1EyWka?e=view&authuser=0&nonce=gcrocepgbb17m&user=03522360960922298374&hash=tfhgbs86ka6labelo3llbvp93mg4csvb38") no-repeat center/ cover;
	border-radius: 10px;
	box-shadow: 5px 20px 50px #000;
}
#chk{
	display: none;
}
.signup{
	position: relative;
	width:94%;
	height: 100%;
	background: #00000059;
}
label.label{
	color: #fff;
	font-size: 2.3em;
	justify-content: center;
	display: flex;
	margin-top: 44px;
	font-weight: bold;
	cursor: pointer;
	transition: .5s ease-in-out;

}
input{
	width: 60%;
	height: 20px;
	background: #e0dede;
	justify-content: center;
	display: flex;
	margin: 8px auto;
	padding: 10px;
	border: none;
	outline: none;
	border-radius: 5px;
}
button{
	width: 60%;
	height: 40px;
	margin: 10px auto;
	justify-content: center;
	display: block;
	color: #fff;
	background: #14111a;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
	outline: none;
	border: none;
	border-radius: 5px;
	transition: .2s ease-in;
	cursor: pointer;
}
button:hover{
color: #03400f;
}
button:active{
color: #03771a;
}
.login{
    height: 100%;
    background: #eee;
    border-radius: 60% / 10%;
    transform: translateY(-128px);
    transition: .8s ease-in-out;
}
.login label.label{
	color: #573b8a;
	transform: scale(.6);
}

#chk:checked ~ .login{
    transform: translateY(-100%);
}
#chk:checked ~ .login label .label{
	transform: scale(1);	
}
#chk:checked ~ .signup label .label{
	transform: scale(.6);
}
.bg-form{
    margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	font-family: 'Jost', sans-serif;
	background: green;
}
.input-form{
    border-radius: 50px;
}
.active_div{
	border: 1px solid #6749bb;
	transition: .2s;
}
.lock_Mpay{
background: #0000008a;
height: 100%;
position: absolute;
z-index: 12;
width: 100%;
cursor: no-drop;
}
.input-impact{
	font-size: 26px;
font-family: impact;
text-align: center;
}
.btn_menu_y{
	--transition-duration: .3s;
  height: 2.9rem;
  width: 2.9rem;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: background-color .2s;
  }
  .style-rebour{
	font-family: impact;
	font-size: 20px;
	text-align: center;
  }
  .clean_form{
	position: absolute;
    top: 16px;
    right: 30px;
    background: #F00;
    border-radius: 50%;
    font-size: 2px;
    color: #FFF;
	box-shadow: 1px 1px 5px 1px #9a939378;
  }
  .ui-input-text{
	width:100%;
  }
  .load-contain-data{
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 20;
	box-shadow: 1px 1px 1px 1px #0000002b;
	border-radius: 19px;
  }