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

.tab-item {
  width: auto !important;
  padding: 0;
  margin: 0;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  /* width: 50px; */
  height: 50px;
  text-align: center;
  border-radius: 50%;
  margin: 0 10px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.nav-link {
  color: black;
}

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

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: white;
  border: none;
}

.nav-tabs {
  border-bottom: none;
}

div#myTabContent {
  background-color: white;

  /* background-color: #eaeaea; */
  border-radius: 20px;
  padding: 20px 25px;
  margin-top: -4px;
}

.second-layout {
  padding: 0;
  margin: 0;
}

.form-floating .form-control-icon-top {
  top: 4%;
}

div#myTabContentTable {
  background-color: white;
  border-radius: 20px;
  padding: 20px 25px;
  margin-top: -4px;
}

.nav-link.navTab.active {
  color: #495057;
  background-color: white !important;
  border: none;
}

.badgeApplications {
  width: 80px;
}

.btn-primary {
  color: rgb(255, 255, 255);
  background-color: #2574b9 !important;
  border-color: #2574b9 !important;
}

.badgeJobPost {
  min-width: 60px;
}

.badgeApplication {
  min-width: 130px;
}

@media (max-width: 767px) {
  div#myTabContentTable,
  div#myTabContent {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }
}

.form-floating input {
  padding-right: 1.3rem !important;
}

.modal-content {
  padding: 15px 30px;
  border-radius: 25px;
  height: 70vh !important;
}

/* Style for DataTables export buttons */
.dt-buttons {
  display: flex;
  justify-content: end;
  /* gap: 10px; */
}

.dt-buttons button {
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}

.dt-buttons .buttons-csv {
  background-color: #0b5ed7; /* Blue */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dt-buttons .buttons-excel {
  background-color: #28a745; /* Green */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dt-buttons .buttons-pdf {
  background-color: #dc3545; /* Red */
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.dt-buttons button:hover {
  opacity: 0.8;
}

.dt-buttons button i {
  margin-right: 5px;
  font-size: 16px;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
  background: #2475b9;
  color: white;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  display: none;
}

table > thead > tr > th:first-child {
  border-top-left-radius: 5px;
}

table > thead > tr > th:last-child {
  border-top-right-radius: 5px;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
  display: none;
}

#jobTable thead th {
  text-align: center;
}

#jobTable tbody td:nth-child(3),
#jobTable tbody td:nth-child(4),
#jobTable tbody td:nth-child(5),
#jobTable tbody td:nth-child(6),
#jobTable tbody td:nth-child(7),
#jobTable tbody td:nth-child(8),
#jobTable tbody td:nth-child(9) {
  text-align: center;
}

#publishedTable td {
  text-align: left;
}

#jobPostTable td {
  text-align: left;
}

div#dataTable_length {
  display: none !important;
}

.action-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #f3f3f3;
  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
  border: none;
}

.dropdown-menu a:hover {
  background-color: #eff0f1 !important;
  cursor: pointer;
}

.job-post-card:hover {
  background-color: #2475b9 !important;
  color: white !important;
  cursor: pointer;
}

.btn-apply {
  border-radius: 0.25rem !important;
}

.job-post-card:hover p {
  color: white !important;
}

.action-buttons button i.fa-trash {
  color: black;
}

.action-buttons button i.fa-copy {
  color: black;
}

.btn-edit:hover {
  background-color: #6c757d;
  color: white;
}

.btn-edit:hover i {
  color: white !important;
}

.btn-delete:hover {
  background-color: #6c757d;
  color: white;
}

/* .btn-delete:hover {
  background-color: transparent;
  color: white;
} */

.btn-delete:hover i {
  color: white !important;
}

.btn-copy:hover {
  background-color: #6c757d;
}

.btn-copy:hover i {
  color: white !important;
}

.custom-file-upload {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.modal-content-announcement {
  height: auto !important;
}

.custom-file-upload input[type="file"] {
  display: none;
}

input#customSearch {
  width: 40%;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  display: none;
}

div#publishedTable_length,
div#jobPostTable_length,
div#applicationTable_length {
  display: none;
}

#jobSalary {
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 4px;
  height: 32.6px;
}

.card-mobile {
  border: none;
  border-radius: 20px;
  background-color: white;
  padding: 20px 25px !important;
  height: 100%;
}

.nav-item:hover {
  background-color: transparent !important;
}

.card-chart {
  height: 100% !important;
}

.top-number-card-right {
  font-size: 55px !important;
}

.top-number-card {
  font-size: 48px !important;
  margin: 0 !important;
  color: black;
}

.card-spotlight:hover {
  background-color: #2475b9;
  color: white !important;
}

.card-spotlight:hover .top-number-card {
  color: white !important;
}

.btn-group > .btn.active {
  z-index: 0;
}

.card-spotlight:hover i {
  color: white !important;
}

.card-spotlight:hover .text-content p {
  background-color: #2475b9;
  color: white !important;
}

.card-spotlight {
  flex-direction: row !important;
}

.btn-export-dashboard {
  background-color: #f3f3f3;
  width: 35px;
  height: 35px;
}

.btn-export-dashboard:hover {
  background: #6c757d;
  color: #f3f3f3;
}

.dropdown-toggle::after {
  display: none !important;
}

.btn.btn-outline-secondary {
  border-radius: 0.25rem !important;
}

.btn.btn-secondary {
  border-radius: 0.25rem !important;
}

.exportDetailsModalContent {
  height: auto !important;
}

/* .pdfLogoHeader {
  height: 40px;
  margin-right: 10px;
  border-radius: 50px;
}

.pdfFilePrintPreview {
  width: 210mm;
  height: 297mm;
  padding: 8mm;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.pdfHeader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  border-bottom: 2px solid black;
} */

/* .modal-lg {
  max-width: 80vw;
} */

@media (max-width: 768px) {
  /* .card-table {
    background-color: transparent !important;
    padding: 0 !important;
  }

  .card-table .shadow-sm {
    box-shadow: none !important;
  } */

  input#customSearch {
    width: 100%;
  }

  #publishedTable,
  #jobPostTable,
  #applicationTable,
  #forInterviewTable,
  #shortlistedTable,
  #offeredTable {
    display: none;
  }

  .btn-portfolioAction {
    background-color: #f3f3f3;
    color: #6c757d;
    width: 35px;
    height: 35px;
  }

  .btn-portfolioAction:hover {
    background: #6c757d !important;
    color: #f3f3f3 !important;
  }

  .col-sm-12.col-md-7,
  .col-sm-12.col-md-5 {
    padding: 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;
  }

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