.upload {
  cursor:pointer;
}
.validationText,
.wp-control-invalid input,
.wp-control-invalid label,
.error-list {
  color:#9e4430;
  border-color:#9e4430;
}

.wp-control-invalid input {
  border: 2px solid !important;
}
.error-list {
  text-align: center;
    font-weight: 600;
}
.error-list span{
  display:block;
}
.inner-page .careers .career-form .send {
  position:static;
}
.inner-page .careers .career-form .upload {
    width:100%;
}
.sendContainer {
    text-align: center;
}
.sendContainer p input {
  margin-right:10px;
}

.inner-page .careers .career-form .send.send-disabled {
  background-color:rgba(158, 68, 48, 0.2);
  cursor:not-allowed;
}

.inner-page .careers .career-form .cell.checkcell {
  width:40px;
  height:40px;
  margin-right: 10px;
padding: 0px 5px;
cursor:pointer;
}
.inner-page .careers .career-form .cell.checkcell img {
  width:20px;
}
.c-select select::-ms-expand {
    display: none;
}
.c-select.wp-control-invalid select {
  border:2px solid #9e4430;
      border-bottom-width: 4px;
}
