.tab-item {
  width: auto !important;
  padding: 0;
  margin: 0;
}
.card {
  border-radius: 20px;
  background-color: white;
  padding: 20px 25px !important;
  cursor: pointer;
}

.card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}

.btn-Dots {
  background-color: #efefef;
  width: 35px;
  height: 35px;
}

.job-list-img,
.job-list-img img {
  border-radius: 10px !important;
}

.btn-apply {
  padding: 0px 15px !important;
  border-radius: 30px !important;
}

/* .modal.slide-up .modal-dialog {
  transform: translateY(100%) !important;
  transition: transform 0.4s ease-out !important;
}

.modal.slide-up.show .modal-dialog {
  transform: translateY(0) !important;
} */

/* #jobDetailsModal .modal-content {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  padding: 20px 25px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#jobDetailsModal .modal-dialog {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
  max-width: none;
} */

.btn-save,
.btn-share {
  background-color: #f3f3f3;
  width: 35px;
  height: 35px;
  padding-left: 9px;
}

.btn-save:hover,
.btn-share:hover {
  background: #6c757d;
  color: #f3f3f3;
}

.nav-tabs .nav-link {
  margin-bottom: -13px !important;
}

.nav-link {
  color: black;
}

.form-select {
  height: calc(3.5rem + 2px);
}

.job-list-img {
  width: 48px;
  height: 48px;
}

.job-list-img img {
  width: 48px;
  height: 48px;
  border-radius: 10px !important;
}
