  .apt-wrap {
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      direction: rtl;
      box-sizing: border-box;
      overflow-x: hidden
  }

  .apt-form-wrap {
      max-width: 380px;
      padding: 0 10px;
      margin: 0 auto
  }

  .apt-card {
      background: #fff;
      border: 0;
      border-radius: 12px;
      padding: 12px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
      box-sizing: border-box
  }

  .apt-form-card {
      padding: 14px
  }

  .apt-title {
      margin: 0;
      font-size: 18px;
      line-height: 1.4;
      font-weight: 700
  }

  .apt-subtitle {
      margin: 0;
      color: #555;
      font-size: 13px;
      line-height: 1.7
  }

  .apt-form {
      display: flex;
      flex-direction: column;
      gap: 12px
  }

  .apt-label {
      font-size: 13px;
      color: #333;
      text-align: right;
      margin-bottom: 2px
  }

  .apt-label sup,
  .apt-label .required {
      color: #973966;
      font-weight: 700
  }

  .apt-input {
      width: 100%;
      padding: 12px 14px;
      border: 1px solid #e2e2e2;
      border-radius: 10px;
      font-size: 14px;
      background: #f7f7f7;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, .03)
  }

  .apt-btn {
      width: 100%;
      padding: 12px 14px;
      border: 0;
      border-radius: 8px;
      background: #e64b92;
      color: #F4C6DE;
      font-size: 15px;
      font-weight: 700;
      box-shadow: 0 4px 10px rgba(230, 75, 146, .35);
      cursor: pointer
  }

  .apt-alert {
      background: #F4C6DE3f3;
      border: 1px solid #ffd0d0;
      color: #8a1f1f;
      padding: 10px;
      border-radius: 12px;
      margin: 10px 0;
      font-size: 13px
  }

  .apt-note {
      margin-top: 12px;
      color: #666;
      font-size: 12px;
      line-height: 1.8
  }

  .apt-badge {
      display: inline-block;
      margin-right: 8px;
      background: #f2f2f2;
      border-radius: 999px;
      padding: 3px 9px;
      font-size: 12px;
      color: #333
  }

  .apt-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 6px;
      margin-bottom: 1px;
      flex-direction: row-reverse;
      padding: 8px;
      background: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, .06)
  }

  .apt-timer {
      min-width: 72px;
      text-align: left;
      padding: 0;
      font-weight: 800;
      font-size: 15px;
      color: #111;
      border: 0;
      background: transparent
  }

  .apt-rows {
      background: #c94b8a;
      border-radius: 0;
      padding: 6px;
      display: flex;
      flex-direction: column;
      gap: 4px
  }

  .apt-q {
      border: 0;
      padding: 0;
      margin: 0
  }

  .apt-qimg {
      border: 0;
      border-radius: 0;
      overflow: hidden;
      margin: 0
  }

  .apt-qimg img {
      display: block;
      width: 100%;
      height: auto
  }

  .apt-row {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      gap: 6px;
      background: #F4C6DE;
      padding: 6px;
      border-radius: 10px;
      border: 1px solid #8b2b5a
  }

  .apt-row-num {
      width: 32px;
      min-width: 32px;
      height: 32px;
      border-radius: 8px;
      background: transparent;
      color: #c94b8a;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      border: 0
  }

  .apt-row-opts {
      display: flex;
      gap: 6px;
      flex: 1;
      justify-content: space-between;
      flex-direction: row-reverse
  }

  .apt-chip {
      padding: 0 !important;
      border: none !important;
      background: transparent !important;
      display: flex;
  }

  .apt-chip input {
      position: absolute;
      opacity: 0;
      pointer-events: none
  }

  .apt-chip span {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 100% !important;
      margin: 0 !important;
      padding: 8px 60px !important;
      border: 1px solid #b43f7a !important;
      border-radius: 10px !important;
      background: #F4C6DE;
      cursor: pointer;
      font-size: 14px;
  }

  .apt-chip input:checked+span {
      background-color: #b43f7a !important;
      color: #F4C6DE !important;
  }

  .apt-chip:hover {
      border-color: #8b2b5a;
      box-shadow: 0 0 0 1px rgba(139, 43, 90, .12)
  }

  .apt-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      padding: 6px
  }

  .apt-endbtn {
      background: #c94b8a;
      color: #F4C6DE;
      border: 1px solid #8b2b5a;
      border-radius: 10px;
      padding: 10px 14px;
      font-weight: 700;
      cursor: pointer;
      flex-shrink: 0
  }

  .apt-nav-box {
      display: grid;
      grid-template-columns: auto 1fr auto auto;
      align-items: center;
      gap: 4px;
      direction: ltr;
      width: 100%
  }

  .apt-square {
      width: 38px;
      direction: ltr;
      unicode-bidi: bidi-override;
      font-family: Arial, sans-serif !important;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #8b2b5a;
      background: #F4C6DE;
      color: #8b2b5a;
      font-weight: 800;
      border-radius: 10px;
      padding: 0px;
      text-decoration: none
  }

  .apt-square svg {
      width: 18px !important;
      height: 18px !important;
  }

  .apt-square.disabled {
      opacity: .35;
      pointer-events: none
  }

  .apt-range-box {
      padding: 10px 12px;
      background: transparent;
      border: 0;
      border-radius: 0;
      font-size: 13px;
      color: #8b2b5a;
      white-space: nowrap;
      direction: rtl
  }

  .apt-endbtn.inline {
      height: 42px;
      padding: 0 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      width: auto;
      font-size: 13px
  }

  .apt-nav-end {
      grid-column: 1
  }

  .apt-nav-next {
      grid-column: 2
  }

  .apt-nav-range {
      grid-column: 3
  }

  .apt-nav-prev {
      grid-column: 4
  }

  .apt-mini {
      margin-top: 10px;
      font-size: 13px;
      color: #333
  }

  /* گزارش پایانی */
  .apt-report-box {
      margin: 10px 0;
      padding: 10px;
      border: 1px solid #eee;
      border-radius: 12px;
      background: #fff;
      display: flex;
      flex-direction: column;
      gap: 8px;
      box-shadow: 0 3px 12px rgba(0, 0, 0, .05)
  }

  .apt-report-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      font-size: 13px;
      text-align: center
  }

  .apt-report-labels div {
      font-weight: 700;
      color: #111
  }

  .apt-report-values div {
      background: #f2f2f2;
      border: 1px solid #dcdcdc;
      border-radius: 10px;
      padding: 8px 10px;
      color: #111;
      font-weight: 600;
      text-align: center
  }

  .apt-section {
      margin-top: 20px
  }

  .apt-sec-title {
      font-weight: 700;
      margin-bottom: 10px
  }

  .apt-sec-heading {
      margin: 10px 4px 6px;
      font-size: 16px;
      font-weight: 800
  }

  .apt-section-title {
      margin: 10px 4px 8px
  }

  .apt-radar {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 12px;
      padding: 10px;
      display: flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
      direction: ltr;
      flex-wrap: nowrap
  }

  .apt-radar-graph {
      flex: 1;
      min-width: 180px;
      max-width: 240px;
      margin: 0 auto 0 0
  }

  .apt-radar svg {
      overflow: visible
  }

  .apt-radar svg text {
      font-family: inherit;
      font-size: 12px
  }

  .apt-radar-list {
      display: flex;
      flex-direction: column;
      gap: 8px;
      min-width: 130px;
      margin-right: 12px;
      flex: 0 0 150px
  }

  .apt-radar-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 14px;
      white-space: nowrap;
      line-height: 1.6
  }

  .apt-interpret {
      margin-top: 12px;
      padding-top: 10px;
      border-top: 1px solid #e5e5e5;
      width: 100%
  }

  .apt-interpret-title {
      font-weight: 800;
      margin-bottom: 4px
  }

  .apt-interpret p {
      margin: 6px 0 0;
      font-size: 13px;
      line-height: 1.7;
      color: #333
  }

  .apt-pie-wrap {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 12px;
      padding: 12px;
      display: flex;
      gap: 12px;
      align-items: center;
      flex-wrap: wrap;
      box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
      width: 100%;
      box-sizing: border-box;
      direction: ltr;
      justify-content: flex-start
  }

  .apt-pie-chart {
      width: 180px;
      height: 180px;
      position: relative;
      flex: 0 0 180px
  }

  .apt-pie {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      position: relative;
      box-shadow: inset 0 0 0 1px #ddd
  }

  .apt-pie-center {
      position: absolute;
      inset: 34px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      line-height: 1.5;
      color: #333;
      text-align: center;
      box-shadow: 0 0 0 1px #f0f0f0
  }

  .apt-pie-legend {
      display: flex;
      flex-direction: column;
      gap: 8px;
      font-size: 13px;
      color: #333;
      flex: 1 1 120px;
      min-width: 100px;
      align-items: flex-start;
      direction: rtl
  }

  .apt-pie-legend div {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 6px;
      min-width: 100px
  }

  .apt-pie-legend .dot {
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin-left: 0;
      margin-right: 6px
  }

  .apt-pie-wrap .apt-interpret {
      flex: 0 0 100%;
      width: 100%;
      order: 3
  }

  .apt-pie-legend .green {
      background: #2ecc71
  }

  .apt-pie-legend .red {
      background: #e74c3c
  }

  .apt-pie-legend .blue {
      background: #3498db
  }

  .apt-final-box {
      display: flex;
      align-items: center;
      gap: 14px;
      background: #F4C6DE;
      border: 1px solid #eee;
      border-radius: 12px;
      padding: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, .04)
  }

  .apt-final-score {
      min-width: 70px;
      text-align: center;
      border: 1px solid #8b2b5a;
      border-radius: 12px;
      padding: 12px 10px;
      font-weight: 800;
      font-size: 20px;
      color: #8b2b5a
  }

  .apt-final-text {
      flex: 1;
      font-size: 13px;
      line-height: 1.7;
      color: #333
  }

  .apt-report-card,
  .apt-box {
      background: transparent;
      border: 0;
      border-radius: 0;
      padding: 0;
      box-shadow: none;
      margin-bottom: 10px
  }

  .apt-done {
      padding: 0
  }

  .apt-done .apt-card {
      background: transparent;
      border: 0;
      box-shadow: none;
      padding: 0
  }

  .apt-cta {
      background: #fde9f3;
      border: 1px solid #f1c7de;
      border-radius: 16px;
      padding: 14px;
      text-align: center;
      box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
      margin: 8px 0
  }

  .apt-cta p {
      margin: 0 0 10px;
      font-size: 13px;
      line-height: 1.8;
      color: #333;
      text-align: right
  }

  .apt-cta {
      display: flex;
      flex-direction: column;
      gap: 8px;
      align-items: flex-start
  }

  .apt-cta-btn {
      background: #8b2b5a;
      color: #F4C6DE;
      border: 1px solid #6f2148;
      border-radius: 12px;
      padding: 10px 18px;
      font-weight: 800;
      cursor: pointer;
      align-self: flex-start;
      float: none
  }

  @media (min-width: 540px) {
      .apt-options {
          flex-direction: row;
          flex-wrap: wrap
      }

      .apt-radio {
          width: calc(50% - 4px)
      }

      .apt-btn {
          width: auto;
          min-width: 120px
      }

      .apt-form-card {
          padding: 18px
      }

      .apt-label {
          font-size: 14px
      }

      .apt-input {
          font-size: 15px;
          padding: 13px 15px
      }
  }




  @media (min-width: 911px) {
      .apt-card {
          width: 82% !important;
          /* کمتر از 90% */
          max-width: 760px !important;
          /* جمع‌وجورتر */
          margin: 0 auto !important;
          border-radius: 15px !important;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
      }

      .apt-nav-box {
          display: flex !important;
          justify-content: space-between !important;
          align-items: center !important;
      }

      .apt-nav-range {
          display: flex !important;
          align-items: center !important;
          gap: 10px !important;
          flex-direction: row-reverse !important;
      }

      .apt-square {
          padding: 0 !important;
          min-width: 38px !important;
          width: 38px !important;
      }

      .apt-qimg {
          padding: 10px !important;
      }

      .apt-qimg img {
          max-height: 450px !important;
          width: auto !important;
          margin: 0 auto;
      }

      .apt-range-box {
          margin: 0 !important;
          white-space: nowrap;
      }

      .apt-rows {
          padding: 10px 20px !important;
      }

      .apt-row {
          gap: 4px;
          padding: 4px 0;
      }

      .apt-nav {
          padding: 15px 20px !important;
          background: #fafafa;
          border-top: 1px solid #eee;
      }

      .apt-form {
          margin-bottom: 0 !important;
      }

      .apt-card::after {
          content: none !important;
      }

      .apt-row-num {
          width: 26px;
          min-width: 26px;
          height: 26px;
          font-size: 12px;
      }

      .apt-row-opts {
          margin-right: 15px !important;
          gap: 10px !important;
      }

      .apt-chip span {
          font-size: 12px;
          padding: 3px 6px;
      }

      .apt-top {
          padding: 4px 6px;
      }

      .apt-done .apt-card {
          max-width: 800px;
          margin: 0 auto;
      }

      .apt-radar {
          flex-wrap: nowrap;
      }

      .apt-radar-graph {
          min-width: 200px;
          max-width: 240px;
      }

      .apt-radar-list {
          min-width: 140px;
          flex: 0 0 140px;
      }

      .apt-pie-wrap {
          flex-wrap: nowrap;
          align-items: center;
      }

      .apt-pie-legend {
          min-width: 140px;
      }

      .apt-report-box {
          max-width: 800px;
          margin: 10px auto;
      }
  }



  .apt-wrap,
  .apt-wrap * {
      font-family: 'Vazir', 'Segoe UI', Tahoma, sans-serif
  }

  @font-face {
      font-family: 'Vazir';
      src: url('../fonts/Vazir.woff2') format('woff2');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Vazir';
      src: url('../fonts/Vazir-Medium.woff') format('woff');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Vazir';
      src: url('../fonts/Vazir-Bold.woff2') format('woff2');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
  }


  body:has(.apt-wrap) header,
  body:has(.apt-wrap) footer {
      display: none !important;
  }

  #box-widget-icon,
  #box-chat,
  .widget-icon,
  .goftino-wakeup,
  #goftino-widget,
  iframe[src*="goftino"],
  iframe[src*="chat"],
  [class*="goftino"],
  [id*="goftino"] {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
  }


  /* ============================================================
   نسخه اصلاح شده - رفع باگ‌های پیمایش و رنگ‌بندی
   ============================================================ */

  @media (max-width: 767px) {

      .apt-row {
          background: #F4C6DE !important;
          border: none !important;
          border-radius: 8px !important;
          padding: 4px 10px !important;
          margin-bottom: 6px 10px !important;
          display: flex !important;
          height: 38px !important;
          flex-direction: row-reverse !important;
          align-items: center !important;
          width: 100% !important;
          box-sizing: border-box !important;
      }

      .apt-rows {
          background-color: #E75198 !important;
          padding: 8px 10px !important;
          margin-right: 0 !important;
          margin-left: 0 !important;
          width: 100vw !important;
          position: relative !important;
          left: 50% !important;
          right: 50% !important;
          margin-left: -50vw !important;
          margin-right: -50vw !important;
          border-radius: 0 !important;
          box-sizing: border-box !important;
          margin-bottom: 48px !important;
      }

      .apt-row-num {
          color: #E75198 !important;
          font-weight: bold !important;
          width: 20px !important;
          font-size: 13px !important;
          margin-left: 5px !important;
          text-align: center !important;
      }

      .apt-form {
          position: fixed !important;
          bottom: 0 !important;
          left: 0 !important;
          width: 100% !important;

          background: #F4C6DE !important;
          padding: 10px 15px !important;
          display: flex !important;
          flex-direction: row !important;
          justify-content: space-between !important;
          align-items: center !important;
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
          z-index: 9999 !important;
          box-sizing: border-box !important;
      }

      .apt-row-opts {
          flex: 1 !important;
          display: flex !important;
          flex-direction: row-reverse !important;
          justify-content: space-around !important;
          gap: 5px !important;
      }

      .apt-chip {
          background: #F4C6DE !important;
          width: 34px !important;
          height: 34px !important;
          line-height: 31px !important;
          color: #E75198 !important;
          display: block !important;
          text-align: center !important;
      }


      .apt-chip span {
          background: #F4C6DE !important;
          border: 1.5px solid #E75198 !important;
          border-radius: 10px !important;
          width: 44px !important;
          height: 28px !important;
          line-height: 25px !important;
          font-size: 12px !important;
          color: #E75198 !important;
          display: block !important;
          text-align: center !important;
          margin: 4px auto !important;
          padding: 0 !important;
          transition: all 0.2s ease;
      }


      .apt-chip input:checked+span {
          background: #E75198 !important;
          color: #F4C6DE !important;
          border-color: #E75198 !important;
      }

      .apt-nav-box {
          position: fixed !important;
          bottom: 0 !important;
          left: 0 !important;
          width: 100% !important;
          background: #F4C6DE !important;
          padding: 8px 15px !important;
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
          z-index: 9999 !important;
          box-sizing: border-box !important;
          height: 60px !important;

          display: grid !important;
          grid-template-columns: auto auto 1fr auto !important;
          align-items: center !important;
          gap: 8px !important;
          direction: rtl !important;
      }

      .apt-endbtn.inline,
      .apt-endbtn.apt-nav-end {
          grid-column: 1 !important;
          justify-self: start !important;
          min-width: 110px !important;
          text-align: center !important;
      }

      .apt-nav-next {
          grid-column: 2 !important;
          justify-self: center !important;
      }

      .apt-nav-prev {
          grid-column: 3 !important;
          justify-self: center !important;
      }

      .apt-btn-done {
          order: 2 !important;
          background: #E75198 !important;
          color: #F4C6DE !important;
          border-radius: 8px !important;
          height: 38px !important;
          padding: 0 12px !important;
          border: none !important;
          font-family: inherit !important;
          font-size: 13px !important;
      }


      .apt-nav-range {
          grid-column: 4 !important;
          justify-self: end !important;
          text-align: left !important;
          white-space: nowrap !important;
      }


      .apt-nav-range .apt-btn-nav:first-of-type {
          order: 2 !important;
      }

      .apt-nav-range .apt-btn-nav:last-of-type {
          order: 1 !important;
      }

      .apt-btn-nav {
          width: 34px !important;
          height: 34px !important;
          border-radius: 6px !important;
          border: 1px solid #E75198 !important;
          background: #F4C6DE !important;
          color: #E75198 !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
      }

      .apt-nav-range span {
          order: 3 !important;
          font-size: 12px !important;
          min-width: 70px !important;
          text-align: right !important;
          white-space: nowrap !important;
      }

      .apt-test-screen {
          display: flex !important;
          flex-direction: column !important;
          height: 100vh !important;
          padding-bottom: 80px !important;
      }

      .apt-test-screen,
      .apt-wrap {
          padding: 0 !important;
          margin: 0 !important;
          width: 100% !important;
          max-width: 100% !important;
          overflow-x: hidden !important;
      }
  }

  /* --- اصلاح نهایی نوار ناوبری موبایل --- */
  @media (max-width: 540px) {
      .apt-nav-box {
          position: fixed !important;
          bottom: 0 !important;
          left: 0 !important;
          right: 0 !important;
          width: 100% !important;
          height: 60px !important;
          background: #fff !important;
          box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) !important;
          z-index: 99999 !important;

          display: flex !important;
          flex-direction: row !important;
          flex-wrap: nowrap !important;
          align-items: center !important;
          padding: 0 8px !important;
          box-sizing: border-box !important;
          direction: ltr !important;
          /* برای چیدمان اتمام -> دکمه ها -> متن */
      }

      /* ۱. اتمام آزمون - چپ */
      .apt-nav-box .apt-endbtn {
          order: 1 !important;
          flex: 0 0 100px !important;
          /* عرض ثابت */
          margin: 0 !important;
          height: 40px !important;
          font-size: 12px !important;
          padding: 0 !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
          margin-right: 10px !important;
      }

      /* ۲. دکمه بعدی (فلش راست) */
      .apt-nav-box .apt-nav-next {
          order: 2 !important;
          flex: 0 0 38px !important;
          margin-left: 0 !important;
          margin-right: 8px !important;
          height: 38px !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
      }

      /* ۳. دکمه قبلی (فلش چپ) */
      .apt-nav-box .apt-nav-prev {
          order: 3 !important;
          flex: 0 0 38px !important;
          /* عرض ثابت کوچک */
          margin: 0 2px !important;
          height: 38px !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
      }

      .apt-nav-box .apt-nav-range {
          order: 3 !important;
          margin-left: auto !important;
          margin-right: auto !important;
          text-align: right !important;
          direction: rtl !important;
          font-size: 13px !important;
          white-space: nowrap !important;
          padding-right: 12px !important;
          /* فاصله از لبه راست صفحه */
          color: #444 !important;
          display: block !important;
      }


      /* اجبار به نمایش آیکون‌ها و حذف پدینگ اضافی دکمه‌ها */
      .apt-square {
          padding: 0 !important;
          min-width: 38px !important;
          width: 38px !important;
      }

      .apt-square svg {
          width: 16px !important;
          height: 16px !important;
      }

  }

  @media (min-width: 768px) and (max-width: 910px) {

      .apt-nav-box {
          position: fixed !important;
          bottom: 0 !important;
          left: 0 !important;
          right: 0 !important;

          width: 100% !important;
          height: 70px !important;
          background: #fff !important;
          box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) !important;
          z-index: 99999 !important;

          display: flex !important;
          flex-direction: row !important;
          flex-wrap: nowrap !important;
          align-items: center !important;

          padding: 0 14px !important;
          box-sizing: border-box !important;
          direction: ltr !important;
      }

      /* اتمام آزمون */
      .apt-nav-box .apt-endbtn {
          order: 1 !important;
          flex: 0 0 130px !important;
          height: 44px !important;
          font-size: 14px !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
          margin-right: 14px !important;
      }

      /* بعدی */
      .apt-nav-box .apt-nav-next {
          order: 2 !important;
          flex: 0 0 44px !important;
          height: 44px !important;
          margin-right: 10px !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
      }

      /* قبلی */
      .apt-nav-box .apt-nav-prev {
          order: 3 !important;
          flex: 0 0 44px !important;
          height: 44px !important;
          margin-right: 10px !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
      }

      /* شماره سوال */
      .apt-nav-box .apt-nav-range {
          order: 3 !important;

          text-align: right !important;
          direction: rtl !important;
          font-size: 15px !important;
          white-space: nowrap !important;
          padding-right: 10px !important;
      }

      .apt-chip span {
          font-size: 11px !important;
          padding: 10px 60px !important;
      }

      .apt-square {
          width: 44px !important;
          min-width: 44px !important;
          padding: 0 !important;
      }

      .apt-square svg {
          width: 18px !important;
          height: 18px !important;
      }

  }

  /* استایل اختصاصی صفحه شروع آزمون - بدون تداخل */
  .apt-login-container {
      width: 100%;
      max-width: 400px;
      box-sizing: border-box;
  }

  .apt-login-card {
      background: #fff;
      padding: 25px;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }

  .apt-login-form {
      display: flex !important;
      flex-direction: column !important;
      gap: 15px !important;
      position: static !important;
      /* خنثی کردن fixed نوار پایین */
      background: none !important;
      padding: 0 !important;
  }

  .apt-login-form .apt-label {
      display: block;
      margin-bottom: 5px;
      font-size: 14px;
      color: #444;
  }

  .apt-login-form .apt-input {
      width: 100%;
      padding: 12px;
      border: 1px solid #ddd;
      border-radius: 8px;
      box-sizing: border-box;
  }

  .apt-login-form .apt-btn {
      margin-top: 10px;
      background: #b43f7a;
      color: #fff;
      border: none;
      padding: 14px;
      border-radius: 8px;
      font-weight: bold;
      cursor: pointer;
  }

  /* ساختار کلی بخش نمودار */
  .apt-section {
      display: flex;
      flex-direction: column;
      gap: 16px;
  }

  /* رادار و لیست کنار هم */
  .apt-radar {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
  }

  /* نمودار */
  .apt-radar-graph {
      flex: 0 0 auto;
  }

  /* لیست سمت راست */
  .apt-radar-list {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: 8px;
  }

  /* آیتم های لیست */
  .apt-radar-item {
      display: flex;
      gap: 6px;
      align-items: center;
      justify-content: center;
  }


  .apt-interpret {
      margin-top: 12px;
      padding-top: 10px;
      border-top: 1px solid #e5e5e5;
      width: 100%;
  }