.project_id_filter .select2 {
  width: 200px;
}
#handsontable-container {
  width: 100%;
  height: 400px;
  overflow: auto;
  z-index: 0;
}

/* Handsontable with modern and beautiful styling */
.handsontable {
  font-family: "Arial", sans-serif;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.handsontable th {
  text-align: center !important; /* Center text horizontally */
  vertical-align: middle !important; /* Center text vertically */
}
.handsontable th,
.handsontable td {
  padding: 0.75rem;
  text-align: left;
  border: 1px solid #eaeaea; /* Add borders to table cells */
  height: 15px !important; /* Set fixed height for th and td */
}
.handsontable th {
  background-color: #f6f9fa; /* White background for headers */
  font-weight: bold;
}

.handsontable th:first-child,
.handsontable td:first-child {
  padding-left: 0.75rem;
}

.handsontable th:last-child,
.handsontable td:last-child {
  padding-right: 0.75rem;
}

.handsontable th.scope-col,
.handsontable td.scope-col {
  background-color: #f5f5f5; /* Slightly darker background for first column */
}

.handsontable tr:hover {
  background-color: #f0f0f0; /* Light background color on hover */
}

.handsontable thead th,
.handsontable tbody th,
.handsontable tfoot th,
.handsontable thead td,
.handsontable tbody td,
.handsontable tfoot td {
  border: 0px solid #eaeaea !important;
}

.handsontable th {
  color: #20aee3; /* Dark text color */
}

.handsontable td {
  background-color: #ffffff;
  color: #666666; /* Medium gray text color */
}

.handsontable tr:hover td {
  background-color: #f0f0f0; /* Light background color on hover */
  cursor: pointer; /* Change cursor on hover */
}
/* Set height for the column titles */
.handsontable thead th {
  height: 50px !important; /* Set the height of column titles to 50px */
}
.handsontable tbody th,
.handsontable tbody td {
  border-top: 1px solid #dee2e6 !important;
}
#handsontable-container .htCore {
  border-right: 1px solid #dee2e6 !important;
}
.handsontable tbody td {
  border-left: 1px solid #dee2e6 !important;
}
.no-side-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.card-group > .card.set-2r {
  -ms-flex: 1 0 20%;
  flex: 1 0 20% !important;
  margin-bottom: 0;
  /* flex: 1 0 auto; */
}
.set-2r {
}

.htMenu.htDropdownMenu.handsontable {
  left: 200px !important;
}
.hideme {
}
.dashboard-tasks {
  max-height: 400px;
  padding-left: 60px;
  z-index: 0;
  margin-left: 10px;
  border: 0px;
}

.header-search {
  max-width: 230px;
}

.text-input-task-id {
  border-color: #ced4da;
  background-color: #ffffff;
  color: #67757c;
  /* display: block; */
  /* width: 100%; */
  /* height: calc(-14.5em + 0.75rem + 2px); */
  padding: 3px;
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.total-st-p {
  float: inline-end;
}

#admin-dhasboard-income-vs-expenses .chartist-tooltip {
  position: absolute;
  display: inline-block;
  min-width: 40px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 10;
  transform: translateY(-100%) translateX(0);
  white-space: nowrap;
  transition: all 0.2s ease;
}

#admin-dhasboard-income-vs-expenses .chartist-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.sl-phone-css-class {
  font-size: 15px;
  /* margin-left: 8px; */
  background: green;
  padding: 3px;
  color: #fff;
  border-radius: 50%;
}

.class-pin-ico {
  color: #ff8a00;
  transform: rotate(316deg);
  display: inline-block;
}
.incomeexpenses-card {
  max-height: 492px;
  overflow: auto;
}
#performancereviews-table tr td .badge, .performance-view .badge{
  padding: 6px;
  color: white;
  font-weight: 500;
}