/* modal */

.job-model-content {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
}

.job-model-content hr {
  border-top: 1px solid #a1a2b6;
}

.job-model-content h5 {
  font-size: 2rem;
  color: #a1a2b6;
}

.job-model-content .modal-header {
  border-bottom: 1px solid #a1a2b6;
}

.job-model-content .modal-header .close {
  margin-top: 20px;
  font-size: 25px;
}

.jobModalForm {
  padding: 2rem 4rem;
}


.jobModalForm .title {
  border-bottom: 1px solid #84d0f3;
  display: inline-block;
  margin-bottom: 1rem;
}

.jobModalForm label {
  display: block;
  color: #a1a2b6;
  margin-bottom: 0;
  font-weight: 400;
}

.jobModalForm .label-title {
  color: #000;
  font-weight: bold;
}

.jobModalForm .custom-input {
  display: block;
  outline: none;
  border: 2px solid #a1a2b6;
  margin-bottom: 1.5rem;
  padding: 10px 10px;
  min-width: 250px;
  padding: 5px 10px;
}

.jobModalForm .custom_checkbox {
  width: 20px;
  height: 20px;
  margin-bottom: 1.5rem;
}

.modal-content .modal-footer {
  display: flex;
  justify-content: center;
}

.custom-outline {
  background-color: transparent;
  color: #a1a2b6 !important;
  border: 1px solid #a1a2b6;
}

.modal-content .custom-btn {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  padding: 0.5em 2.5em;
}

.status_reload {
  background-image: url('../images/refresh-01.svg');
}

.jobModalForm select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.jobModalForm .title {
  width: 100%;
  border: none !important;
}
.job-model-content .modal-header {
  padding: 20px 35px;
}
.job-model-content hr {
  float: left;
  width: 100%;
}
.jobModalForm>div {
  width: 50%;
  float: left;
}

.modal-content .modal-footer {
  width: 100%;
  padding-top: 40px;
  margin-bottom: 35px;
}

.job-model-content .modal-header .close {
  margin-top: 20px;
  font-size: 25px;
  right: 30px;
}