.w-10 {
  width: 10% !important;
}

.toggle-password-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.card-body .input-check {
  margin-top: 12px;
}
.card-body .input-check .form-control-label {
  display: flex;
  line-height: 40px;
}

.file-preview-wrapper {
  display: flex;
  gap: 0.5rem;
  padding: 1rem;
}
.file-preview-wrapper .file-item .file-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.25rem;
}
.file-preview-wrapper .file-item .file-preview-item {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dataTables_filter input,
.searchtext {
  border: 1px solid #e6edf4;
}
