.loading-container {
  display: flex;
  flex-direction: column;
  position: fixed; /* Fixed position */
  display: none;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust for exact centering */
  z-index: 1000; /* High z-index to be on top */
  background-color: rgba(255, 255, 255, 0.8); /* Optional: Background color with transparency */
  padding: 20px; /* Optional: Padding around the spinner and text */
  border-radius: 20px; /* Optional: Rounded corners */
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
}

.ug-contract-wrapper {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #f6f8fb;
  padding: 24px;
}

.ug-card {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

.ug-header {
  padding: 22px 24px 14px;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
  border-bottom: 1px solid #eef2f7;
}

.ug-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background: #e8f2ff;
  color: #0b4aa2;
}

.ug-title {
  margin: 10px 0 6px;
  font-size: 22px;
  line-height: 1.2;
  color: #0f172a;
}

.ug-subtitle {
  margin: 0;
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}

.ug-body {
  padding: 18px 24px 22px;
}

.ug-lead {
  margin: 0 0 16px;
  color: #111827;
  line-height: 1.6;
  font-size: 15px;
}

.ug-h2 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #0f172a;
}

.ug-steps {
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 14px 14px 6px;
  background: #fbfdff;
}

.ug-list {
  margin: 0;
  padding-left: 20px;
  color: #111827;
  line-height: 1.7;
  font-size: 14px;
}

.ug-list li {
  margin: 8px 0;
}

.ug-help {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 12px;
  border: 1px dashed #dbe7ff;
  background: #f4f8ff;
}

.ug-help-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #0b4aa2;
  background: #e8f2ff;
  flex: 0 0 auto;
}

.ug-help-title {
  margin: 0;
  font-weight: 800;
  color: #0f172a;
  font-size: 14px;
}

.ug-help-desc {
  margin: 4px 0 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
}

.ug-link {
  color: #0b4aa2;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 74, 162, 0.35);
}

.ug-link:hover {
  border-bottom-color: rgba(11, 74, 162, 0.8);
}

.ug-footer {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #eef2f7;
}

.ug-thanks {
  margin: 0 0 6px;
  font-weight: 700;
  color: #0f172a;
}

.ug-sign {
  margin: 0;
  color: #475569;
  font-size: 14px;
}

@media (max-width: 520px) {
  .ug-contract-wrapper {
    padding: 14px;
  }
  .ug-header, .ug-body {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ug-title {
    font-size: 20px;
  }
}
.otp-container {
  gap: 10px;
}

.otp-input {
  width: 55px;
  height: 65px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  border-radius: 8px;
  border: 1px solid #ced4da;
}

.otp-input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
  outline: none;
}

.js-search-select {
  display: block;
  width: 100% !important;
}

.droppratica .dropdown-menu {
  max-height: 260px;
  overflow-y: auto;
  border-radius: 8px;
}

.droppratica .list-group-item {
  cursor: pointer;
  padding: 6px 10px;
}

.droppratica .list-group-item:hover {
  background-color: rgba(0, 123, 255, 0.08);
}

.privacy-radio {
  display: flex;
  align-items: center;
  margin-right: 1.25rem;
}

.privacy-radio input {
  margin-right: 0.35rem;
}

.asplaceholder {
  font-size: 12px;
  font-weight: 400;
  color: var(--blu);
}