.apply_application_page {
  padding: 0;
}
.apply_progress {
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #e6e6e6;
  background-image: url("../main-image.html");
  background-position: 130% 102%;
  background-repeat: no-repeat;
  background-size: 62% 95%;
}
.apply_progress:lang(ar),
.apply_progress:lang(fa) {
  background-position: -15% 102%;
}
.apply_progress > h3 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.apply_progress > h3 span {
  color: #e63f38;
}
.apply_progress .apply_steps_container {
  position: relative;
}
.apply_progress .apply_steps_container .apply_step {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.apply_progress .apply_steps_container .apply_step:last-of-type {
  margin-bottom: 0;
}
.apply_progress .apply_steps_container .apply_step .check_mark {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cacaca;
  margin-right: 16px;
  position: relative;
}
.apply_progress .apply_steps_container .apply_step .check_mark:lang(ar),
.apply_progress .apply_steps_container .apply_step .check_mark:lang(fa) {
  margin-right: 0;
  margin-left: 16px;
}
.apply_progress
  .apply_steps_container
  .apply_step:not(:last-of-type)
  .check_mark::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 67px;
  background: #cacaca;
}
.apply_progress .apply_steps_container .apply_step .step_info span {
  font-weight: 500;
  color: #bbbbbb;
}
.apply_progress .apply_steps_container .apply_step .step_info p {
  font-weight: 600;
  font-size: 18px;
  color: #9c9c9c;
}
.apply_progress .apply_steps_container .apply_step.active .check_mark::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 5px solid #1966a2;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.apply_progress .apply_steps_container .apply_step.active .step_info span {
  color: #e63f38;
}
.apply_progress .apply_steps_container .apply_step.active .step_info p {
  color: #000;
  font-weight: 700;
}
.apply_progress .apply_steps_container .apply_step.done .check_mark,
.apply_progress .apply_steps_container .apply_step.done .check_mark::after {
  background-color: #1966a2;
}
.apply_progress .apply_steps_container .apply_step.done .step_info span,
.apply_progress .apply_steps_container .apply_step.done .step_info p {
  color: #1966a2;
}
.apply_progress .apply_steps_container .apply_step.done .step_info p {
  font-weight: 700;
}

.select2-dropdown {
  box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
}
.apply_form {
  height: 100%;
  padding: 50px 30px;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #e6e6e6;
}
.select2-results__option:first-of-type {
  padding: 0;
}
.apply_form .row > div:not(:last-of-type) {
  margin-bottom: 15px;
}
.apply_form .action-btns {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.apply_form .action-btns button {
  width: 180px;
  width: 180px;
  height: 65px;
  border: none;
  outline: none;
  border-radius: 45px;
  position: relative;
  text-align: center;
  line-height: 65px;
  font-weight: 600;
  transition: all 0.15s ease;

  margin-right: 12px;
}
.apply_form .action-btns button.back {
  background-color: transparent;
  border: 1px solid #e63f38;
  color: #e63f38;
}
.apply_form .action-btns button.next-step {
  background-color: #1966a2;
  border: 1px solid #1966a2;
  color: #fff;
}
.apply_form .action-btns button.next-step:hover {
  background-color: #145281;
}
.apply_form .main-submit-apply-form {
  display: none;
}
.apply_form .action-btns button.back:lang(ar),
.apply_form .action-btns button.back:lang(fa) {
  margin-right: 0;
  margin-left: 12px;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: #e63f38;
  border-color: #e63f38;
}
.flatpickr-day:hover {
  background-color: #e13d3778 !important;
  border-color: #e13d3778 !important;
  color: #fff;
}
.flatpickr-day.today {
  border-color: #e63f38;
}
.flatpickr-day.today:hover {
  background-color: #e13d3778;
}
.special-field-input svg {
  font-size: 16px;
}
.special-field-input.main-color svg {
  color: #e63f38 !important;
}
.special-field-input .main-label {
  font-size: 16px;
}
.special-field-input input,
.special-field-input select,
.special-field-input textarea,
.special-field-input .select2-container {
  font-size: 17px;
}
.filed-file-input {
  width: 100%;
  height: 100px;
  background: #1966a20d;
  border-radius: 35px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 35px 15px 30px;
  border: 1px dashed #1966a280;
  position: relative;
}
.filed-file-input:lang(ar),
.filed-file-input:lang(fa) {
  right: auto;
  left: 25px;
}
.uplaoded-mark {
  position: absolute;
  right: 25px;
  font-size: 18px;
  color: #e63f38;
  display: none;
}
.uplaoded-mark:lang(ar),
.uplaoded-mark:lang(fa) {
  right: auto;
  left: 25px;
}
.filed-file-input:lang(ar),
.filed-file-input:lang(fa) {
  padding: 15px 30px 15px 35px;
}
.filed-file-input input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.filed-file-input:has(input.error) {
  border-color: red;
}
.filed-file-input label.error {
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  color: red;
}
.filed-file-input span.icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border-radius: 13px;
  color: red;
  margin-right: 16px;
}
.filed-file-input span.icon:lang(ar),
.filed-file-input span.icon:lang(fa) {
  margin-right: 0;
  margin-left: 16px;
}
.filed-file-input span.icon svg {
  font-size: 20px;
}
.filed-file-input .info {
  max-width: 75%;
  overflow: hidden;
}
.filed-file-input .info span {
  font-size: 16px;
  font-weight: 700;
  color: #1966a2;
}
.filed-file-input .info span span {
  color: red;
}
.filed-file-input .info p {
  font-size: 14px;
  font-weight: 500;
  color: #a5a5a5;
}
.advanced-file a.open-advanced-file {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #e63f38;
  display: inline-block;
  margin-bottom: 15px;
}
.apply-form-item {
  display: none;
}
.apply-form-item .find-choise {
  height: auto !important;
}
.apply-form-item#applyFormStepChooseWay {
  display: block;
}
#applyFormStepSearch .hide-in-last-step {
  display: none;
}
#applyFormStepSearch .search_results_items {
  max-height: 540px;
  overflow-x: clip;
  overflow-y: scroll;
}
#applyFormStepSearch .search_results_items .row > div,
.user_chooise_items .row > div {
  margin-bottom: 15px !important;
}
.apply-form-item .title_sec {
  margin-bottom: 35px;
}
.apply-form-item .title_sec h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.apply-form-item .title_sec h2 span {
  color: #e63f38;
}
.apply_fileds_in_all_universities {
  margin-top: 15px;
  margin-bottom: 15px;
}
.prog-item {
  border-radius: 42px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.prog-item .prog-info {
  display: flex;
  flex-direction: row;
  padding: 20px 30px;
}

.prog-item .prog-info .img {
  margin-right: 12px;
}

.prog-item .prog-info .img:lang(ar),
.prog-item .prog-info .img:lang(fa) {
  margin-right: 0;
  margin-left: 12px;
}

.prog-item .prog-info .img img {
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  max-height: 55px;
  display: inline-block;
}

.prog-item .prog-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1966a2;
}

.prog-item .prog-info h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.prog-item .prog-info p {
  font-size: 14px;
  font-weight: 500;
}

.prog-item .prog-info p img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.prog-item p img:lang(ar),
.prog-item p img:lang(fa) {
  margin-right: 0;
  margin-left: 5px;
}
.prog-item .prog-info p span {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.prog-item .program-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  margin-top: auto;
  border-top: 1px solid #e6e6e6;
}

.prog-item .program-action .price > span {
  font-weight: 500;
  font-size: 14px;
  color: #707070;
}

.prog-item .program-action .price h5 {
  font-size: 26px;
  font-weight: 700;
  color: #e63f38;
}
.prog-item .program-action .choose_this_pogram_btn {
  border-radius: 30px;
  border: 1px solid #e63f38;
  color: #e63f38;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  min-width: 112px;
  padding: 2px 15px;
  overflow: hidden;
}
.prog-item .program-action .remove_chooise_item {
  cursor: pointer;
  color: #e63f38;
  font-size: 18px;
  border-radius: 50%;
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid #e63f384a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}
.prog-item .program-action .remove_chooise_item:hover {
  background: #e63f384a;
}
.search_results
  .prog-item
  .program-action
  .choose_this_pogram_btn:has(input:checked) {
  color: #1966a2;
  border-color: #1966a2;
}
.prog-item .program-action .choose_this_pogram_btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.search_results
  .prog-item
  .program-action
  .choose_this_pogram_btn
  input:checked
  ~ svg {
  color: #1966a2;
}
.prog-item .program-action .choose_this_pogram_btn svg {
  font-size: 20px;
  color: #e63f38;
}
.choose-step-item {
  padding: 50px 30px;
  background: #eef4f8;
  border-radius: 40px;
  text-align: center;
  border: 1px dashed #1966a280;
  position: relative;
}
.choose-step-item span.icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  color: #1966a2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.choose-step-item span.icon svg {
  font-size: 24px;
}
.choose-step-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1966a2;
  line-height: 1.3;
}
.choose-step-item p {
  line-height: 1.6;
  font-weight: 500;
}
.choose-step-item button {
  margin-top: 25px;
  display: inline-block;
  width: 180px;
  height: 45px;
  border: none;
  outline: none;
  background: #1966a2;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 30px;
  transition: all 0.15s ease;
}
.choose-step-item button:hover {
  background-color: #145281;
}
.find-choise {
  box-shadow: none;
  background-color: transparent;
  border: none;
  margin-bottom: 30px;
}
.apply-form-item#applyFormStep1 .special-field-input .main-label {
  top: 35% !important;
}
.special-field-input input,
.special-field-input select,
.special-field-input textarea,
.special-field-input .select2-container {
  width: 100% !important;
}
.user_chooise_items .prog-item .user_chooise_input_hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
/* files */
.file-item {
  padding: 6px;
  border: 1px solid #e9e9e9;
  border-radius: 35px;
}
.file-item .cover {
  width: 100%;
  min-height: 140px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
}
.file-item .cover svg {
  font-size: 36px;
  color: #cecece;
}
.file-item .item-info {
  padding: 16px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.file-item .item-info h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.file-item .item-info button.remove-file {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: #fcebeb;
  color: #e63f38;
}
.file-item .item-info .info {
  width: 75%;
}
.file-item .item-info .btns-action {
  width: 22%;
  min-width: 84px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.file-item .review_file {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: #dff1ff;
  color: #1966a2;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 0;
}

@media (max-width: 767px) {
  .apply_progress {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
  }
  .apply_progress .apply_steps_container {
    display: flex;
    justify-content: space-evenly;
    overflow: hidden;
    padding-top: 35px;
  }
  .apply_progress .apply_steps_container .apply_step {
    flex-direction: column;
    align-items: flex-start;
    width: 24%;
    background: #fff;
  }
  .apply_progress .apply_steps_container .apply_step .check_mark {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .apply_progress
    .apply_steps_container
    .apply_step:not(:last-of-type)
    .check_mark::after {
    width: 160px;
    height: 1px;
    top: 50%;
    left: 85px;
  }
  .apply_progress .apply_steps_container .apply_step .step_info p {
    font-size: 16px;
  }
  .apply_progress > h3 {
    display: none;
  }
}
@media (max-width: 425px) {
  .prog-item .prog-info {
    flex-direction: column;
  }
  .prog-item .prog-info .img {
    margin-bottom: 8px;
  }
  .apply_progress .apply_steps_container .apply_step .step_info p {
    font-size: 14px;
  }
}
