#guaranteeForm .form-custom-input input{
    padding: 4px 10px;
    margin: 0;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.section-divider .section-divider-text {
  white-space: nowrap;
}

.section-divider::before {
  content: '';
  width: 50px; /* short line before */
  border-bottom: 1px solid #A8B2C4;
}

.section-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #A8B2C4;
}

#imagePreviewModal .btn-close {
    filter: invert(0) grayscale(100%) brightness(0);
}


.pending{
 color: red;
}
.verify{
  color: blue
}
.approve{
  color: green
}

.table td p {
    white-space: normal !important;
    word-break: break-word !important;
}