@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.html{
  overflow-x: hidden;
}
.backimg {
    background-image: url(../images/9294521.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 23%;
    height: 170px;
}

@media (max-width: 768px) {
  .backimg {
    height: 150px;
    background-size: cover;
  }
}

.bg-primary-hunarho{
 background-color: #CDD4FB
}

.backimg1{
  background-image: url(../images/aibg.png);

  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
      background-position-x: 99%;
}

.card-header-1{
padding: 11px 13px;
}
.quote{
 line-height: 25px;
  color: #297757;
  font-style: italic;
  font-size: 16px;
     }

.circular-progress {
  pointer-events: none;
}
.circular-progress circle {
  fill: none;
  stroke-width: 5;
}
.circular-progress .bg {
  stroke: #e6e6e6;
}
.circular-progress .progress {
  stroke: #297757;
  stroke-dasharray: 276.4; /* 2π * 44 */
  stroke-dashoffset: 276.4;
  transform: rotate(-90deg);
  transform-origin: center;
  transition: stroke-dashoffset 1s ease-out;
}
.circular-progress .progress-text {
  font-size: 14px;
  fill: #333;
  font-weight: bold;
}
.bg-green{
  background-color: #297757;
}
.shape1{
  position: absolute;
  right: 21em;
  top: 1em;
}

.list-group-item {
  position: relative;
  display: block;
  color: var(--vz-list-group-color);
  background-color: var(--vz-list-group-bg);
  border: var(--vz-list-group-border-width) solid var(--vz-list-group-border-color);
  padding: 14px 16px !important;
}

i.ri-play-circle-line {
  font-size: 17px;
}
i.ri-question-line {
  font-size: 17px;
}
.question {
display: none;
}
.question.active {
display: block;
}
#questionNav .btn {
width: 30px;
height: 30px;
border-radius: 50%;
padding: 0;
line-height: 31px;
text-align: center;
}
.text-right{
  text-align: -webkit-right;
}
.backimg1{
  background-image: url(../images/aibg.png);

  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
      background-position-x: 99%;
}
.accordion-body {
  padding: 0px 0px !important;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #297757;

}

.card-header-1{
  padding: 11px 13px;
}
.quote{
 line-height: 25px;
  color: #297757;
  font-style: italic;
  font-size: 16px;
     }
.text-color-stat{
  color: #36348E
}
/* }
.flip-card {
background-color: transparent;
width: 300px;
height: 400px;
perspective: 1000px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
}

.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
border-radius: 10px;
}

.flip-card-front {
background-image: url("../../assets/images/small/p1.webp");
background-size: cover;
background-position: center;
overflow: hidden;
color: black;
border: 1px solid #ddd;
}

.card1 {
position: relative;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
padding: 20px;
color: white;
}

.card-header1 {
background: none;
padding: 10px;
text-align: center;
}

.view-more-btn {
background-color: transparent;
border: 2px solid white;
color: white;
transition: background-color 0.3s ease, color 0.3s ease;
}

.view-more-btn:hover {
background-color: white;
color: black;
}

.flip-card-back {
background-color: #36348E;
color: white;
transform: rotateY(180deg);
border: 1px solid #ddd;
} */


* {
box-sizing: border-box;
}

.wrapper {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.card00 {
/* width: 310px; */
height: 300px;
/* margin: 1em; */
/* perspective: 1500px; */
}
.cardf{
padding: 0px 17px !important;
border-top:none;
}
.card00 .content {
position: relative;
width: 100%;
height: 100%;
transform-style: preserve-3d;
transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
}
.more {
display: none;
}
.card00.flipped .content {
  transform: rotateY(180deg);
}
.front,
.back {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
backface-visibility: hidden;
transform-style: preserve-3d;
border-radius: 6px;
}
.front .inner,
.back .inner {
height: 100%;
display: grid;
padding: 1.5em;
transform: translateZ(80px) scale(0.94);
}
.front {
background-color: #fff;
background-size: cover;
background-position: center center;
}
.front:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
border-radius: 6px;
backface-visibility: hidden;
/* background: linear-gradient(346deg, rgb(255 237 200) 0%, rgb(75 67 40 / 51%) 53%); */
}
.front .inner {
grid-template-rows: 5fr 1fr 1fr 2fr 1fr;
justify-items: center;
}
.front h2 {
grid-row: 2;
margin-bottom: 0.3em;
text-transform: uppercase;
letter-spacing: 3px;
color: #fff;
font-weight: bold;
text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.front .rating {
grid-row: 3;
color: rgba(255, 255, 255, 0.8);
font-size: 14px;
display: flex;
flex-flow: row nowrap;
}
.front .rating i {
margin: 0 1px;
}
.back {
  transform: rotateY(180deg);
  background: linear-gradient(
      rgba(0, 0, 0, 0.15), 
      rgba(0, 0, 0, 0.15)
    ),
    linear-gradient(180deg, #35348ed0, #ffc43acc);
}

.back .inner {
grid-template-rows: 1fr 2fr 1fr 2fr 14fr 1fr 1fr;
grid-template-columns: repeat(4, auto);
grid-column-gap: 0.8em;
justify-items: center;
background-color: #ffc53a;
}
.back .info {
position: relative;
display: flex;
align-items: center;
color: black;
grid-row: 3;
}
.back .info:not(:first-of-type):before {
content: "";
position: absolute;
left: -0.9em;
height: 18px;
width: 1px;
background-color: #ccc;
}
.back .info span {
font-size: 2em;
font-weight: 700;
}
.back .info i {
font-size: 1.2em;
}
.back .info i:before {
background: linear-gradient(40deg, #060c1b, #0b121d);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.back .info .icon {
margin-left: 0.3em;
color: black;
}
.back .info .icon span {
display: block;
margin-top: -0.25em;
font-size: 0.8em;
font-weight: 600;
white-space: nowrap;
}
.back .description {
grid-row: 5;
grid-column: 1/-1;
font-size: 0.86em;
border-radius: 5px;
font-weight: 600;
line-height: 1.4em;
overflow: auto;
color: black;
padding-right: 10px;
}
.back .description h5{
color: black;
}
.back .location,
.back .price {
font-weight: 600;
color: black;
grid-row: 1;
font-size: 0.86em;
}
.back .location {
grid-column: 1/3;
justify-self: left;
}
.back .price {
grid-column: 3/-1;
justify-self: right;
}
.back .button {
grid-column: 1/-1;
justify-self: center;
}
.button {
grid-row: -1;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
cursor: pointer;
display: block;
padding: 0 1.5em;
height: 3em;
line-height: 2.9em;
min-width: 3em;
background-color: transparent;
border: solid 2px #fff;
color: #fff;
border-radius: 4px;
text-align: center;
left: 50%;
backface-visibility: hidden;
transition: 0.3s ease-in-out;
text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.button:hover {
background-color: #fff;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
text-shadow: none;
color: #355cc9;
}
.button.return {
line-height: 3em;
color: #355cc9;
border-color: #355cc9;
text-shadow: none;
}
.button.return:hover {
background-color: #355cc9;
color: #fff;
box-shadow: none;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #859ddf;
}
::-webkit-scrollbar-thumb:hover {
background: #355cc9;
}
.crm-widget{
    border-right: 1px solid #3e1a80;
}
.crm-widget1 {
    border-right: 0px solid #3e1a80 !important;
}

@media (max-width: 540px) {
  .fs-5 {
    font-size: 18px !important;
  }
  .crm-widget:last-child {
    border-bottom: none;
  }
  .padnone {
    padding: 0;
  }
  .crm-widget {
    border-right: 0 solid #3e1a80 !important;
    border-bottom: 1px solid #3e1a80 !important;
  }
  .card-title {
    font-size: 16px;
    margin: 9px 0 12px;
  }
  p.card-text.text-muted {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .fs-5 {
    font-size: 21px !important;
  }
  .crm-widget:last-child {
    border-bottom: none;
  }
  .padnone {
    padding: 0;
  }
  /* .crm-widget {
    border-right: 0 solid #3e1a80 !important;
    border-bottom: 1px solid #3e1a80 !important;
  } */
  .card-title {
    font-size: 16px;
    margin: 9px 0 12px;
  }
  p.card-text.text-muted {
    font-size: 17px;
  }
}
.btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
}
.btn-circle.active {
  background: #36348E !important;
  color: #fff !important;
  border: 1px solid #36348E !important;
}
.custom-ratio-21x9 {
  --vz-aspect-ratio: 54.857143% !important;
}

.markdownh2 h1 h2 h3 {
  font-size: 13px !important;
}
.swal-text-content {
  font-family: "Nunito", sans-serif !important;
  font-size: 15px !important;
  line-height: 20px !important;
}

.newfont{
      font-family: "Nunito", cursive;
    font-weight: 600;
    font-style: normal;
    line-height: 30px;
    font-size: 18px;
}

.blueborder{
      border: 1px solid #8b8dcb;
    border-radius: 12px;
}
.blue-card-header {
    background: none !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #8b8dcb !important;
}
.yellowborder{
     border: 1px solid #ffc53a;
    box-shadow: none !important;
    border-radius: 12px;
}
.yellow-card-header {
    background: none !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #ffc53a !important;
}

.skyblueborder{
     border: 1px solid #CDD4FB;
    box-shadow: none !important;
    border-radius: 0.25rem;
}
.skyblue-card-header {
    background: none !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #CDD4FB !important;
}
.skyblue-header {
  background-color: #CDD4FB;
}


.fillcolor::before {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
 background: linear-gradient(to bottom, rgba(255, 206, 93, 0.36), rgba(255, 214, 102, 0.6));
  transition: top 0.4s ease;
  border-radius: 12px;
  z-index: -1;
}

.fillcolor:hover::before {
  top: 0;
}

.activefillcolor {
  content: '';
  position: relative;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
 background: linear-gradient(to bottom, rgba(255, 206, 93, 0.36), rgba(255, 214, 102, 0.6));
  transition: top 0.4s ease;
  border-radius: 12px;
  z-index: -1;
}
.coursefillcolor {
  width: 100%;
  height: 100%;
  background: #fff7e6;
}
.activefillcolor2 {
  background: linear-gradient(to bottom, rgba(255, 206, 93, 0.36), rgba(255, 214, 102, 0.6));
  border-radius: 12px;
  z-index: -1;
}
.block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 43px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1;
  -webkit-line-clamp:2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .activefillcolor:hover::before {
  top: 0;
} */

.card-title1{
  font-family: "Nunito", cursive;
  font-weight: 700;
    font-style: normal;
    line-height: 30px;
    font-size: 22px;
}

.banner-title{
  color: rgb(54, 52, 142);
  font-weight: 600;
  padding-top: 8px;
  font-size: 20px;
}

.header-job {
  color: var(--vs-header-job);
  font-weight: bold;
}
.subheader-job{
  color : var(--vs-subheader-job);
  font-weight: 400;
}
.text-lightgrey{
  color : var(--vs-subheader-job);
  font-weight: 400;
}
.text-darker{
  color : var(--vs-header-job);
}


.app-stats-container {
  padding: 2rem;
  background-color: #f8fafc;
}

.app-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.app-stats-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.app-stats-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.app-stats-card-body {
  padding: 0.5rem;
  text-align: center;
}

.app-stats-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
}

.app-stats-active {
  color: #15803d;
}

.app-stats-offers {
  color: #b45309;
}

.app-stats-saved {
  color: #0ea5e9;
}

.app-stats-label {
  font-size: 1.1rem;
  color: #4b5563;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .app-stats-container {
    padding: 1rem;
  }

  .app-stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }

  .app-stats-value {
    font-size: 2rem;
  }

  .app-stats-label {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .app-stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

/* ========================================
   LMS Independent Scroll Layout Styles
   Unique class names to avoid conflicts
   ======================================== */

/* Main container for dual-scroll course view */
.lms_dual_scroll_wrapper_2024_vx9 {
  display: flex;
  height: calc(100vh - 120px); /* Adjust 120px based on your header height */
  overflow: hidden;
  gap: 0;
  position: relative;
}

/* Left content area - Primary content with independent scroll */
.lms_primary_content_panel_scroll_k3m {
  flex: 1;
  max-width: 75%; /* Equivalent to Bootstrap col-lg-9 */
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scroll-behavior: smooth;
}

/* Hide scrollbar for webkit browsers (Chrome, Safari, Edge) */
.lms_primary_content_panel_scroll_k3m::-webkit-scrollbar {
  display: none;
}

/* Right sidebar - Units and rubrics with independent scroll */
.lms_sidebar_units_scroll_panel_8yq {
  flex: 0 0 25%; /* Equivalent to Bootstrap col-lg-3 */
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 15px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scroll-behavior: smooth;
}

/* Hide scrollbar for right sidebar */
.lms_sidebar_units_scroll_panel_8yq::-webkit-scrollbar {
  display: none;
}

/* Card container replacements */
.lms_course_view_card_container_7hz {
  height: 100%;
  overflow: hidden;
  border: none;
  background: transparent;
}

.lms_course_view_card_body_3nf {
  height: 100%;
  padding: 0;
}

.gradingRubricBtn{
  position: absolute;
  margin-top: -28px;
  padding: 4px 8px;
  font-size: 11.9168px;
}


/* ========================================
   LMS Independent Scroll Layout Styles
   Unique class names to avoid conflicts
   ======================================== */

/* Main container for dual-scroll course view */
.lms_dual_scroll_wrapper_2024_vx9 {
  display: flex;
  height: calc(100vh - 120px); /* Adjust 120px based on your header height */
  overflow: hidden;
  gap: 0;
  position: relative;
}

/* Left content area - Primary content with independent scroll */
.lms_primary_content_panel_scroll_k3m {
  flex: 1;
  max-width: 75%; /* Equivalent to Bootstrap col-lg-9 */
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scroll-behavior: smooth;
}

/* Hide scrollbar for webkit browsers (Chrome, Safari, Edge) */
.lms_primary_content_panel_scroll_k3m::-webkit-scrollbar {
  display: none;
}

/* Right sidebar - Units and rubrics with independent scroll */
.lms_sidebar_units_scroll_panel_8yq {
  flex: 0 0 25%; /* Equivalent to Bootstrap col-lg-3 */
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 15px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scroll-behavior: smooth;
}

/* Hide scrollbar for right sidebar */
.lms_sidebar_units_scroll_panel_8yq::-webkit-scrollbar {
  display: none;
}

/* Card container replacements */
.lms_course_view_card_container_7hz {
  height: 100%;
  overflow: hidden;
  border: none;
  background: transparent;
}

.lms_course_view_card_body_3nf {
  height: 100%;
  padding: 0;
}

/* Tab content wrapper */
.lms_tab_content_wrapper_5qw {
  height: 100%;
  overflow: visible;
  padding: 0;
}

/* Content state containers */
.lms_content_state_loading_9rt,
.lms_content_state_error_4dx,
.lms_content_state_empty_1pk {
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

/* Loading spinner animation enhancement */
.lms_content_state_loading_9rt .spinner-border {
  width: 3rem;
  height: 3rem;
  animation: spinner-border 1s linear infinite;
}

/* Error state styling */
.lms_content_state_error_4dx {
  color: #dc3545;
}

/* Empty state styling */
.lms_content_state_empty_1pk {
  color: #6c757d;
}

/* Mobile responsive behavior */
@media (max-width: 991.98px) {
  .lms_dual_scroll_wrapper_2024_vx9 {
    flex-direction: column;
    height: auto;
    overflow: visible;
  }
  
  .lms_primary_content_panel_scroll_k3m,
  .lms_sidebar_units_scroll_panel_8yq {
    max-width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 0;
    margin: 0;
  }
  
  .lms_sidebar_units_scroll_panel_8yq {
    margin-top: 20px;
  }
  
  /* Reset content state containers for mobile */
  .lms_content_state_loading_9rt,
  .lms_content_state_error_4dx,
  .lms_content_state_empty_1pk {
    height: auto;
    min-height: 300px;
  }
}

/* Tablet responsive adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
  .lms_dual_scroll_wrapper_2024_vx9 {
    height: auto;
  }
  
  .lms_primary_content_panel_scroll_k3m {
    padding-right: 10px;
  }
  
  .lms_sidebar_units_scroll_panel_8yq {
    padding-left: 10px;
  }
}

/* Large desktop optimizations */
@media (min-width: 1400px) {
  .lms_dual_scroll_wrapper_2024_vx9 {
    height: calc(100vh - 140px); /* Slightly more space for larger screens */
  }
}

/* Focus states for accessibility */
.lms_primary_content_panel_scroll_k3m:focus,
.lms_sidebar_units_scroll_panel_8yq:focus {
  outline: 2px solid #007bff;
  outline-offset: -2px;
}

/* Smooth scroll behavior for content navigation */
.lms_primary_content_panel_scroll_k3m,
.lms_sidebar_units_scroll_panel_8yq {
  scroll-behavior: smooth;
}

/* Prevent content from breaking the layout */
.lms_primary_content_panel_scroll_k3m * {
  word-wrap: break-word;
}

.lms_sidebar_units_scroll_panel_8yq * {
  max-width: 100%;
  word-wrap: break-word;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  /* Scrollbars are hidden, so no contrast adjustments needed */
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .lms_primary_content_panel_scroll_k3m,
  .lms_sidebar_units_scroll_panel_8yq {
    scroll-behavior: auto;
  }
}

/* Print styles */
@media print {
  .lms_dual_scroll_wrapper_2024_vx9 {
    display: block;
    height: auto;
    overflow: visible;
  }
  
  .lms_primary_content_panel_scroll_k3m,
  .lms_sidebar_units_scroll_panel_8yq {
    height: auto;
    overflow: visible;
    max-width: 100%;
    padding: 0;
  }
}
.jobSearch::placeholder {
  color: #333333;
  opacity: 1; 
}

.jobSearch::-ms-input-placeholder{
  color: #333333;
}

.program-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(8, 145, 178, 0.15);
}

.program-card.active {
  border-color: var(--primary);
  background: linear-gradient(135deg, var(--primary) 0%, #06b6d4 100%);
  color: var(--primary-foreground);
}

.program-card.active:hover {
  transform: translateY(-2px);
}

.program-icon {
  transition: transform 0.3s ease;
}

.program-card:hover .program-icon {
  transform: scale(1.1);
}

/* Student My Application Card */
.job-application-tile {
  border: none;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  margin-bottom: 1.25rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
  border-bottom: 4px solid #4f8ccad0;
}

.job-application-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.job-application-tile.selected {
  border: 2px solid #0d6efd;
}

.job-application-tile-body {
  padding: 0.75rem;
}

.job-application-tile-logo {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f1f3f5;
}

.job-application-tile-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2px;
  color: #212529;
  min-height: 35px;
}

.job-application-tile-company {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.6rem;
}

.job-application-tile-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin: 1.2rem 0;
  color: #495057;
  font-size: 0.92rem;
  min-height: 105px;
}

.job-application-tile-skills {
  margin-bottom: 1.1rem;
}

.job-application-tile-skill {
  display: inline-block;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 30px;
  padding: 2px 5px;
  margin: 0 8px 8px 0;
  font-size: 0.65rem;
  font-weight: 500;
  color: #495057;
  transition: all 0.25s;
}

.job-application-tile-skill:hover {
  background: #eef2f7;
  border-color: #ced4da;
}

.job-application-tile-skill.more {
  background: #e7f1ff;
  border-color: #b6daff;
  color: #0d6efd;
}

.job-application-tile-link {
  font-size: 0.92rem;
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
}

.job-application-tile-link:hover {
  color: #084298;
}

/* Student My Application Pop-up Timeline */
.application-timeline-popup {
  font-family: "Inter", sans-serif;
}

.application-timeline-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f1f3f5;
}

.section-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #212529;
}

.application-timeline-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
}

.application-skill-badge {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #495057;
  transition: all 0.2s;
}

.application-skill-badge:hover {
  background: #e9ecef;
  border-color: #ced4da;
}

.application-contact-link {
  color: #0d6efd;
  font-weight: 500;
  text-decoration: none;
}

.application-contact-link:hover {
  text-decoration: underline;
}
.datepickerheight{
  height:37px;
  color:#6d6e72;
  font-size:14px;
}
.dt .react-datepicker-wrapper{
  width: 100%;
}
.custom-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

.custom-scroll::-webkit-scrollbar {
  width: 0;
}

.custom-scroll:hover {
  scrollbar-width: thin;
}

.custom-scroll:hover::-webkit-scrollbar {
  width: 8px;
}

.custom-scroll:hover::-webkit-scrollbar-thumb {
  background: #adb5bd;
  border-radius: 4px;
}

.custom-scroll:hover::-webkit-scrollbar-thumb:hover {
  background: #6c757d;
}

/* Platform Cards Component Styles */

.pkc-cards-wrapper {
  width: 100%;
}

.pkc-card-link {
  text-decoration: none;
}

.pkc-card-container {
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  padding: 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pkc-card-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

/* Background image styles for each card using data attributes */
.pkc-card-container[data-bg="course"] {
  background-image: linear-gradient(181deg, rgba(242, 237, 87, 0.15) 1%, rgba(55, 57, 176, 1) 100%), url('https://intellipaat.com/academy/wp-content/uploads/2022/03/home-banner.png');
}

.pkc-card-container[data-bg="job"] {
  background-image: linear-gradient(181deg, rgba(242, 237, 87, 0.15) 1%, rgba(55, 57, 176, 1) 100%), url('https://file.aiquickdraw.com/imgcompressed/img/compressed_d9b6e232aa1d27bb5ec768123d7a8616.webp');
}

.pkc-card-container[data-bg="support"] {
  background-image: linear-gradient(181deg, rgba(242, 237, 87, 0.15) 1%, rgba(55, 57, 176, 1) 100%), url('https://www.pandasecurity.com/rfilescms/pageWEBP/SUPPORT/MOBILE/pandasecurity_support_hero_mobile.webp');
}

.pkc-card-category {
  font-size: 12px;
  letter-spacing: 1px;
  color: #e5e7eb;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}

.pkc-card-title {
  font-size: 22px;
  color: white;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 8px;
}

.pkc-card-description {
  font-size: 14px;
  color: #e5e7eb;
  line-height: 1.5;
  margin-bottom: 12px;
}

.pkc-card-button {
  font-size: 14px;
  font-weight: 600;
  color: white;
  letter-spacing: 0.5px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pkc-card-button:hover {
  gap: 12px;
  opacity: 0.9;
}

.pkc-card-button svg {
  flex-shrink: 0;
}

.ecceactive {
  background-color: #cffce8;
  padding: 4px 4px 1px 4px;
  border: 2px solid #297857;
  border-radius: 10px;
  color: #297857;
}
.ecceactive1 {
  padding: 4px 4px 1px 4px;
  color: #297857;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pkc-card-container {
    min-height: 280px;
    padding: 24px;
  }

  .pkc-card-title {
    font-size: 18px;
  }

  .pkc-card-description {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .pkc-card-container {
    min-height: 240px;
    padding: 20px;
  }

  .pkc-card-category {
    font-size: 11px;
  }

  .pkc-card-title {
    font-size: 16px;
  }

  .pkc-card-description {
    font-size: 12px;
  }

  .pkc-card-button {
    font-size: 12px;
  }
}

.custom-offer-sent {
  background-color: #e96077 !important;
  color: white !important;
}

/* Dashboard Job Offer Card */
.job-offer-card-ofd {
          border: 1px solid #e2e8f0;
          border-left: 5px solid #176e11cf;
          border-radius: 16px;
          background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);
          transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          position: relative;
          overflow: hidden;
        }
        
        .job-offer-card-ofd::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 200px;
          height: 200px;
          background: radial-gradient(circle, rgba(30, 64, 175, 0.05) 0%, transparent 70%);
          pointer-events: none;
        }
        
        .job-offer-card-ofd:hover {
          box-shadow: 0 12px 32px rgba(30, 64, 175, 0.12);
          border-color: #cbd5e1;
          transform: translateY(-2px);
          border-left: 5px solid #176e11cf;
        }
        
        .icon-wrapper-ofd {
          width: 64px;
          height: 64px;
          border-radius: 16px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .icon-wrapper-ofd:hover {
          transform: scale(1.05);
        }
        
        .icon-image-ofd {
          width: 60px;
          height: 60px;
          object-fit: contain;
        }
        
        .card-title-professional-ofd {
          color: #0f172a;
          font-size: 1.35rem;
          font-weight: 600;
          margin-bottom: 0.4rem;
          letter-spacing: -0.01em;
        }
        
        .card-subtitle-ofd {
          color: #64748b;
          font-size: 0.875rem;
          font-weight: 500;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          margin-bottom: 0.25rem;
        }
        
        .card-text-professional-ofd {
          color: #475569;
          font-size: 0.975rem;
          line-height: 1.6;
          font-weight: 400;
        }
        
        .offer-count-ofd {
          display: inline-flex;
          align-items: center;
          color: #1e40af;
          font-weight: 700;
          font-size: 1.1rem;
        }
        
        .view-btn-professional-ofd {
          background: #176e11cf;
          color: white;
          border: none;
          padding: 12px 32px;
          border-radius: 10px;
          font-weight: 600;
          font-size: 0.95rem;
          transition: all 0.3s ease;
          box-shadow: 0 4px 12px rgba(23, 110, 17, 0.2);
          letter-spacing: 0.01em;
          position: relative;
          z-index: 1;
        }
        
        .view-btn-professional-ofd:hover {
          background: #145a0e;
          transform: translateY(-2px);
          box-shadow: 0 6px 16px rgba(23, 110, 17, 0.3);
        }
        
        .view-btn-professional-ofd:active {
          transform: translateY(0);
          box-shadow: 0 2px 8px rgba(23, 110, 17, 0.2);
        }
        
        .divider-ofd {
          width: 1px;
          height: 50px;
          background: linear-gradient(to bottom, transparent, #e2e8f0, transparent);
          margin: 0 1.5rem;
        }
        
        @media (max-width: 768px) {
          .divider-ofd {
            display: none;
          }
        }

        /* Confetti styles */
        .confetti-container-ofd {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          pointer-events: none;
          overflow: hidden;
          z-index: 0;
        }

        .confetti-ofd {
          position: absolute;
          width: 10px;
          height: 10px;
          opacity: 0;
          animation: fall linear infinite;
        }

        @keyframes fall {
          0% {
            transform: translateY(-10vh) rotate(0deg);
            opacity: 1;
          }
          100% {
            transform: translateY(110vh) rotate(720deg);
            opacity: 0;
          }
        }

/* Platform Cards Component Styles */

.pkc-cards-wrapper {
  width: 100%;
}

.pkc-card-link {
  text-decoration: none;
}

.pkc-card-container {
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  padding: 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pkc-card-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

/* Background image styles for each card using data attributes */
.pkc-card-container[data-bg="course"] {
  background-image: linear-gradient(181deg, rgba(242, 237, 87, 0.15) 1%, rgba(55, 57, 176, 1) 100%), url('https://intellipaat.com/academy/wp-content/uploads/2022/03/home-banner.png');
}

.pkc-card-container[data-bg="job"] {
  background-image: linear-gradient(181deg, rgba(242, 237, 87, 0.15) 1%, rgba(55, 57, 176, 1) 100%), url('https://file.aiquickdraw.com/imgcompressed/img/compressed_d9b6e232aa1d27bb5ec768123d7a8616.webp');
}

.pkc-card-container[data-bg="support"] {
  background-image: linear-gradient(181deg, rgba(242, 237, 87, 0.15) 1%, rgba(55, 57, 176, 1) 100%), url('https://www.pandasecurity.com/rfilescms/pageWEBP/SUPPORT/MOBILE/pandasecurity_support_hero_mobile.webp');
}

.pkc-card-category {
  font-size: 12px;
  letter-spacing: 1px;
  color: #e5e7eb;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}

.pkc-card-title {
  font-size: 22px;
  color: white;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 8px;
}

.pkc-card-description {
  font-size: 14px;
  color: #e5e7eb;
  line-height: 1.5;
  margin-bottom: 12px;
}

.pkc-card-button {
  font-size: 14px;
  font-weight: 600;
  color: white;
  letter-spacing: 0.5px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pkc-card-button:hover {
  gap: 12px;
  opacity: 0.9;
}

.pkc-card-button svg {
  flex-shrink: 0;
}

.ecceactive {
  background-color: #cffce8;
  padding: 4px 4px 1px 4px;
  border: 2px solid #297857;
  border-radius: 10px;
  color: #297857;
}
.ecceactive1 {
  padding: 4px 4px 1px 4px;
  color: #297857;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pkc-card-container {
    min-height: 280px;
    padding: 24px;
  }

  .pkc-card-title {
    font-size: 18px;
  }

  .pkc-card-description {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .pkc-card-container {
    min-height: 240px;
    padding: 20px;
  }

  .pkc-card-category {
    font-size: 11px;
  }

  .pkc-card-title {
    font-size: 16px;
  }

  .pkc-card-description {
    font-size: 12px;
  }

  .pkc-card-button {
    font-size: 12px;
  }
}

/* Dashboard Job Offer Card */
.job-offer-card-ofd {
          border: 1px solid #e2e8f0;
          border-left: 5px solid #176e11cf;
          border-radius: 16px;
          background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);
          transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          position: relative;
          overflow: hidden;
        }
        
        .job-offer-card-ofd::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 200px;
          height: 200px;
          background: radial-gradient(circle, rgba(30, 64, 175, 0.05) 0%, transparent 70%);
          pointer-events: none;
        }
        
        .job-offer-card-ofd:hover {
          box-shadow: 0 12px 32px rgba(30, 64, 175, 0.12);
          border-color: #cbd5e1;
          transform: translateY(-2px);
          border-left: 5px solid #176e11cf;
        }
        
        .icon-wrapper-ofd {
          width: 64px;
          height: 64px;
          border-radius: 16px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .icon-wrapper-ofd:hover {
          transform: scale(1.05);
        }
        
        .icon-image-ofd {
          width: 60px;
          height: 60px;
          object-fit: contain;
        }
        
        .card-title-professional-ofd {
          color: #0f172a;
          font-size: 1.35rem;
          font-weight: 600;
          margin-bottom: 0.4rem;
          letter-spacing: -0.01em;
        }
        
        .card-subtitle-ofd {
          color: #64748b;
          font-size: 0.875rem;
          font-weight: 500;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          margin-bottom: 0.25rem;
        }
        
        .card-text-professional-ofd {
          color: #475569;
          font-size: 0.975rem;
          line-height: 1.6;
          font-weight: 400;
        }
        
        .offer-count-ofd {
          display: inline-flex;
          align-items: center;
          color: #1e40af;
          font-weight: 700;
          font-size: 1.1rem;
        }
        
        .view-btn-professional-ofd {
          background: #176e11cf;
          color: white;
          border: none;
          padding: 12px 32px;
          border-radius: 10px;
          font-weight: 600;
          font-size: 0.95rem;
          transition: all 0.3s ease;
          box-shadow: 0 4px 12px rgba(23, 110, 17, 0.2);
          letter-spacing: 0.01em;
          position: relative;
          z-index: 1;
        }
        
        .view-btn-professional-ofd:hover {
          background: #145a0e;
          transform: translateY(-2px);
          box-shadow: 0 6px 16px rgba(23, 110, 17, 0.3);
        }
        
        .view-btn-professional-ofd:active {
          transform: translateY(0);
          box-shadow: 0 2px 8px rgba(23, 110, 17, 0.2);
        }
        
        .divider-ofd {
          width: 1px;
          height: 50px;
          background: linear-gradient(to bottom, transparent, #e2e8f0, transparent);
          margin: 0 1.5rem;
        }
        
        @media (max-width: 768px) {
          .divider-ofd {
            display: none;
          }
        }

        /* Confetti styles */
        .confetti-container-ofd {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          pointer-events: none;
          overflow: hidden;
          z-index: 0;
        }

        .confetti-ofd {
          position: absolute;
          width: 10px;
          height: 10px;
          opacity: 0;
          animation: fall linear infinite;
        }

        @keyframes fall {
          0% {
            transform: translateY(-10vh) rotate(0deg);
            opacity: 1;
          }
          100% {
            transform: translateY(110vh) rotate(720deg);
            opacity: 0;
          }
        }

::-webkit-scrollbar {
  height: 6px;
  width: 4px;
  border: 1px solid #d5d5d5;
}
.tableNoWrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 250px;
}
/* Header with Institute Logo */
.hr-light-divider-2024 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 6px 0;
  width: 100%;
}

.lms_centered_flex_div_2024_qw7 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.institute-logo-unique {
  height: 60px;
  width: 170px;
  object-fit: contain;
  border-radius: 10px;
}      


.custom-offer-sent {
  background-color: #e96077 !important;
  color: white !important;
}
.ai-jobs .nav-tabs {
  border-bottom: none !important;
}

.ai-jobs .nav-tabs .nav-link {
  border-radius: 0 !important;
  padding: 12px 22px;
  transition: background-color 0.2s ease;
}
.ai-jobs .nav-tabs .nav-item {
  border-right: 1px solid #D9D9D9;
}
.ai-jobs .nav-tabs .nav-item:last-child {
  border-right: none;
}

.ai-jobs .nav-tabs .nav-item:nth-child(1) .nav-link.active {
  background-color: #2f3192 !important;
  color: white !important;
  font-weight: 600;
  border-bottom-color: #ffca5b;
}

.ai-jobs .nav-tabs .nav-item:nth-child(2) .nav-link.active {
  background-color: #2f3192 !important;
  color: white !important;
  font-weight: 600;
  border-bottom-color: #ffca5b;
}

.ai-jobs .nav-tabs .nav-item:nth-child(1) .nav-link:not(.active) {
  background-color: #E8F0FE !important;
  color: #4A4A4A !important;
}

.ai-jobs .nav-tabs .nav-item:nth-child(2) .nav-link:not(.active) {
  background-color: #E8F0FE !important;
  color: #4A4A4A !important;
}
/* Wrapper */
.chs-wrapper {
  border-radius: 8px;
}

/* Card */
.chs-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

/* Title */
.chs-title {
  font-size: 1rem;
  min-height: 2.5em;
  font-weight: 600;
  display: flex;
  align-items: center;
}

/* Icon */
.chs-icon {
  height: 50px;
  width: auto;
  object-fit: contain;
}

/* Value Box */
.chs-value-box {
  margin-left: 3rem;
}

/* Main Number */
.chs-value {
  font-size: 2rem;
  margin: 0;
}

/* -------------------------------------------
   Responsive Styles
------------------------------------------- */

/* Tablet */
@media (max-width: 992px) {
  .chs-title {
    font-size: 0.9rem;
  }
  .chs-icon {
    height: 40px;
  }
  .chs-value {
    font-size: 1.8rem;
  }
}

/* Small Tablet */
@media (max-width: 768px) {
  .chs-title {
    font-size: 0.8rem;
  }
  .chs-icon {
    height: 35px;
  }
  .chs-value {
    font-size: 1.5rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .chs-title {
    font-size: 0.7rem;
  }
  .chs-icon {
    height: 30px;
  }
  .chs-value {
    font-size: 1.2rem;
  }
  .chs-value-box {
    margin-left: 2rem;
  }
}

/* Extra Small (foldables) */
/* @media (max-width: 350px) {
  .chs-title {
    font-size: 0.55rem;
  }
} */

.rmdp-ep-arrow {
  display: none !important;
  visibility: hidden !important;
}

/* Teacher Dashboard */
.teacher-chart-container {
  height: 400px;
}
.teacher-upcoming-session-gradient {
  background: linear-gradient(307deg, rgb(145, 160, 243) 1%, rgb(47, 49, 146) 100%);
}
.teacher-upcoming-session-row {
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.teacher-upcoming-session-row:hover {
  background-color: #f8f9fa !important;
}
.teacher-upcoming-session-success-bg {
  background-color: #d1fae5 !important;
}
.teacher-upcoming-session-success-text {
  color: #065f46 !important;
}
.teacher-upcoming-session-primary-bg {
  background-color: #cfe2ff !important;
}
.teacher-upcoming-session-primary-text {
  color: #084298 !important;
}
