html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://i.ibb.co/xh6pt3s/upscaled-4x-romtech-portableconnect-1a-768x623.jpg'); /* Replace with your watermark image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.3;
  z-index: -1;
}

p {
  margin: 0.62rem 0;
}

#gallery {
  margin-top: 10px;
}

#gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.button:hover {
  background: #ddd;
}

.upload-form {
  display: flex;
  flex-direction: column;
}

.form-group {
  margin-bottom: 1rem;
}

.email-label {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input[type='email'],
.submit-button {
  width: 100%;
  padding: 0.62rem;
  margin-top: 0.31rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

#drop-area {
  margin: 1.25rem 2.18rem 2.5rem;
  padding: 2.5rem 3.25rem;
  border: 2px dashed #f9d423;
  border-radius: 0.5rem;
  text-align: center;
  background-color: #fff3e1;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

#drop-area.highlight {
  border-color: #832561;
}

.drop-icon {
  height: 3rem;
  width: 3rem;
  margin-bottom: 1.25rem;
}

#fileElem {
  display: none;
}

.drop-button {
  padding: 0.62rem;
  border: none;
  border-radius: 0.25rem;
  background-color: #ffebcd;
  cursor: pointer;
}

.drop-text {
  color: #117b9d;
}

.drop-info {
  padding-top: 1rem;
}

#drop-loading {
  display: none;
  align-items: center;
}

#file-container {
  margin-top: 1rem;
  width: 100%;
  display: none;
}

.file-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f4b04a;
}

.file-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.file-name {
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 1rem;
}

.file-size {
  font-size: 0.75rem;
  color: #f4b04a;
}

#alert-placeholder {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
