:root {
    --jm-blue: #07578f;
    --jm-blue-strong: #0b63b6;
    --jm-teal: #00a99d;
    --jm-teal-dark: #05877f;
    --jm-ink: #111827;
    --jm-muted: #6b7280;
    --jm-line: #e5e7eb;
    --jm-soft: #f5f8fb;
    --jm-card: #ffffff;
    --jm-danger: #dc2626;
    --jm-success: #059669;
    --jm-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
    --jm-radius: 8px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--jm-ink);
  background: #fbfcfe;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.jm-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.jm-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--jm-line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
}

.jm-header-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.jm-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0;
}

.jm-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.jm-brand span span {
  color: var(--jm-teal);
}

.jm-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.jm-nav a {
  padding: 9px 12px;
  border-radius: 6px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.jm-nav a:hover,
.jm-nav a.is-active {
  color: var(--jm-blue);
  background: #eef6fd;
}

.jm-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--jm-line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--jm-ink);
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
}

.jm-btn-primary {
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, var(--jm-blue-strong), var(--jm-teal));
  box-shadow: 0 10px 20px rgba(0, 169, 157, 0.18);
}

.jm-main {
  flex: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0;
}

.jm-eyebrow {
  margin: 0 0 8px;
  color: var(--jm-teal-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.jm-title {
  margin: 0;
  max-width: 230px;
  font-size:  clamp(34px, 5vw, 58px) ;
  line-height: 1.05;
  letter-spacing: 0;
}

.jm-copy {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--jm-muted);
  font-size: 17px;
}

.jm-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: center;
  padding: 18px 0 44px;
}

.jm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.jm-hero-panel {
  border: 1px solid var(--jm-line);
  border-radius: var(--jm-radius);
  background: var(--jm-card);
  box-shadow: var(--jm-shadow);
  overflow: hidden;
}

.jm-panel-top {
  padding: 18px;
  border-bottom: 1px solid var(--jm-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jm-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--jm-line);
}

.jm-mini-stat {
  min-height: 120px;
  padding: 20px;
  background: #ffffff;
}

.jm-mini-stat small {
  display: block;
  color: var(--jm-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.jm-mini-stat strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
}

.jm-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 18px 0 28px;
}

.jm-card {
 border: 1px solid var(--jm-line);
  border-radius: var(--jm-radius);
  
  border-top: 3px solid ; var(--jm-teal-darkaaaaaaa);  
  border-left: 3px solid var(--jm-green-strong);
  border-bottom: 1px solid var(--jm-line);
  border-right: 1px solid var(--jm-line);
  
  background: var(--jm-card);
  padding: 22px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
  
  }

.jm-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.jm-card p {
  margin: 0;
  color: var(--jm-muted);
}

.jm-dashboard-main {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 280px;
  gap: 18px;
  align-items: start;
}

.jm-sidebar,
.jm-rightbar {
  border: 1px solid var(--jm-line);
  border-radius: var(--jm-radius);
  background: #ffffff;
  padding: 14px;
}

.jm-block-title {
  margin: 4px 10px 12px;
  color: var(--jm-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.jm-menu {
  display: grid;
  gap: 4px;
}

.jm-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 6px;
  color: #374151;
  font-weight: 700;
}

.jm-menu a:hover,
.jm-menu a.is-active {
  color: var(--jm-blue);
  background: #eef6fd;
}

.jm-icon {
  width: 20px;
  text-align: center;
  color: var(--jm-teal-dark);
}

.jm-dashboard-content {
  display: grid;
  gap: 18px;
}

.jm-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.jm-stat {
  min-height: 112px;
  border: 1px solid var(--jm-line);
  border-radius: var(--jm-radius);
  background: #ffffff;
  padding: 18px;
}

.jm-stat small {
  display: block;
  color: var(--jm-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.jm-stat strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
}

.jm-up {
  color: var(--jm-success);
}

.jm-down {
  color: var(--jm-danger);
}

.jm-feature {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--jm-line);
  border-radius: var(--jm-radius);
  background: #ffffff;
}

.jm-feature-img {
  min-height: 245px;
  background:
    linear-gradient(135deg, rgba(7, 87, 143, 0.9), rgba(0, 169, 157, 0.82)),
    url("jobs-mirai-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(78%, 260px);
}

.jm-feature-body {
  padding: 24px;
}

.jm-feature-body h2 {
  margin: 6px 0 10px;
  font-size: 25px;
  line-height: 1.2;
}

.jm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.jm-tag {
  padding: 6px 10px;
  border: 1px solid var(--jm-line);
  border-radius: 999px;
  color: #374151;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.jm-list {
  border: 1px solid var(--jm-line);
  border-radius: var(--jm-radius);
  background: #ffffff;
}

.jm-list-head,
.jm-list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
}

.jm-list-head {
  border-bottom: 1px solid var(--jm-line);
}

.jm-list-row + .jm-list-row {
  border-top: 1px solid #eef1f4;
}

.jm-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: #eef6fd;
  color: var(--jm-blue);
  font-size: 12px;
  font-weight: 900;
}

.jm-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid var(--jm-line);
  border-radius: var(--jm-radius);
  color: #ffffff;
  background-color: #00b3b3;
  border-color: #00b3b3;
}

.jm-profile-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--jm-blue), var(--jm-teal));
}

.jm-task,
.jm-progress-row {
  padding: 13px 10px;
  border-top: 1px solid #eef1f4;
  color: #374151;
  font-size: 14px;
}

.jm-progress {
  height: 8px;
  margin-top: 8px;
  border-radius: 999px;
  background: #edf2f7;
  overflow: hidden;
}

.jm-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--jm-blue-strong), var(--jm-teal));
}

.jm-footer {
  margin-top: auto;
  border-top: 1px solid var(--jm-line);
  background: #ffffff;
}

.jm-footer-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--jm-muted);
  font-size: 14px;
}

.jm-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .jm-header-inner,
  .jm-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .jm-hero,
  .jm-dashboard-main,
  .jm-feature {
    grid-template-columns: 1fr;
  }

  .jm-sections,
  .jm-stats {
 //   grid-template-columns: 150 px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .jm-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .jm-header-inner,
  .jm-main,
  .jm-footer-inner {
    width: min(100% - 24px, 1180px);
  }

  .jm-nav,
  .jm-actions,
  .jm-footer-links {
    width: 100%;
  }

  .jm-nav {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .jm-btn {
    flex: 1;
  }

  .jm-sections,
  .jm-stats,
  .jm-panel-grid {
    grid-template-columns: 1fr;
  }

  .jm-list-head,
  .jm-list-row {
    align-items: flex-start;
    flex-direction: column;
  }
  
  /** added below code for page text box and label */
  
  /* Styling specifically for your custom input class */

.jm-form-input {
    width: 100%;
    padding: 14px 18px; /* Spacious, comfortable padding */
    font-size: 18px;    /* Clean, readable text size */
    border: 1px solid #cccccc;
    border-radius: 6px; /* Or use var(--jm-radius) if you have variables defined */
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.jm-form-input:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2); /* Soft focus glow */
}

/* The parent container holding both sections */
.responsive-container {
    display: flex;            /* Turns on Flexbox layout */
    flex-direction: row;      /* Positions them horizontally by default */
    width: 100%;              /* Takes full width of the screen */
    max-width: 1200px;        /* Limits the max width so it looks good on huge screens */
    margin: 0 auto;           /* Centers the container on the page */
    gap: 20px;                /* Adds nice spacing between the two sections */
    padding: 20px;            /* Inner padding around the container */
    box-sizing: border-box;
}

/* Base styles for both sections */
.section {
    flex: 1;                  /* Forces both sections to share space equally (50% each) */
    padding: 30px;
    border-radius: 8px;
    background-color: #ffffff; 
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

/* --- MOBILE RESPONSIVENESS --- */
/* Target screens that are 768px wide or smaller (Tablets & Phones) */
@media (max-width: 768px) 
{
    .responsive-container {
        flex-direction: column; /* Changes layout from horizontal to vertical stack */
        gap: 15px;              /* Slightly tighter spacing on smaller mobile screens */
    }
}

.view-btn 
{ 
    display: inline-block; 
    margin-top: 15px;
    color: #007bff;
    text-decoration: none; 
    font-weight: bold; 
}

  /** closing section of above code for page text box and label */


/* Container for the ID badges */
.id-badge-container {
    font-size: 13px; 
    margin-bottom: 8px; 
    display: flex; 
    gap: 8px; 
    align-items: center;
}

/* Base style for both curved rectangle badges */
.id-badge {
    display: inline-block; 
    padding: 4px 10px; 
    border-radius: 20px; 
    font-weight: 600;
}

/* Specific theme for Application ID */
.badge-app {
    border: 1px solid #bfdbfe; 
    background-color: #eff6ff; 
    color: #1e40af;
}

/* Specific theme for User ID */
.badge-uid {
    border: 1px solid #e2e8f0; 
    background-color: #f1f5f9; 
    color: #475569;
}

.candidate-name-display {
    font-size: 24px;
    font-weight: 800;
    margin-top: 4px;
    letter-spacing: -0.3px;
    /* Blue-Aqua-Green Gradient Mask
    background: linear-gradient(135deg, #1d4ed8 0%, #06b6d4 50%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
}