/* Bootstrap 5.3.3 Breadcrumb */
.custom-breadcrumb a {
  color: #acacac !important;
  text-decoration: none;
}
.custom-breadcrumb .breadcrumb-item::before {
  color: #acacac !important;
}
.custom-breadcrumb .breadcrumb-item.active {
  color: #000000;
}
.custom-breadcrumb li.active {
  color: #000000;
  font-weight: 500;
}
/* Bootstrap 3.3.6 Breadcrumb */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">" !important;
}
.custom-breadcrumb {
  background: none !important;
  padding: 0px;
  margin: 20px 0;
}
.custom-breadcrumb li a:hover {
  text-decoration: none;
  color: #acacac !important;
}
.custom-breadcrumb li a:focus {
  text-decoration: none;
  color: #acacac !important;
}
.search-icon-wrapper {
  border-radius: 6px !important;
}
.search-icon-wrapper img {
  width: 17px;
}
input::placeholder {
  color: #7d7d7d !important;
  font-size: 14px;
}
.custom-select select {
  /* min-width: 210px; */
  border-radius: 11px;
  /* padding: 8px 38px 0px 16px; */
  /* font-size: 15px; */
  /* padding-right: 35px; */
}
.form-select,
.form-control {
  border: 1px solid #efefef !important;
  box-shadow: none !important;
}
.form-select:focus,
.form-control:focus {
  box-shadow: none !important;
  border-color: #efefef !important;
}
.custom-table table {
  margin-bottom: 0px;
}
.custom-table table th {
  background-color: #edeff8;
  padding: 12px 10px;
  font-size: 14px;
  white-space: nowrap;
  border-width: 1px !important;
}
.custom-table table tbody td {
  font-size: 14px;
}
.custom-table table {
  /* border: 1px solid #dee2e6 !important; */
  border-radius: 7px;
  overflow: hidden;
}
.dropdown-search-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.search-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-wrapper input {
  margin-right: 7px;
}
.btn-primary:focus,
.btn-primary:hover {
  background-position: 0px !important;
}
.btn-primary:focus,
.btn-primary:active {
  box-shadow: none !important;
  outline: none !important;
}
.custom-table {
  border: 1px solid lightgrey;
  border-radius: 7px;
}
.custom-table tbody tr td {
  background-color: #fff;
}
.timesheet-section {
  padding-bottom: 100px;
}
