.min-vh-80 {
  min-height: 80vh !important
}

.min-vh-60 {
  min-height: 60vh !important
}

.w-60px {
  width: 60px !important;
}

.w-80px {
  width: 80px !important;
}

.w-100px {
  width: 100px !important;
}


table {
  & th.check {
    width: 1rem;
  }
  & th.sno {
    width: 2rem;
  }
  & th.date {
    width: 6rem;
  }
  & th.datetime {
    width: 160px;
  }
  & th.sequence {
    width: 4rem;
  }
  & th.status {
    width: 4rem;
  }
  & th.comment {
    width: 16rem;
  }
  & th.boolean {
    width: 70px;
  }
  & th.user {
    width: 100px;
  }
  & th.actions {
    text-align: center;
    padding-top: 1px;
    padding-bottom: 2px;
  }
  & th.actions-1 {
    width: 6rem;
  }
  & th.actions-2 {
    width: 10rem;
  }
  & th.actions-3 {
    width: 12rem;
  }

  & th.address {
    width: 18rem;
  }
}


/* display element properties */
.element-property_long {
  display: inline-block;
  width: 12rem;
  margin-right: 1rem;
  font-weight: 300;
}

.element-property_short {
  display: inline-block;
  width: 2rem;
  margin-right: 1rem;
  font-weight: 300;
}


select.readonly {
  background-color: #eee;
  pointer-events: none; 
  opacity: 0.8;
}

/* Donation item image thumbnails */
.img-thumb {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #dee2e6;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-thumb:hover .img-thumb-remove {
  opacity: 1;
}
.img-thumb-remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: rgba(220, 53, 69, 0.85);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  opacity: 0;
  transition: opacity 0.2s;
  cursor: pointer;
}

/* Upload add button in donation items */
.upload-add-btn.upload-area--sm {
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}
.upload-add-btn.upload-area--sm .placeholder-icon {
  color: #adb5bd;
  font-size: 18px;
}
.upload-add-btn.upload-area--sm.uploading .placeholder-icon {
  opacity: 0.5;
}


.donation-no-barcode {
  width: 180px;
  height: 80px;
}