.mpsForm {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.mpsForm .main-div {
  width: 50%;
  padding: 88px 10px 0px 10px;
}
.mpsForm .space32 {
  margin-bottom: 32px;
}
.mpsForm .sub-div img {
  max-width: 110px;
  padding-bottom: 24px;
}
.mpsForm .sub-div h1 {
  color: #010101;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 0;
  font-family: Fira-Sans-Medium;
}
.mpsForm .wlc_msg {
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 42px;
  font-style: normal;
  font-family: Fira-Sans-light;
}
.mpsForm .formSection p {
  color: #1E1E1E;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-family: Fira-Sans-light;
}
.mpsForm .formSection .form-label {
  color: #1E1E1E;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Fira-Sans-Medium;
}
.mpsForm .formSection .form-control {
  border-radius: 4px;
  border: 1px solid #C9C9CB;
  background: #FEFEFE;
  color: #68686E;
}
.mpsForm .formSection .dropdown .dd_btn {
  color: #68686E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #C9C9CB;
  width: 100%;
}
.mpsForm .formSection .dd_btn {
  text-align: left;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden !important;
  width: 100% !important;
  /*height: 100%;*/
  background-repeat: no-repeat;
  padding-right: 30px;
}
.mpsForm .formSection .dropdown .btn:after {
  border: none;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/CaretDown.svg);
  width: 16px;
  height: 16px;
}
.mpsForm .formSection .dropdown ul {
  position: absolute;
  width: 100%;
}
.mpsForm .formSection .dropdown .dropdown-item {
  color: #3A3B3C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.mpsForm .formSection .dropdown-menu a {
  text-align: left;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden !important;
  width: 100% !important;
  height: 100%;
  background-repeat: no-repeat;
  white-space: normal;
}
.mpsForm .formSection .checkTxt {
  color: #1E1E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  padding-left: 0 !important;
  font-family: Fira-Sans-light;
}
.mpsForm .formSection .form-check-input[type=checkbox]:checked {
  background-color: #3A3B3C;
  background-image: url(../img/checkbox-white.svg);
  background-size: 75%;
  background-position: center;
}
.mpsForm .formSection .form-check-input[type=checkbox] {
  border-radius: 2px;
  border: 1px solid #3A3B3C;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: transparent;
  cursor: pointer;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 10px;
  padding: 5px;
}
.mpsForm .datePicker {
  color: #68686E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #C9C9CB;
  width: 100%;
  padding-left: 30px !important;
  padding-right: 1rem !important;
  position: relative;
}
.mpsForm .calndericon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 59%;
  left: 6%;
}
.mpsForm .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  border-radius: 36px;
  margin-right: 13px;
}
.mpsForm .file-upload {
  border-radius: 4px;
  border: 1px solid rgba(89, 110, 145, 0.3);
  background: #EDF2FA;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  align-self: stretch;
  position: relative;
  justify-content: center;
}
.mpsForm .file-upload p {
  color: #596E91;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
}
.mpsForm .file-upload span {
  color: #43425D;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.mpsForm .file-upload input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.mpsForm .file-download {
  border-radius: 4px;
  border: 1px solid rgba(89, 110, 145, 0.3);
  background: #EDF2FA;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  align-self: stretch;
  position: relative;
  justify-content: center;
}
.mpsForm .file-download p {
  color: #596E91;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
}
.mpsForm .file-download span {
  color: #43425D;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.mpsForm .file-download input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.mpsForm .submit-btn {
  border-radius: 4px;
  background: #2F4FF8;
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  color: #FEFEFE;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 64px;
  font-family: Fira-Sans-Medium;
}
.mpsForm .footerRed {
  width: 100%;
  height: 52px;
  background: #E30613;
}
.mpsForm .headerRed {
  width: 100%;
  height: 16px;
  background: #E30613;
}
.mpsForm ::-moz-placeholder {
  color: #68686E;
  font-family: Fira-Sans-light;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.mpsForm ::placeholder {
  color: #68686E;
  font-family: Fira-Sans-light;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.mpsForm ::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #68686E;
  font-family: Fira-Sans-light;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.mpsForm #rangestart .unstackable.ui.table.day,
.mpsForm #rangeend .unstackable.ui.table.day {
  position: relative !important;
}
.mpsForm #rangestart .ui.calendar .ui.table tr:first-child th,
.mpsForm #rangeend .ui.calendar .ui.table tr:first-child th {
  position: unset !important;
  padding-left: 0;
  padding-right: 0;
}
.mpsForm #rangestart .ui.calendar .ui.table.day tr .prev.link,
.mpsForm #rangeend .ui.calendar .ui.table.day tr .prev.link {
  position: absolute;
  top: 50%;
}
.mpsForm #rangestart .ui.calendar .ui.table.day tr .next.link,
.mpsForm #rangeend .ui.calendar .ui.table.day tr .next.link {
  position: absolute;
  top: 50%;
  right: -10px;
}
.mpsForm #rangestart .day .link.today.focus,
.mpsForm #rangestart .month .link.today.focus,
.mpsForm #rangeend .day .link.today.focus,
.mpsForm #rangeend .month .link.today.focus {
  color: #F9F9F9 !important;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #73092B;
  border: none !important;
  outline: none !important;
}
.mpsForm #rangestart .holiday-date-color::after,
.mpsForm #rangeend .holiday-date-color::after {
  content: "";
  display: flex;
  width: 1px;
  height: 1px;
  padding: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0074DF;
  position: absolute;
  left: 0px;
  bottom: -2px;
  right: 0;
  border-radius: 50px;
  margin: auto;
}
.mpsForm .resumeCV, .mpsForm .workSample {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .main-div {
    width: 100% !important;
    padding: 88px 20px 0px 20px !important;
  }
}
@media screen and (max-width: 900px) {
  .resumeCV, .workSample {
    width: 100% !important;
  }
}/*# sourceMappingURL=mps_form.css.map */