@media (max-width: 560px){
	.form-group label{
		font-size: 12px;
	}
}
.slug-input-border{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
}
.formGroup .select2-container--default .select2-selection--single{
		height: calc(2.125rem + 13.5px);
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		border-right: 0px !important;
}
.formGroupOn .select2-container--default .select2-selection--single{
	height: calc(2.125rem + 12.5px);
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		border-right: 0px !important;
}
.invite_link{
	width: 450px;
	word-break: break-all;
	color: var(--bs-blue);
        text-decoration: underline;
}
.slugInput{
	padding: 0.748rem 0.75rem !important;
}
/* loader */
.three-body {
	--uib-size: 35px;
	--uib-speed: 0.8s;
	--uib-color: var(--bs-primary);
	position: relative;
	display: inline-block;
	height: var(--uib-size);
	width: var(--uib-size);
	animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear;
   }
   
   .three-body__dot {
	position: absolute;
	height: 100%;
	width: 30%;
   }
   
   .three-body__dot:after {
	content: '';
	position: absolute;
	height: 0%;
	width: 100%;
	padding-bottom: 100%;
	background-color: var(--uib-color);
	border-radius: 50%;
   }
   
   .three-body__dot:nth-child(1) {
	bottom: 5%;
	left: 0;
	transform: rotate(60deg);
	transform-origin: 50% 85%;
   }
   
   .three-body__dot:nth-child(1)::after {
	bottom: 0;
	left: 0;
	animation: wobble1 var(--uib-speed) infinite ease-in-out;
	animation-delay: calc(var(--uib-speed) * -0.3);
   }
   
   .three-body__dot:nth-child(2) {
	bottom: 5%;
	right: 0;
	transform: rotate(-60deg);
	transform-origin: 50% 85%;
   }
   
   .three-body__dot:nth-child(2)::after {
	bottom: 0;
	left: 0;
	animation: wobble1 var(--uib-speed) infinite
	   calc(var(--uib-speed) * -0.15) ease-in-out;
   }
   
   .three-body__dot:nth-child(3) {
	bottom: -5%;
	left: 0;
	transform: translateX(116.666%);
   }
   
   .three-body__dot:nth-child(3)::after {
	top: 0;
	left: 0;
	animation: wobble2 var(--uib-speed) infinite ease-in-out;
   }
   .qrimg-260 {
   	width: 260px;
   }
   .word-break{
   	word-break: break-all;
   }
   .custom-card-title {
   	font-size: 13.6px;
   }
   .price-cut{
    font-size: 19.9px;
    text-decoration: line-through;
    font-weight: 500;
   }

   .custom-qr {
   	filter:blur(4.5px)
   }

   @keyframes spin78236 {
	0% {
	 transform: rotate(0deg);
	}
   
	100% {
	 transform: rotate(360deg);
	}
   }
   
   @keyframes wobble1 {
	0%,
	 100% {
	 transform: translateY(0%) scale(1);
	 opacity: 1;
	}
   
	50% {
	 transform: translateY(-66%) scale(0.65);
	 opacity: 0.8;
	}
   }
   
   @keyframes wobble2 {
	0%,
	 100% {
	 transform: translateY(0%) scale(1);
	 opacity: 1;
	}
   
	50% {
	 transform: translateY(66%) scale(0.65);
	 opacity: 0.8;
	}
   }
/* .imgContainer {
	position: absolute;
    top: -17px;
    z-index: 99;
}

.imgContainer img {
    width: 280px;
    height: 230px;
}
.border-lighter {
    border: 1px solid #c4c4c4
}
.py40 {
    padding-top: 50px ;
	padding-bottom: 20px;
} */
.imgContainer {
	position: absolute;
    top: -30px;
    z-index: 99;
	left: 9%;
}

.imgContainer img {
    width: 350px;
    height: 300px;
}
.border-lighter {
    border: 1px solid #c4c4c4
}
.py40 {
    padding-top: 50px ;
	padding-bottom: 20px;
}

/* .imgContainer {
	position: absolute;
    top: -17px;
    z-index: 99;
}

.imgContainer img {
    width: 280px;
    height: 230px;
}
.border-lighter {
    border: 1px solid #c4c4c4
}
.py40 {
    padding-top: 50px ;
	padding-bottom: 20px;
} */


.text-danger-light{
	color: #FF4B42;
}
.border-black{
	border: 1px solid #000;
}
.step-items .number{
	width: 30px;
	min-width: 30px;
    height: 30px;
    background-color: #ff4b42;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
}
.step-items p{
	font-size: 12px;
}

td.child-permission {
   padding-left: 30px;
}
.preview-container {
  width: fit-content;
  display: inline-block;
}
#styled-qr{
	display: flex;
}
button {
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
}
.coverBody  .pc-footer {
	left: 0 !important;
	background: #fff !important;
	/* box-shadow: 0 -4px 4px #8d8fa91a; */
	color: var(--pc-header-color);
	min-height: 56px;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1025;
	display: flex;
	margin-left: 0;
	margin-top: 0 ;
	border-top: 1px dashed var(--bs-border-color);
  }
  .footer-wrapper{
	display: flex;
	  padding: 0 25px !important;
	  flex-grow: 1;
  }
.check-circle{
	border: 1px solid #daddec;
	border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  
  }
  .wizard-items .item-label{
	color: #00011599;
	font-size: 14px;
  }
  .item-label .check-circle::before{
	content: '\ea5e';
	font-family: tabler-icons !important;
	text-align: center;
	color: #fff;
  }
  .item-label.active .check-circle{
	background: #4680ff;
  }