/*
Theme Name: PATS
Theme URI: https://themes.google.com
Description: A simple and clean WordPress theme for Psychometric Educational Assessment. Designed & Developed at <a href="https://google.com" target="_blank">Waqas</a>.
Author: Muhammad Waqas
Author URI: https://google.com
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 8.1
Template: hello-elementor
Version: 2.0.0
Text Domain: PATS
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, custom-colors, custom-menu, custom-logo, featured-images
*/

/* Add your custom styles here */

body {
	overflow-x:hidden !important;
}

form > div.form-group {
  padding: 7px;
}
form > div.form-group input, form > div.form-group select,
.select2-selection.select2-selection--single {
  border-radius: 0px;
  border:0px;
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  color: #1f2124;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
form > div.form-group button, form > div.form-group input[type="button"], form > div.form-group input[type="submit"] {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #FFFFFF;
    background-color: var(--e-global-color-primary );
    border-radius: 10px 10px 10px 10px;
    padding: 16px 30px 16px 30px;
}
form > div.form-group input:focus {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
  outline: 0;
}

form > div.form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8f96a3;
}
form > div.form-group input::-moz-placeholder { /* Firefox 19+ */
  color: #8f96a3;
}
form > div.form-group input:-ms-input-placeholder { /* IE 10+ */
  color: #8f96a3;
}
form > div.form-group input:-moz-placeholder { /* Firefox 18- */
  color: #8f96a3;
}
form > div.form-group button:hover, form > div.form-group button:focus, form > div.form-group input[type="button"]:hover,
form > div.form-group input[type="button"]:focus, form > div.form-group input[type="submit"]:hover,
form > div.form-group input[type="submit"]:focus {
  background-color: #181D38 !important;
}
form > div.form-group input[type="checkbox"], form > div.form-group input[type="radio"] {
  min-height: auto !important;
}

div.elementor-element.utn { color: #ffffff; }
div.elementor-element.utn > div > a { color: #ffffff !important; }

.alert-soft-success {
  color: #17b15c;
  background-color: rgba(23, 177, 92, 0.05);
  border-color: #bee9d1;
}
.alert-soft-success hr {
  border-top-color: #abe3c4;
}
.alert-soft-success .alert-link {
  color: #118445;
}
.alert-soft-danger {
  color: #bb3434;
  background-color: rgba(187, 52, 52, 0.05);
  border-color: #ecc6c6;
}
.alert-soft-danger hr {
  border-top-color: #e6b3b3;
}
.alert-soft-danger .alert-link {
  color: #932929;
}
.alert > i { line-height: 1.3;}


/* statements priority */
/*.container {
    display: flex;
    justify-content: space-between;
}
*/
.statements {
    /* width: 45%; */
    padding: 20px;
    border: 1px solid #e8284d;
    margin-bottom: 30px;
}
.priority-container {
    /* width: 45%; */
    padding: 20px;
    border: 1px solid #e8284d;    
}
ul.stprio {
    list-style-type: none;
    padding: 0;
}
ul.stprio li {
    margin: 10px 0;
    padding: 10px;
/*     border: 1px solid #ccc;
    background-color: #f9f9f9;
    cursor: pointer; */
}
/* Start Custom Script */
#wizardContentWarpper{
  height: auto;
  margin: 80px auto;
  border-radius: 20px;
  background-color: #f1f9fe;
  -webkit-box-shadow: 0px 5px 62px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 5px 62px 0px rgba(0, 0, 0, 0.19);  
}
#wizardContentWarpper .wizard-topper{
  position: absolute;
  top: -75px;
  right: 0%;  
}
#wizardContentWarpper .wizard-topper .wizard-progress {
  width: 550px;
  float: right;
}
#wizardContentWarpper .wizard-topper .wizard-progress .progress {
  height: 27px;
  padding: 2px;
  position: relative;
  border-radius: 80px;
  border: 2px solid #e3e3e3;
  background-color: transparent;
}
#wizardContentWarpper .wizard-topper .wizard-progress .progress .progress-bar {
  top: 2px;
  left: 2px;
  width: 2%;
  height: 18px;
  position: absolute;
  border-radius: 80px;
  background-color: #e8284d;
}
#wizardContentWarpper .multisteps-form__progress {
  background-image: url(https://pats.com.pk/wp-content/uploads/2023/10/step-bg.png);
  background-repeat: repeat-x;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
#wizardContentWarpper .multisteps-form__progress-btn {
  position: relative;
  color: rgba(108, 117, 125, 0.7);
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  font-size: 21px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 32px;
}
#wizardContentWarpper .multisteps-form__progress-btn:first-child {
  margin-left: 0;
}
#wizardContentWarpper .multisteps-form__progress-btn:before {
  content: "";
  width: 50px;
  height: 50px;
  font-weight: 700;
  left: 0px;
  top: 0px;
  margin-right: 15px;
  line-height: 50px;
  position: relative;
  text-align: center;
  display: inline-block;
  border: 2px solid #e3e3e3;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
#wizardContentWarpper .multisteps-form__progress-btn.active:after {
  content: "";
  position: absolute;
  top: 26px;
  right: -40px;
  display: block;
  width: 20px;
  height: 4px;
  background-color: #e8284d;
  z-index: 1;
}
#wizardContentWarpper .multisteps-form__progress-btn:last-child:after {
  display: none;
}
#wizardContentWarpper .multisteps-form__progress-btn.active,
#wizardContentWarpper .multisteps-form__progress:hover {
  color: #e8284d;
}
#wizardContentWarpper .multisteps-form__progress-btn.active:before,
#wizardContentWarpper  a.multisteps-form__progress-btn.active:nth-child(-n) {
  border-color: #e8284d;
  font-size: 20px;
  color: #e8284d;
  content: "\f00c";
  font-weight: 900;
  font-family: "FontAwesome";
}
#wizardContentWarpper .card-header{
  padding: 0px;
}
#wizardContent h3{
	font-size: 43px;
	color: #00AEF0;
	font-weight: 700;  
	text-align: center;
}
#wizardContent #step4 h3,
#wizardContent #step5 h3{
  font-size: 28px;
}
#wizardContent #step4 h3{
  color: #e8284d;
}
#wizardContent .form-group{
	position: relative;
}
#wizardContent .form-group .form-subgroup{
  display: inline-block;
}
#wizardContent #step1 label:not(.single-choice-label):not(.single-choice-label-selection){
	position: absolute;
	cursor: text;
	font-size: 23px;
	opacity: 1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	top: -5px;
	left: 40px;
	z-index: 3;
	background: #f1f9fe;
	line-height: 1;
	padding: 0 5px;  
}
#wizardContent #step1 label:after{
	content: " ";
	display: block;
	position: absolute;	
}
#wizardContent #step1 label.single-choice-label{
	color: #00AEF0;
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}
#wizardContent #step4 label,
#wizardContent #step5 label,
#wizardContent .subheading,
#wizardContent #step1 label.single-choice-label-selection{
    color: #181D38;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 30px;
}
#wizardContent .subheading.subheading-orange{
  color: #e8284d;
}
#wizardContent #step4 label,
#wizardContent #step5 label{
  font-size: 18px;
  position: relative;
}
#wizardContent #step5 .step5-group-box label{
  display: block;
}
#wizardContent #step4 label:not(.radio-label){
  color: #00AEF0;
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 27px;
  margin-bottom: 0px;
  margin-top: 15px;  
}
#wizardContent input,
#wizardContent select{
	width: 100%;
	height: 80px;
	border: none;
	overflow: visible;
	padding-left: 40px;
	border-radius: 3px;
	margin-bottom: 28px;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	background-color: #ddeef9;
	border: 2px solid #ddeef9;
}
#wizardContent input[type='checkbox'],
#wizardContent input[type='radio']{
	height: 25px;
	width: 25px;
	box-sizing: border-box;
	padding: 0;    
}
#wizardContent #step4 input[type='radio'],
#wizardContent #step5 input[type='radio']{
  position: relative;
  top: 5px;
  margin-bottom: 0px;
}
#wizardContent #step2 input[type='checkbox']{
	display: none;
}
#wizardContent #step2 label.multiple-choice-label-selection{
    margin-bottom: 10px;
}
#wizardContent .form-group .checkbo-box-border {
	position: relative;
}
#wizardContent .form-group .checkbo-box-border:before {
	top: 12px;
	left: -25px;
	color: #5756a2;
	content: "\f00c";
	font-size: 16px;
	font-weight: 900;
	display: none;
	position: absolute;
	font-family: "FontAwesome";
}
#wizardContent .form-group .checkbo-box-border:after{
	position: absolute;
	content: "";
	height: 38px;
	width: 38px;
	top: 0px;
	left: -35px;
	border: 2px solid #c3e9ff;
}
#wizardContent .form-group .tax-check:checked ~ .checkbo-box-border:before {
	display: block;
}
#wizardContent .form-group .texable-option{
	top: 10px;
    color: #181D38;
    font-size: 20px;
    font-weight: 500;
    padding-left: 50px;
    position: relative;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
#wizardContent #step1 input:focus,
#wizardContent #step1 select:focus{
	border: 2px solid #00AEF0;
	background-color: transparent;  
}
#wizardContent #step1 input:focus::placeholder{
	color: transparent;
}
#wizardContent #step1 .form-group input:placeholder-shown:not(:focus) + *{
	font-size: 150%;
	opacity: 0;
	top: 30px;
	left: 40px;
	visibility: hidden;
	background: transparent;  	
}
#wizardContent #step1 .form-group input:-moz-placeholder-shown:not(:focus) + *{
	font-size: 150%;
	opacity: 0;
	top: 30px;
	left: 40px;
	visibility: hidden;
	background: transparent;  	
}
#wizardContent #step1 .form-group input:-ms-input-placeholder:not(:focus) + *{
	font-size: 150%;
	opacity: 0;
	top: 30px;
	left: 40px;
	visibility: hidden;
	background: transparent;  
}
#wizardContent .wizard-footer {
  min-height: 125px;
}
#wizardContent .wizard-imgbg {
  left: -20px;
  bottom: 30px;
  position: absolute;
}
#wizardContent .wizard-imgbg img{
  width: 60%;
}
#wizardContent .wizard-option-list {
  margin: 0 auto;
  max-width: 920px;
}
#wizardContent .wizard-option-list ul {
  margin: 0px -15px;
}
#wizardContent .wizard-option-list li {
  width: 50%;
  float: left;
  padding: 15px;
  position: relative;
}
#wizardContent .wizard-option-list li:before {
  content: "";
  top: 41px;
  left: 35px;
  position: absolute;
  font-size: 1.4em;
  font-weight: 500;
  font-family: "Font Awesome 5 Free";
}
#wizardContent .wizard-option-list li:after {
  top: 45px;
  right: 35px;
  content: "";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
#wizardContent .actions {
  position: absolute;
  right: 10px;
  bottom: 40px;
  z-index: 1;
}
#wizardContent .actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wizardContent .actions li {
  margin: 0 10px;
  list-style: none;
}
#wizardContent .actions li span,
#wizardContent .actions li a,
#wizardContent .actions li button {
  height: 55px;
  width: 200px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  background-color: #00AEF0;
  border: 2px solid #00AEF0;
  border-radius: 0px;
  cursor: pointer;
}
#wizardContent .actions li a{
  line-height: 40px;
}
#wizardContent .actions li span i,
#wizardContent .actions li a i,
#wizardContent .actions li button i {
  position: relative;
}
#wizardContent .actions li:first-child span, 
#wizardContent .actions li:first-child a, 
#wizardContent .actions li:first-child button {
  color: #8a8a8a;
  background-color: #d3d3d600;
  border-color: #c6e0fd;
  border-radius: 3px;
}
#wizardContent .actions li:first-child span i, 
#wizardContent .actions li:first-child a i, 
#wizardContent .actions li:first-child button i {
  left: -45px;
}
#wizardContent .actions li .js-btn-next i, 
#wizardContent .actions li button i {
  right: -45px !important;
  left: inherit !important;
}
#wizardContent .actions li:last-child span,
#wizardContent .actions li:last-child button {
  background-color: #e8284d;
  color: #fff;
}
#wizardContent .actions li:last-child span:hover,
#wizardContent .actions li:last-child a:hover,
#wizardContent .actions li:last-child button:hover {
  background-color: #00AEF0;
}
#wizardContent .statements ul.stprio li,
#wizardContent .priority-container ul.stprio li{
  width: 100%;
  min-height: 85px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 60px;
  border: 2px solid #ccc;
  background-color: #00AEF0;
  -webkit-appearance: none;  
  position: relative;  
  margin-left: 10px;
}
#wizardContent #step5 div.form-group {
  min-height: 80px;
  color: #5756a2;
  margin: 0 15px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 70px;
  font-weight: 600;
  position: relative;
  padding-left: 0px;
  margin-bottom: 30px;
  display: inline-block;
  border: 2px solid #c3e8ff;
  width: 97%;
}
#wizardContent #step5 div.form-group:hover{
  border: 2px solid #e8284d;
}
#wizardContent .statements ul.stprio li:hover,
#wizardContent .priority-container ul.stprio li:hover{
  background-color: #e8284d;
}
#wizardContent .statements ul.stprio li:before,
#wizardContent .priority-container ul.stprio li:before{
  content: "\f00c";
  top: 25%;
  left: 20px;
  position: absolute;
  font-size: 1.4em;
  font-weight: 500;
  font-family: "FontAwesome";  

}
#wizardContentWarpper .check_mark_img img {
  width: 20rem;
  height: auto;
}
#wizardContentWarpper .sub_title span {
  color: #090909;
  font-size: 1.25rem;
}
#wizardContentWarpper .title h3 {
  color: #1b1b1b;
  font-size: 2.625rem;
}
.table-filter-form-warpper{
  margin-top: 20px;
  margin-bottom: 20px;
}
.table-filter-form-warpper .table-filter-form{
  display: flex;
  gap: 25px;
}
.table-filter-form-warpper .table-filter-form .field-group{
  text-align: left;
}
.table-filter-form-warpper .table-filter-form .field-group label{
  font-weight: bold;
  margin-bottom: 10px;
}
.table-filter-form-warpper #filterButton{
  margin-top: 20px;
  height: 45px;
  line-height: 10px;
}
.ui-datepicker .ui-datepicker-title{
  margin: 0 2em !important;
  display: flex;  
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month{
  margin-right: 5px !important;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-title .ui-datepicker-year{
  width: 49% !important;
}
#csl-assessment-pagination a,
#csl-assessment-pagination span.page-numbers.current{
  background: #e8284d;
  padding: 10px;
  color: #fff;
  line-height: 8px;
  display: inline-block;
}
#csl-assessment-pagination a:hover,
#csl-assessment-pagination span.page-numbers.current{
 background: #00AEF0;
}
.csl-dashboar-pagination-warpper .csl-dashboar-pagination-left{
  float: left;
}
.csl-dashboar-pagination-warpper .csl-dashboar-pagination-right{
  float: right;
}
.form-overlay{
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255, 0.8);
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  z-index: 9999;					
}
a.req_links{
  color: #00AEF0;
}
.start-assessment{
  background: #00AEF0;
  padding: 10px 20px;
  color: #fff !important;
  border-radius: 5px;  
  margin-top: 15px;
  display: inline-block;  
}
.start-assessment:hover{
  background: #e8284d;
}
#wizardContent #step2 .step2-group-statement,
#wizardContent #step5 div.form-group.step5-group-statement{
  position: relative;
  padding-left: 35px;
}
.step2-group-statement .step2-group-statement-index,
.step5-group-statement .step5-group-statement-index{
  position: absolute;
  left: 15px;  
}
.step3-group-statement-index{
  position: absolute;
  left: -20px;
  color: #000;
  top: 30%;  
}
.step2-group-statement .step2-group-statement-index{
  top: 50%;
  left:55px;  
  font-weight: bold;
}
.form-status-messages{
	font-weight:500;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 15px;
  display: inline-block;
  width: 100%;
}
.error-message{
	color: #cd2653;
}
.success-message,
.success-message.reached-error-message{
	color: #32CD32;
}
.warning-message{
	color: #ffc107;
}
ul.csl-admin-dashboard-menu{
  float: left;
  list-style: none;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  width: 100%;
  padding: 20px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 10px;
}
ul.csl-admin-dashboard-menu li {
  float: left;
  margin-right: 10px;
}
ul.csl-admin-dashboard-menu li i{
	margin-right: 5px;
	font-size: 17px;
}
ul.csl-admin-dashboard-menu li a{
  font-size: 15px;
  font-weight: 500;
  border-right: 1px solid #999;
  padding-right: 10px;
}
ul.csl-admin-dashboard-menu li:last-child a{
  border-right: 0;
}
ul.csl-admin-dashboard-menu li.dashboard-active-menu a,
ul.csl-admin-dashboard-menu li.dashboard-active-menu i,
ul.csl-admin-dashboard-menu li:hover i{
	color: #e8284d;
}
.select2-selection__arrow{
  height: 40px !important;
}
.select2-selection.select2-selection--single {
  border-radius: 0px !important;
  border:0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 23px !important;
  padding-left: 0px !important;
}
ul.elementor-icon-list-items{
  list-style: none;
}
.form-group.step5-group-box .statement-text{
  line-height: 23px;
}
#download-report-button,
.loading-content a{
  display: block;
  color: #E8284D;
  font-size: 20px;
  font-weight: bold;
  margin-top: 21px;
}
.loading-content{
  text-align: center;
  width: 380px;
  font-size: 20px;											  
}
.ajax-loading-image{
  width: 160px;
  margin-top:20px;
}
#wizardContent .statements ul.stprio li.statement-group-urdu,
#wizardContent .priority-container ul.stprio li.statement-group-urdu{
	margin-left: -10px;
}
.statement-group-urdu .step3-group-statement-index{
	left: auto;
    right: -20px;	
}

.mcq-page-title h1{
	margin-top:45px !important;
}

@media screen and (max-width:1140px) {
	.dynamic-table.table.table-hover tr th:nth-child(4),
	.dynamic-table.table.table-hover tr td:nth-child(4){
		display: none;
	}
}
@media screen and (max-width: 900px) {
  #wizardContent .form-group .form-subgroup,
  #wizardContent #step4 label{
    display: block;
  }  
  #wizardContent #step1 .form-group input:placeholder-shown:not(:focus) + *{
    font-size: 18px    
  }
  #wizardContent #step1 .form-group input:-moz-placeholder-shown:not(:focus) + *{
    font-size: 18px    
  }
  #wizardContent #step1 .form-group input:-ms-input-placeholder:not(:focus) + *{
    font-size: 18px    
  }
  #wizardContent #step1 label:not(.single-choice-label):not(.single-choice-label-selection){
    font-size: 18px
  }    
}
@media screen and (max-width: 460px) {
  #wizardContentWarpper .multisteps-form__progress-btn{
    font-size: 0px;
  }
  #wizardContentWarpper .multisteps-form__progress-btn::after {
    display: none;
  }
  #wizardContent #step1 .form-group input:placeholder-shown:not(:focus) + *{
    font-size: 15px    
  }
  #wizardContent #step1 .form-group input:-moz-placeholder-shown:not(:focus) + *{
    font-size: 15px    
  }
  #wizardContent #step1 .form-group input:-ms-input-placeholder:not(:focus) + *{
    font-size: 15px    
  }
  #wizardContent #step1 label:not(.single-choice-label):not(.single-choice-label-selection){
    font-size: 15px
  }  
}
/* End Custom Script */