.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;
}

.jobtek-ad-codes-stats-form .form-row {
  margin-bottom: 16px;
}

.jobtek-ad-codes-stats-result {
  display: flex;
  flex-direction: column;
  margin-top: 45px;
}

.jobtek-ad-codes-jobs-listing {
  display: block;
  margin-top: 60px;
}

.report-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #092f51 94%, #0000) top/8px 8px
      no-repeat,
    conic-gradient(#0000 30%, #092f51);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
