/* body {
  max-width: 100% !important;
  margin-top: 0 !important;
} */
h1 {
  border: none !important;
}
.sn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.sn-left {
  text-align: left;
}
.sn-card {
  padding: 20px;
  border-radius: 14px;
  background: #fff;
}
.sn-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.sn-input {
  width: 90%;
  padding: 12px;
  margin-bottom: 10px;
  /* margin-left: 5%; */
  border-radius: 6px;
  border: 1px solid #ccc;
}
.sn-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.sn-btn-primary {
  background: #1dabe6;
  color: #fff;
}
.sn-btn-success {
  background: #1dabe6;
  color: #fff;
}
.sn-btn-light {
  background: #ddd;
}
.sn-otp-box {
  display: none;
  margin-top: 15px;
  text-align: center;
}

/* Assessment */
.sn-assess-container {
  font-family: sans-serif;
  width: 100%;
  padding: 10px;
}
.sn-assess-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}
.sn-category {
  margin-top: 40px;
  margin-bottom: 15px;
}
.sn-category h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  border-left: 5px solid #0b629b;
  padding-left: 10px;
}
.sn-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.sn-card-q {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.sn-q-text {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  line-height: 1.5;
}
.sn-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sn-option {
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  column-gap: 5px;
  line-height: normal;
}
.sn-submit {
  margin-top: 30px;
  width: max-content;
  padding: 12px 16px;
  background: #1dabe6;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.sn-result-box {
  text-align: center;
  padding: 25px;
  background: #e3f7ff;
  border-radius: 12px;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #083244 0%, #294e66 100%);
}
.sn-cat-result {
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 8px;
  background: #18384e;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sn-submit {
  margin-top: 30px !important;
}

.sn-result-box h1 {
  color: #fff;
  font-weight: 700;
}

.download-pdf-btn {
  max-width: fit-content;
  display: block;
}

.sn-submit.download-pdf-btn {
  background: #1a9dd9;
}
.sn-report-container {
  width: 100%;
  max-width: 520px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}
.sn-assess-container {
  width: 100%;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.sn-report-container p {
  color: #000;
  margin: 15px 0;
}
.sn-result-box p {
  color: #fff;
}
label.sn-option input[type="radio"] {
  margin: 0;
}
/* Report Content  */

.sn-report-container {
  max-width: 600px;
  margin: 40px auto;
  width: 100%;
  /* background: linear-gradient(180deg, #1e3a4f 0%, #294e66 100%); */
}
.sn-login {
  width: 100%;
  max-width: 520px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  min-width: 520px;
}

/* ===== ENHANCED CODE VERIFICATION UI ===== */

.sn-otp-box {
  display: none;
  margin-top: 20px;
  padding: 22px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  animation: fadeInUp 0.4s ease;
  text-align: center;
}

/* Heading inside box */
.sn-otp-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

/* Sub text */
.sn-otp-sub {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

/* Code Input */
#sn_code {
  width: 100%;
  text-align: center;
  font-size: 24px;
  letter-spacing: 10px;
  font-weight: 700;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px;
  transition: all 0.3s ease;
}

#sn_code:focus {
  border-color: #1dabe6;
  box-shadow: 0 0 0 3px rgba(29, 171, 230, 0.15);
  outline: none;
}

/* Button spacing */
.sn-otp-actions {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

/* Verify button */
#sn_verify {
  background: none;
  box-shadow: none;
  border: 2px solid #1dabe6;
  color: #1dabe6;
  font-weight: 600;
}

/* Resend button */
#sn_resend {
  background: #f3f4f6;
  color: #555;
  font-size: 14px;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =================Required Star ============================ */
.sn-required {
  color: #ff4d4f;
  font-weight: 700;
}

/* Error highlight */
.sn-error {
  border: 2px solid #ff4d4f !important;
  background: #fff5f5;
}

/* Smooth scroll focus */
.sn-card-q {
  transition: all 0.3s ease;
}
/* ========= Code Input ============*/
.sn-otp-inputs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.sn-otp-inputs input {
  /* color: #000 !important;                 /* visible text */
  /*  -webkit-text-fill-color: #000 !important;  FIX for Chrome/Safari */
  /* caret-color: #000;                      /* cursor color */
  /* opacity: 1 !important;*/
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
}
.sn-otp-inputs div,
.sn-otp-inputs span {
  color: #000 !important;
  font-size: 18px;
}
.sn-otp-inputs input:focus {
  border-color: #007bff;
  outline: none;
  -webkit-text-fill-color: #000 !important;
}
.sn-otp-digit {
  width: 45px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  outline: none;
  -webkit-text-fill-color: #000 !important;
}

.sn-otp-digit:focus {
  border-color: #1dabe6;
  box-shadow: 0 0 0 3px rgba(29, 171, 230, 0.15);
  -webkit-text-fill-color: #000 !important;
}
.sn-icon {
  width: 80px;
  height: auto;
  margin: 0 auto 15px;
  border-radius: 50%;
  /* background: #eef4ff; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 27px;
}
button#sn_resend {
  padding: 0;
  line-height: normal;
  height: 50px;
  width: 100%;
  margin: 0;
}

button#sn_verify {
  padding: 0;
  line-height: normal;
  height: 50px;
  width: 100%;
  margin: 0;
}
.sn-icon img {
  width: 80px;
  height: auto;
}

.sn-subtext {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 20px;
  text-align: center;
}
.sn-secure {
  margin-top: 12px;
  font-size: 12px;
  color: #6b7280;
  text-align: center;
}

/* ================= RESPONSIVE (NEW ADDITION ONLY) ================= */

/* *{box-sizing:border-box;} */

#sn_container {
  width: 100% !important;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
}
.sn-otp-actions.mutual-evalution-btn button {
  width: auto;
}
/* FIX THIS */
.sn-login {
  min-width: unset !important;
  width: 100%;
  max-width: 520px;
}
.sn-otp-actions.mutual-evalution-btn button:last-child {
  background: none;
  box-shadow: none;
  border: 2px solid #1dabe6;
  color: #1dabe6;
  font-weight: 600;
}

/* Tablet */
@media (max-width: 1024px) {
  .sn-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

/* Mobile */
@media (max-width: 768px) {
  .sn-title {
    font-size: 20px;
  }
  .sn-login {
    padding: 18px;
  }

  .sn-input {
    padding: 10px;
    font-size: 14px;
  }
  .sn-btn {
    padding: 10px;
    font-size: 14px;
  }

  .sn-assess-title {
    font-size: 22px;
  }
  .sn-category h3 {
    font-size: 18px;
  }
  .sn-q-text {
    font-size: 14px;
  }

  .sn-option {
    font-size: 11px;
    padding: 6px 10px;
  }

  .sn-submit {
    width: 100%;
    justify-content: center;
  }

  .sn-report-container {
    padding: 16px;
  }

  .sn-otp-inputs {
    gap: 6px;
  }
  .sn-otp-digit {
    width: 38px;
    height: 45px;
    font-size: 18px;
  }

  .sn-otp-actions {
    flex-direction: column;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .sn-title {
    font-size: 18px;
  }
  .sn-icon img {
    width: 60px;
  }

  .sn-otp-digit {
    width: 32px;
    height: 40px;
    font-size: 16px;
  }

  .sn-grid {
    grid-template-columns: 1fr;
  }
  .sn-hero {
    padding: 40px 25px;
  }
}
.sn-tag {
  display: inline-block;
  font-size: 13px;
  color: #4b5563;
  background: #e3f7ff; /* light grey-blue */
  padding: 6px 12px;
  border-radius: 10px; /* pill shape */
  font-weight: 500;
  margin-bottom: 12px;
}
/* ========NEW========= */
.sn-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 22px;
}

.sn-form-group label {
  display: block !important;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}

/* .sn-input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #f9fafb;
} */
.sn-input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #f9fafb;
  box-sizing: border-box;
}
.sn-form-section {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}
.sn-form-section h3 {
  background: #e6f7ff;
  padding: 10px;
  border-left: 4px solid #0b629b;
  font-size: 15px;
}
.sn-error-msg {
  color: #ff4d4f;
  font-size: 12px;
  margin-top: -6px;
  margin-bottom: 8px;
}
.compliance-form-btn {
  min-width: auto !important;
  max-width: max-content;
  position: relative;
  align-items: center;
  background: #1dabe6 !important;
}
.sn-submit.compliance-form-btn {
  margin-top: 30px !important;
}

.compliance-form-btn i {
  margin-left: 7px;
}
/* Table */
.sn-table {
  width: 100%;
  border-collapse: collapse !important;
  margin-top: 15px;
  font-size: 14px;
}

.sn-table th,
.sn-table td {
  border: 1px solid #d1d5db !important;
  padding: 10px;
}

.sn-table th {
  background: #0f172a;
  color: #fff;
  text-align: left;
}

.sn-table td {
  background: #ffffff;
}

.sn-table tr:nth-child(even) td {
  background: #f8fafc;
}
.sn-pdf-title {
  padding: 10px;
  background: #fff;
  margin: 15px 0 7px 0;
}
.sn-pdf-title {
  padding: 10px;
  background: linear-gradient(180deg, #1e3a4f 0%, #294e66 100%);
  margin: 15px 0 7px 0;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}
.sn-pdf-row {
  display: grid;
  grid-template-columns: 1fr, 1fr;
  grid-template-columns: 1fr 1fr 0fr;
  color: #000000;
  gap: 15px;
  margin-bottom: 10px;
}
.sn-pdf-section h4 {
  color: #000000;
  margin-top: 30px;
}
h4.heading-h4 {
  margin-top: 20px !important;
  margin-bottom: 8px !important;
  color: #000000;
}
.score-header h1 {
  margin-bottom: 0;
}

.score-header p {
  margin-top: 0;
}
.sn-input-wrap {
  position: relative;
  width: 100%;
}

.sn-currency {
  position: absolute;
  left: 14px;
  top: 40%;
  transform: translateY(-50%);
  color: #64748b;
  font-weight: 600;
  font-size: 14px;
  z-index: 2;
}

.sn-input-currency {
  padding-left: 32px !important;
}
