.MuiTableCell-stickyHeader {
  /* background-color: "#FFF6F6" !important; */
}
[data-sticky-td] {
  position: sticky!important;
  z-index: 1!important;
  background-color:  aliceblue;
  /* backdrop-filter: blur(45px); */
  /* background-color: white; */
}
.fixed-column-0 {
  z-index: 3!important;
  left: 2px!important;
}
.fixed-column-1 {
  z-index: 3!important;
  left: 125px!important;
}
.fixed-column-2 {
  z-index: 3!important;
  left: 300px!important;
}
.pageContainer {
  font-family: "Poppins", sans-serif;
}
.card-content .Cmt-content-head {
  float: right;
}
.card-content .Cmt-content-head .MuiTypography-h1 {
  font-size: 36px!important;
}
.hours-spent-popover > h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #006d8f;
  color: #ffffff;
  padding: 10px 9px;
}

/* Comments Dialog Box */
.comments-card {
  margin-bottom: 50px;
  position: relative;
  margin-left: 6px;
}

.comments-card .avatar {
  font-family: "Poppins", sans-serif;
  position: absolute;
  width: 55px;
  height: 55px;
  left: -5px;
  top: -20px;
}
.comments-card .my-avatar {
  font-family: "Poppins", sans-serif;
  position: absolute;
  width: 55px;
  height: 55px;
  right: -9px;
  top: -20px;
}

.comments-card .comments-message-card {
  padding: 11px 32px;
  margin: 0 0 0 20px;
  background: #ececec;
  border-radius: 5px;
}

.comments-section {
  padding-right: 16px;
  height: calc(100vh - 260px);
  overflow-y: auto;
  padding-top: 20px;
}

.comments-card .comments-message-card .comments-message {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #000000;
}

.comments-card .comments-date {
  font-family: "Mulish", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  color: #737b7d;
  font-weight: 400;
  text-align: right;
}

.comments-box .sidebar-button {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  color: #ffffff;
  text-transform: capitalize;
}

.dialog-title {
  background-color: #006D8F;
  padding: 9px 24px !important;
}

.dialog-title > h2 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
}

.comments-sidebar .heading {
  font-weight: 500;
}

.font-weight-normal {
  font-weight: normal !important;
}

.comments-sidebar .address {
  margin-bottom: 30px;
}

/* Fixed Logo */
.fixed-logo {
  position: fixed;
  left: 0;
  top: 12px;
  display: flex;
  align-items: center;
  padding: 5px 16px;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.3);
  border-radius: 0px 30px 30px 0px;
}

.fixed-logo .priority-sheets {
  margin-left: 35px;
}
.fixed-logo .priority-sheets, .fixed-logo .pro-engineering {
  width: 90px; 
 } 
@media (max-width: 991.98px) { 
  .fixed-logo .priority-sheets, .fixed-logo .pro-engineering {
   width: 80px; 
  } 
  .fixed-logo {
    position: fixed;
    left: 0;
    top: 77px;
    display: flex;
    align-items: center;
    padding: 5px 16px;
    z-index: 3;
    background: #ffffff;
    box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.3);
    border-radius: 0px 30px 30px 0px;
  }
}
.react-datepicker__close-icon {
  right: 5px!important;
}
.react-datepicker__close-icon::after {
  background-color: #006D8F!important;
}
.MuiInput-underline:before, .MuiInput-underline:after {
  border-bottom: none!important;
}
.notification-desc {
  color: #747474;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}