#wrapper #content-wrapper {
  background-color: unset;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: black;
}

.btn-primary {
  background-color: #001a70;
  border-color: #001a70;
}

.btn-primary:hover {
  background-color: #002ab3;
  border-color: #002ab3;
}

.page-item.active .page-link {
  background-color: #001a70;
  border-color: #001a70;
}

.job-num-link {
  color: #4e73df;
  text-decoration: none;
  background-color: transparent;
}

.job-num-link:hover {
  color: #224abe;
  text-decoration: underline;
  cursor: pointer;
}

.required:after {
  content: " *";
  color: red;
}

.red-asterick {
  color: red;
}

/* .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #001a70;
  border-bottom: 16px solid #001a70;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}