.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 {
     position: relative;
 }
 .input-dollar.left input {
     padding-left:40px;
 }
 .input-dollar.right input {
     padding-right:18px;
     text-align:end; 
 }

 .input-dollar:before {
     position: absolute;     
     content:"$";	 
	 background-color:#ccc;
	 font-size:25px;
	 font-weight:bold;
	 color:#515151;	
	 top:-19px;
	 padding:6px 10px;
 }
 .input-dollar.left:before {
    
 }
 .input-dollar.right:before {
     right: 5px;
 }
 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;
}