.divider {
  background: #000000;
  height: 1px;
}

.right-aligned {
  float: right;
}

.spaced-left {
  margin-left: 10px;
}

.custom-rounded-padding {
  border-radius: 0.25rem;
  padding: 0.5rem;
}

.attached-image {
  max-width: 100%;
  max-height: 400px;
}

.unapproved {
  color: #808080;
  background-color: #EEEEEE;
}

.wrap-text {
  word-wrap: break-word;
}

.multiple-line {
  white-space: pre-wrap;
  word-wrap: break-word;
}

#issue-resolution-table {
  height: 400px;
  overflow-y: scroll;
}

.issue-resolution {
  font-size: 1.75em;
  color: #FFCA00;
}

#issue-resolution {
  width: 28px !important;
  height: 28px !important;
}

.notice-container{
  background-color: blanchedalmond;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.char-count {
  text-align: right;
  color: #808080;
}

.comment-count {
  color: #808080;
}

label.radio {
  margin-right: 24px;
  display: inline-block;
}

.resize-vertical {
  resize: vertical;
}

.comment-container {
  margin-bottom: 10px;
}

.comment-form-footer {
  position: relative;
  height: 68px;
}

.form-actions {
  position: absolute;
  bottom: 0;
  right: 0;
}

.comment-top-section {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.font-bold {
  font-weight: bold;
}

.comment-action-buttons { 
  margin-left: auto;
}

.inline-form {
  display: inline-block;
}

.image-preview-wrapper {
  position: relative;
  display: inline-block;
}

.image-preview {
  max-width: 100px;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  display: block;
}

.close-button {
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

.image-preview-wrapper:hover .close-button {
  opacity: 1;
  pointer-events: auto;
}

.image-upload-section {
  position: absolute;
  top: 0;
  left: 0;
}

input[type="file"].imageUpload {
  display: none;
}
