/* Version 2.02 */
body {
  background: #f8f9fa;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  min-height: 100vh;
}

h1,
h3 {
  font-weight: 300;
  margin-bottom: 15px;
  color: #333;
}

.container {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 15px;
  margin-top: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-width: 900px;
}

.logo-container {
  margin-bottom: 20px;
}

.logo-img {
  max-width: 150px;
  height: auto;
}

.card {
  border-radius: 12px;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.form-control {
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #e0e0e0;
}

.input-group-text {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
}

.btn-primary {
  background: linear-gradient(to right, #4776e6, #8e54e9);
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
}

.btn-secondary {
  background: linear-gradient(to right, #606c88, #3f4c6b);
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
}

.btn:hover {
  opacity: 0.9;
}

.hipaa-notice {
  font-size: 12px;
  color: #666;
  background-color: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 15px;
  text-align: left;
  border-left: 3px solid #4776e6;
}

/* style.css */

.file-upload-container {
  border-top: 2px solid #63a4ff;
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 20px;
  border-radius: 10px;
}

.custom-row {
  margin-top: 5px;
}

.logout-button {
  background: linear-gradient(to right, #4776e6, #8e54e9);
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
}

.logout-button:hover {
  background: linear-gradient(to right, #3a67d7, #7e44da);
  transition: background-color 0.2s;
}

.btn-link {
  color: #4776e6;
  text-decoration: none;
}

.btn-link:hover {
  color: #8e54e9;
  text-decoration: underline;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.version-text {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
}

.file-upload-title {
  margin-bottom: 2px;
}

#file-section {
  display: none;
}
