.sd-employee-attachments-overview {
  padding: 20px;
  border: 1px solid #e7e7e7;
}
.sd-employee-attachments-overview .attachment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 20px;
}
.sd-employee-attachments-overview .sd-employee-attachment {
  background-color: #E5E5E5;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sd-employee-attachments-overview .sd-employee-attachment-delete {
  color: #414042;
  cursor: pointer;
}
.sd-employee-attachments-overview .sd-employee-attachment-delete:hover {
  color: #000;
}
.sd-employee-attachments-overview .sd-employee-attachment-icon {
  font-size: 32px;
  padding-top: 25px;
  color: #414042;
}
.sd-employee-attachments-overview .sd-employee-attachment-title {
  position: relative;
  width: 100%;
  color: #414042;
}
.sd-employee-attachments-overview .sd-employee-attachment-title a {
  color: #414042;
}
.sd-employee-attachments-overview .sd-employee-attachment-title a:hover {
  color: #000;
}
.sd-employee-attachments-overview .sd-employee-attachment-title i {
  position: absolute;
  color: #000;
  top: 6px;
}
.sd-employee-attachments-overview .sd-employee-attachments-overview-status-details .status {
  float: right;
  width: 25%;
}
.sd-employee-attachments-overview .sd-employee-attachments-overview-status-details .creation-date {
  float: left;
}
.sd-employee-attachments-overview button {
  display: block;
}

.sd-employee-attachments-overview-error {
  margin-top: 15px;
}

.sd-employee-attachments-overview h3 {
  text-transform: capitalize;
}

.sd-employee-attachments-form {
  background-color: #f0f0f0;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/*# sourceMappingURL=style.css.map */
