.btn-close {
  filter: invert(1);
}
.navbar-brand {
  color: white;
  font-size: 1.8rem;
}
.navbar-brand:hover {
  color: white !important;
}

.navbar {
  box-shadow: -10px 20px 10px -22px #555555;
  background: linear-gradient(
    212deg,
    rgba(119, 116, 165, 1) 0%,
    rgba(39, 35, 100, 1) 100%
  );
}
.navbar-nav {
  margin-left: auto;
  align-items: center;
}

.nav-link {
  color: #ffffff !important;
  text-transform: capitalize !important;
  font-size: 1.15rem !important;
}

#profileDropdown {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
#baseprofileDropdown {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
}
#navProfileImg {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#basenavProfileImg {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.offcanvas-header {
  justify-content: flex-end;
}

.desk-bell {
  font-size: 1.4rem !important;
}
.base-bell {
  display: none;
}
.notification-base-main {
  display: none;
}
.bellicon {
  height: 1.6rem;
  width: 1.6rem;
}
.dropdown-item {
  color: #272a6c;
  text-transform: none !important;
  text-align: center;
}

.dataTables_wrapper .dataTables_filter {
  text-align: center;
  float: none;
}

.dataTables_wrapper .dataTables_filter input {
  width: 30rem;
  border-radius: 2rem;
  padding: 0.4rem 1rem;
  margin-bottom: 1rem;
}

#allStepsTable td select,
#allStepsTable td input[type="checkbox"] {
  margin-left: 6px;
}

tr th {
  background-color: #8e6969 !important;
  color: white !important;
  border: none !important;
}

.tabs-button {
  color: black !important;
}

.comment-div {
  background-color: #e8e8ff;
  border-radius: 0.7rem;
}
.nav-icons {
  display: none;
}
.proj-det-tab {
  border: 0 !important;
}
.nav-tabs .nav-link {
  background-color: white;
}
.nav-tabs .nav-link.active {
  border-bottom: solid !important;
}
.stream-comment-box {
  position: relative;
}
.suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 1000;
  max-height: 150px;
  overflow-y: auto;
}
.suggestion {
  padding: 8px;
  cursor: pointer;
}
.suggestion:hover {
  background-color: #f0f0f0;
}
.dropdown-in-center {
  left: 50% !important;
  transform: translateX(-50%);
}
#otherDeptfield {
  display: none;
}
#otherPosfield {
  display: none;
}
#otherExitReasonfield {
  display: none;
}

.notification-loader-main {
  display: none;
}
.project-loader {
  background-color: white;
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.action-loader {
  background-color: white;
  z-index: 3;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification-loader-main {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  /* display: flex; */
  align-items: center;
}
.notification-loader {
  width: 40px;
  height: 40px;
  border: 4px solid black;
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin: auto;
}
.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid black;
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1000px) {
  .pages {
    color: black !important;
    margin: 0.8rem 0;
    display: flex;
    align-items: center;
  }
  .navbar-nav {
    margin-left: 1.2rem;
    align-items: flex-start;
  }
  .large-nav-profile-img:nth-last-child(1) {
    display: none;
  }
  .nav-icons {
    display: inline-block;
    font-size: 1.7rem;
    margin: 0 0.8rem 0 0;
  }
  .nav-link {
    font-size: 1.4rem !important;
  }
  .form-item {
    color: black;
    font-size: 1.1rem;
  }
  .base-bell {
    color: white;
    display: inline-block;
    background: transparent;
    border: none;
    font-size: 1.3rem;
    margin-left: auto;
  }
  .notification-base-main {
    display: inline-block;
    margin-left: auto;
  }
  .bell-icon {
    font-size: 1.8rem;
  }
  .proj-det-tab {
    font-size: 1.05rem !important;
  }
}

@media only screen and (max-width: 768px) {
}

@media screen and (max-width: 500px) {
  .dataTables_wrapper .dataTables_filter input {
    width: 18rem;
  }
  .dropdown-in-center {
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.notification-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 350px;
  max-height: 500px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  overflow: hidden;
}

.notification-header {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.more-notification {
  margin: 0.8rem 0 0 0;
  padding: 5px 10px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.notification-heading {
  border-bottom: 1px solid #eee;
  /* display: flex;
      justify-content: space-between;
      align-items: center; */
}

.notification-heading p {
  margin: 0;
}

.notification-header h6 {
  margin: 0;
  font-weight: 600;
  color: #333;
}

.markall {
  color: #007bff;
  cursor: pointer;
  font-size: 0.9rem;
}

.notification-list {
  max-height: 400px;
  overflow-y: auto;
}

.notification-item {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background-color 0.2s;
}

.notification-item:hover {
  background-color: #f8f9fa;
}

.notification-item:last-child {
  border-bottom: none;
}

.notification-heading {
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.notification-desc {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.notification-date {
  color: #888;
  font-size: 0.8rem;
  text-align: right;
}

@media (max-width: 768px) {
  .notification-dropdown {
    width: 300px;
    right: -10px;
  }
}

@media (max-width: 576px) {
  .notification-dropdown {
    width: 300px;
    transform: translateX(-12%);
    /* right: 0px; */
  }
  .notification-creator {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
  }
  .more-notification {
    font-weight: 600;
    font-size: 1rem;
    color: rgb(125 125 125);
    margin: 0px;
  }
}

@media screen and (min-width: 1000px) {
  .base-bell {
    display: none !important;
  }
  .notification-base-main {
    display: none !important;
  }
}

.notification-item {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background-color 0.2s;
}

.notification-item:hover {
  background-color: #f8f9fa;
}

.notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.notification-creator {
  font-weight: 600;
  color: #333;
}

.notification-time {
  color: #888;
  font-size: 0.7rem;
  font-weight: 100;
}

.notification-desc {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 8px;
  white-space: pre-wrap;
}

.notification-project {
  color: #888;
  font-size: 0.8rem;
  font-style: italic;
}

.cursor-pointer {
  cursor: pointer;
}
.bell-event {
  cursor: pointer;
}
