  /* Reset and base */
  * {
      box-sizing: border-box;
  }

  body {
      /* margin: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji"; */
      /* background-color: #f9fafb; */
      /* color: #1f2937; */
      /* min-height: 100vh; */
      /* display: flex; */
  }

  .newReviewerMainBox {
      /* margin: 150px 0 0 0; */
      max-width: 111em;
      margin: 65px auto 0 auto;
      /* margin: 45px auto 0 auto; */
      padding: 30px 0 0 0;
  }

  .newReviewerMainBox.with-admin-alert {
      margin: 85px auto 0 auto;
  }

  /* img {
      display: block;
      max-width: 100%;
      height: auto;
  } */

  button {
      cursor: pointer;
      border: none;
      background: none;
  }

  /* Scrollbar for overflow */
  .ForReviewDashbardScrollList::-webkit-scrollbar {
      width: 8px;
      height: 8px;
  }

  .ForReviewDashbardScrollList::-webkit-scrollbar-thumb {
      /* background: #cbd5e1; */
      background: rgb(85, 141, 210);
      border-radius: 4px;
  }

  .ForReviewDashbardScrollList::-webkit-scrollbar-track {
      background: #f1f5f9;
  }

  /* Container */
  .newReviewerMainBox #root {
      flex: 1;
      display: flex;
      /* min-height: 100vh; */
      min-height: 90vh;
      /* max-height: 85vh; */
      min-height: 84vh;
      max-height: 86vh;
      width: 100%;
  }

  .newReviewerMainBox .sidebar {
      overflow-y: auto;
      width: 320px;
      background: #fff;
      border-right: 1px solid #e5e7eb;
      display: flex;
      flex-direction: column;
      box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
      width: 25%;
  }

  .newReviewerMainBox .sidebar-header-reviewerDashboard {
      padding: 24px;
      border-bottom: 1px solid #e5e7eb;
  }

  .newReviewerMainBox .profile {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 16px;
      position: relative;
  }

  .newReviewerMainBox .profile img {
      width: 64px;
      height: 64px;
      border-radius: 9999px;
      object-fit: cover;
      border: 4px solid #bfdbfe;
  }

  /* .newReviewerMainBox .profile-status {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #22c55e;
    border: 2px solid white;
    border-radius: 9999px;
} */

  .newReviewerMainBox .profile-info {
      flex: 1;
  }

  .newReviewerMainBox .profile-info h2 {
      margin: 0;
      font-weight: 700;
      font-size: 1.125rem;
      color: #111827;
      line-height: 25px;
  }

  .newReviewerMainBox .profile-info p {
      margin: 4px 0 0;
      font-size: 0.875rem;
      color: #4b5563;
  }

  .newReviewerMainBox .stars {
      display: flex;
      align-items: center;
      margin-top: 4px;
      gap: 2px;
      color: #fbbf24;
  }

  .newReviewerMainBox .stars svg {
      width: 16px;
      height: 16px;
      fill: currentColor;
  }

  .newReviewerMainBox .stars svg.empty {
      color: #d1d5db;
      fill: none;
      stroke: currentColor;
  }

  .newReviewerMainBox .stars span {
      margin-left: 4px;
      font-size: 0.875rem;
      color: #4b5563;
  }

  .newReviewerMainBox .stats-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-bottom: 16px;
  }

  .newReviewerMainBox .stat-card {
      border-radius: 0.5rem;
      padding: 12px;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 1px 2px rgb(0 0 0 / 0.1);
  }

  .newReviewerMainBox .stat-card.peer-reviews {
      background: linear-gradient(to right, #3b82f6, #2563eb);
  }

  .newReviewerMainBox .stat-card.points {
      background: linear-gradient(to right, #22c55e, #16a34a);
  }

  .newReviewerMainBox .stat-text {
      display: flex;
      flex-direction: column;
  }

  .newReviewerMainBox .stat-text p:first-child {
      font-size: 0.75rem;
      opacity: 0.9;
      margin: 0 0 4px 0;
  }

  .newReviewerMainBox .stat-text p:last-child {
      font-size: 1.25rem;
      font-weight: 700;
      margin: 0;
  }

  .newReviewerMainBox .stat-icon svg {
      width: 24px;
      height: 24px;
      opacity: 0.8;
      stroke: currentColor;
      fill: none;
  }

  /* .newReviewerMainBox .toggle-available {
    background-color: #22c55e;
    border-radius: 9999px;
    width: 44px;
    height: 24px;
    position: relative;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
    transition: background-color 0.3s ease;
} */

  .newReviewerMainBox .toggle-available {
      background-color: #d1d5db;
      /* gray-300 when OFF */
      border-radius: 9999px;
      width: 44px;
      height: 24px;
      position: relative;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      padding: 0;
      justify-content: flex-start;
      transition: background-color 0.3s ease;
  }

  .newReviewerMainBox .toggle-available[aria-pressed="true"] {
      background-color: #22c55e;
      /* green when ON */
      justify-content: flex-end;
  }

  .newReviewerMainBox .toggle-available span {
      background: white;
      width: 16px;
      height: 16px;
      border-radius: 9999px;
      display: block;
      margin: 0 4px;
      transition: transform 0.3s ease;
      transform: translateX(0);
  }

  .newReviewerMainBox .toggle-available.off {
      background-color: #9ca3af;
      justify-content: flex-start;
  }

  .newReviewerMainBox .toggle-available.off span {
      margin-right: 0;
      margin-left: 4px;
      transform: translateX(0);
  }

  .newReviewerMainBox .available-container {
      background-color: #f9fafb;
      border-radius: 0.5rem;
      padding: 12px;
      margin-bottom: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .newReviewerMainBox .available-container .label {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #4b5563;
      font-weight: 500;
      font-size: 0.875rem;
  }

  .newReviewerMainBox .available-container .label svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      fill: none;
  }

  .newReviewerMainBox .expertise {
      padding: 24px;
      border-top: 1px solid #e5e7eb;
      flex: 1;
  }

  .newReviewerMainBox .expertise h4 {
      font-weight: 600;
      font-size: 0.875rem;
      margin-bottom: 12px;
      color: #111827;
  }

  .newReviewerMainBox .expertise-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
  }

  .newReviewerMainBox .tag {
      background-color: #dbeafe;
      color: #1e40af;
      font-size: 0.75rem;
      font-weight: 600;
      padding: 4px 8px;
      border-radius: 9999px;
      white-space: nowrap;
  }

  .newReviewerMainBox .sidebar-footer {
      padding: 24px;
      border-top: 1px solid #e5e7eb;
  }

  .newReviewerMainBox .sidebar-footer button {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 16px;
      font-size: 0.875rem;
      color: #374151;
      border-radius: 0.5rem;
      background-color: #f9fafb;
      transition: background-color 0.2s ease;
      border: none;
      cursor: pointer;
      margin-bottom: 8px;
  }

  .newReviewerMainBox .sidebar-footer button:hover {
      background-color: #f3f4f6;
  }

  .newReviewerMainBox .sidebar-footer svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      fill: none;
  }

  /* Main content */
  .newReviewerMainBox .main-content {
      width: 75%;
      flex: 1;
      display: flex;
      flex-direction: column;
      background-color: #fff;
      box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
      border-bottom: 1px solid #e5e7eb;
      background: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }

  .newReviewerMainBox .main-header {
      padding: 24px 24px;
      border-bottom: 1px solid #e5e7eb;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: white;
  }

  .newReviewerMainBox .main-header h1 {
      font-weight: 700;
      font-size: 1.5rem;
      color: #111827;
      margin: 0;
      line-height: 25px;
  }

  .newReviewerMainBox .icon::before {
      display: none;
  }

  .newReviewerMainBox .header-actions {
      display: flex;
      align-items: center;
      gap: 16px;
  }

  .newReviewerMainBox .header-actions button {
      display: flex;
      align-items: center;
      gap: 8px;
      background-color: #2563eb;
      color: white;
      padding: 8px 16px;
      border-radius: 0.5rem;
      font-weight: 600;
      /* font-size: 0.875rem; */
      font-size: 1rem;
      border: none;
      cursor: pointer;
      transition: background-color 0.2s ease;
      /* position: relative; */
  }

  .newReviewerMainBox .header-actions button:hover {
      background-color: #1d4ed8;
  }

  .newReviewerMainBox .header-actions button svg {
      /* width: 16px;
height: 16px; */
      width: 24px;
      height: 24px;
      stroke: currentColor;
      fill: none;
  }

  .newReviewerMainBox .header-actions .badge {
      /* position: absolute; */
      top: -6px;
      right: -6px;
      background-color: #ef4444;
      color: white;
      font-size: 0.625rem;
      font-weight: 700;
      border-radius: 9999px;
      /* padding: 2px 6px; */
      padding: 6px;
      min-width: 24px;
      text-align: center;
      line-height: 1;
  }

  .newReviewerMainBox .verified {
      display: flex;
      align-items: center;
      gap: 4px;
      font-size: 0.875rem;
      color: #4b5563;
  }

  .newReviewerMainBox .verified svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      fill: none;
  }

  /* Stats cards container */
  .newReviewerMainBox .stats-cards {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 24px;
      padding: 24px;
      padding: 24px 0;
      border-bottom: 1px solid #e5e7eb;
  }

  .newReviewerMainBox .stat-card-main {
      background-color: white;
      border: 1px solid #e5e7eb;
      border-radius: 1rem;
      padding: 24px;
      box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      /* flex-direction: row-reverse; */
      align-items: flex-start;
      padding: 2px;
      padding: 0;
  }

  .newReviewerMainBox .stat-card-main .text {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin: 0;
      padding: 18px 0 18px 18px;
      padding: 0 0 18px 0px;
      /* padding: 0 0 15px 0px; */
  }

  .newReviewerMainBox .ForReviewDashbardScrollList {
      padding: 0;
      display: block;
      max-height: 100vh;
      overflow-y: scroll;
      overflow-x: hidden;
  }

  /* .newReviewerMainBox .stat-card-main .text p:first-child, */
  .newReviewerMainBox .stat-card-main .text .reviewtabselect {
      font-size: 0.875rem;
      font-weight: 600;
      color: #4b5563;
      margin: 0 0 8px 0;
      font-size: 1.3rem;
      margin: 0;
      /* display: flex;
    align-items: end;
    gap: 4px; */
      display: flex;
      align-items: center;
      margin: 0 0 0 5px;
  }

  .newReviewerMainBox .stat-card-main .text .reviewtabcount {
      /* font-size: 2rem; */
      font-size: 1.5rem;
      font-size: 1.1rem;
      font-weight: 700;
      margin: 0;
  }

  .newReviewerMainBox .stat-card-main.active {
      border-color: #3b82f6;
      background-color: #eff6ff;
      box-shadow: 0 4px 6px rgb(59 130 246 / 0.3);
  }

  .newReviewerMainBox .stat-card-main.active .text .reviewtabcount {
      color: #2563eb;
      /* Apply the active color to the count */
  }

  .newReviewerMainBox .stat-card-main .icon {
      /* width: 48px;
    height: 48px; */
      /* width: 70px;
    height: 50px; */
      width: 40px;
      height: 40px;
      width: 30px;
      height: 30px;
      border-radius: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 80px;
      border-radius: 1rem 0 0 1rem;
  }

  .newReviewerMainBox .stat-card-main.total-reviews .icon {
      background-color: #dbeafe;
      color: #2563eb;
  }

  .newReviewerMainBox .stat-card-main.new-reviews .icon {
      background-color: #fef3c7;
      color: #ca8a04;
  }

  .newReviewerMainBox .stat-card-main.in-progress .icon {
      background-color: #dbeafe;
      color: #2563eb;
      background-color: #d1fae5;
      color: #16a34a;
  }

  .newReviewerMainBox .stat-card-main.completed .icon {
      background-color: #d1fae5;
      color: #16a34a;
      background-color: #fad1d1;
      color: #ff0e0e;
      color: #945656;
  }

  .newReviewerMainBox .stat-card-main svg {
      /* width: 24px;
      height: 24px; */
      width: 20px;
      height: 20px;
      stroke: currentColor;
      fill: none;
  }

  /* Review Status buttons  (Removed - keeping for reference if needed elsewhere)    */
  /* .newReviewerMainBox .review-status {
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 24px;
    margin: 0 24px 24px 24px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}

.newReviewerMainBox .review-status h2 {
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 16px;
    color: #111827;
    margin: 0;
}

.newReviewerMainBox .status-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.newReviewerMainBox .status-button {
    padding: 16px;
    border-radius: 1rem;
    border: 2px solid #e5e7eb;
    background-color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    user-select: none;
}

.newReviewerMainBox .status-button:hover {
    border-color: #d1d5db;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
}

.newReviewerMainBox .status-button.active {
    border-color: #3b82f6;
    background-color: #eff6ff;
    box-shadow: 0 4px 6px rgb(59 130 246 / 0.3);
}

.newReviewerMainBox .status-button .count {
    font-weight: 700;
    font-size: 1.5rem;
    color: #111827;
    margin-bottom: 4px;
}

.newReviewerMainBox .status-button.active .count {
    color: #2563eb;
}

.newReviewerMainBox .status-button .label {
    font-weight: 600;
    font-size: 0.875rem;
    color: #6b7280;
}

.newReviewerMainBox .status-button.active .label {
    color: #2563eb;
} */

  /* Filters container */
  .newReviewerMainBox .filters {
      background-color: white;
      border: 1px solid #e5e7eb;
      border-radius: 1rem;
      padding: 24px;
      margin: 0 24px 24px 24px;
      box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      align-items: center;
      /* flex-flow: row; */
      flex-direction: row;
  }

  .newReviewerMainBox .filters>* {
      flex: 1 1 200px;
      min-width: 200px;
      position: relative;
  }

  .newReviewerMainBox .filters .downloadCertificateBtnDiv {
      flex: none;
      min-width: unset;
      position: unset;
      position: relative;
  }

  .newReviewerMainBox .filters .downloadCertificateBtn {
      border-radius: 12px;
      background: linear-gradient(to right, #3b82f6, #2563eb);
      color: white;
      padding: 5px 14px;
  }


  .download-options-New {
      display: none;
  }

  .download-options-New li a {
      text-decoration: none;
      color: #333;
      display: block;
      padding: 5px;
  }

  .download-options-New li a:hover {
      background-color: #f5f5f5;
      background: linear-gradient(to right, #3b82f6, #2563eb);
      color: white;
  }

  .download-options-New.show {
      display: block;
      display: block;
      margin-top: 10px;
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 5px;
      list-style: none;
      width: 200px;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
      position: absolute;
      z-index: 111;
      right: 0px;
      border-radius: 8px;
      width: 250px;
      width: 220px;
      right: -30px;

  }


  .newReviewerMainBox .filters input[type="text"],
  .newReviewerMainBox .filters select,
  .sort-container {
      width: 100%;
      padding: 8px 12px 8px 36px;
      border: 1px solid #d1d5db;
      border-radius: 0.5rem;
      font-size: 1rem;
      color: #374151;
      color: #888;
      outline-offset: 2px;
      outline-color: transparent;
      transition: outline-color 0.2s ease;
      font-style: italic;
  }

  .sort-container {
      cursor: pointer;
  }

  .custom-options {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: #ffffff;
      border: 1px solid #ccc;
      border-radius: 8px;
      margin-top: 4px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      display: none;
      z-index: 999;
      max-height: 200px;
      overflow-y: auto;
  }

  .custom-option:hover {
      background: gray;
      color: white;
  }

  .custom-option.selected {
      /* background-color: #e2e8f0; */
      font-weight: bold;
  }

  .custom-option {
      padding: 10px 16px;
      cursor: pointer;
      transition: background-color 0.2s ease;
      display: block;
  }

  .custom-select-wrapper {
      /* position: relative; */
      width: 250px;
      user-select: none;
  }

  /* select[aria-label="Sort reviews"] {
      border-radius: 80px;
  } */

  /* Optional: Only when focused (clicked or using keyboard) */
  /* select[aria-label="Sort reviews"]:focus {
      border-radius: 8px;
      outline: none; */
  /* Optional: Remove default focus outline */
  /* box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2); */
  /* Optional: custom focus style */
  /* } */


  .newReviewerMainBox .filters input[type="text"]::placeholder {
      color: #888;
      font-style: italic;
      font-size: 1rem;
      opacity: 1;
  }

  .newReviewerMainBox .filters select option[disabled] {
      color: #888;
      font-style: italic;
      font-size: 1rem;
      opacity: 1;
      /* "placeholder" option */
  }


  .newReviewerMainBox .filters input[type="text"]:focus,
  .newReviewerMainBox .filters select:focus {
      outline-color: #3b82f6;
      border-color: transparent;
      box-shadow: 0 0 0 2px #3b82f6;
  }

  .newReviewerMainBox .filters svg {
      position: absolute;
      top: 50%;
      left: 12px;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      stroke: #9ca3af;
      fill: none;
      pointer-events: none;
  }

  /* Review requests container */
  .newReviewerMainBox .review-requests {
      padding: 0 24px 24px 24px;
      overflow-y: auto;
      flex: 1;
      min-height: 200px;
  }

  .newReviewerMainBox .review-requests h2 {
      font-weight: 600;
      font-size: 1.125rem;
      margin-bottom: 16px;
      color: #111827;
      margin: 0;
  }

  .newReviewerMainBox .review-card {
      background-color: white;
      border: 1px solid #e5e7eb;
      border-radius: 1rem;
      padding: 24px;
      margin-bottom: 16px;
      box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
      display: flex;
      flex-direction: column;
      gap: 16px;
      transition: box-shadow 0.2s ease;
  }

  .newReviewerMainBox #view-more-btn {
      background: #198BEA;
      color: white;
      border-radius: 20px;
      padding: 10px 19px;
      font-family: 'Inter', sans-serif;
  }

  .newReviewerMainBox .review-card:hover {
      box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
  }

  .newReviewerMainBox .review-info {
      flex: 1;
  }

  .newReviewerMainBox .review-header {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      margin-bottom: 8px;
  }

  .newReviewerMainBox .review-id {
      font-weight: 700;
      font-size: 1.125rem;
      color: #2563eb;
      white-space: nowrap;
  }

  .newReviewerMainBox .badge {
      font-size: 0.75rem;
      font-weight: 600;
      padding: 4px 8px;
      border-radius: 9999px;
      white-space: nowrap;
      user-select: none;
  }

  /* background-color: #fef3c7;
color: #b45309;
border: 1px solid #fde68a;
} */
  .newReviewerMainBox .badge.in-progress {
      background-color: #bfdbfe;
      color: #2563eb;
      border: 1px solid #93c5fd;
  }

  .newReviewerMainBox .badge.completed {
      background-color: #d1fae5;
      color: #16a34a;
      border: 1px solid #a7f3d0;
  }

  .newReviewerMainBox .badge.pending {
      background-color: #FEF9C3;
      color: #92400E;
  }

  .newReviewerMainBox .badge.high {
      background-color: #fee2e2;
      color: #b91c1c;
  }

  .newReviewerMainBox .badge.medium {
      background-color: #fed7aa;
      color: #b45309;
  }

  .newReviewerMainBox .badge.low {
      background-color: #d1fae5;
      color: #15803d;
  }

  .newReviewerMainBox .badge.topic {
      background-color: #ede9fe;
      color: #5b21b6;
  }

  .newReviewerMainBox .review-title {
      font-weight: 600;
      font-size: 1rem;
      color: #111827;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  .newReviewerMainBox .review-meta {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 8px;
      font-size: 0.875rem;
      color: #4b5563;
      margin-top: 12px;
  }

  .newReviewerMainBox .review-meta div {
      display: flex;
      align-items: center;
      gap: 4px;
  }

  .newReviewerMainBox .review-meta svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      fill: none;
      flex-shrink: 0;
  }

  .newReviewerMainBox .review-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: flex-start;
  }

  .newReviewerMainBox .btn {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      padding: 8px 16px;
      border-radius: 0.5rem;
      font-weight: 600;
      font-size: 0.875rem;
      cursor: pointer;
      border: none;
      transition: background-color 0.2s ease;
      user-select: none;
      white-space: nowrap;
  }

  .newReviewerMainBox .btn svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      fill: none;
      flex-shrink: 0;
  }

  .newReviewerMainBox .btn.accept {
      background-color: #16a34a;
      color: white;
  }

  .newReviewerMainBox .btn.accept:hover {
      background-color: #15803d;
  }

  .newReviewerMainBox .btn.reject {
      background-color: #dc2626;
      color: white;
  }

  .newReviewerMainBox .btn.reject:hover {
      background-color: #b91c1c;
  }

  .newReviewerMainBox .btn.details {
      background-color: #f3f4f6;
      color: #374151;
  }

  .newReviewerMainBox .btn.details:hover {
      background-color: #e5e7eb;
  }

  .newReviewerMainBox .btn.continue {
      background-color: #2563eb;
      color: white;
  }

  .newReviewerMainBox .btn.continue:hover {
      background-color: #1d4ed8;
  }



  /* Css Of the  Modle Reason  */


  .modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 9999;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  #rejectModal .modal {
      background: #fff;
      padding: 2rem;
      border-radius: 10px;
      max-width: 500px;
      width: 90%;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      animation: fadeIn 0.3s ease-in-out;
  }

  #rejectModal .modal h2 {
      margin-bottom: 1rem;
      font-size: 1.5rem;
      color: #333;
      font-family: 'Inter', sans-serif;
  }

  #rejectModal .modal textarea {
      width: 100%;
      height: 120px;
      padding: 0.8rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      resize: vertical;
      font-size: 1rem;
      font-family: 'Inter', sans-serif;
  }

  #rejectModal .modal-actions {
      margin-top: 1rem;
      display: flex;
      justify-content: flex-end;
      gap: 10px;
  }

  #rejectModal .modal .submit-btn,
  #rejectModal .modal .cancel-btn {
      padding: 0.6rem 1.2rem;
      border: none;
      border-radius: 6px;
      font-weight: bold;
      cursor: pointer;
      font-size: 1rem;
  }

  #rejectModal .modal .submit-btn {
      background-color: #e53e3e;
      color: white;
      font-family: 'Inter', sans-serif;
  }

  #rejectModal .modal .submit-btn:hover {
      background-color: #c53030;
  }

  #rejectModal .modal .cancel-btn {
      background-color: #e2e8f0;
      font-family: 'Inter', sans-serif;
      color: #2d3748;
  }

  #rejectModal .modal .cancel-btn:hover {
      background-color: #cbd5e0;
  }

  @keyframes fadeIn {
      from {
          transform: scale(0.95);
          opacity: 0;
      }

      to {
          transform: scale(1);
          opacity: 1;
      }
  }




  #globalLoader {
      display: none;
      /* initially hidden */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      /* white overlay with transparency */
      z-index: 10000;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      color: #333;
      font-weight: bold;
  }

  .spinner {
      border: 8px solid #f3f3f3;
      border-top: 8px solid #3498db;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      animation: spin 1s linear infinite;
      position: absolute;
      top: 50%;
      left: 50%;
  }

  @keyframes spin {
      0% {
          transform: rotate(0deg);
      }

      100% {
          transform: rotate(360deg);
      }
  }


  .newReviewerMainBox .orange-bulb-wrap {
      position: relative;
      display: inline-flex;
      cursor: pointer;
      padding: 6px 6px 0 0;
  }

  .newReviewerMainBox .orange-bulb-wrap .tooltip {
      visibility: hidden;
      opacity: 0;
      width: max-content;
      background-color: rgba(0, 0, 0, 0.75);
      color: #fff;
      text-align: center;
      border-radius: 4px;
      padding: 6px 8px;
      position: absolute;
      z-index: 10;
      /* bottom: 125%; */
      /* bottom: 100%; */
      /* position above the bulb */
      left: 50%;
      transform: translateX(-50%);
      transition: opacity 0.3s;
      font-size: 12px;
      /* white-space: nowrap; */
      pointer-events: none;


      top: 100%;
      left: 50%;

      top: 122%;
      left: 42%;
      transform: translateX(-50%);
      transition: opacity 0.3s;
      font-size: 12px;
      pointer-events: none;



      left: -135%;
      height: 58px;
      width: 165px;
      width: 155px;
      word-break: break-word;
      text-align: center;
      display: flex;
      align-items: center;
  }

  .newReviewerMainBox .orange-bulb-wrap:hover .tooltip,
  .newReviewerMainBox .orange-bulb-wrap:focus .tooltip {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
  }

  /* Optional arrow */
  /* .newReviewerMainBox .orange-bulb-wrap .tooltip::after {
      content: "";
      position: absolute; */
  /* top: 100%; */
  /* left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;

      bottom: 100%; */
  /* ⬅️ Arrow now above tooltip */
  /* border-color: transparent transparent rgba(0, 0, 0, 0.75) transparent;
  } */



  /* Responsive */
  /* .newReviewerMainBox * { outline: 1px solid rgb(255, 0, 0); } */