.apply-online-page {
  padding: 1.75rem;
  border-radius: 1.875rem;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 5rem;
}

.single-page-content .apply-form p {
  margin-bottom: 0;
}

.apply-form ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1.8rem;
  row-gap: 1.25rem;
  margin: 0;
  padding: 0;
}

.apply-form ul li {
  list-style: none;
}

.apply-form ul li label {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  margin-left: 0.62rem;
}

.apply-form ul li input,
.apply-form ul li textarea {
  height: 2rem;
  width: 18.75rem;
  border-radius: 1.875rem;
  border: 0.063rem solid rgba(21, 49, 100, 0.1);
  background: #fafafa;
  padding: 0 0.62rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.apply-form ul li:nth-child(1) input,
.apply-form ul li:nth-child(4) input,
.apply-form ul li:nth-child(7) input {
  width: 35.25rem;
}

.apply-form ul li:nth-child(10) textarea {
  width: 76.5rem;
  padding-top: 1rem;
}

.apply-form ul li textarea {
  height: 10.875rem;
}

.apply-form .codedropz-upload-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 1.25rem;
  column-gap: 3.45rem;
}

.apply-form .codedropz-upload-handler {
  width: 76.5rem;
  border-radius: 0.3125rem;
  border: 1px dashed #0a2457;
}

.apply-form .codedropz-upload-inner h3 {
  color: #0a2457;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.76925rem;
  text-transform: capitalize;
}

.apply-form .codedropz-upload-inner span {
  color: #7e8ca8;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: lowercase;
}

.apply-form .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  color: #0a2457;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: capitalize;
}

.apply-form .dnd-upload-counter {
  right: 1rem;
  bottom: 0rem;
  font-size: 0.75rem;
}

.apply_online_submit,
.apply_online_submit p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.apply-form ul li input[type="submit"] {
  display: flex;
  width: 11rem;
  height: 3rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background: #0a2457;
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5625rem;
}

.apply-form .apply-msg,
.apply-form .apply-msg p {
  color: #153164;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.apply-form .apply-msg a {
  color: #00a5cf;
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.apply-form .dnd-upload-status {
  width: max-content;
  display: flex;
  gap: 0.5rem;
  padding: 0;
}

.apply-form .dnd-upload-status .dnd-upload-image {
  width: 1.125rem;
  height: 1.3125rem;
  border: none;
  border-radius: 0;
}

.apply-form .dnd-upload-status .dnd-upload-image span.file {
  height: 100%;
  width: 100%;
  background-image: url(/wp-content/themes/kazakh/img/add-doc-allpy-online.svg);
  background-size: cover;
  background-position: center;
}

.apply-form .dnd-upload-status .dnd-upload-details {
  display: flex;
  padding-left: 0;
  width: max-content;
  align-items: center;
  gap: 0.5rem;
}

.apply-form .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  display: none;
}

.apply-form .dnd-upload-status .dnd-upload-details .remove-file {
  position: relative;
  top: inherit;
}

.apply-form .dnd-upload-status .dnd-upload-details .remove-file span:after {
  width: 0.75006rem;
  height: 0.75rem;
  background-image: url(/wp-content/themes/kazakh/img/dlt-doc-apply-online.svg);
}

.apply-form .dnd-upload-status .dnd-upload-details .name {
  padding: 0;
}

.apply-form .dnd-upload-status .dnd-upload-details .name span {
  width: 7.5625rem;
  color: #0a2457;
  font-size: 1rem;
  font-weight: 500;
  line-height: 133.3%;
  letter-spacing: 0.03rem;
  padding-right: 0;
}

.apply-form .dnd-upload-status .dnd-upload-details .name em {
  color: #7e8ca8;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 133.3%;
  letter-spacing: 0.02813rem;
  width: 5.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.apply-form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 0.62rem;
  margin-top: 0.1rem;
}