@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
 
}
html{height:100%}

body{ 
	/* background-image: url(images/back.jpg); */
	background-position: center;
	background-size: auto;
	height:100%;
}

.main{
  width: 100%;
   
  display: flex;
  align-items: center;
  justify-content: center;
/*   bbackground-image: url(images/back.jpg);
  background-position: center;
  background-size: cover; */
}

.delete{
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF0000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;

}
.alertPos{
position: absolute;
position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%,0%);
  width: 99%;
  border: 5px solid cadetblue;
  border: 5px solid #0f5132;
  z-index: 3;
  }

.inner_region{padding: 30px; width:100%}

.profile-card
{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  width: 100%;
 /*  border-radius: 25px; */
  border: 1px solid #ffffff40;
  padding-top: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.4);  
  position:relative;
}

.image{
  position: relative;
  height: 150px;
  width: 150px;
}
.image .profile-pic{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}
.data{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  padding: 30px;
}
.data h2{
  font-size: 33px;
  font-weight: 600;
}
span{
 /*  font-size: 18px; */
}
.row{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.row .info{
  text-align: center;
  padding: 0 20px;
}
.buttons{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.buttons .btn{
  color: #fff;
  text-decoration: none;
  margin: 0 20px;
  padding: 8px 25px;
  border-radius: 25px;
  font-size: 18px;
  white-space: nowrap;
  background: linear-gradient(to left, #33ccff 0%, #ff99cc 100%);
}
.buttons .btn:hover{
  box-shadow: inset 0 5px 20px rgba(0,0,0,0.4);
}

.btnSite:hover {
  background-color: #e9ecef;
  color: #0d6efd;
  border-color: #ced4da;
  text-decoration: none;
}

.btnSite:active {
  background-color: #dee2e6;
  border-color: #adb5bd;
  color: #0a58ca;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btnSite i {
  transition: color 0.2s ease;
}

.btnSite:hover i {
  color: #0d6efd;
}
.btnSite {
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .3) 0 6px 20px;
  box-sizing: border-box;
  color: #121212;
  display: block;
  flex: 1 1 auto;
  font-family: Inter,sans-serif;
  /* font-size: 1.2rem; */
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 1rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s,-webkit-box-shadow .2s;
  /* white-space: nowrap; */
  white-space: unset;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
}
.startheader{

}
.priceSpan{font-size:14px; font-weight:normal}

.image {
  text-align: center;
  background-image: url('https://diamondelgh.com/images/digitalnait-192x192.png');
  background-size: cover;
  background-position: center;
  z-index:1;
} 

.image, .image2 {
  position: relative;
  height: 80px;
  width: 80px;
}

.image2 {
  text-align: center;
  background-image: url('../images/wac.png');
  background-size: cover;
  background-position: center;
  border:1px solid deepskyblue;
  border-radius:10px 9px 20px;
  border-radius: 0px 10px 20px 0px;
  border-left:0px;
  z-index:-1
} 

.me_neg{margin-right: -10px!important}
.pos_stky{position:sticky}

.highlight_box_select {box-shadow: 0 0 0 10px rgb(0, 0, 0);}

@media screen and (max-width:360px){
	.col-6 { width: 100%;}
	 
}

.form_meta_data{display:none}
.swal2-title{display:block!important;font-size: 1.5em!important;}
.mxW-4{max-width:400px}