#sign_up,
#sign_up1,
#sign_up2,
#sign_up3,
#sign_up4,
#sign_up5,
#sign_up6,
#sign_up7,
#sign_up8,
#sign_up9,
#sign_up10,
#sign_up11,
#sign_up12,
#sign_up13,
#sign_up14,
#sign_upprofile,
#sign_up6label,
#validperioddiv,
#sign_up_outlet,
#light-signup,
#sign_uppop,
#sign_up_tp,
#sign_up_cancel_vendor,
#sign_upchallan,
#sign_upsup,
#sign_up_revoke,
#sign_up_suspend,
#user_information,
#bottle_verification,
#sign_up_qr,#sign_up_modal,#sign_up_myModal {
	display: none;
}

.jquery_popup,
.modal-content {
	min-width: 450px;
	background: #fff;
	border-radius: 16px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0) 0px 1px 2px;
	max-width: 90%;
}

.popup-head,
.modal-header {
	padding: 16px;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	font-size: 2rem;
	font-weight: var(--fw-bold);
	color: #000;
	cursor: move;
	border-radius: 16px 16px 0 0;
	background: #FFE8DF;
}

.modal-header::before,
.modal-header::after {
	content: none;
}

.popup-head h4, .popup-head h2,
.modal-header h2 {
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit;
	margin: 0 10px 0 0;
}

.popup-heading {
	font-size: 2rem;
}

.popup-head button.close {
	height: 34px;
	width: 34px;
	border-radius: 50%;
	font-size: 24px;
	background: none;
	border: none;
	cursor: pointer;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-head button.close svg {
	width: 12px;
	height: 12px;
	fill: inherit;
}

.popup-head button.close:hover {
	opacity: 1;
	color: #fff;
	fill: #fff;
	background: var(--primary-color);
}

.popup-head .actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.popup-body {
	max-height: 450px;
	overflow: auto;
	margin: 16px 0px;
	padding: 0px 16px;
}


.popup-footer,
.modal-footer {
	border-top: 1px solid #ddd;
	text-align: center;
	margin-top: 12px;
	padding: 16px;
	border-radius: 0 0 16px 16px;
	background: #f5f5f5;
}

.popup-head button.close {
	font-size: 30px;
	opacity: 0.5;
}

@media screen and (max-width: 1300px) {
	.jquery_popup {
		max-width: 95%;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.popup-head,
	.modal-header {
		padding: 12px;
		font-size: var(--fs-body);;
	}
	.jquery_popup {
		min-width: 320px;
	}
}