.post-title{ text-align:center !important;}
.form-group{margin-bottom:8px;}
.form-control{margin:5px 0;}
.form-group input[type=text],select,input[type=email],input[type=number]{
	width: 100%;
    min-height: 56px;
    color: #333;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    word-break: break-word;
    font-weight: 400;
	padding: 13px 16px;
}
.form-group label{font-weight:500;} 
.form-group {margin-bottom:12px;} 
label{font-weight:600;} 
.form-group small{font-weight:400;} 
.btn {margin:8px;}
.col-md-4{padding:10px;}
.tpreview{float:left;margin:5px;}
.wpcr3_in_content{display:none;}
 h4{margin:0px;}
 h2 {font-size: 20px; }
 #showMore2,#showMore3,#fedaral_allowances{display:none;}
 
.first-Information{background-color: #c0c0c0;padding:10px;margin-bottom:20px;}
.btn-success{text-decoration:underline; font-size:20px;}
.input-dollar {
	display: flex;
	align-items: stretch;
	width: 100%;
	margin: 5px 0;
}
.input-dollar.left input,
.input-dollar.right input,
.form-group .input-dollar input[type="text"],
.form-group .input-dollar input.form-control {
	margin: 0 !important;
	flex: 1 1 auto;
	min-width: 0;
	width: 1% !important; /* flex child: allow shrink inside column */
	padding-left: 12px !important;
	border-radius: 0 4px 4px 0;
}
.input-dollar.right input,
.form-group .input-dollar.right input[type="text"],
.form-group .input-dollar.right input.form-control {
	padding-left: 16px !important;
	padding-right: 12px !important;
	text-align: end;
	border-radius: 4px 0 0 4px;
}

.input-dollar:before {
	content: "$";
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ccc;
	font-size: 20px;
	font-weight: bold;
	color: #515151;
	border: 1px solid #cbd5e1;
	border-right: 0;
	border-radius: 4px 0 0 4px;
	box-sizing: border-box;
	min-height: 56px;
	line-height: 1;
	padding: 0;
	pointer-events: none;
}
.input-dollar.right:before {
	order: 2;
	border-right: 1px solid #cbd5e1;
	border-left: 0;
	border-radius: 0 4px 4px 0;
}
.input-dollar.left:before {
	order: 0;
}
 hr{margin-top:14px;} 
 h2{margin-bottom:14px;}
 input[type="checkbox"]{height:25px; width:25px; vertical-align:middle;}
 .switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 12px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #0066CC;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}
.is-layout-flex{flex-wrap:nowrap !important; align-items:normal;} 

.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
}

.popup-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1225px;
  background: #fff;
  transform: translate(-50%, -50%) scale(0.95);
  border-radius: 6px;
  z-index: 10000;
  transition: transform 0.3s ease;
}

.popup-modal.active {
  transform: translate(-50%, -50%) scale(1);
}

.popup-content {
  padding: 10px;
  max-height: 90vh;
  overflow-y: auto;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 22px;
  cursor: pointer;
}