.jobtek-ad-code-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.jobtek-ad-code-label--available {
  background: #97ff87;
}

.jobtek-ad-code-label--used {
  background: #f7c56a;
}

.jobtek-ad-code-label--expired {
  background: #ec8484;
}

.column-jobtek_ad_code_duration,
.column-jobtek_ad_code_duration {
  text-align: center;
}

.jobtek_ad_code_dropdown {
  display: none;
}

button.button.jobtek-add-location {
    margin-top: 8px;
}

.wp_job_manager_meta_data .form-field input[name="_job_multi_location[]"] {
  margin-bottom: 8px;
}

.dashboard-list-box-content .jobtek-multi-location-field {
    margin-bottom: 8px !important;
}

.jobtek-multi-location-field-container {
    display: flex;
    align-items: center;
}

.jobtek-multi-location-remove {
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    background: none;
    border: none;
}

.jobtek-multi-location-remove::after {
    content: "\f182";
    font-family: "dashicons";
    font-weight: light;
    font-size: 16px;
    color: #d9534f;
}

.button.action-export-jobtek-csv {
    margin: 0 8px 10px 0 !important;
}