.bg-present-outline,
.bg-present-outline:hover {
  color: white;
  background-color: #808080;
}

.btn.bg-present-upload,
.btn.bg-present-upload:hover {
  color: white;
  background-color: #a67c52;
  border-color: #666666;
}

.btn.bg-present-outline:hover,
.btn.bg-present-upload:hover {
  opacity: 0.5;
}

.bg-present-outline hr {
  opacity: 1;
  background-color: white;
}

.present-form-container {
  border: thin solid #1a1a1a;
  background-color: #f7f5ed;
  padding-left: 1rem;
  padding-right: 1rem;
}

.bb-black {
  border-bottom: thin solid #1a1a1a;
}

.bb-white {
  border-bottom: thin solid white;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.present-upload-thumbnail {
  width: 50px;
}

.present-upload-thumbnail > .present-upload-thumbnail-img {
  object-fit: contain;
}

.present-upload-thumbnail > .no-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #808080;
  font-size: 0.6rem;
}

.delete-present-upload {
  cursor: pointer;
}
.delete-present-upload:hover {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .w-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .present-outline {
    text-align: center;
    line-height: 2.5;
  }

  .present-outline-remarks {
    line-height: 2;
  }

  .present-form-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
