.zmblEmbedWrapper-1d0bab21-1d63-47aa-afab-0f6cd8a3f3d6 {
	position: absolute !important;
}
/* Style for the red border when the field is empty */
input.invalid {
	border: 2px solid red;
}

.bgcolorcream {
	background-color: #f3ede0 !important;
}
.smartydiv1 {
	display: block;
}
.smartydiv2 {
	/*display:none;*/
}
a,
.vi-change,
vi-change-div2 :hover {
	cursor: pointer;
}
#autocomplete-list {
	padding-left: 0;
	list-style-type: none;
	margin-top: 66px;
	border: 1px solid #ccc;
	max-height: 150px; /* Set the maximum height */
	overflow-y: auto; /* Enable vertical scrolling */
	position: absolute;
	z-index: 999;
	background: white;
	/*max-width: 550px;*/ /* Match the input field's width */
	max-width: 300px;
	box-sizing: border-box; /* Ensure padding and border are included in the width */
}
.unit-list {
	/* padding-left: 0;
    list-style-type: none;
    margin-top: 66px;
    border: 1px solid #ccc;
    max-height: 150px; 
    overflow-y: auto; 
    position: absolute;
	box-sizing: border-box;
    z-index: 999;*/

	background: white;
	/* max-width:300px;*/
}
#unit-input {
	/*max-width: 184px;*/
	font-size: 14px;
}
#unit-input select {
	padding-right: 0 !important;
}

#unit-input select::-ms-expand {
	display: none;
}

.autocomplete-item,
.unit-item {
	padding: 10px;
	cursor: pointer;
	width: 100%;
	background-color: white;
}

/*.autocomplete-item, .unit-item {
    padding: 10px;
    cursor: pointer;
}*/

/*.autocomplete-item, .unit-item:hover {
    background-color: #f0f0f0;
}*/

.autocomplete-item li {
	background-color: #ccc;
}

.autocomplete-item li :hover {
	background-color: #777888;
}
.autocomplete-item li :active {
	background-color: red;
}

/*.autocomplete-item, .unit-item {
    padding: 10px;
    cursor: pointer;
}*/

.smartycontainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 10px;
	/*max-width: 1200px;
    margin: 0 auto;*/
	box-sizing: border-box;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - (var(--gap) * 2));
}

/* Left div (for text) */
.left-div {
	flex: 3; /* 40% of the width */
	margin-right: 20px;
}

.left-div h1 {
	font-size: 24px;
	margin: 0;
	font-weight: bold;
}

.left-div p {
	font-size: 14px;
	margin-top: 5px;
	color: #333;
}

/* Right div (for form elements) */
.right-div {
	flex: 4; /* 60% of the width */
	display: flex;
	align-items: center;
}

.input-group {
	display: flex;
	flex-direction: column;
	margin-right: 20px;
}

label {
	font-size: 14px;
	margin-bottom: 5px;
}

input[type="text"] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	margin-right: 95px;
	width: 300px;
}

.cta-button {
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 20px;
	font-size: 14px;
	cursor: pointer;
	margin-top: 25px; /* Adjust margin if necessary */
	align-self: flex-start; /* Aligns button with input field */
}

.cta-button:hover {
	background-color: #333;
}

/*responsiv css*/
.auto-loader {
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #3498db;
	width: 20px;
	height: 20px;
	animation: spin 1s linear infinite;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	margin-top: 40px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*common css classes*/
.req-mark {
	color: red;
}
.error-message {
	color: red;
	font-weight: 500;
	font-size: 14px;
}
.d-none {
	display: none !important;
}
.width80 {
	width: 80%;
}
.width20 {
	width: 20%;
}
.width49 {
	width: 49%;
}
.width50 {
	width: 50%;
}

.fs14 {
	font-size: 14px;
}
.fw900 {
	font-weight: 900;
}
.fw400 {
	font-weight: 400;
}
.fw500 {
	font-weight: 500;
}
.fw600 {
	font-weight: 600;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}

.mt-n30 {
	margin-top: -30px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}

.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}

.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}

.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt50 {
	padding-top: 50px;
}

.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb50 {
	padding-bottom: 50px;
}

.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}

.pr10 {
	padding-right: 10px;
}
.pr20 {
	padding-right: 20px;
}

.hide-mobile {
	display: block;
}
.hide-desktop {
	display: none;
}

.overlay {
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
	position: fixed;
	/* opacity:0;*/
	z-index: 1000;
	display: none;
}

.showpopupoverlay {
	opacity: 1;
}
/* The Modal (background) popup*/
.modal,
.modal1,
.modal2 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999 !important; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.modal-content img {
	width: 150px;
	/*padding-top:34%;
     margin-left:34%;*/
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

/*.modal.active {
            display: block;
        }*/

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #2a2a2a;
	text-decoration: none;
	cursor: pointer;
}
::-webkit-scrollbar {
	width: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 10px;
}
/* Track */
::-webkit-scrollbar-track {
	margin: 10px;
}

.popupform {
	width: 550px;
	/*max-height:600px;*/
	max-height: 700px;
	height: max-content;
	overflow-y: scroll;
	margin: auto;
	padding: 45px;
	background: white;
	/*box-shadow:0px 0px 5px 5px #ccc;*/
	z-index: 999;
	position: absolute;
	/*position:fixed;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 2s;
	border-radius: 15px;
}

.popupform h2 {
	font-size: 2rem;
	line-height: 2.25rem;
	font-weight: 300;
	font-family: Verizon-NHG-eDS;
}

.popupform h5 {
	color: black;
	font-weight: 500;
}

.popupform h6 {
	color: red;
	margin-top: 10px;
}

.showpopupform {
	top: 50%;
}

.popupform input {
	width: 100%;
	margin: 8px 0px !important;
	height: 30px;
	border: solid 1px #757575;
}

.popupform button {
	padding: 10px 25px;
	border-radius: 2.75rem;
	margin-top: 20px;
	background-color: black;
	color: white !important;
	border: 2px solid #000 !important;
}

.popupform button a {
	color: white !important;
}

.popupform button:hover {
	background-color: transparent;
	border: 2px solid #000;
	color: black;
}

.popupform .close {
	right: 0px;
	top: 0px;
	position: absolute;
	background: transperent;
	color: #ccc;
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}

.popupform .close:hover {
	background-color: #ccc;
	color: black;
}

.subpopupform {
	height: auto !important;
	/*overflow-y: scroll;*/
}

.popupservicesdiv {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 20px 30px;
	box-shadow: 1px 0px 2px #ccc;
}

.rightarrowservice {
	float: inline-end;
}

.d-flex {
	display: flex;
}
.d-grid {
	display: grid;
}

/*radio button*/
form1 {
	display: grid;
	place-content: center;
	min-height: 100vh;
}

.form-control {
	font-family: system-ui, sans-serif;
	/*font-size: 2rem;*/
	font-weight: bold;
	line-height: 1.1;
	/*display: grid;*/
	grid-template-columns: 1em auto;
	gap: 0.5em;
}

.form-control + .form-control {
	/* margin-top: 1em;*/
}

/*.form-control:focus-within {
  color: ;
}*/

input[type="radio"] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	appearance: none;
	/* For iOS < 15 */
	/*background-color: #fff;*/
	/* Not removed via appearance */
	margin: 0;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #000;
	border-radius: 50%;
	transform: translateY(-0.55em);
	clip: auto !important;
	display: grid;
	place-content: center;
}

/*input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
}*/

input[type="radio"]:checked::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

input[type="radio"]:checked {
	outline-offset: max(2px, 0.15em);
}
input[type="radio"]:focus {
	/* outline: max(2px, 0.15em) solid darkred;  background:#000;*/

	outline-offset: max(2px, 0.15em);
}

input[readonly] {
	color: #7f7d7d !important;
}
.note {
	font-size: 12px;
}

/*CSS*/
.modal {
	/*  position: relative;*/
}

.form-loader {
	/* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; 
    display: none;  */

	position: fixed;
	z-index: 999 !important;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	/* height: 115vh;*/
	/*height: -webkit-fill-available;*/
	height: calc(750px + 130px);
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.form-loader:before {
	content: "";
	width: 50px;
	height: 50px;
	/* border: 5px solid #999;
	border-top-color: #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite; */
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* Responsive Design */
@media (max-width: 768px) {
	.smartycontainer {
		flex-direction: column;
		align-items: flex-start;
		margin-left: 16px;
		margin-right: 16px;
		width: unset;
	}

	.right-div {
		margin-top: 20px;
		width: 100%;
		display: block;
	}
	#auto-loader {
		margin-top: 10px;
	}
	.input-group {
		width: 100%;
	}

	input[type="text"] {
		width: 100%;
	}
	#autocomplete-list {
		width: calc(100% - 50px);
		max-width: none;
	}
	.cta-button {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}

	.popupform {
		width: 350px !important;
		padding: 20px;
		min-height: 14.5rem;
	}
	.hide-mobile {
		display: none;
	}
	.hide-desktop {
		display: block;
	}
	.form-loader {
		/*height:200vh;*/
		height: calc(750px + 100px);
	}
}
@media (max-width: 1400px) {
	.modal-content.popupform {
		top: 10px !important;
		transform: translate(-50%, 0%);
	}
}
