p {
	margin: 10px 0 0 0;
}

#hs-signup-form {
	background-color: #111;
	padding: 25px 40px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	border-radius: 10px;
}

#hs-signup-form h1 {
	color: #fff;
	position: relative;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	font-size: 24px;
	text-align: center;
}

#hs-signup-form h3 {
	font-weight: normal;
	color: #d0ba6f;
	text-align: center;
	padding: 10px;
}

#hs-signup-form label {
	display: inline-block;
	margin-right: 10px;
	text-transform: uppercase;
}

.form-group input {
	border: none;
	padding: 5px 10px;
	width: 200px;
	display: inline-block;
}

.difsize {
	display: inline-block;
	padding: 0;
	margin: 0 2px;
	font-size: 12px;
}

select#country,
select#state {
	display: inline;
}

.form-step {
	display: none;
}

.form-step.active {
	display: block;
}

.form-group {
	text-align: center;
	margin-top: 5px;
}

.form-field {
	display: inline-block;
	width: 420px;
	text-align: right;
	background: #333;
	margin: 15px 10px;
	padding: 12px;
	border-radius: 5px;
}

#input-coun,
#input-state {
	width: 170px;
}

#btnSaveSetting,
#continueStep1,
#continueStep2 {
	background: #d4b962;
	padding: 15px 50px;
	color: #fff;
	border-radius: 100px;
	display: block;
	cursor: pointer;
	border: none;
	font-size: 14px;
	margin: 25px auto 0 auto;
	text-transform: uppercase;
	font-weight: bold;
}

#btnSaveSetting:hover,
#continueStep1:hover,
#continueStep2:hover {
	color: #000;
}

#progressBar {
	width: 120px;
	height: 8px;
	background: linear-gradient(to bottom, #A3A2A2, #f9f9f9);
	display: inline-block;
	border-radius: 10px;
}

.small-text {
	font-size: 12px;
	color: #ccc;
	text-align: center;
}

#strength-label {
	display: inline-block;
	font-size: 11px;
	color: #ccc;
	margin-top: 10px;
	text-transform: uppercase;
}

.error-message {
	color: #d0ba6f;
	display: block;
	position: absolute;
	width: 360px;
	margin-top: 12px;
}

.error-message-small {
	color: #d0ba6f;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	display: block;
}

.error {
	float: left;
	font-size: 10px !important;
	text-align: center;
	width: 160px;
	font-size: 13px;
	line-height: 120%;
	padding: 9px 14px 9px 8px;
	color: #4f4b47;
	border: #fea03c solid 1px;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.2);
	background: #f1f1f1;

	box-shadow: 8px 5px 10px #000;
}

.popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999999;
	border-radius: 10px;
	display: none;
}

#popup-ok,
#popup-digits,
#popup-nok,
#popup-Error,
#popup-State {
	z-index: 999999;
	margin: 15% auto 0px auto;
	width: 60%;
	border-radius: 5px;
	padding: 20px 40px;
	text-align: center;
	font-size: 14px;
	color: #000;
	background: #fff;
	display: none;
}

#popup-ok h2,
#popup-digits h2,
#popup-nok h2,
#popup-Error h2,
#popup-State h2 {
	text-transform: uppercase;
	color: #9d7900;
	border: none;
	font-size: 14px;
}

#popup-nok b,
#popup-Error b {
	color: #9d7900;
}

#popup-ok span input,
#popup-digits span input,
#popup-State span input {
	text-transform: uppercase;
	background: #111;
	border: none;
	width: 150px;
	height: 40px;
	text-align: center;
	border: 1px solid #999;
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
}

#popup-ok #log {
	float: left;
}

#popup-ok #pwd {
	float: left;
	margin-left: 10px;
}

#popup-ok form,
#popup-digits form {
	width: 420px;
	margin: 0 0 0 12px;
}

#popup-ok .btn {
	margin: 2px 0 0 0;
}

#popup-nok .btn,
#popup-Error .btn {
	margin: 15px 142px 0 0;
	padding-top: 10px;
}

#popup-nok .green,
#popup-Error .green {
	font: normal 14px Arial, Helvetica, sans-serif;
	border: none;
	margin: 0 auto;
	padding: 5px 15px 20px 15px;
}

#popup-ok .green,
#popup-digits .green {
	font: normal 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border: none;
	float: left;
	margin: 0 0 0 15px;
	padding: 5px 15px 20px 15px;
}

.x-btn {
	color: #000;
	padding: 0 8px;
	float: right;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	position: relative;
	right: -40px;
	top: -20px;
}

.x-btn:hover {
	color: #9d7900;
}
#input-digits {
	margin: 0 auto;
	text-align: center;
}
#digits-submit {
	background-color: #006600;
	border: none;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 5px;
	margin-top: 10px;
}
#digits-submit:hover {
	background-color: #009900;
}
/* BMR lightbox message */

.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	z-index: 999;
}

.lightbox-content {
	background: #1e1d1e;
	padding: 10px;
	border-radius: 10px;
	position: relative;
	margin: 15% auto;
	width: 540px;
	color: #fff;
	text-align: center;
	border: 2px solid #d0ba6e;
}

.x-lightbox {
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none !important;
	float: right;
	width: 20px;
	background-color: #000;
	border-radius: 50%;
	padding: 3px;
}

.btn-lightbox {
	display: block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none !important;
	width: 180px;
	background-color: green;
	border-radius: 5px;
	padding: 10px;
	margin: 20px auto;
}

#bmr-lightbox {
	
	width: 480px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 20px auto;
}

/* BMR lightbox message */


/* Tooltip */
.input-container {
	position: relative;
	margin-bottom: 20px;
}

.tooltip-icon {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	position: relative;
	font-size: 11px;
	color: #d0ba6f;
}

.tooltip-icon::before {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 25px;
	transform: translateX(-50%);
	background-color: rgb(75 75 75 / 85%);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	font-size: 12px;
	box-shadow: 0 0 20px #000;
}

.tooltip-icon:hover::before {
	opacity: 1;
	visibility: visible;
}

@media screen and (min-width:0) and (max-width:768px) {
	.form-field {
		width: 320px;
		padding: 12px 6px;
		margin: 10px 0;
	}

	#hs-signup-form {
		padding: 25px 0;
		width: 100%;
		min-width: 360px;
	}

	#hs-signup-form label {
		font-size: 11px;
		margin-right: 4px;
	}

	.form-group input {
		width: 175px;
		margin-right: 8px;
	}
	.error-message{
		width: 300px;
		font-size: 12px;
	}
	.tooltip-icon,
	select#year,
	select#country,
	select#state {
		margin: 0 6px 0 0;
	}

	.tooltip-icon::before {
		transform: translateX(-100%);
		width: 200px;
		text-align: center;
		white-space: wrap;
	}

	.small-text {
		padding: 0 40px;
	}
}

/** Password strength styles **/

#strength-message {
	text-align: center;
}
#strength-indicator {
    display: flex;
    gap: 2px;
    margin: 10px auto;
	width: 100px;
  }
  .bar {
    flex: 1;
    height: 5px;
    background-color: #ccc;
  }
  .bar.active {
    background-color: green;
  }
  .bar.weak {
    background-color: red;
  }
  .bar.medium {
    background-color: orange;
  }
  .bar.strong {
    background-color: yellow;
  }
  .bar.very-strong {
    background-color: green;
  }


  /** SPINNER STYLES**/
  .loader {
	display:none;
	background: url(signup-logo-small.png) center center no-repeat;
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.5em solid #d0ba6f;
	border-right: 0.5em solid #d0ba6f;
	border-bottom: 0.5em solid  #d0ba6f;
	border-left: 0.5em solid #d0ba6f;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1s infinite linear;
	animation: load8 1s infinite linear;
  }
  .loader,
  .loader:after {
	margin-top: 24%;
	border-radius: 50%;
	width: 5.8em;
	height: 5.8em;
  }
  @-webkit-keyframes load8 {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes load8 {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  
  .spinner {
	margin: 100px auto;
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 9999999;
	display: none;
  }
  
  .container1 > div, .container2 > div, .container3 > div {
	width: 12px;
	height: 12px;
	background-color: #fff;
  
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  .spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
  }
  
  .container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
  }
  
  .container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
  }
  
  .circle1 { top: 0; left: 0; }
  .circle2 { top: 0; right: 0; }
  .circle3 { right: 0; bottom: 0; }
  .circle4 { left: 0; bottom: 0; }
  
  .container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
  }
  
  .container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
  }
  
  .container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
  }
  
  .container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
  }
  
  .container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
  }
  
  .container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
  }
  
  .container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
  }
  
  .container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
  }
  
  .container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
  }
  
  .container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
  }
  
  .container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
  }
  
  @-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes bouncedelay {
	0%, 80%, 100% { 
	  transform: scale(0.0);
	  -webkit-transform: scale(0.0);
	} 40% { 
	  transform: scale(1.0);
	  -webkit-transform: scale(1.0);
	}
  }
  