/* header start */

/* for inner pages */

.head-divider{
    height: 100px;
}
.cheader-navbar{
    background-color: #fff;
    padding-bottom:0 ;
    box-shadow: 0px 2px 4px 0px #0000000A;

}

.cheader-logo path {
	fill: #1E556F;
}
.offcanvas .cheader-logo path {
	fill: #fff;
}
.cheader-nav-links a{
    color: #1E556F;
}

.ch-globe-icon{
    /* display: none; */
}


.cheader-globe-svg {
    stroke: #1E556F;
}
.cheader-globe-svg circle{
    stroke: #1E556F;
}
.cheader-globe-svg path{
    stroke: #1E556F;
}

.lang-drop-box{
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.lang-drop-box{
	top: 10px !important;
	padding: 4px 15px;
	border: 1px solid #d7d7d7;
}

.lang-drop-box .dropdown-item{
	font-size: 14px;
	font-weight: 500;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1e556f;
	padding: 8px 0px !important;
	transition: all ease-in 0.2s;
    border-bottom: 1px solid #d7d7d7 !important;
}

.lang-drop-box .dropdown-item:hover{
	color: #0f172a;
    transform: translate(0px,0px);
    border-bottom: 1px solid #d7d7d7 !important;
}

.logout-btn{
    font-size: 14px;
	font-weight: 500;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #BF3034;
	padding: 5px 0px;
    border-bottom: 0;
    text-decoration: none;
    transition: all ease 0.2s;
    display: block;
}
.logout-btn:hover{
    color: #bf3035c8;
}

.cheader-btn-signup{
    color: #707C8C;
    border-color:#D4DBE5 ;
}

.cheader-btn-login{
    color: #fff;
    background-color: #1E556F;
}

.cheader-btn-signup:hover{
    color: #1E556F;
    border-color:#1E556F ;
}


.cheader-hamburger-line {
	background-color: #1A2F3A;
}

.cheader-profile-btn{
    background-color: transparent;
	color: #1E556F !important;
	border: 1px solid #1E556F !important;
	padding:12px 24px 9px 24px;
	border-radius: 24px;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s;
	display: inline-flex;
    align-items: center;
}
.cheader-profile-btn:hover{
    border: 1px solid #1E556F;
    color: #1E556F;
}

#profile-dropdown .dropdown-toggle::after{
    content: none;
}

/* header end */


/* profile selection */

/* =======================
   SECTION LAYOUT
======================= */
.pf-eligibility-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* =======================
   CARDS WRAPPER
======================= */
.pf-eligibility-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}

/* =======================
   INDIVIDUAL CARD
======================= */
.pf-eligibility-card {
  flex: 1 1 220px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  min-height: 200px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}

.pf-eligibility-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  background-color: #1e556f;
  color: #e4f7fe;
  transition: all ease-in-out 0.3s;
}

/* =======================
   ACTIVE (HIGHLIGHTED) CARD
======================= */
.pf-eligibility-card.pf-active {
  background: #1e556f;
  color: #e4f7fe;
  border: none;
}

.pf-eligibility-card.pf-active h3 {
  color: #e4f7fe;
}

.pf-eligibility-card:hover h3 {
  color: #e4f7fe;
  transition: all ease-in-out 0.3s;
}

.pf-eligibility-card.pf-active .pf-icon path,
.pf-eligibility-card:hover .pf-icon path {
  fill: #e4f7fe;
  transition: all ease-in-out 0.3s;
}

.pf-icon{
	margin-bottom: 20px;
}

/* =======================
   HEADING
======================= */
.pf-heading-container {
  min-height: 180px;
}

.pf-eligibility-card h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #1e556f;
  /* text-transform: uppercase; */
}

/* =======================
   LIST STYLING
======================= */
.pf-eligibility-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pf-eligibility-card li {
  position: relative;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  padding-left: 1.4rem;
  color: #1f394f;
  font-weight: 400;
}

.pf-eligibility-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.64062 12.5L14.1406 5L12.9688 3.78906L6.64062 10.1172L3.67188 7.14844L2.5 8.32031L6.64062 12.5ZM2.42188 2.46094C4.0625 0.820312 6.02865 0 8.32031 0C10.612 0 12.5651 0.820312 14.1797 2.46094C15.8203 4.07552 16.6406 6.02865 16.6406 8.32031C16.6406 10.612 15.8203 12.5781 14.1797 14.2188C12.5651 15.8333 10.612 16.6406 8.32031 16.6406C6.02865 16.6406 4.0625 15.8333 2.42188 14.2188C0.807292 12.5781 0 10.612 0 8.32031C0 6.02865 0.807292 4.07552 2.42188 2.46094Z" fill="%231E556F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.pf-eligibility-card.pf-active li::before,
.pf-eligibility-card:hover li::before {
  background-image: url('/active-tick.svg');
  transition: all ease-in-out 0.3s;
}

.pf-eligibility-card.pf-active li,
.pf-eligibility-card:hover li {
  color: #e4f7fe;
  transition: all ease-in-out 0.3s;
}

/* For white text on dark background */
.pf-eligibility-card.pf-active li::before {
  color: #a7f3d0;
}

/* =======================
   CONTINUE BUTTON
======================= */
.pf-btn-container {
  margin-top: 40px;
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: end;
}

.pf-continue-btn {
  background: var(--sta-primary-blue);
  color: var(--sta-light-blue);
  border: none;
  border-radius: 30px;
  padding: 0.75rem 2rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.pf-continue-btn.disabled{
  background:#D4DBE5;
  color: #707C8C;
  cursor: not-allowed;
  pointer-events: none; 
}

.pf-continue-btn.disabled svg path{
  stroke: #707C8C;
}

.pf-continue-btn:hover {
  background: var(--sta-primary-dark);
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(30, 85, 111, 0.3);
}

.pf-eligibility-card .select-indication{
	right: 6px;
	top: 12px;
	visibility: hidden;
	opacity: 0;
}

.pf-eligibility-card.pf-active .select-indication {
 visibility: visible;
 opacity: 1;
}

.pf-eligibility-card.disabled {
  opacity: 0.6;
  pointer-events: none; /* prevents click */
  cursor: not-allowed;
}

/* =======================
   RESPONSIVE DESIGN
======================= */

/* Tablet (below 992px) */
@media (max-width: 992px) {
  .pf-eligibility-cards {
    justify-content: center;
  }
}

/* Mobile (below 768px) */
@media (max-width: 768px) {
  .pf-eligibility-card {
    flex: 1 1 100%;
    text-align: start;
  }

  .pf-eligibility-card li {
    text-align: left;
    display: inline-block;
  }

  .pf-btn-container {
    text-align: center;
  }
.pf-heading-container{
	min-height: 130px;
}
}

/* my profile ends */

/* application dashboard starts */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* Global Styles */

.tooltip-inner {
    background-color: #1F394F;
    box-shadow: 0px 0px 0px black;
    opacity: 1 !important;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #1F394F !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #1F394F !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #1F394F !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #1F394F !important;
}
.custom-tooltip{
	cursor:help;
}
.tad-body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #f5f7fa;
    padding: 24px 16px;
    min-height: 100vh;
}

.tad-container {
    margin: 0 auto;
}

/* Header */
.tad-header {
    margin-bottom: 24px;
}

.tad-title {
    font-size: 32px;
    font-weight: 500;
    color: #1f394f;
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: -0.64px;
}

.tad-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #1e556f;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

/* Card Styles */
.tad-card {
    background: white;
    border: 1px solid #d4dbe5;
    border-radius: 8px;
    box-shadow: none;
}

.tad-card-body {
    padding: 40px;
}

.tad-card-title {
    font-size: 24px;
    font-weight: 500;
    color: #1f394f;
    margin-bottom: 16px;
    line-height: 1.2;
}

/* Application Status */
.tad-status-header {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.tad-status-content {
    flex: 1;
}

.tad-description {
    font-size: 14px;
    font-weight: 400;
    color: #707c8c;
    line-height: 1.43;
    margin-bottom: 0;
}

.tad-badge-container {
    flex-shrink: 0;
}

.tad-badge-review {
    background-color: #eec51c;
    color: #1f394f;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px;
    border-radius: 8px;
    line-height: 1.43;
}

.tad-badge-progress {
    background-color: #d4dbe5;
    color: #1f394f;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px;
    border-radius: 8px;
    line-height: 1.43;
    white-space: nowrap;
}

.tad-divider {
    margin: 24px 0;
    border-top: 1px solid #d4dbe5;
    opacity: 1;
}

.tad-info-row {
    gap: 32px;
}

.tad-info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tad-info-label {
    font-size: 12px;
    font-weight: 400;
    color: #1e556f;
    margin-bottom: 0;
    line-height: 1.67;
}

.tad-info-value {
    font-size: 14px;
    font-weight: 500;
    color: #1f394f;
    margin-bottom: 0;
    line-height: 1.43;
}

/* Timeline Styles */
.tad-timeline-item {
    display: flex;
    gap: 16px;
    margin-bottom: 4px;
}

.tad-timeline-item-last {
    margin-bottom: 0;
}

.tad-timeline-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.tad-timeline-icon {
    width: 40px;
    height: 40px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tad-timeline-icon-completed {
    background-color: #22af7b;
}

.tad-timeline-icon-active {
    background-color: #1e556f;
    border: 1px solid #1e556f;
}

.tad-timeline-icon-inactive {
    background-color: white;
    border: 1px solid #d4dbe5;
}

.tad-timeline-line {
    width: 2px;
    height: 32px;
    border-radius: 24px;
}

.tad-timeline-line-completed {
    background-color: #22af7b;
}

.tad-timeline-line-inactive {
    background-color: #d4dbe5;
}

.tad-timeline-content {
    flex: 1;
    padding-bottom: 20px;
}

.tad-timeline-content-with-badge {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.tad-timeline-main {
    flex: 1;
}

.tad-timeline-date {
    font-size: 12px;
    font-weight: 500;
    color: #707c8c;
    margin-bottom: 2px;
    line-height: 1.67;
}

.tad-timeline-title-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.tad-timeline-title {
    font-size: 16px;
    font-weight: 500;
    color: #1f394f;
    margin-bottom: 0;
    line-height: 1.5;
}

.tad-info-icon {
    font-size: 20px;
    color: #1e556f;
    line-height: 1;
}

.tad-timeline-description {
    font-size: 12px;
    font-weight: 400;
    color: #707c8c;
    margin-bottom: 0;
    line-height: 1.67;
}

.tad-timeline-description-success {
    color: #2ca97c;
}

/* Help Section */
.tad-help-card {
    background-color: #1e556f;
    border: 1px solid #d4dbe5;
    border-radius: 8px;
    box-shadow: none;
    height: auto;
}

.tad-help-body {
    padding: 40px;
}

.tad-help-title {
    font-size: 24px;
    font-weight: 500;
    color: white;
    margin-bottom: 16px;
    line-height: 1.2;
}

.tad-help-description {
    font-size: 14px;
    font-weight: 400;
    color: #d4dbe5;
    margin-bottom: 32px;
    line-height: 1.43;
}

.tad-contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tad-contact-item {
    background-color: white;
    border: 1px solid #d4dbe5;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tad-contact-icon {
    flex-shrink: 0;
}

.tad-contact-text {
    font-size: 14px;
    font-weight: 400;
    color: #1e556f;
    line-height: 1.43;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .tad-card-body {
        padding: 32px 24px;
    }
    
    .tad-help-body {
        padding: 32px 24px;
    }
    
    .tad-help-card {
        margin-top: 16px;
    }
}

@media (max-width: 767.98px) {
    .tad-title {
        font-size: 28px;
    }
    
    .tad-subtitle {
        font-size: 18px;
    }
    
    .tad-card-body {
        padding: 24px 20px;
    }
    
    .tad-help-body {
        padding: 24px 20px;
    }
    
    .tad-status-header {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    
    .tad-badge-container {
        align-self: flex-start;
    }
    
    .tad-info-row {
        gap: 16px;
    }
    
    .tad-timeline-content-with-badge {
        flex-direction: column;
        gap: 12px;
    }
    
    .tad-badge-progress {
        align-self: flex-start;
    }
}

@media (max-width: 575.98px) {
    .tad-body {
        padding: 16px 12px;
    }
    
    .tad-title {
        font-size: 24px;
    }
    
    .tad-subtitle {
        font-size: 16px;
    }
    
    .tad-card-body {
        padding: 20px 16px;
    }
    
    .tad-help-body {
        padding: 20px 16px;
    }
    
    .tad-card-title {
        font-size: 20px;
    }
    
    .tad-help-title {
        font-size: 20px;
    }
}

/* app dashboard ends */


/* talent questions start */

.steps-form-container {
    display: flex;
    max-width: 1120px;
    margin: auto;
    padding: 80px 16px;
    gap: 40px;
}

/* Sidebar */
.sidebar {
    background: #f1f6fa;
    min-width: 220px;
    padding: 2rem 1rem;
}

.progress-sidebar {
    background: #fff;
    position: relative;
    width: 240px;
}



/* Each Step */
.step {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.step:last-child {
    margin-bottom: 0;
}

/* Step Icon */
.step .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}
.step:nth-child(1) .icon {
  background: url('/contractor.png') center center no-repeat;
  background-size: 22px;
  background-color: #f1f5f9;
}

.step:nth-child(2) .icon {
  background: url('/Talent.png') center center no-repeat;
  background-size: 22px;
  background-color: #f1f5f9;
}

.step:nth-child(3) .icon {
  background: url('/technology_2.png') center center no-repeat;
  background-size: 22px;
  background-color: #f1f5f9;
}

.step:nth-child(4) .icon {
  background: url('/Entrepreneur.png') center center no-repeat;
  background-size: 22px;
  background-color: #f1f5f9;
}

.step:nth-child(5) .icon {
  background: url('/Markets_Startups.png') center center no-repeat;
  background-size: 22px;
  background-color: #f1f5f9;
}

.step:nth-child(6) .icon {
  background: url('/Sustainability.png') center center no-repeat;
  background-size: 22px;
  background-color: #f1f5f9;
}

.step:nth-child(7) .icon {
  background: url('/esg.png') center center no-repeat;
  background-size: 22px;
  background-color: #f1f5f9;
}



.step .icon::before {
    content: '';
    position: absolute;
    top: 46px;
    bottom: 40px;
    width: 2px;
    background: #e5e7eb;
    z-index: 0;
    height: 51px;
}

.step:last-child .icon::before {
    content: none;

}

.step.completed .icon::before {
    background: #22AF7B;
}

.step.completed {
    cursor: pointer;
}

.step .icon img {
    width: 16px;
    height: 16px;
}

.step .icon img {width: 24px; height: 24px; }
.step .icon{background-image:none !important; background-color: #f1f5f9;}

/* Step Content */


.step .content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #1F394F;
    line-height: 1.6;
    margin-bottom: 0;
    padding-top: 8px;
}

.step .content p {
    font-size: 12px;
    color: #707C8C;
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 1.6;
}

.step .content span {
    font-size: 12px;
    color: #707C8C;
    margin-bottom: 2px;
    margin-bottom: 0;
    line-height: 1.6;

}

/* Completed Step */
.step.completed .icon {
    background: url('/Vector-tick.svg') center center no-repeat;
    background-size: 18px;
    background-color: #22AF7B;
}



.step.completed .icon img {
    filter: brightness(0) invert(1);
}

.step.completed .content p {
    color: #22AF7B;
    /* green text */

}

/* Active Step */
.step.active .icon {
    background: url('/BASE-light.svg') center center no-repeat;
    background-size: 26px !important;
    background-color: #1E556F;
}

.step.active .icon img {
    filter: brightness(0) invert(1);
}

.step.active .content p {
    color: #2563eb;
    /* blue */
}

/* Responsive */
@media (max-width: 600px) {
    .progress-sidebar {
        width: 90%;
        padding: 20px;
    }

    .progress-sidebar::before {
        left: 25px;
    }
}

/* Main Content */
.form-content {
    flex: 1;
    background: #fff;
}

.form-content h2 {
    font-size: 32px;
    color: #1F394F;
    line-height: 1.6;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.form-content p {
    font-size: 20px;
    color: #1F394F;
    font-weight: 400;
    margin-bottom: 24px;

}

/* Progress Bar */
.progress-bar {
    width: 100%;
    border: 1px solid #D4DBE5;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2rem;
    padding: 16px 24px;
    box-shadow: 0px 4px 8px 0px #00000014;
    white-space: normal;
}

.progress-bar p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: start;
    font-weight: 500;
    color: #1F394F;
}

.progress {
    height: 6px;
    background: #F0F0F1;
    border-radius: 3px;
    position: relative;
    width: 100%;
}

.span-text{
    font-size: 14px;
    font-weight: 500;
    color: #1A2F3A;
}

.progress-absolute {
    position: absolute;
    height: 6px;
    background: #1DB487;
    border-radius: 3px;
    display: block;
}

/* Form Card */
.form-card {
    background: #E4F7FE8F;
    border: 1px solid #d9e3ea;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-card label {
    font-weight: 500;
    display: block;
    margin-bottom: 0.5rem;
    color: #1F394F;
    font-size: 24px;
}

.form-card .label-tag {
    padding: 8px 16px;
    font-size: 14px;
    background-color: #D4DBE5;
    color: #1F394F;
    line-height: normal;
    border-radius: 5px;
}


.form-card .note {
    font-size: 18px;
    margin-bottom: 6px;
    color: #070A0E;
    line-height: 1.6;
}

.optional-text {
    font-size: 14px;
    margin-bottom: 6px;
    color: #5E6062;
    line-height: 1.6;
}

.form-card .note-bottom {
    font-size: 12px;
    margin-bottom: 6px;
    color: #5E6062;
    line-height: 1.6;
}

.form-card input,
.form-card select,
.form-card textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccd6dd;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: border 0.3s ease;
}

.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
    outline: none;
    border-color: #22AF7B;
}

textarea {
    /* height: 100px; */
    resize: vertical;
}

/* File Upload */
.file-upload {
    border: 2px dashed #b8c7d2;
    border-radius: 6px;
    padding: 1rem;
}

/* Checkbox grid */
.sb-industries {
  background: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  max-width: 720px;
  border-radius: 10px ;
}

.sb-industries h3 {
  font-size: 16px;
  color: #1F394F;
  font-weight: 500;
  margin-bottom: 16px;
}

/* Grid layout */
.sb-industry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Checkbox container */
.sb-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}

.sb-checkbox input[type="checkbox"] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid #94a3b8;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  margin-bottom: 0 ;
  padding: 0;
  position: relative;
  top:1px;
}

/* Checkbox checked state */
.sb-checkbox input[type="checkbox"]:checked {
  background-color: #1F394F;
  border-color: #1F394F;
}

.sb-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Label text */
.sb-checkbox span {
  color: #0f172a;
  font-size: 14px;
  user-select: none;
}

/* Hover & focus styles */
.sb-checkbox:hover {
  border-color: #94a3b8;
  background-color: #f8fafc;
}

.sb-checkbox input[type="checkbox"]:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
}

/* Buttons */
.form-buttons {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    border-top: 1px solid #D4DBE5;
}

.form-buttons button {
    padding: 0.7rem 1.5rem;
    border-radius: 30px;
    border: none;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
}

.prev-btn {
    background: #F6F8FA;
    color: #1E556F;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
}

.save-btn {
     background: #F6F8FA;
    color: #1E556F;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    border: 1px solid #1E556F !important;
}

.next-btn {
    background: #1E556F;
    color: #fff;
     text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    line-height: normal;

}

.save-btn:hover, .prev-btn:hover{
    scale: 0.9;
}

.next-btn:hover {
    background: #073453;
    scale: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
    .form-container {
        flex-direction: column;
    }

    .sidebar {
        min-width: 100%;
        display: flex;
        justify-content: center;
    }

    .sidebar ul {
        display: flex;
        gap: 1rem;
        overflow-x: auto;
    }

}

@media (max-width: 600px) {
    .checkbox-grid {
        grid-template-columns: 1fr;
    }

    .form-buttons {
        justify-content: center;
    }

    .form-buttons button {
        width: 100%;
    }
}


.file-upload {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    background-color: transparent;
}

.custom-file-upload {
    background-color: transparent;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center;
    gap: 6px;
    justify-content: start;
    transition: 0.3s ease;
    font-size: 14px !important;
    color: #707C8C !important;
    margin-bottom: 0px !important;
    line-height: normal;
}

.choose-text {
    font-size: 15px !important;
    color: #1E556F;
}


input[type="file"] {
    display: none;
}

#fileName {
    font-size: 14px;
    color: #1E556F;
    word-break: break-all;
}

#fileName2 {
    font-size: 14px;
    color: #1E556F;
    word-break: break-all;
}

#fileName3 {
    font-size: 14px;
    color: #1E556F;
    word-break: break-all;
}


.form-card label svg {
    vertical-align: middle;
    cursor: pointer;
}



/* .tooltip {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}

.tooltip svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}


.tooltip .tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #1F394F;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 8px;
  position: absolute;
  bottom: 125%; 
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  z-index: 999;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
}


.tooltip .tooltip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #1F394F transparent transparent transparent;
}


.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
} */


.not-app-label {
  display: flex !important;
  align-items: baseline;
  gap: 8px;
  font-size: 12px !important;
  color: #1F394F;
  cursor: pointer;
  line-height: normal;
  min-width:160px ;
}

.not-app-label input[type="checkbox"] {
  max-width: 16px;
  accent-color: #1E556F; /* modern browsers */
  position: relative;
  top: 2px;
}

.sb-select {
  position: relative;
  width: 100%;
  max-width: 500px;
  font-family: 'Inter', sans-serif;
}

.sb-selected {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}

.sb-selected:hover {
  border-color: #999;
}

.sb-options, .sb-select > option {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px;
  margin: 0;
  display: none;
  z-index: 10;
}

.sb-options li {
  padding: 10px 12px;
  cursor: pointer;
  transition: background 0.2s ease;
  border-radius: 6px;
}

.sb-options li:hover {
  background: #D4DBE5;
}

.sb-select.sb-active .sb-options {
  display: block;
}

.sb-select.sb-active .sb-selected {
  border-color: #22AF7B;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

.sb-select img{
    transform: rotate(180deg);
    transition: all ease-in-out 0.2s;
}
.sb-select.sb-active  img{
     transform: rotate(0deg);
}

.mob-btns{
    display: block;
}

@media screen and (max-width:769px) {
    .steps-form-container{
       flex-direction: column;
    }
    .progress-sidebar {
    display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    gap: 20px;
    width: 100%;
    justify-content: flex-start;
      overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        /* padding: 0 24px 12px 24px; */
        scrollbar-width: thin;
        scrollbar-color: rgba(30, 85, 111, 0.3) transparent;
        flex-wrap: nowrap;
}
.step{
    min-width: 200px;
}
.step .content h4{
    white-space: inherit;
}
.step .icon::before{
    content: none;
}
.steps-form-container{
    padding: 0 16px 80px;
}
}

@media screen and (max-width:596px) {
  
.mob-btns{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}
.step{
    min-width: 200px;
    margin-bottom: 0;
}
}

/* talent questions end */


/* ===================================
   Application Form Custom Styles
   All class names start with "app-field-"
   =================================== */

/* Root Variables */
:root {
    --app-field-primary: #1e556f;
    --app-field-primary-light: #1f394f;
    --app-field-secondary: #8f9193;
    --app-field-bg-section: rgba(228, 247, 254, 0.56);
    --app-field-border: #d4dbe5;
    --app-field-input-border: #dadadb;
    --app-field-text-dark: #070a0e;
    --app-field-required: #be2f33;
    --app-field-bg-light: #f6f8fa;
}

/* Global Styles */
body {
    background-color: #ffffff;
    color: var(--app-field-text-dark);
    font-family: 'Suisse Int\'l', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Header Section */
.app-field-header {
    margin-bottom: 2.5rem;
}

.app-field-title {
    font-size: 3rem;
    color: var(--app-field-primary-light);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.app-field-subtitle {
    font-size: 1.25rem;
    color: var(--app-field-primary);
    letter-spacing: -0.02em;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Form Container */
.app-field-form {
    max-width: 100%;
}

/* Section Styles */
.app-field-section {
    background-color: var(--app-field-bg-section);
    border: 1px solid var(--app-field-border);
    border-radius: 8px;
    padding: 2.5rem 5rem;
    margin-bottom: 1rem;
}

.app-field-section-half {
    height: 100%;
}

.app-field-section-header {
    margin-bottom: 1.5rem;
}

.app-field-section-title {
    font-size: 1.5rem;
    color: var(--app-field-primary-light);
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.3;
}

.app-field-section-content {
    /* Container for form fields */
}

/* Form Field Groups */
.app-field-group {
    margin-bottom: 0;
}

.app-field-label {
    font-size: 0.875rem;
    color: var(--app-field-text-dark);
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 400;
}

.app-field-label-bold {
    font-size: 0.875rem;
    color: var(--app-field-text-dark);
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 500;
}

.app-field-required {
    color: var(--app-field-required);
    font-weight: 500;
}

/* Input Fields */
.app-field-input,
.app-field-select {
    background-color: #ffffff;
    border: 1px solid var(--app-field-input-border);
    border-radius: 8px;
    padding: 0.75rem 0.875rem;
    font-size: 0.875rem;
    color: var(--app-field-text-dark);
    transition: border-color 0.2s ease;
}

.app-field-input::placeholder,
.app-field-select option:first-child {
    color: var(--app-field-secondary);
}

.app-field-input:focus,
.app-field-select:focus {
    border-color: var(--app-field-primary);
    box-shadow: 0 0 0 0.2rem rgba(30, 85, 111, 0.1);
    outline: 0;
}

.app-field-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238f9193' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px 8px;
    padding-right: 2.5rem;
    color: #4c535a;
    font-weight: 500;
}

.app-field-select option {
    color: var(--app-field-text-dark);
}

/* Phone Input Group */
.app-field-phone-group {
    display: flex;
    gap: 0;
}

.app-field-phone-code {
    width: 100px;
    border-radius: 4px 0 0 4px;
    border-right: none;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    color:#4c535a;
}

.app-field-phone-input {
    flex: 1;
    border-radius: 0 4px 4px 0;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
}

/* Radio Buttons */
.app-field-radio-container {
    background-color: transparent;
    border: 1px solid var(--app-field-border);
    border-radius: 8px;
    padding: 1rem 1.5rem;
}

.app-field-radio-description {
    font-size: 1rem;
    color: var(--app-field-primary-light);
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.app-field-radio-group {
    display: flex;
    gap: 2rem;
}

.app-field-radio {
    padding-left: 0;
}

.app-field-radio .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    border: 1.5px solid #c1c2c3;
    margin-right: 0.5rem;
    border-radius: 50%;
}

.app-field-radio .form-check-input:checked {
    background-color: var(--app-field-primary);
    border-color: var(--app-field-primary);
}

.app-field-radio-label {
    font-size: 0.875rem;
    color: var(--app-field-text-dark);
    font-weight: 400;
    line-height: 1.43;
}

/* Validation Error Messages */
.app-field-error-message {
    display: none;
    align-items: center;
    gap: 0.5rem;
    animation: app-field-error-slide 0.3s ease-out;
}

.app-field-error-message.app-field-show {
    display: flex;
}

.app-field-error-icon {
    flex-shrink: 0;
}

.app-field-error-text {
    font-size: 0.8125rem;
    color: var(--app-field-required);
    line-height: 1.4;
}

/* Error State for Inputs */
.app-field-input.app-field-invalid,
.app-field-select.app-field-invalid,
.app-field-phone-input.app-field-invalid,
.app-field-phone-code.app-field-invalid {
    border-color: var(--app-field-required);
}

.app-field-input.app-field-invalid:focus,
.app-field-select.app-field-invalid:focus,
.app-field-phone-input.app-field-invalid:focus {
    border-color: var(--app-field-required);
    box-shadow: 0 0 0 0.2rem rgba(190, 47, 51, 0.1);
}

/* Success State for Inputs */
.app-field-input.app-field-valid,
.app-field-select.app-field-valid,
.app-field-phone-input.app-field-valid {
    border-color: #22c55e;
}

/* Error Animation */
@keyframes app-field-error-slide {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form Actions */
.app-field-actions {
    margin-top: 2.5rem;
}

.app-field-divider {
    width: 100%;
    height: 1px;
    background-color: var(--app-field-border);
    margin-bottom: 1rem;
}

.app-field-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.app-field-btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.0625rem;
    border-radius: 100px;
    font-weight: 400;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
}

.app-field-btn-save {
    background-color: var(--app-field-primary);
    color: #ffffff;
    min-width: 140px;
    justify-content: center;
}

.app-field-btn-save:hover {
    background-color: #153f52;
    color: #ffffff;
}

.app-field-btn-save::after {
    content: '→';
    font-size: 1.25rem;
    margin-left: 0.25rem;
}

/* Responsive Design */

/* Tablets and below */
@media (max-width: 991.98px) {
    .app-field-section {
        padding: 2rem 2.5rem;
    }
    
    .app-field-title {
        font-size: 2rem;
    }
    
    .app-field-subtitle {
        font-size: 1.125rem;
    }
    
    .app-field-section-title {
        font-size: 1.25rem;
    }
}

/* Mobile devices */
@media (max-width: 767.98px) {
    .app-field-section {
        padding: 1.5rem 1.25rem;
    }
    
    .app-field-title {
        font-size: 1.75rem;
    }
    
    .app-field-subtitle {
        font-size: 1rem;
    }
    
    .app-field-section-title {
        font-size: 1.125rem;
        line-height: 1.4;
    }
    
    .app-field-radio-group {
        flex-direction: column;
        gap: 1rem;
    }
    
    .app-field-radio-description {
        font-size: 0.9375rem;
    }
    
    .app-field-buttons {
        flex-direction: column;
    }
    
    .app-field-btn {
        width: 100%;
        justify-content: center;
    }
    
    .app-field-phone-group {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .app-field-phone-code {
        width: 100%;
        border-radius: 4px;
        border-right: 1px solid var(--app-field-input-border);
    }
    
    .app-field-phone-input {
        border-radius: 4px;
    }
}

/* Small mobile devices */
@media (max-width: 575.98px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .app-field-title {
        font-size: 1.5rem;
    }
    
    .app-field-section {
        padding: 1.25rem 1rem;
    }
}

/* Utility: Make sections easily switchable between 1 and 2 columns */
.app-field-section.app-field-single-column .row > div {
    flex: 0 0 100%;
    max-width: 100%;
}

.app-field-section.app-field-two-columns .row > div {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 767.98px) {
    .app-field-section.app-field-two-columns .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ===================================
   Additional Styles for Individual Profile
   =================================== */

/* Subsection Styles (for nested sections like UAE citizenship) */
.app-field-subsection {
    background-color: transparent;
    border: 1px solid var(--app-field-border);
    border-radius: 8px;
    padding: 1rem 1.5rem;
}

.app-field-subsection-header {
    margin-bottom: 1rem;
}

.app-field-subsection-title {
    font-size: 1rem;
    color: var(--app-field-primary-light);
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
}

.app-field-subsection-content {
    /* Container for subsection fields */
}

/* Inline Radio Buttons (with checkmark style) */
.app-field-radio-group-inline {
    display: flex;
    gap: 2rem;
    align-items: center;
	margin-left: 1.5em;
}

.app-field-radio-inline {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.app-field-radio-input-checkbox {
    width: 1.25rem;
    height: 1.25rem;
    border: 1.5px solid #c1c2c3;
    border-radius: 0.5rem;
    margin: 0;
    flex-shrink: 0;
}

.app-field-radio-input-checkbox:checked {
    background-color: #1f394f;
    border-color: #1f394f;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M8.53033 0.53033L3.03033 6.03033L0.53033 3.53033' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 8px;
}

/* Verify Links */
.app-field-verify-link {
    background: transparent;
    border: none;
    color: var(--app-field-primary);
    font-size: 0.75rem;
    padding: 0.25rem 0;
    margin-top: 0.25rem;
    cursor: pointer;
    transition: color 0.2s ease;
    font-family: 'Suisse Int\'l', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    text-align: left;
    display: inline-block;
}

.app-field-verify-link:hover {
    color: #153f52;
    text-decoration: underline;
}

/* Password Input Wrapper */
.app-field-password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.app-field-password-input {
    padding-right: 3rem;
}

.app-field-password-toggle {
    position: absolute;
    right: 0.875rem;
    background: transparent;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.app-field-password-toggle:hover {
    opacity: 0.7;
}

.app-field-eye-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Responsive Styles for Individual Profile */
@media (max-width: 767.98px) {
    .app-field-subsection {
        padding: 1rem;
    }
    
    .app-field-radio-group-inline {
        gap: 1rem;
    }
    
    .app-field-subsection-title {
        font-size: 0.9375rem;
    }
}

/* random form */

/* .random-click-form{
    display: none;
}

#random-form.active {
  display: block; 
} */

.form-section {
  transition: all 0.3s ease;
}

.form-section.active {
  display: block;
}

/* talent modal */

.t-modal .modal.show .modal-dialog{
    max-width: 800px;
}

.t-modal .success-modal {
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin: 0.5rem;
}

.t-modal .copy-box p{
    color: #1F394F;
    font-size: 14px;
    font-weight: 500;
}
.t-modal .copy-box h5{
    color: #1E556F;
    font-size: 24px;
    font-weight: 500;
}
.success-icon i {
  color: #22AF7B;
  font-size: 48px;
}

.success-title {
  color: #22AF7B;
  font-weight: 500;
  font-size: 32px;
}

.success-text {
  color: #707C8C;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.reference-box {
  background: #E4F7FE;
  border: 2px dashed #1E556F;
  border-radius: 12px;
  padding: 16px 20px;
  max-width: 475px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.copy-btn {
  background: #FFFFFF;
  color: #1E556F;
  border-radius: 50px;
  font-weight: 500;
  border: none;
  font-size: 14px;
}

.copy-btn:hover {
  background: #bae6fd;
}

.t-modal .btn-primary {
  background: #1E556F;
  border: none;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
  max-width: 240px;
}

.t-modal .btn-primary:hover {
  scale: 0.9;
}

.center-br-line{
    width: 1px;
    background-color: #D4DBE5;
    height: 100%;
    min-height: 56px;
}


html[dir="rtl"] .step .icon {margin-right: 0;margin-left: 15px; text-align: right;}
html[dir="rtl"] #profile-dropdown svg {margin-left: 0px !important;margin-right: 8px !important;}
html[dir="rtl"] .file-upload {flex-direction: row-reverse;justify-content: flex-end;}
html[dir="rtl"] .custom-file-upload {flex-direction: row-reverse;}


html[dir="rtl"] .pf-eligibility-card li {padding-left: 0;padding-right: 25px;}
html[dir="rtl"] .pf-eligibility-card li::before {right: 0;top:6px}

html[dir="rtl"] .app-field-select {background-position: left 0.75rem center;padding-right: 1rem;}
html[dir="rtl"] .form-select {background-position: left 0.75rem center;}
html[dir="rtl"]  .app-field-radio-label {margin-right: 28px;}

.disabled {
    background: #c6bdbd;
    pointer-events: none;
    opacity: 0.6;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4c535a;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4c535a;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #4c535a;
 }

 .form-inner.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.form-inner.not-applicable-active {
  opacity: 0.8;
  background: #f8f9fa;
  transition: opacity 0.3s ease;
}
.form-inner.not-applicable-active .file-upload, .form-inner.not-applicable-active .sb-select, .form-inner.not-applicable-active .sb-industries{pointer-events: none;opacity: 0.8;}


 @media (max-width: 767px) {
	.form-card label svg{margin-right: 0 !important;}
	.custom-file-upload, .file-upload{flex-direction: column;}
	.step .content h4{padding-top: 0;}
	.progress-sidebar{padding: 0px 0;}
	.step .content p{margin-top: 0;}
 }

 .tad-card .tad-timeline-icon img{width:22px; height:22px;}
.tad-card .tad-timeline-icon.tad-timeline-icon-active img{filter: brightness(0) invert(1);}


/* NSS */
:root {
	--nss-primary: #1e3a5f;
	--nss-primary-dark: #152a47;
	--nss-secondary: #e8ecf1;
	--nss-accent: #4a90e2;
	--nss-success: #10b981;
	--nss-text-primary: #1e293b;
	--nss-text-secondary: #475569;
	--nss-border: #cbd5e1;
	--nss-bg-light: #f8fafc;
	--nss-bg-white: #ffffff;
}
.nss-container {
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
}

/* Success Card */
.nss-card {
	background: var(--nss-bg-white);
	border-radius: 16px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.05);
	padding: 48px 40px;
	text-align: center;
}

/* Success Icon */
.nss-icon-wrapper {
	width: 80px;
	height: 80px;
	margin: 0 auto 32px;
	background: var(--nss-secondary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nss-icon {
	width: 48px;
	height: 48px;
	position: relative;
}

.nss-icon::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%231e3a5f" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="m9 12 2 2 4-4"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Heading */
.nss-heading {
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--nss-text-primary);
	margin-bottom: 16px;
	line-height: 1.3;
}

/* Subtext */
.nss-subtext {
	font-size: 1rem;
	color: var(--nss-text-secondary);
	line-height: 1.6;
	margin-bottom: 32px;
}

/* Details Section */
.nss-details {
	background: var(--nss-bg-light);
	border-radius: 12px;
	padding: 28px 24px;
	margin-bottom: 32px;
	text-align: left;
}

.nss-details-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--nss-text-primary);
	margin-bottom: 20px;
}

.nss-detail-row {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
}

.nss-detail-row:last-child {
	margin-bottom: 0;
}

.nss-detail-label {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--nss-text-primary);
	min-width: 130px;
	flex-shrink: 0;
}

.nss-detail-value {
	font-size: 0.9375rem;
	color: var(--nss-text-secondary);
	flex-grow: 1;
}

.nss-detail-value-link {
	color: var(--nss-accent);
	text-decoration: none;
}

.nss-detail-value-link:hover {
	text-decoration: underline;
}

/* Status Badge */
.nss-status-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 14px;
	background: var(--nss-bg-white);
	border: 1.5px solid var(--nss-border);
	border-radius: 20px;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--nss-text-primary);
}

/* Buttons Container */
.nss-buttons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.nss-btn {
	flex: 1;
	min-width: 160px;
	padding: 14px 24px;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.nss-btn-primary {
	background: var(--nss-primary);
	color: var(--nss-bg-white);
}

.nss-btn-primary:hover {
	background: var(--nss-primary-dark);
	color: var(--nss-bg-white);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(30, 58, 95, 0.2);
}

.nss-btn-secondary {
	background: var(--nss-secondary);
	color: var(--nss-text-primary);
}

.nss-btn-secondary:hover {
	background: #dce1e8;
	color: var(--nss-text-primary);
	transform: translateY(-1px);
}

.nss-btn-icon {
	font-size: 1.25rem;
	line-height: 1;
}

/* Responsive Design */
@media (max-width: 576px) {
	.nss-card {
		padding: 36px 24px;
	}

	.nss-heading {
		font-size: 1.5rem;
	}

	.nss-subtext {
		font-size: 0.9375rem;
	}

	.nss-icon-wrapper {
		width: 70px;
		height: 70px;
		margin-bottom: 24px;
	}

	.nss-icon {
		width: 40px;
		height: 40px;
	}

	.nss-details {
		padding: 24px 20px;
	}

	.nss-detail-row {
		flex-direction: column;
		gap: 4px;
		margin-bottom: 18px;
	}

	.nss-detail-label {
		min-width: auto;
		margin-bottom: 4px;
	}

	.nss-buttons {
		flex-direction: column;
	}

	.nss-btn {
		width: 100%;
		min-width: auto;
	}
}

@media (max-width: 400px) {
	body {
		padding: 16px;
	}

	.nss-card {
		padding: 28px 20px;
	}

	.nss-heading {
		font-size: 1.375rem;
	}

	.nss-details-title {
		font-size: 1rem;
	}

	.nss-detail-label,
	.nss-detail-value {
		font-size: 0.875rem;
	}
}

/* Animation */
@keyframes nss-fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.nss-card {
	animation: nss-fadeInUp 0.5s ease-out;
}

/**/
:root {
	--alogin-primary: #1e3a5f;
	--alogin-primary-dark: #152a47;
	--alogin-secondary: #2c4a6b;
	--alogin-bg-main: #c5d0dd;
	--alogin-bg-light: #e8ecf1;
	--alogin-bg-white: #ffffff;
	--alogin-text-primary: #1e293b;
	--alogin-text-secondary: #475569;
	--alogin-text-muted: #64748b;
	--alogin-border: #cbd5e1;
	--alogin-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.alogin-bg { background-color: var(--alogin-bg-main);}

/* Main Container */
.alogin-container {
	margin: 0 auto;
	padding: 32px 24px;
}

/* Page Header */
.alogin-page-header {
	margin-bottom: 32px;
	margin-top: 32px;
}

.alogin-page-title {
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--alogin-text-primary);
	margin: 0;
}

/* Section Header */
.alogin-section-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.alogin-section-info {
	flex: 1;
	min-width: 250px;
}

.alogin-section-title {
	font-size: 1.375rem;
	font-weight: 600;
	color: var(--alogin-text-primary);
	margin: 0 0 8px 0;
}

.alogin-section-subtitle {
	font-size: 0.9375rem;
	color: var(--alogin-text-secondary);
	margin: 0;
}

/* Button Group */
.alogin-button-group {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: center;
}

.alogin-btn {
	padding: 12px 20px;
	font-size: 0.9375rem;
	font-weight: 500;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.alogin-btn-primary {
	background: var(--alogin-primary);
	color: var(--alogin-bg-white);
}

.alogin-btn-primary:hover {
	background: var(--alogin-primary-dark);
	color: var(--alogin-bg-white);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(30, 58, 95, 0.2);
}

.alogin-btn-secondary {
	background: var(--alogin-secondary);
	color: var(--alogin-bg-white);
}

.alogin-btn-secondary:hover {
	background: var(--alogin-primary-dark);
	color: var(--alogin-bg-white);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(44, 74, 107, 0.2);
}

.alogin-btn-icon {
	font-size: 1.125rem;
	line-height: 1;
	font-weight: 400;
}

/* Table Card */
.alogin-table-card {
	background: var(--alogin-bg-white);
	border-radius: 12px;
	box-shadow: var(--alogin-shadow);
	overflow: hidden;
}

/* Table */
.alogin-table-container {
	overflow-x: auto;
}

.alogin-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.alogin-table thead {
	background: var(--alogin-bg-white);
}

.alogin-table th {
	padding: 18px 20px;
	text-align: left;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--alogin-text-primary);
	border-bottom: 2px solid var(--alogin-bg-light);
	white-space: nowrap;
}

.alogin-table tbody tr {
	border-bottom: 1px solid var(--alogin-border);
	transition: background-color 0.15s ease;
}

.alogin-table tbody tr:hover {
	background-color: var(--alogin-bg-light);
}

.alogin-table tbody tr:last-child {
	border-bottom: none;
}

.alogin-table td {
	padding: 18px 20px;
	font-size: 0.9375rem;
	color: var(--alogin-text-secondary);
}

/* Empty State */
.alogin-empty-state {
	text-align: center;
	padding: 80px 20px;
}

.alogin-empty-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 24px;
	background: var(--alogin-bg-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.alogin-empty-icon::before {
	content: '';
	width: 40px;
	height: 40px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2364748b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="12" y1="18" x2="12" y2="12"/><line x1="9" y1="15" x2="15" y2="15"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.alogin-empty-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--alogin-text-primary);
	margin-bottom: 8px;
}

.alogin-empty-text {
	font-size: 0.9375rem;
	color: var(--alogin-text-muted);
	margin-bottom: 24px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

/* Status Badge */
.alogin-status {
	display: inline-flex;
	align-items: center;
	padding: 5px 12px;
	border-radius: 16px;
	font-size: 0.8125rem;
	font-weight: 500;
}

.alogin-status-pending {
	background: #fef3c7;
	color: #92400e;
}

.alogin-status-approved {
	background: #d1fae5;
	color: #065f46;
}

.alogin-status-invited {
	background: #dbeafe;
	color: #1e40af;
}

.alogin-status-rejected {
	background: #fee2e2;
	color: #991b1b;
}

/* Action Buttons */
.alogin-action-btn {
	padding: 6px 12px;
	font-size: 0.875rem;
	border: 1px solid var(--alogin-border);
	background: var(--alogin-bg-white);
	color: var(--alogin-text-primary);
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	text-decoration: none;
	display: inline-block;
}

.alogin-action-btn:hover {
	background: var(--alogin-bg-light);
	border-color: var(--alogin-text-secondary);
	color: var(--alogin-text-primary);
}

/* Responsive Design */
@media (max-width: 992px) {
	.alogin-container {
		padding: 24px 20px;
	}

	.alogin-page-title {
		font-size: 1.5rem;
	}

	.alogin-section-title {
		font-size: 1.25rem;
	}

	.alogin-section-header {
		flex-direction: column;
		align-items: stretch;
	}

	.alogin-button-group {
		width: 100%;
	}

	.alogin-btn {
		flex: 1;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.alogin-container {
		padding: 20px 16px;
	}

	.alogin-page-header {
		margin-bottom: 24px;
		margin-top: 0px;
	}

	.alogin-page-title {
		font-size: 1.375rem;
	}

	.alogin-section-title {
		font-size: 1.125rem;
	}

	.alogin-section-subtitle {
		font-size: 0.875rem;
	}

	.alogin-button-group {
		flex-direction: column;
	}

	.alogin-btn {
		width: 100%;
	}

	.alogin-table th,
	.alogin-table td {
		padding: 14px 12px;
		font-size: 0.875rem;
	}

	.alogin-empty-state {
		padding: 60px 20px;
	}

	.alogin-empty-icon {
		width: 60px;
		height: 60px;
	}

	.alogin-empty-icon::before {
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 576px) {
	/* Mobile: Stack table into cards */
	.alogin-table-container {
		display: none;
	}

	.alogin-mobile-cards {
		display: block;
	}

	.alogin-mobile-card {
		background: var(--alogin-bg-white);
		border: 1px solid var(--alogin-border);
		border-radius: 8px;
		padding: 16px;
		margin: 6px;
		margin-bottom: 12px;
	}

	.alogin-mobile-card-row {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 12px;
		gap: 12px;
	}

	.alogin-mobile-card-row:last-child {
		margin-bottom: 0;
	}

	.alogin-mobile-card-label {
		font-size: 0.8125rem;
		font-weight: 600;
		color: var(--alogin-text-primary);
		min-width: 100px;
	}

	.alogin-mobile-card-value {
		font-size: 0.875rem;
		color: var(--alogin-text-secondary);
		text-align: right;
		flex: 1;
	}
}

@media (min-width: 577px) {
	.alogin-mobile-cards {
		display: none;
	}
}

/* Animation */
@keyframes alogin-fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.alogin-table-card {
	animation: alogin-fadeIn 0.4s ease-out;
}