.switch-jn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.switch-jn input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider-jn {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .4s;
}
.slider-jn:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
}
.switch-jn input:checked + .slider-jn {
  background-color: #4caf50;
}
.switch-jn input:checked + .slider-jn:before {
  transform: translateX(24px);
}

:root {
  --aula-primary: #49c5b6;
  --aula-primary-dark: #22998d;
  --aula-ink: #22313f;
  --aula-muted: #6b7c86;
  --aula-soft: #f3fbfa;
  --aula-line: #ddecea;
  --aula-danger: #e05b62;
}

body.font-nunito {
  background: #f4f7f6;
  color: var(--aula-ink);
}

#wrapper.theme-cyan:before {
  background: linear-gradient(135deg, rgba(73, 197, 182, .12), rgba(60, 137, 218, .08));
  content: "";
  height: 240px;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.navbar-fixed-top {
  border: 0;
  box-shadow: 0 10px 30px rgba(34, 49, 63, .08);
}

.navbar-brand a {
  align-items: center;
  color: var(--aula-ink);
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0;
}

.brand-mark {
  align-items: center;
  background: var(--aula-primary);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.nav-user-name {
  align-items: center;
  color: var(--aula-muted);
  display: flex;
  font-size: 14px;
  min-height: 50px;
  padding: 0 12px;
}

#left-sidebar {
  border-right: 0;
  box-shadow: 18px 0 40px rgba(34, 49, 63, .06);
}

.sidebar .user-account {
  background: linear-gradient(180deg, var(--aula-soft), #fff);
  margin: 12px;
  padding: 18px 14px 10px;
  border-radius: 8px;
}

.sidebar .user-account .user-photo {
  border: 3px solid #fff;
  box-shadow: 0 10px 20px rgba(73, 197, 182, .22);
}

.sidebar-nav .metismenu > li > a {
  border-radius: 8px;
  color: #53646d;
  font-weight: 700;
  margin: 3px 10px;
  padding: 11px 14px;
}

.sidebar-nav .metismenu > li > a:hover,
.sidebar-nav .metismenu > li > a:focus {
  background: var(--aula-soft);
  color: var(--aula-primary-dark);
}

.sidebar-nav .metismenu a i {
  color: var(--aula-primary-dark);
  font-size: 16px;
  min-width: 22px;
}

.collapse-content {
  background: #fff;
  border-left: 3px solid var(--aula-primary);
  margin: 0 18px 8px 26px;
  padding: 4px 0;
}

.collapse-content a {
  color: var(--aula-muted);
  display: block;
  font-size: 13px;
  padding: 8px 14px;
}

#main-content {
  padding-top: 78px;
}

#main-content .container-fluid {
  max-width: 1320px;
}

.page-heading {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 24px 0 20px;
}

.page-kicker {
  color: var(--aula-primary-dark);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.page-heading h1,
.profile-hero h1 {
  color: var(--aula-ink);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.page-heading p,
.profile-hero p {
  color: var(--aula-muted);
  font-size: 15px;
  margin: 6px 0 0;
}

.page-action {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  white-space: nowrap;
}

.card {
  border: 1px solid rgba(73, 197, 182, .14);
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(34, 49, 63, .07);
  overflow: hidden;
}

.card .header {
  border-bottom: 1px solid var(--aula-line);
}

.card-header {
  background: #fff;
  border-bottom: 1px solid var(--aula-line);
  padding: 20px 24px;
}

.card-title {
  color: var(--aula-ink);
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

.card-header .text-muted {
  color: var(--aula-muted) !important;
  margin-top: 6px;
}

.card-body {
  padding: 22px 24px;
}

.table {
  color: var(--aula-ink);
}

.table thead th {
  background: var(--aula-soft);
  border-bottom: 0;
  color: #52646d;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.table tbody td {
  border-color: #edf4f3;
  vertical-align: middle;
}

.table tbody tr:hover {
  background: #fbfefd;
}

.table td:first-child,
.table th:first-child {
  padding-left: 18px;
}

.table td:last-child,
.table th:last-child {
  padding-right: 18px;
}

.table-actions {
  display: flex;
  gap: 8px;
  white-space: nowrap;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
.form-control {
  border: 1px solid var(--aula-line);
  border-radius: 8px;
  box-shadow: none;
  min-height: 42px;
}

.form-control:focus {
  border-color: var(--aula-primary);
  box-shadow: 0 0 0 3px rgba(73, 197, 182, .16);
}

.btn {
  border-radius: 8px;
  font-weight: 700;
}

.btn-sm.btn-icon {
  align-items: center;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

.btn-primary {
  background: var(--aula-primary);
  border-color: var(--aula-primary);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--aula-primary-dark);
  border-color: var(--aula-primary-dark);
}

.btn-danger {
  background: var(--aula-danger);
  border-color: var(--aula-danger);
}

.badge {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  gap: 6px;
  font-size: 12px;
  padding: 6px 10px;
}

.badge .fa-circle {
  font-size: 7px;
}

.badge-success {
  background: rgba(73, 197, 182, .14);
  color: var(--aula-primary-dark);
}

.badge-danger {
  background: rgba(224, 91, 98, .12);
  color: #bd4248;
}

.auth-main {
  background: linear-gradient(135deg, #49c5b6 0%, #3c89da 100%);
}

.auth-main:after {
  opacity: .18;
}

.auth-box .top {
  background: transparent;
  padding-bottom: 18px;
}

.auth-logo-text {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}

.auth-box .card {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(20, 54, 71, .26);
}

.auth-box .lead {
  color: var(--aula-ink);
  font-weight: 800;
}

.auth-box .bottom {
  color: var(--aula-muted);
  margin-top: 18px;
  text-align: center;
}

.auth-box .bottom a {
  color: var(--aula-primary-dark);
  font-weight: 800;
}

.form-group label {
  color: #52646d;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.required {
  color: var(--aula-danger);
}

.form-group {
  margin-bottom: 16px;
}

textarea.form-control {
  min-height: 112px;
}

.form-actions {
  align-items: center;
  border-top: 1px solid var(--aula-line);
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  padding-top: 18px;
  width: 100%;
}

.form-actions .btn {
  min-width: 180px;
}

.dashboard-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 20px;
}

.metric-card {
  background: #fff;
  border: 1px solid rgba(73, 197, 182, .16);
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(34, 49, 63, .06);
  padding: 20px;
}

.metric-card.primary {
  background: linear-gradient(135deg, #49c5b6, #3c89da);
  color: #fff;
}

.metric-card span {
  color: var(--aula-muted);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.metric-card.primary span,
.metric-card.primary small {
  color: rgba(255, 255, 255, .84);
}

.metric-card strong {
  display: block;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.metric-card small {
  color: var(--aula-muted);
  display: block;
  margin-top: 10px;
}

.ux-panel h4 {
  color: var(--aula-ink);
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 18px;
}

.step-list {
  display: grid;
  gap: 10px;
}

.step-list a {
  align-items: center;
  background: var(--aula-soft);
  border: 1px solid var(--aula-line);
  border-radius: 8px;
  color: var(--aula-ink);
  display: flex;
  gap: 12px;
  padding: 13px 14px;
}

.step-list a:hover {
  border-color: var(--aula-primary);
  color: var(--aula-primary-dark);
}

.step-list i {
  color: var(--aula-primary-dark);
  width: 20px;
}

.mini-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.mini-stats div {
  background: var(--aula-soft);
  border-radius: 8px;
  padding: 14px;
  text-align: center;
}

.mini-stats strong {
  color: var(--aula-ink);
  display: block;
  font-size: 24px;
  font-weight: 800;
}

.mini-stats span {
  color: var(--aula-muted);
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.profile-hero {
  align-items: center;
  background: linear-gradient(135deg, #fff, var(--aula-soft));
  border: 1px solid rgba(73, 197, 182, .16);
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(34, 49, 63, .06);
  display: flex;
  gap: 18px;
  margin: 24px 0 20px;
  padding: 22px;
}

.profile-hero img {
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 12px 25px rgba(73, 197, 182, .18);
  height: 86px;
  object-fit: cover;
  width: 86px;
}

.text-strong {
  color: var(--aula-ink);
  font-weight: 800;
}

.employment-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100% !important;
}

.employment-image-preview {
  border: 1px solid var(--aula-line);
  border-radius: 8px;
  height: 96px;
  object-fit: cover;
  width: 160px;
}

.jobs-public-shell {
  margin-bottom: 32px;
}

.job-search-bar {
  align-items: center;
  background: #fff;
  border: 1px solid var(--aula-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(240px, 1fr) 220px auto auto;
  margin: 20px 0;
  padding: 14px;
}

.job-search-field {
  align-items: center;
  display: flex;
  position: relative;
}

.job-search-field i {
  color: var(--aula-muted);
  left: 14px;
  position: absolute;
}

.job-search-field input,
.job-filter-field select {
  background: #f8fbfb;
  border: 1px solid #d7e5e3;
  border-radius: 6px;
  box-sizing: border-box;
  color: var(--aula-ink);
  height: 42px;
  width: 100%;
}

.job-search-field input {
  padding: 0 14px 0 40px;
}

.job-filter-field select {
  padding: 0 12px;
}

.job-results-heading {
  align-items: baseline;
  display: flex;
  gap: 10px;
  margin: 24px 0 12px;
}

.job-results-heading strong {
  color: var(--aula-ink);
  font-size: 16px;
}

.job-results-heading span,
.job-deadline {
  color: var(--aula-muted);
  font-size: 12px;
}

.job-public-list {
  background: #fff;
  border: 1px solid var(--aula-line);
  border-radius: 8px;
  overflow: hidden;
}

.job-public-item {
  display: grid;
  gap: 20px;
  grid-template-columns: 176px minmax(0, 1fr);
  min-height: 160px;
  padding: 18px;
}

.job-public-item + .job-public-item {
  border-top: 1px solid var(--aula-line);
}

.job-public-media {
  background: var(--aula-soft);
  border-radius: 8px;
  display: block;
  height: 124px;
  overflow: hidden;
}

.job-public-media img {
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
  width: 100%;
}

.job-public-media:hover img {
  transform: scale(1.03);
}

.job-public-placeholder {
  align-items: center;
  color: var(--aula-primary-dark);
  display: flex;
  font-size: 34px;
  height: 100%;
  justify-content: center;
}

.job-public-content {
  min-width: 0;
}

.job-public-topline,
.job-public-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.job-public-content h2 {
  font-size: 19px;
  margin: 10px 0 6px;
}

.job-public-content h2 a,
.job-detail h1 {
  color: var(--aula-ink);
}

.job-public-content p {
  color: var(--aula-muted);
  line-height: 1.55;
  margin: 0 0 14px;
}

.job-empty-state {
  background: #fff;
  border: 1px solid var(--aula-line);
  border-radius: 8px;
  color: var(--aula-muted);
  padding: 48px 20px;
  text-align: center;
}

.job-empty-state > i {
  color: var(--aula-primary-dark);
  font-size: 34px;
}

.job-empty-state h3 {
  color: var(--aula-ink);
  font-size: 18px;
  margin: 12px 0 6px;
}

.job-pagination {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.job-detail {
  background: #fff;
  border: 1px solid var(--aula-line);
  border-radius: 8px;
  margin: 20px 0 32px;
  overflow: hidden;
}

.job-detail-media {
  background: var(--aula-soft);
  max-height: 360px;
  overflow: hidden;
}

.job-detail-media img {
  display: block;
  max-height: 360px;
  object-fit: cover;
  width: 100%;
}

.job-detail-body {
  padding: 28px;
}

.job-detail h1 {
  font-size: 28px;
  margin: 14px 0 20px;
}

.job-detail-description {
  color: #43545e;
  line-height: 1.75;
  max-width: 880px;
}

.job-application-panel {
  align-items: center;
  background: var(--aula-soft);
  border-left: 4px solid var(--aula-primary);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 28px;
  padding: 18px;
}

.job-application-panel strong,
.job-application-panel span {
  display: block;
}

.job-application-panel span {
  color: var(--aula-muted);
  margin-top: 3px;
}

.job-type {
  background: #edf7ff;
  border: 1px solid #d5eafd;
  border-radius: 6px;
  color: #2d75a8;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 8px;
}

.candidate-cell {
  align-items: center;
  display: flex;
  gap: 12px;
}

.candidate-avatar {
  align-items: center;
  background: var(--aula-soft);
  border: 1px solid var(--aula-line);
  border-radius: 50%;
  color: var(--aula-primary-dark);
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 12px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.form-section-title {
  align-items: center;
  border-bottom: 1px solid var(--aula-line);
  color: var(--aula-ink);
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 9px;
  margin: 22px 0 18px;
  padding-bottom: 10px;
}

.form-section-title.first {
  margin-top: 0;
}

.form-section-title i {
  color: var(--aula-primary-dark);
}

.specialty-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.specialty-option {
  margin: 0;
}

.specialty-option input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.specialty-option span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--aula-line);
  border-radius: 8px;
  color: var(--aula-muted);
  cursor: pointer;
  display: flex;
  font-size: 13px;
  gap: 8px;
  min-height: 44px;
  padding: 10px 12px;
}

.specialty-option span i {
  border: 1px solid #bdd8d4;
  border-radius: 4px;
  color: transparent;
  font-size: 10px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  width: 18px;
}

.specialty-option input:checked + span {
  background: var(--aula-soft);
  border-color: var(--aula-primary);
  color: var(--aula-primary-dark);
}

.specialty-option input:checked + span i {
  background: var(--aula-primary);
  border-color: var(--aula-primary);
  color: #fff;
}

@media (max-width: 767px) {
  .nav-user-name {
    display: none;
  }

  #main-content {
    margin-left: 0;
    padding-top: 64px;
    width: 100%;
  }

  body #wrapper #main-content {
    box-sizing: border-box;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  body .navbar-fixed-top {
    margin-left: 0;
    width: 100%;
  }

  body:not(.offcanvas-active) #left-sidebar {
    left: -280px;
  }

  body.offcanvas-active #left-sidebar {
    left: 0;
  }

  .card-body {
    padding: 16px;
  }

  .table-responsive,
  .dataTables_wrapper {
    font-size: 13px;
  }

  .page-heading,
  .profile-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-action {
    justify-content: center;
    width: 100%;
  }

  .dashboard-grid,
  .mini-stats {
    grid-template-columns: 1fr;
  }

  .specialty-grid {
    grid-template-columns: 1fr 1fr;
  }

  .form-actions .btn {
    width: 100%;
  }

  .job-search-bar {
    grid-template-columns: 1fr;
  }

  .job-public-item {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .job-public-media {
    height: 180px;
  }

  .job-results-heading,
  .job-application-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .job-detail-body {
    padding: 20px;
  }

  .job-detail h1 {
    font-size: 23px;
  }

  .job-pagination span {
    font-size: 12px;
  }
}
