body 
{
	font-family: "Inter", sans-serif;
	background-color: white;
	padding: 0;
	margin: 0;
}
#kacardform
{
	width: 100%;
}
.kacard-herosection
{
	border-bottom-left-radius: 50% 15%;
	border-bottom-right-radius: 50% 15%;
	height: 300px;
	text-align: center;
	position: relative;
}
.kacard-herosection-text
{
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 50px 15px 20px 15px;
  margin: auto;
}
.kawrapinput-section
{
	transform: translateY(-17%);
}
.kacard-cardwrapper
{
	margin-bottom: 50px;
	margin-top: 50px;
}
.kacard-card
{
	width: 300px;
  height: 200px;
  position: relative;
  margin: auto;
}
.kacard-cardimg 
{
  position: absolute;
  background-size: cover;
  background-position: center;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.kacard-cardlogo 
{
	position: absolute;
	top: 70px;
	left: calc(50% - 90px);
	width: 180px;
	height: 70px;
	z-index: 2;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.kacard-cardname 
{
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	z-index: 2;
	left: 10px;
	bottom: 20px;
	width: calc(100% - 20px);
	text-align: center;
}
#kadetailsform
{
	margin: auto;
  max-width: 400px;
}
.ka-detailwrapper
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.kacard-name 
{
  font-weight: bold;
  text-align: center;
}
.kacard-job
{
	text-align: center;
}
.kacard-company
{
	text-align: center;
	margin-bottom: 40px;
}
.kacard-item 
{
  border-top: 1.8px solid #f0f0f0;
  position: relative;
  padding: 10px;
  white-space: nowrap;
}
.kacard-icon-wrapper 
{
  display: inline-block;
  padding: 10px;
  left: 0px;
  width: 20px;
}
.kacard-iteminput-wrapper 
{
  display: inline-block;
  padding: 10px;
}
.kacard-itemtext 
{
  text-align: left;
  width: auto;
  cursor: pointer;
}
.kacard-itemtext:hover
{
	text-decoration: underline;
}
.kacard-btn 
{
  border-radius: 35px;
  height: 30px;
  padding: 10px 20px 10px 20px;
  text-align: center;
  align-content: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin: 10px;
  cursor: pointer;
  opacity: 0.9;
}
.kacard-btn:hover
{
	opacity: 1;
}
.kacard-qrcode-wrapper canvas
{
	width: 200px !important;
	height: 200px !important;
}
.kaoverlay,
.bookingoverlay
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.bookingoverlay
{
	display: none;
}
.kapopup,
#bookingpopup
{
	position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 570px;
  padding: 20px;
  box-shadow: rgb(57 57 57) 0px 7px 129px 0px;
  border-radius: 20px;
  z-index: 9999;
  background-color: white;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
}
#bookingpopup
{
	display: none;
}
#bookingpopup .lp-element-booking>.mockup
{
	box-shadow: none !important;
}
.kapopupclose-wrap
{
  width: 98%;
  font-size: 25px;
  text-align: right;
  margin-bottom: 10px;
}
.kapopupclose-icon
{
	color: grey;
	cursor: pointer;
}
.kapopuptext
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.kacontent-container
{
	margin-top: 25px;
	max-width: 93%;
}
.kainput-wrapper
{
	margin-top: 10px;
}
.kainputfieldlabel
{
	font-size: 13px;
  text-align: left;
}
.kanote
{
	height: 70px;
}
.kainputfield
{
	width: 100%;
	padding-left: 5px;
	border-color: #c7c7c7;
	border-width: 1px;
	border-radius: 3px;
	padding: 10px;
}
.kainputfield::placeholder
{
	font-size: 15px;
	color: #c2c2c2;
}
.kadonepopup
{
	border-radius: 35px;
  height: 30px;
  padding: 10px 20px 10px 20px;
  text-align: center;
  align-content: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin-top: 20px;
  cursor: pointer;
}
.hide
{
	display:none;
}
.kacard-qrcode-wrapper
{
	text-align: center;
	margin: 30px 0;
}
.kacard-userimg-wrapper
{
	text-align: center;
	margin-bottom: 20px;
}
.kacard-avatarimg
{
	height: 150px;
	width: 150px;
  border-radius: 50%;
  object-fit: cover;
}
.kacard-avataricon
{
	font-size: 8rem;
  color: grey;
}