[role='tabpanel'] .MuiBox-root {
  padding: 20px 0;
}

.form-label {
  font-weight: bold;
  padding-bottom: 5px;
}

a,
a:hover {
  color: unset !important;
  text-decoration: unset !important;
}

.rendered-form-block {
  background-color: #FAFAFA;
  padding: 15px;
  border-radius: 10px;
}

.rendered-form-wrapper h6 {
  border-top: 1px solid #eee;
  padding-top: 15px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.rendered-form-wrapper label {
  font-weight: bold !important;
  margin-bottom: 8px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
  background-color: #ababab;
}

.image-grid .img-item {
  width: 100%;
  height: auto;
  background-color: #8e8e8e;
}

.image-grid .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2px 8px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 3px;
}

.swal2-container {
  z-index: 9999;
}