/* Base style */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #2D2D2D;
  /* background: url(../images/bg.jpg) top center; */
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Lato', sans-serif;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
}

.btn,
.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
 .logo{
  text-align: center;
  margin: 25px 0;
}
.employee-registration-container{
margin: 0 auto;
}
.form-container{
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
.employee-registration-container .form-left-container {
	background: #c8f2f9;
	border-radius: 5px 0px 0px 5px;
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
}
.employee-registration-container .form-right-container{
  background: #fff;
  border-radius: 0px 5px 5px 0px;
  /* padding: 30px; */
  width: 55%;
}
.form-right-container h3{
text-align: center;
font-weight: 700;
font-size: 22px;
margin-bottom: 25px;
margin-top: 30px;
}
.form-field-container{
  padding: 30px 50px;
}
.form-field-container .form-control{
  border: 1px solid #e0e2ea;
  border-radius: 5px;
}
.form-right-container .form-check {
  margin-bottom: 35px;
}
.form-field-container .form-check-input:checked {
  background-color: #07383f;
  border-color: #04353a;
}
.submit-btn{
  border-radius: 22px;
  background: #063b42;
  min-width: 143px;
  height: 44px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
.form-right-container .form-container-submit-btn{
  text-align: center;
}
.submit-btn:hover{
  color: #000;
  background: #A0CE59;
}
.form-field-container .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #055765;
}
.form-field-container .nav-link {
	color: #2d2d2d;
}
.form-check a{
  color: #2D2D2D;
}
/* -------step form start----- */
.employnment-application-form-container{
  background:#fff;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.step-form-container .form-right-container{
width: 100%;
}
/* step form css */
/* body */
/* body */

.main-content .wizard-form .progressbar-list::before {
	content: " ";
	background-color: #EEEEEE;
	border:0;
	border-radius: 50%;
	display: block;
	width: 32px;
	height: 32px;
	margin: 9px auto;
	/* box-shadow: 1px 1px 3px #606060; */
	transition: all;
	position: relative;
	z-index: 2;
}
.main-content .wizard-form .progressbar-list::after {
	content: "";
	background-color: rgb(181, 181, 181);
	padding: 0px 0px;
	position: absolute;
	top: 14px;
	left: -50%;
	width: 100%;
	height: 1px;
	margin: 9px auto;
	z-index: 1;
	transition: all 0.8s;
}
  .main-content .wizard-form .progressbar-list.active::after{
      background-color: #A0CE59;
  }
  .main-content .wizard-form .progressbar-list:first-child::after{
      content: none;
  }
  .main-content .wizard-form .progressbar-list.active::before{
      font-family: "Font Awesome 5 free";
      content: "\f00c";
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      padding: 0px;
      background-color: #A0CE59;
      border: 1px solid #A0CE59;
      box-shadow: 0 0 0 7.5px rgb(160 206 89 / 0.29);
  }
  .main-content .wizard-form .progressbar-list::before {
    content: attr(data-name);
  }
  .progressbar-list {
    color: #222;
    font-size: 18px;
    /* text-align: center; */
    line-height: 30px;
  }
  .active{
      color:#000;
  }
  /* card */
  .card img{
      width: 40px;
  }
  .card{
      border: 3px solid rgb(145 145 145);
      cursor: pointer;
  }
  .active-card{
      color:#A0CE59;
      font-weight: bold;
      border: 3px solid #A0CE59;
  }
  .form-check-input:focus {
      box-shadow: none;
  }
  .bg-color-info{
      background-color:#1B64AF;
  }
  .border-color{
      border-color: #ececec;
  }
  /* .btn{
      padding:16px 30px;
  } */
  .back-to-wizard{
      transform: translate(-50%, -139%) !important;
  }
  .bg-success-color{
      background-color:#87D185;
  }
  .bg-success-color:focus{
      box-shadow: 0 0 0 0.25rem rgb(55 197 20 / 25%);
  }


/* end */
.cardSection .form-field-container{
  padding: 0;
  margin-bottom: 15px;
}
.cardSection h2{
font-weight: 700;
font-size: 23px;
color: #2d2d2d;
margin-bottom: 25px;
}
.radios-check-btn{
  display: flex;
  align-items: center;
 
}
.form-check {
	margin-right: 30px;
}
.step-form-container-two h3 {
	font-weight: 700;
	font-size: 27px;
	text-align: center;
	color: #2d2d2d;
	margin-bottom: 40px;
}
.progressbar .progressbar-list{
    width: 11.11%;
  }
  .form-check-input[type="radio"] {
    margin-top: 6px;
  }
  .form-check-input[type="checkbox"] {
    margin-top: 6px;
  }
  .btn-dark:hover {
    background-color: #a0ce59;
    border-color: #a0ce59;
  }

  .progressbar {
    display: flex;
    justify-content: center;
  }
  /* --------step form three------- */
.step-form-container-three .employnment-application-form-container {
    padding: 50px;
  }
  .employnment-application-form-container p{
font-weight: 700;
font-size: 18px;
color: #2d2d2d;
  }
  .top-text{
    margin-bottom: 30px;
  }
  .step-form-grey-box{
    background: #EFEFEF;
    padding: 50px;
  }
  .step-form-card-container {
    display: flex;
    grid-template-columns: repeat(3,minmax(0,1fr) );
    row-gap: 30px;
    column-gap: 50px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card-blog {
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    width: 30.2%;
  }
     .card-top {
      display: flex;
      justify-content: space-between;
      margin-bottom: 35px;
      min-height: 30px;
    }
     .green-badge {
      border-radius: 5px;
      background: #063b42;
      padding: 0px 10px;
      color: #fff;
      min-width: 95px;
      text-align: center;
      line-height: 30px;
    }
    .check-box {
      width: 30px;
      height: 30px;
      border-radius: 5px;
      background: #063b42;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
    }
   .icon-img{
    width: 123px;
    height: 123px;
  background: #a0ce59;
border-radius: 50%;
padding: 10px;
   }
  .card-middle{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
  }
  .icon-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .card-middle span {
    white-space: nowrap;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    margin-bottom: 20px;
    /* display: block; */
    text-align: center;
  }
  .card-bottom{
    display: flex;
    justify-content: space-between;
  }
  .file-name span{
    font-size: 15px;
    color: #063b42;
    white-space: nowrap;
    width:200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .signature {
    display: flex;
    align-items: start;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
  }
.signature  p{
  margin-right:6px;
  margin-bottom: 5px;
font-size: 17px;
color: #2d2d2d;
text-transform: uppercase;
font-weight: 700;
}
.signature-space {
	padding: 25px;
	background: #fff;
	width: 60%;
  font-size: 18px;
}
.signature-block{
  display: flex;
}
.date-block{
  width: 100%;
}
.final-text{
  margin-bottom: 20px;
}
/* ---clear-btn--- */
/* .clear-btn .bg-color-info{
  
} */
.clear-btn .btn {
	background: #999;
	min-width: 100px;
	height: 27px;
	color: #2d2d2d;
	font-weight: 700;
	font-size: 16px;
	line-height: 12px;
}
.clear-btn .btn:hover{
background: #A0CE59;
color: #2d2d2d !important;
}

.signature-uploaded {
	padding: 25px;
	width: 60%;
  font-size: 18px;
}
  
.employee-registration .form-container{
  justify-content: center;
}

.employee-registration .employee-registration-container .form-left-container{
  display: none;
}

.employee-registration .form-field-container{
  padding: 30px 40px;
  -webkit-box-shadow: 0px 0px 17px -11px rgba(0,0,0,0.41);
  -moz-box-shadow: 0px 0px 17px -11px rgba(0,0,0,0.41);
  box-shadow: 0px 0px 17px -11px rgba(0,0,0,0.41);
}

.employee-registration .form-right-container .form-check {
  margin-bottom: 15px;
}

.employee-registration .submit-btn{
  background: #1664af;
}

.employee-registration .submit-btn:hover{
  background: #A0CE59;
}

.employee-registration .form-field-container .nav-pills .nav-link.active, .employee-registration .nav-pills .show > .nav-link {
	background-color: #1664af;
}

.employee_reg_body {
  background: unset !important
}

.register-password-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.register-password-block .form-check{
  margin-right: 0 !important;
}