#dashboard .jh-job-listing-form .submit-listing-box {
  background: #fff;
}
.jh-job-listing-form .submit-listing-box {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
  margin-bottom: 50px;
}
.jh-job-listing-form .submit-listing-box .title {
  background: #1e1f21;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 1.85rem;
  margin: 0;
  padding: 15px 25px;
  text-align: left;
  width: 100%;
}
.jh-job-listing-form .form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px;
}
.jh-job-listing-form fieldset {
  border: 0;
  display: flex;
  flex-direction: column;
  line-height: 2;
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.jh-job-listing-form fieldset label {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: capitalize;
  width: 100%;
}
.jh-job-listing-form fieldset .field {
  position: relative;
  width: 100%;
}
.jh-job-listing-form fieldset label {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: capitalize;
  width: 100%;
}
.jh-job-listing-form fieldset ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.jh-job-listings {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 30px;
}
.jh-job-listings .jh-job {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  padding: 30px;
  min-width: 25%;
}
.jh-job-listing-form .experienta_group {
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 10px;
}
.btn-danger {
  background-color: #d9534f;
}
.jh-table {
  background: #fff;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.jh-table thead {
  background-color: #1e1f21;
  color: #fff;
}
.jh-table thead th {
  border: 0;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  border-left: 2px solid hsla(0, 0%, 100%, 0.2);
  font-weight: 500;
  padding: 15px 20px !important;
  text-align: left;
}
.jh-table tbody tr {
  border: 2px solid #e3e3e3;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(227, 227, 227);
  border-top: 0;
}
.jh-table tbody td {
  border: 0;
  color: #666;
  padding: 30px 20px !important;
  text-align: left;
  vertical-align: middle;
}
.jh-modal {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  justify-content: center;
}
.jh-modal-content {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
  padding: 30px;
  position: fixed;
  width: 50%;
  max-width: 500px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.jh-modal-body {
  padding: 0;
  margin: 0;
}
.jh-modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.user-form {
  box-sizing: border-box;
  margin: 60px auto;
  max-width: 600px;
  position: relative;
  text-align: left;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}
.user-form .heading {
  background: var(--cariera-primary);
  border-radius: 5px 5px 0 0;
  padding: 20px 30px;
  text-align: center;
}
.user-form .heading .title {
  color: #fff;
  font-size: 1.75rem;
  margin: 0;
  text-transform: uppercase;
}
.user-form .content {
  background: #fff;
  border: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: none;
  padding: 40px;
}
.user-form .form-group {
  margin-bottom: 1rem;
}
.user-form input[type="text"],
.user-form input[type="email"],
.user-form input[type="password"] {
  -webkit-appearance: none;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: none;
  color: #666;
  height: auto;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
