.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 .15s ease-in-out, box-shadow .15s ease-in-out;
}
.total-st-p{
  float: inline-end;
}

/* Fix Select2 multi chip spacing & wrapping */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  white-space: normal;
  padding: 4px; /* small padding for better chip spacing */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 4px 4px 0 0; /* stack chips with consistent gaps */
  float: none; /* prevent float-based weird spacing */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  float: none;
  margin: 0;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0;
  margin: 4px 4px 0 0; /* align input with chips */
}