/* Main Settings */ 
#arlen_form2 {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color:#fff;background-color: #15377a;border-radius: 1px;max-width: 400px;margin: 0 auto;padding:16px;font-size:14px; line-height: 1.4em; box-shadow: 2px 0px 17px 3px rgb(0 0 0 / 35%);}
#arlen_form2 h2 {color:#fff;margin:0 0 12px 0;padding:0;font-size:28px;text-align: center; font-weight:700 !important;}

/* Slider Values */
#arlen_form2 .slider_values {display:grid; grid-template-columns:30% 40% 30%;margin:20px 0; align-items: center;}
#arlen_form2 .slider_values .min_limit {text-align: left;margin-left: 6px}
#arlen_form2 .slider_values .max_limit {text-align: right;margin-right: 4px}
#arlen_form2 .slider-label {text-align: left; color:#05243E; font-size:18px; font-weight: 700 !important;}
#arlen_form2 .slider-output {text-align: center;font-weight: 700 !important; color: #B1E01B; font-size: 16px;}

/* Sliders */
.arlen2, .arlen2__fill {background: #bfddd2;display: block;height: 8px;border-radius: 8px;box-sizing: border-box;}
.arlen2 {position: relative;height: 8px;width: 100%;margin:8px 0 4px 0;}
.arlen2--disabled {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);opacity: 0.4;}
.arlen2__fill {height: 8px;width: 100%;background: #7eb39c;position: absolute;top: 0;border-radius: 8px 0 0 8px;}
.arlen2__handle {
	background: #B1E01B;
	color:#fff;
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -12px;
	border-radius: 50%;
	font-size:16px;
	font-weight: 900;
	position:relative;
}

#arlen_form2 .range {margin-bottom: 24px;}

/* Outputs */
.tabletitle {text-align: center;font-size:16px;font-weight: 900; margin: 12px 0;}

.output_body {margin-bottom: 1em;font-size:14px;background: #fff;padding: 10px;border-radius: 4px;}
.output_body table {border-collapse: collapse;width:100%}
.output_body td {padding: 5px 0 !important;border-bottom: 1px solid #88c396;}
.output_body .tablelabel {color:#596574;}
.output_body .tableoutput {color:#58595B;text-align: right;color: #05243E; font-weight:700;}

.adminoutput .tablelabel span {font-size:10px;display: block;line-height: 12px;}

/* Apply Now Button */
#arlen_form2 .arlen_register2 {margin: 0 auto;text-align: center;}
#arlen_form2 .submit {font-family: inherit;box-sizing: border-box;line-height:normal;margin: 20px 0;padding: 15px !important;background: #B1E01B !important;color:#FFF;cursor: pointer;border:none;border-radius: 3px;font-size: 18px;font-weight: 700 !important;max-width: 242px !important;width: 100%;}
#arlen_form2 .submit:hover{background-color: #71ad8a;}



/* Arlen Here */

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  font-size:12px;
  font-family: auto;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.popup2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup2 .popuptext2 {
  visibility: hidden;
  width: 160px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  font-size: 12px;
  font-family: auto;
}

/* Popup arrow */
.popup2 .popuptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup2 .show2 {
  visibility: visible;
  -webkit-animation: fadeIn2 1s;
  animation: fadeIn2 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn2 {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeIn2 {
  from { opacity: 0; }
  to { opacity: 1; }
}

