.icon-size {
  font-size: 1.2rem;
}
.icon-md-size {
  font-size: 2rem;
}
.xxl-icon {
  font-size: 5rem;
}
div.relative {
  position: relative;
  top: 20px;
}
.box-size {
  width: 20rem;
}
.box-md-size {
  width: 23rem;
}
.size-sm-font {
  font-size: 8pt;
}
.size-md-font {
  font-size: 10pt;
}
.size-xl-font {
  font-size: 12pt;
}
.bg-mysecond {
  background-color: #f5f5f5;
}
.hover-overlay:hover {
  background-color: #f5f5f5;
}
.margin-b-100 {
  margin: 0px 0px 200px 0px;
}
.spacing {
  height: 90px;
}
.overtext {
  white-space: nowrap;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spacing-top {
  height: 80px;
}
.spacing-top-qr {
  height: 78px;
}
.spacing-top-icon {
  height: 50px;
}
main {
  display: flex;
  justify-content: center;
  align-items: center;
}
#reader {
  width: 600px;
}
#result {
  text-align: center;
  font-size: 1.5rem;
}
.box-size-img{
  height:200px;
  width:auto;
}
.box-size-lg-img{
  height:320px;
  width: 190px;
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  text-decoration: none;
}
.rounded-50{
  border-radius: 100%;
}
.inter-100 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.inter-200 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.inter-300 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.inter-400 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.inter-500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.inter-600 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.inter-700 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.inter-800 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.inter-900 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.selfie-card {
  max-width: 380px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
}
.camera-area {
  height: 460px;
  border: 2px dashed #ccc;
  border-radius: 10px;
  position: relative;
  text-align: center;
  background-color: #f8f9fa;
}
.capture-button {
  width: 50px;
  height: 50px;
  background-color: #1e88ff;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  border: none;
}
video, img.preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}