/* Özay Grup V144 - Personeller toplu seçim / toplu silme */
#bulkDeleteEmployeesBtn.is-active{
  box-shadow:0 0 0 3px rgba(180,35,24,.12);
}
.employee-bulk-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:12px 0 14px;
  padding:12px 14px;
  border:1px solid #efc0ba;
  border-radius:12px;
  background:#fff8f7;
}
.employee-bulk-toolbar.hidden{display:none!important}
.employee-bulk-toolbar-left,
.employee-bulk-toolbar-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.employee-select-all-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  font-weight:700;
  color:#263746;
  user-select:none;
}
.employee-select-all-label input,
.employee-row-checkbox{
  width:18px;
  height:18px;
  accent-color:#b42318;
  cursor:pointer;
}
.employee-bulk-count{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:4px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid #ead4d1;
  color:#7a2e27;
  font-size:12px;
  font-weight:800;
}
.employee-select-col{
  width:46px;
  min-width:46px;
  text-align:center!important;
  vertical-align:middle!important;
}
.employee-select-col.hidden{display:none!important}
#employees tbody tr.employee-row-selected td{
  background:#fff8f7;
}
#employees tbody tr.employee-row-selected td:last-child{
  background:#fff8f7;
}
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
@media (max-width:760px){
  .employee-bulk-toolbar{
    align-items:stretch;
    flex-direction:column;
  }
  .employee-bulk-toolbar-left,
  .employee-bulk-toolbar-actions{
    width:100%;
  }
  .employee-bulk-toolbar-actions .btn{
    flex:1 1 0;
  }
}
