@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

/* Custom Theme */

.navbar-dark .navbar-toggler:focus {
  background: rgba(245, 249, 252, .08) !important;
}

.lh-looser {
  line-height: 2.5rem;
}

.lh-loosest {
  line-height: 3rem;
}

.table thead th {
  white-space: inherit !important;
}

.table td {
  white-space: inherit !important;
}

.table td {
  /* min-width: 200px !important; */
}

.table td:first-child {
  min-width: auto !important;
}

.table {
  table-layout: inherit;
  margin-left: auto;
  margin-right: auto;
}

.bg-darker {
  background-color: #160019;
}

.btn-dark {
  background: #090026 !important;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
}

.btn-light {
  font-size: 12px !important;
}

.btn-light:hover {
  opacity: .9;
}

.btn-outline-light {
  font-size: 12px !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.btn-outline-light:hover {
  font-size: 12px !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0) !important;
  background: rgba(255, 255, 255, 0.2) !important;
}

.btn-outline-secondary {
  color: #191B31 !important;
  font-size: 12px !important;
  border-color: rgba(25, 27, 49, 0.16) !important;
  opacity: .9;
}

.btn-outline-secondary:hover {
  color: #191B31 !important;
  opacity: 1;
  border-color: transparent !important;
  background-color: rgba(25, 27, 49, 0.12) !important;
}

.block-square {
  background: rgba(66, 81, 222, 0.02);
  border: solid 2px rgba(66, 81, 222, 0.4);
  border-radius: 10px;
  font-size: 18px;
  color: #3E52E6;
}

.navbar.border-bottom {
  border-bottom: solid 1px rgba(255, 255, 255, 0.16) !important;
}

.navbar.border-bottom-blue {
  border-bottom: solid 1px rgba(75, 89, 224, 0.1) !important;
}

a.link-hover-underline:hover {
  transition: all ease-in 0.16s;
}

a.link-hover-underline:hover {
  text-decoration: underline;
  opacity: 1 !important;
}

.card.light.border {
  border-color: rgba(25, 27, 47, 0.08) !important;
}

.card.light.border .card-header.border-bottom {
  border-color: rgba(25, 27, 47, 0.08) !important;
}

.mac.bg-success {
  background-color: #2EC5B6 !important;
}

.mac.bg-warning {
  background-color: #FDB48A !important;
}

.mac.bg-danger {
  background-color: #F48485 !important;
}

.form-control {
  font-size: 14px !important;
}

.invalid-feedback {
  font-size: 13px !important;
}

.card.form-body {
  background-color: rgba(244, 246, 250, 0.2);
  border: solid 1px rgba(25, 27, 47, 0.08);
}

.card.job {
  border: solid 3px rgba(0, 0, 0, 0);
}

.card.job:hover {
  border: solid 3px #5c60f5;
}

.card.job .bg-soft-primary {
  background-color: rgba(92, 96, 245, 0.08) !important;
  border: solid 1px rgba(92, 96, 245, 0.12);
}

.card.job:hover .bg-soft-primary {
  background-color: rgba(92, 96, 245, 0.2) !important;
}

.card.job.active {
  border: solid 3px rgba(0, 0, 0, 1);
}

.card.job.active .bg-soft-primary {
  background-color: #090026 !important;
  color: #ffffff !important;
}

.card.job.active .opacity-80,
.card.job.active .opacity-70 {
  opacity: 100% !important;
}

div .form-label {
  opacity: .9;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.11px;
}

div.required .form-label {
  transition: all ease-in 0.1s;
}

div.required:hover .form-label {
  opacity: 1;
  font-weight: 500;
  letter-spacing: 0px;
}

.form-check-label {
  font-size: 13px;
  opacity: .7;
}

.form-check-label:hover {
  opacity: 1;
}

.form-control.is-valid {
  border: solid 2px #0c8 !important;
}

.form-control.is-invalid {
  border: solid 2px #f36 !important;
}

.form-control {
  transition: all ease-in 0.1s;
}

.form-control:hover {
  border: solid 2px rgba(66, 81, 222, 0.8);
  margin: -1px !important;
}

.form-control:focus {
  box-shadow: none;
  background-color: rgba(66, 81, 222, 0.08);
  border: solid 2px rgba(66, 81, 222, 0.8);
  margin: -1px !important;
}

.form-control:focus::placeholder {
  opacity: 1;
  color: #000000;
}

div .form-control:focus>.form-check-label {
  opacity: 1;
}

.form-control.is-valid:focus {
  box-shadow: none;
  background-color: rgba(0, 204, 136, 0.08);
}

.form-control.is-invalid:focus {
  box-shadow: none;
  background-color: rgba(255, 51, 102, 0.08);
}

.form-control.is-valid {
  margin: -1px !important;
}

.form-control.is-invalid {
  margin: 0px !important;
}

input:not[type="checkbox"],
select {
  -webkit-background-clip: text;
  background-clip: text;
  background-color: white;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:hover::placeholder {
  opacity: 1;
  color: #000000;
}

label.search {
  position: relative;
  width: 100%;
}

label.search:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.414' height='22.414' viewBox='0 0 22.414 22.414'%3E%3Cg id='search' transform='translate(-2 -2)' opacity='0.2'%3E%3Ccircle id='Ellipse_3' data-name='Ellipse 3' cx='8.889' cy='8.889' r='8.889' transform='translate(3 3)' fill='none' stroke='%23090026' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline id='Line_1' data-name='Line 1' x1='4.833' y1='4.833' transform='translate(18.167 18.167)' fill='none' stroke='%23090026' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

label.search input {
  padding: 12px 40px;
}

label.location {
  position: relative;
  width: 100%;
}

label.location:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22'%3E%3Cg id='map-pin' transform='translate(-2)' opacity='0.2'%3E%3Cpath id='Path_3' data-name='Path 3' d='M19 9.182C19 15.545 11 21 11 21S3 15.545 3 9.182A8.092 8.092 0 0 1 11 1a8.092 8.092 0 0 1 8 8.182Z' fill='none' stroke='%23090026' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cellipse id='Ellipse_4' data-name='Ellipse 4' cx='2.667' cy='2.727' rx='2.667' ry='2.727' transform='translate(8.333 6.455)' fill='none' stroke='%23090026' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

label.location input {
  padding: 12px 40px;
}

.form-control.border-bottom {
  border: none;
  color: #16192c;
  box-shadow: none;
  border-radius: 0;
  border-bottom-width: 0px !important;
  margin: 0px !important;
}

.form-control.border-bottom:focus {
  color: #16192c;
  box-shadow: none;
  background-color: transparent;
}

.form-control.border-bottom:hover {
  color: #000000;
}

.scrollable-vh {
  max-height: 48vh;
  overflow: auto;
}

.scrollable-jd {
  max-height: calc(100vh - 166px);
  overflow-y: auto;
}

.alert-dismissible.searchFilter {
  padding-left: 12px;
  padding-top: 10px;
  padding-right: 36px;
  padding-bottom: 10px;
  font-size: 12.5px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: rgba(25, 27, 49, 0.06);
  border-color: rgba(25, 27, 47, 0.16);
}

.btn-close.searchFilter {
  font-size: 8px;
  opacity: 1;
  padding: 16px 12px;
}

.filterDropdown.dropdown-menu {
  margin-top: 12px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.filterDropdown .dropdown-item {
  padding: 3px 20px;
}

@media (max-width: 767px) {
  .jobs-listing-card {
    max-height: 278px;
    overflow-y: auto;
  }

  .filterDropdownMain {
    max-height: 120px;
    overflow-y: auto;
    margin-bottom: 20px;
  }

  .filterDropdownMain .dropdown-toggle {
    text-align: left;
  }

  .filterDropdownMain .dropdown-toggle::after {
    position: absolute;
    right: 13px;
    top: 17px;
  }
}

@media (max-width: 992px) {

  .navbar-dark .navbar-nav .show>.nav-link,
  .navbar-dark .navbar-nav .nav-link.active {
    margin-top: 16px;
    padding: 12px 16px !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin-top: 12px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 6px !important;
    padding: 8px 16px !important;
  }
}

@media (min-width: 992px) {

  .navbar-dark .navbar-nav .show>.nav-link,
  .navbar-dark .navbar-nav .nav-link.active {
    margin-right: 12px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 6px !important;
    padding: 6px 12px !important;
    font-size: 12px;
    font-weight: normal;
    margin-right: 12px;
  }

  .navbar-dark .navbar-nav .show>.nav-link,
  .navbar-dark .navbar-nav .nav-link.active:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.12);
  }

}

.form-select:disabled {
  color: #333434 !important;
}

.select2-selection:hover {
  border: solid 2px rgba(66, 81, 222, 0.8) !important;
  color: white;
  box-shadow: none !important;
  webkit-box-shadow: none !important;
  border-width: 2px;
}

.select2-container--bootstrap.select2-container--open .select2-selection {
  border: solid 2px rgba(66, 81, 222, 0.8) !important;
  border-width: 2px;
}

.select2-selection {
  background-color: #FFFFFF;
  /*align-items: center !important;*/
  box-shadow: none !important;
  padding: 1px 9px !important;
  /*border-color: #5c60f5 !important;*/
}

.select2-search__field {
  margin-top: auto;

}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(66, 81, 222, 0.8) !important;
  color: #FFFFFF;
}

.select2-container--bootstrap .select2-dropdown {
  font-size: 13px;
  color: black;
  webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: solid 2px rgba(66, 81, 222, 0.8) !important;
  border-width: 2px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: 100% !important;
  height: 100% !important;
}

.s2-togall-select {
  color: white !important;
  width: 100%;
  background-color: rgba(66, 81, 222, 0.8) !important;
}

.ellipsis {
  max-width: -webkit-fill-available;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.summary {
  font-size: 0.875em;
  margin-bottom: 13px;
}

.nav-active-new {
  background-color: #5c60f5 !important;
  color: #ffffff !important;
}