/* /Features/Animations/LottieAnimation.razor.rz.scp.css */
iframe[b-qobqslser8] {
    height: 50px !important;
    width: 50px !important;
}
/* /Features/Dashboard/DashboardPage.razor.rz.scp.css */
.dashboard[b-svki79xdxo] {
  background-color: red;
}

/* /Features/Dashboard/JobCreationForm.razor.rz.scp.css */
.form__item[b-l5ry8x4skh] {
  margin-top: 1.5rem;
}


.top-1[b-l5ry8x4skh] {
    margin-top: 5px;
}

.title-text[b-l5ry8x4skh] {
    font-family: var(--mud-typography-default-family);
    font-weight: 500;
    line-height: 36px;
    font-size: 24px;
    color: var(--mud-palette-primary);
}
/* /Features/Dashboard/Statistics/StatisticsBanner.razor.rz.scp.css */
.stats-heading[b-23wifppdb6] {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

/* /Features/Dashboard/Statistics/StatisticsItem.razor.rz.scp.css */
.stats[b-yauxn3hj6h] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    font-family: var(--mud-typography-default-family);
}
.stats__image[b-yauxn3hj6h] {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  background-color: var(--mud-palette-primary);
  color: var(--mud-palette-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats__display-number[b-yauxn3hj6h], .stats__display-title[b-yauxn3hj6h] {
  display: block;
  font-family: inherit;
}

/* /Features/Dashboard/TopExperts/TopExpertListItem.razor.rz.scp.css */
.top-expert-item[b-zvhjxqtlmb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .84rem .5rem;
}

.gray-out[b-zvhjxqtlmb] {
    filter: grayscale(1);
    opacity: 0.2;
}

.top-expert-title[b-zvhjxqtlmb] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.item-group[b-zvhjxqtlmb] {
    text-align: center;
}

p[b-zvhjxqtlmb] {
    color: #CDCDCD;
    font-family: var(--mud-typography-default-family);
}

h4[b-zvhjxqtlmb] {
    color: var(--mud-palette-primary);
    font-family: var(--mud-typography-default-family);
}
/* /Features/Dashboard/WelcomeBanner.razor.rz.scp.css */
.user__name[b-uhq5h9vpnr] {
  color: var(--mud-palette-secondary);
  text-transform: capitalize;
}

/* /Features/Interviews/Lists/InterviewListItem.razor.rz.scp.css */
.item-flex[b-wkvc0ix819] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.interview-logo[b-wkvc0ix819] {
    width: 3rem;
    margin-right: .5rem;
}

.interview-item-details[b-wkvc0ix819] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.interview-item-detail[b-wkvc0ix819] {
    display: flex;
    align-items: center;
}


.button-item[b-wkvc0ix819] {
    width: 100%;
    display:flex;
    justify-content:end;
}

@media screen and (max-width: 960px) {
    .job-item-details[b-wkvc0ix819] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: .2rem;
    }

    .interview-item-details[b-wkvc0ix819] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }


    .button-item[b-wkvc0ix819] {
        font-size:0.6rem;
    }
}

.justify-self-end[b-wkvc0ix819] {
    justify-self: end !important;
}
/* /Features/Interviews/Lists/InterviewsPage.razor.rz.scp.css */
.img[b-vakhhd6491]{
    width:auto;
}

@media screen and (max-width: 960px) {
    .img[b-vakhhd6491] {
        width: 100%;
    }
}
/* /Features/Invoices/Lists/InvoiceItem.razor.rz.scp.css */
.item-flex[b-47ub6d9ujb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invoice-logo[b-47ub6d9ujb] {
    width: 3rem;
    margin-right: .5rem;
}

.invoice-img[b-47ub6d9ujb] {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
    border-radius: 50%;
    object-fit: cover;
}

.invoice-item-details[b-47ub6d9ujb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.invoice-item-detail[b-47ub6d9ujb] {
    display: flex;
    align-items: center;
}


.button-item[b-47ub6d9ujb] {
    width: 10rem;
}

@media screen and (max-width: 960px) {
    .invoice-item-details[b-47ub6d9ujb] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: .2rem;
    }
}
/* /Features/Invoices/Lists/InvoiceListItems.razor.rz.scp.css */
.img[b-k8nxfa552s]{
    width: auto;
}

@media screen and (max-width: 960px) {
    .img[b-k8nxfa552s] {
        width: 100%;
    }
}
/* /Features/Jobs/CreateJobStepperForm.razor.rz.scp.css */
.stepper__form[b-5u1tlikc5k] {
    padding: 1rem 0 1rem 0;
}
/* /Features/Jobs/Details/JobInfoModal.razor.rz.scp.css */
.job-form-container[b-ly3h2uk82o] {
/*    max-height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;*/
}

.content[b-ly3h2uk82o]{
    display:flex;
    align-content:center;
    width:inherit;
}
/* /Features/Jobs/Details/JobRecommendations.razor.rz.scp.css */
.job-img[b-ehz6xl8quy]{
    width:30% !important;
}
/* /Features/Jobs/JobsCompleted.razor.rz.scp.css */
.jobs-completed-container[b-35wvt2cjxd] {
    max-width: 50rem;
    margin: 0 auto;
    padding: 2rem 4rem;
}

.jobs-completed-buttons[b-35wvt2cjxd] {
    padding: 0 5rem;
}

@media (max-width: 960px) {
    .jobs-completed-buttons[b-35wvt2cjxd] {
        padding: 0
    }

    .jobs-completed-container[b-35wvt2cjxd] {
        padding: 2rem;
    }

    .job-complete-img[b-35wvt2cjxd] {
        width: 13rem;
    }
}
/* /Features/Jobs/Lists/JobListItem.razor.rz.scp.css */
.item-flex[b-u2wlexd2w6]{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-logo[b-u2wlexd2w6] {
    width: 3rem;
    margin-right: .5rem;
}

.job-item-details[b-u2wlexd2w6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.job-item-detail[b-u2wlexd2w6] {
    display: flex;
    align-items: center;
}


.button-item[b-u2wlexd2w6] {
    width: 10rem;
}

@media screen and (max-width: 960px) {
    .job-item-details[b-u2wlexd2w6] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: .2rem;
    }
    
}
/* /Features/Jobs/Lists/JobListItems.razor.rz.scp.css */
.create-job-btn-container[b-hb5e8c3842] {
    width: 15rem;
}

.button-container[b-hb5e8c3842] {
    max-width: 12rem;
    margin: 0 auto;
    margin-bottom: .5rem;
}
/* /Features/Profile/PendingVerification.razor.rz.scp.css */
.popup[b-jtxf6jmcoa] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    .pop

{
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    &__header

{
    display:flex;
    align-items:center;
    margin-bottom: 20px;
    h2

{
    margin: 0;
}

}
}
}

.popup-content[b-jtxf6jmcoa] {
    text-align: left;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.link-text[b-jtxf6jmcoa] {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
 .popup-content[b-jtxf6jmcoa] {
     width: 100%;
    }
 }
/* /Features/Profile/ProfileForm.razor.rz.scp.css */
.agree-checkbox-wrapper :deep(.mud-input-helper-text.mud-input-error)[b-mee1pr5dln] {
    margin-left: 1rem;
    font-weight: bold;
}

/* Make the reCAPTCHA look thinner/compact and align vertically with other inputs */
.recaptcha-compact[b-mee1pr5dln], #recaptcha-container[b-mee1pr5dln] {
    display: inline-flex;
    align-items: center;
    /* closer to MudTextField height but a touch tighter */
    min-height: 48px;
}

/* The widget div injected by Google */
.recaptcha-compact > div[b-mee1pr5dln], #recaptcha-container > div[b-mee1pr5dln] {
    transform: scale(0.8);
    transform-origin: left top;
}

@media (max-width: 600px) {
    .recaptcha-compact > div[b-mee1pr5dln], #recaptcha-container > div[b-mee1pr5dln] {
        transform: scale(0.75);
    }
}

/* Reduce bottom whitespace before the action buttons */
.profile-action-buttons[b-mee1pr5dln] {
    margin-top: 0.25rem; /* pull buttons closer to the recaptcha row */
    margin-bottom: 0;    /* reclaim extra bottom space */
}

/* Trim extra bottom spacing on the terms/recaptcha row */
:where(.mud-grid) + .profile-action-buttons[b-mee1pr5dln] {
    margin-top: 0.125rem;
}

/* Give buttons a larger, consistent click target */
/* MudButton renders a root .mud-button-root, so target both to be safe */
.profile-action-buttons :deep(.mud-button)[b-mee1pr5dln],
.profile-action-buttons :deep(.mud-button-root)[b-mee1pr5dln],
.profile-action-buttons :where(.mud-button, .mud-button-root)[b-mee1pr5dln] {
    min-width: 216px; /* slightly larger for prominence */
    font-weight: 600;
}

/* extra safety: ensure zero bottom margin on the terms/recaptcha row */
.terms-recaptcha-row[b-mee1pr5dln] {
    margin-bottom: 0 !important;
}

/* explicitly style only our two action buttons if needed */
.profile-action-buttons :where(.action-btn)[b-mee1pr5dln] {
    min-height: 40px;
}

/* tighten the stack that groups terms, recaptcha, and actions */
.terms-and-actions[b-mee1pr5dln] {
    gap: 0.25rem; /* reduce default MudStack spacing */
}

/* Nudge the captcha up slightly to reclaim space */
.recaptcha-compact[b-mee1pr5dln] {
    margin-top: -8px; /* nudge up a bit more */
}

/* tighten the terms checkbox spacing */
:where(.mud-checkbox) :where(.mud-button-label, .mud-typography)[b-mee1pr5dln] {
    line-height: 1.2;
}
/* /Features/Profile/Shared/CompanySearchItem.razor.rz.scp.css */
/* Company autocomplete: show selected logo in the start adornment */
:global(.ec-company-adorned .mud-input-adornment-start)[b-2krttn6exx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
}

:global(.ec-company-adorned--has-logo .mud-input-adornment-start)[b-2krttn6exx] {
    display: inline-flex !important;
    width: 28px !important;
    height: 28px !important;
    background-image: var(--ec-company-logo) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

:global(.ec-company-adorned--has-logo .mud-input-adornment-start .mud-icon-root)[b-2krttn6exx] {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}
/* /Features/Recommendations/AllRecommendations.razor.rz.scp.css */
/* Compact empty-state just for AllRecommendations */
.allreco-empty-wrap[b-xzbbzxsjh2] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

:deep(.ec-empty-compact-container)[b-xzbbzxsjh2] {
    position: static;
}

:deep(.ec-empty-compact)[b-xzbbzxsjh2] {
    text-align: center;
}

/* Strongly constrain the illustration just in this card */
.allreco-empty-wrap :deep(.ec-empty-compact-container img.default-image.ec-empty-compact-img)[b-xzbbzxsjh2] {
    width: 140px !important;
    max-width: 140px !important;
    height: auto !important;
}

/* Title below image, compact */
:deep(.ec-empty-compact .title)[b-xzbbzxsjh2] {
    margin-top: 4px;
    font-size: 0.8125rem !important; /* slightly smaller */
    line-height: 1.2;
    color: var(--mud-palette-text-primary);
}

/* keep table empty area tight to avoid unnecessary scroll */
:host :deep(.mud-table-container)[b-xzbbzxsjh2] {
    min-height: 120px;
}
/* /Features/Recommendations/Details/CandidateCVTemplate.razor.rz.scp.css */
.cv__container[b-rk23moqkmh] {
    font-family: var(--mud-typography-default-family);
    box-shadow: var(--mud-elevation-2);
    border-radius: 0.3rem;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: var(--mud-palette-white);
}



.cv__header[b-rk23moqkmh] {
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-white);
    padding: 0.5rem 1rem;
    box-shadow: var(--mud-elevation-4);
    position: absolute;
    width: 100%;
    z-index: 10;
}

.cv__content[b-rk23moqkmh] {
    min-height: 20rem;
    max-height: 30rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.cv__content > div[b-rk23moqkmh] {
    margin-top: 3rem;
    padding: 0 1rem 1rem 1rem;
}

@media (max-width: 960px) {
    .cv__content[b-rk23moqkmh] {
        width: 92vw;
        overflow-x: scroll;
    }
}

.cv-download-button[b-rk23moqkmh],
.cv-download-button.mud-button-root[b-rk23moqkmh],
.cv-download-button.mud-button-filled[b-rk23moqkmh],
button.cv-download-button[b-rk23moqkmh] {
    color: #000000 !important;
    font-weight: 600 !important;
}

.cv-download-button *[b-rk23moqkmh],
.cv-download-button .mud-button-label[b-rk23moqkmh],
.cv-download-button span[b-rk23moqkmh],
.cv-download-button svg[b-rk23moqkmh],
.cv-download-button .mud-button-start-icon[b-rk23moqkmh],
.cv-download-button .mud-button-start-icon *[b-rk23moqkmh] {
    color: #000000 !important;
    fill: #000000 !important;
}

.cv-download-button .mud-icon-root[b-rk23moqkmh],
.cv-download-button .mud-icon-root svg[b-rk23moqkmh],
.cv-download-button .mud-icon-root path[b-rk23moqkmh] {
    color: #000000 !important;
    fill: #000000 !important;
}

.cv-download-button:hover[b-rk23moqkmh],
.cv-download-button:hover *[b-rk23moqkmh],
.cv-download-button:hover .mud-button-label[b-rk23moqkmh],
.cv-download-button:hover .mud-icon-root[b-rk23moqkmh],
.cv-download-button:hover svg[b-rk23moqkmh],
.cv-download-button:hover path[b-rk23moqkmh] {
    color: #000000 !important;
    fill: #000000 !important;
    box-shadow: var(--mud-elevation-4);
}

.cv-download-button:active[b-rk23moqkmh],
.cv-download-button:active *[b-rk23moqkmh],
.cv-download-button:active .mud-button-label[b-rk23moqkmh],
.cv-download-button:active .mud-icon-root[b-rk23moqkmh],
.cv-download-button:active svg[b-rk23moqkmh],
.cv-download-button:active path[b-rk23moqkmh] {
    color: #000000 !important;
    fill: #000000 !important;
}
/* /Features/Recommendations/Details/CandidateSkillsBanner.razor.rz.scp.css */
/* Scoped styles for CandidateSkillsBanner */
.relative-card[b-h63bqc7hwd] {
  position: relative;
  padding: 16px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/* Status no longer absolute; shown inline below chips */

.company-avatar[b-h63bqc7hwd] {
  background-color: var(--mud-palette-grey-light);
}

.company-avatar img[b-h63bqc7hwd] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.short-list--item[b-h63bqc7hwd] {
    position: absolute;
    top: 0;
    right: 20px;
    background: var(--mud-palette-secondary);
    display: flex;
    align-items: center;
    padding: 0.3rem 0.5rem;
    box-shadow: var(--mud-elevation-3);
    cursor: pointer;
}

.short-list-container[b-h63bqc7hwd]{
    display:flex;
    align-items:center;
    width:100%;
    padding:12px;
}

.rejected[b-h63bqc7hwd] {
  background: var(--mud-palette-error) !important;
}

/* Layout: large avatar at full card height, responsive */
.ec-candidate-banner[b-h63bqc7hwd] {
  display: flex;
  align-items: flex-start; /* align right content with top of avatar */
  gap: 16px;
}

/* Right body should flex and allow content to use available width */
.ec-banner-body[b-h63bqc7hwd] {
  flex: 1 1 auto;
  min-width: 0;
}

.ec-avatar-fill[b-h63bqc7hwd] {
  position: relative;
  flex: 0 0 auto;
  /* Keep square but prevent it from dominating the card */
  width: clamp(112px, 18vw, 200px);
  aspect-ratio: 1 / 1;           /* square */
  height: auto;                  /* width drives height */
  border-radius: 8px;
  overflow: hidden;
}

/* Right column nudged to the far side on wide screens */
.ec-right-col[b-h63bqc7hwd] {
  margin-left: auto;
}

/* Ensure the ProfileImage inside fills the container */
/* Deep select child component content */
.ec-avatar-fill[b-h63bqc7hwd]  .profile-image {
  width: 100%;
  height: 100%;
}
.ec-avatar-fill[b-h63bqc7hwd]  .image-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* No avatar-badge now; status lives at card top-right */

/* Chips row under experience */
.chips-row[b-h63bqc7hwd] {
  flex-wrap: wrap;
  gap: 8px;
}

.chips-row[b-h63bqc7hwd]  .mud-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

/* Icon sizing inside chips */
.chips-row[b-h63bqc7hwd]  .mud-icon-root {
  width: 16px !important;
  height: 16px !important;
  opacity: 0.9;
}

/* Company section refinements */
.company-section[b-h63bqc7hwd] {
  gap: 12px;
}

.company-logo-avatar[b-h63bqc7hwd] {
  width: 40px;
  height: 40px;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
}

.company-info[b-h63bqc7hwd] {
  padding-left: 4px;
}

/* Experience section refinements */
.experience-section[b-h63bqc7hwd] {
  gap: 12px;
}

.experience-badge[b-h63bqc7hwd] {
  width: 40px;
  height: 40px;
  border-radius: 50%; /* Circular */
}

.experience-info[b-h63bqc7hwd] {
  padding-left: 4px;
}

/* Candidate Highlights Section */
.candidate-highlights-section[b-h63bqc7hwd] {
  margin-top: 8px;
}

.highlights-badges[b-h63bqc7hwd] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.highlight-pill[b-h63bqc7hwd] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #492D21;
  line-height: 1.3;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.highlight-pill:hover[b-h63bqc7hwd] {
  background-color: #F9FAFB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.highlight-pill-clickable[b-h63bqc7hwd] {
  cursor: pointer;
}

.highlight-pill-clickable:hover[b-h63bqc7hwd] {
  background-color: #FEF3E2;
  border-color: #492D21;
  box-shadow: 0 2px 4px rgba(73, 45, 33, 0.12);
  transform: translateY(-1px);
}

.highlight-pill-clickable:active[b-h63bqc7hwd] {
  transform: translateY(0);
}

.highlight-pill-verified[b-h63bqc7hwd] {
  background-color: #FEF9E7;
  border-color: #fccb4f;
}

.highlight-pill-verified:hover[b-h63bqc7hwd] {
  background-color: #FEF3E2;
  border-color: #f7a43c;
}

.highlight-pill[b-h63bqc7hwd]  .mud-icon-root {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0;
}

/* Top skills under title spacing */
.top-skills[b-h63bqc7hwd] { margin-top: 6px; }
.top-skills[b-h63bqc7hwd]  .mud-chip { margin-top: 2px; }

/* Responsive adjustments */
@media (max-width: 960px) {
  .relative-card[b-h63bqc7hwd] {
    padding: 12px 16px;
  }
  
  .company-section[b-h63bqc7hwd],
  .experience-section[b-h63bqc7hwd] {
    gap: 10px;
  }
  
  .company-logo-avatar[b-h63bqc7hwd],
  .experience-badge[b-h63bqc7hwd] {
    width: 36px;
    height: 36px;
  }
}
/* /Features/Recommendations/Details/InterviewSchedulerItem.razor.rz.scp.css */
.schedular__button--container[b-bpf5wu5ct3] {
    margin: 0 auto;
    max-width: 90%;
}

.schedular__button[b-bpf5wu5ct3] {
    background: #E0E0E0;
    padding: .5rem;
    border: none;
    border-radius: 5px;
    width: 100%;
}

/* /Features/Recommendations/Details/Meetings/MeetingPreviewer.razor.rz.scp.css */
/* ============================================
   MUDBLAZOR NATIVE IMPLEMENTATION
   Minimal CSS - MudBlazor handles most styling
   ============================================ */

/* Flex utilities for responsive layout */
.flex-grow-1[b-znt2v1d7ux] {
    flex-grow: 1;
}

.flex-wrap[b-znt2v1d7ux] {
    flex-wrap: wrap;
}

/* Actions container for responsive buttons */
.actions-container[b-znt2v1d7ux] {
    width: 100%;
}

/* Mobile: Stack buttons vertically */
@media (max-width: 959px) {
    .actions-container[b-znt2v1d7ux] {
        flex-direction: column !important;
    }

    .actions-container add-to-calendar-button[b-znt2v1d7ux] {
        width: 100%;
    }
}

/* Desktop: Side by side with proper spacing */
@media (min-width: 960px) {
    .actions-container[b-znt2v1d7ux] {
        flex-direction: row !important;
        justify-content: center;
    }
}
/* /Features/Recommendations/Details/Meetings/MeetingSchedulerItemModal.razor.rz.scp.css */
.main-content[b-cf68lyr041] {
margin-top: 1rem;
}
/* /Features/Recommendations/Details/OfferJob/OfferJobFormModal.razor.rz.scp.css */
.job-offer-container[b-dly70llzed] {
    max-height: 90vh;
    overflow: hidden scroll;
    padding: 0 1rem;
}

.hide-file[b-dly70llzed] {
    display: none;
}

.margin-bottom[b-dly70llzed]{
    margin-bottom: 0.5rem !important;
}

.show-file[b-dly70llzed] {
    display: block;
}

.upload-zone[b-dly70llzed] {
    border: 1px dashed #000;
    padding: 20px;
    text-align: center;
    background-color: #e3e3e3;
    min-height: 100px;
    border-radius: 8px;
    color: #262626;
    font-size: 1rem;
    margin-top: 1.3rem;
    position:relative;
}

input[id^="mud_fileupload_"][b-dly70llzed] {
    position: absolute;
    width: 100%;
    height: 22vh;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

.file-chips-container[b-dly70llzed] {
    margin-top: 10px;
}

.file-chip[b-dly70llzed] {
    margin-top: 8px;
}

.file-chip[b-dly70llzed] {
    margin-top: 10px;
    margin-right: 5px;
}

.mud-input .mud-input-slot-root[b-dly70llzed] {
    font-size: 1rem;
}
/* /Features/Recommendations/Details/RecommendationChatCandidateItem.razor.rz.scp.css */
/* Contact Information Styling */
.contact-stack[b-nprzdydqj2] {
    width: 100%;
    min-height: 24px;
}

.contact-link[b-nprzdydqj2] {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Mobile responsive */
@media (max-width: 600px) {
    .contact-link[b-nprzdydqj2] {
        font-size: 0.7rem !important;
    }
}

/* Laptops that are narrow but above mobile */
@media (max-width: 1024px) and (min-width: 601px) {
    .contact-link[b-nprzdydqj2] {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}
/* /Features/Recommendations/Details/RecommendationDetailsPage.razor.rz.scp.css */
.my-custom-class[b-m7fg068txy] {
    filter: blur(5px); !important;
}

/* Tight spacing between sections */
.cv-calendly-container[b-m7fg068txy] {
    margin-bottom: 8px; /* Minimal spacing between cv/calendly and recommender */
}

.recommender-item[b-m7fg068txy] {
    margin-top: 8px; /* Minimal top spacing */
    margin-bottom: 8px; /* Minimal bottom spacing */
    padding: 0; /* No padding */
}

/* Main grid with minimal spacing */
.mb-2[b-m7fg068txy] {
    padding-bottom: 0;
    margin-bottom: 0; /* No extra grid spacing */
}
/* /Features/Recommendations/Details/RecommendationTakeNoteItem.razor.rz.scp.css */
/* Add Note Card - Minimal & Brand-Aligned */
.add-note-card[b-derkb00dwy] {
  padding: 20px !important;
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 360px;
  width: 100%;
}

/* Title - Matching Contact Candidate style */
.add-note-title[b-derkb00dwy] {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #492D21;
  margin-bottom: 4px;
}

/* Textarea Styling */
.add-note-textarea[b-derkb00dwy]  .mud-input-outlined {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 14px;
  border-color: #E2E2E2;
  border-radius: 8px;
}

.add-note-textarea[b-derkb00dwy]  .mud-input-outlined:hover {
  border-color: #492D21;
}

.add-note-textarea[b-derkb00dwy]  .mud-input-outlined.mud-input-outlined-focused {
  border-color: #492D21;
  border-width: 2px;
}

.add-note-textarea[b-derkb00dwy]  .mud-input-slot {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 14px;
  padding: 12px;
}

.add-note-textarea[b-derkb00dwy]  .mud-input::placeholder {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 14px;
  color: #9CA3AF;
  opacity: 1;
}

/* Save Note Button - Compact & Brand Brown */
.save-note-button[b-derkb00dwy] {
  background-color: #492D21 !important;
  color: white !important;
  height: 40px !important;
  min-height: 40px !important;
  border-radius: 8px;
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  box-shadow: 0 2px 4px rgba(73, 45, 33, 0.2);
  transition: all 0.2s ease;
}

.save-note-button:hover[b-derkb00dwy] {
  background-color: #2E1E17 !important;
  box-shadow: 0 4px 6px rgba(73, 45, 33, 0.3);
}

.save-note-button:disabled[b-derkb00dwy] {
  background-color: #D1D5DB !important;
  color: #9CA3AF !important;
}

.save-note-button[b-derkb00dwy]  .mud-button-label {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .add-note-card[b-derkb00dwy] {
    padding: 16px !important;
    max-width: 100%;
  }

  .add-note-label[b-derkb00dwy] {
    font-size: 13px;
  }

  .add-note-textarea[b-derkb00dwy]  .mud-input-slot {
    font-size: 13px;
    padding: 10px;
  }

  .save-note-button[b-derkb00dwy] {
    height: 36px !important;
    min-height: 36px !important;
    font-size: 13px;
  }
}
/* /Features/Recommendations/Details/RecommenderItem.razor.rz.scp.css */
/* Mobile tweaks for recommender card */
.recommender-card--mobile[b-tsisspsloz] {
    padding: 6px !important;
}

.stats-grid[b-tsisspsloz] {
    width: 100%;
}

.stat-tile[b-tsisspsloz] {
    background-color: #F9FAFB;
    border-left: 2px solid transparent;
    padding: 6px !important;
}

.stat-tile--success[b-tsisspsloz] {
    border-left-color: #10B981;
}

.stat-tile--warning[b-tsisspsloz] {
    background-color: #FEF3C7;
    border-left-color: #F59E0B;
}

.stat-tile--info[b-tsisspsloz] {
    background-color: #EEF2FF;
    border-left-color: #3B82F6;
}

.stat-icon--success[b-tsisspsloz] {
    color: #10B981;
}

.stat-icon--warning[b-tsisspsloz] {
    color: #F59E0B;
}

.stat-icon--info[b-tsisspsloz] {
    color: #3B82F6;
}

.contact-link[b-tsisspsloz] {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Name block vertical adjustment to visually center with avatar */
.name-block[b-tsisspsloz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.name-shift[b-tsisspsloz] {
    margin-top: 2px; /* subtle shift down to align with avatar center */
}

/* Compact stats to reduce bottom whitespace */
.stats-grid .mud-grid-item[b-tsisspsloz] {
    margin-bottom: 4px;
}

@media (max-width: 600px) {
    .contact-link[b-tsisspsloz] {
        font-size: 0.7rem !important;
    }
}

/* Laptops that are narrow but above mobile */
@media (max-width: 1024px) and (min-width: 601px) {
    .contact-link[b-tsisspsloz] {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}
.recommender__image[b-tsisspsloz] {
    min-width: 7rem;
}

/* Smart Layout Design - Use Space Efficiently */
.recommender-grid[b-tsisspsloz] {
    gap: 12px; /* Proper spacing between grid items */
    margin-bottom: 0; /* No extra bottom margin - parent controls spacing */
}

/* Enhanced Profile Card Styling */
.profile-card[b-tsisspsloz] {
    background-color: #FAFAFA;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    height: 100%; /* Ensure consistent height */
    display: flex;
    flex-direction: column;
}

.profile-card:hover[b-tsisspsloz] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.profile-avatar[b-tsisspsloz] {
    width: 48px;
    height: 48px;
    border: 2px solid #E5E7EB;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Better trust indicator layout */
.trust-indicator[b-tsisspsloz] {
    background-color: #F9FAFB;
    border-left: 4px solid transparent;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    height: 100%; /* Match the exact height of profile section */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Trust level indicators */
.trust-indicator--high[b-tsisspsloz] {
    border-left-color: #10B981;
    background-color: #ECFDF5;
}

.trust-indicator--medium[b-tsisspsloz] {
    border-left-color: #F59E0B;
    background-color: #FFFBEB;
}

.trust-indicator--low[b-tsisspsloz] {
    border-left-color: #EF4444;
    background-color: #FEF2F2;
}

/* Trust icon colors */
.trust-icon--high[b-tsisspsloz] {
    color: #10B981;
}

.trust-icon--medium[b-tsisspsloz] {
    color: #F59E0B;
}

.trust-icon--low[b-tsisspsloz] {
    color: #EF4444;
}

.trust-icon--confidence[b-tsisspsloz] {
    color: #3B82F6;
}

.trust-icon--focus[b-tsisspsloz] {
    color: #8B5CF6;
}

.trust-icon--relationship[b-tsisspsloz] {
    color: #10B981;
}

/* Trust progress bar */
.trust-progress[b-tsisspsloz] {
    border-radius: 4px;
    overflow: hidden;
}

/* Smart trust details layout - use flex-wrap for responsive design */
.trust-details-smart[b-tsisspsloz] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px; /* Vertical and horizontal gaps */
    align-items: flex-start;
    margin-top: 8px;
}

/* Multi-column grid layout for trust details */
.trust-details-grid[b-tsisspsloz] {
    margin-top: 8px;
    width: 100%;
}

.trust-details-grid .mud-grid-item[b-tsisspsloz] {
    padding: 8px 12px !important;
}

.trust-detail-item[b-tsisspsloz] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: fit-content;
    flex: 0 1 auto; /* Allow items to wrap naturally */
}

.trust-detail-item .mud-text[b-tsisspsloz] {
    white-space: nowrap;
    font-size: 0.75rem;
    line-height: 1.3;
}

/* Only truncate company names with tooltip */
.company-name-truncated[b-tsisspsloz] {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: help;
}

/* Responsive breakpoints for smart layout */
@media (max-width: 1366px) {
    .trust-details-smart[b-tsisspsloz] {
        flex-direction: column;
        gap: 6px;
    }

    .trust-detail-item[b-tsisspsloz] {
        width: 100%;
        justify-content: flex-start;
    }

    .company-name-truncated[b-tsisspsloz] {
        max-width: 120px; /* More space when stacked vertically */
    }

    .profile-card[b-tsisspsloz] {
        padding: 12px !important;
    }
}

@media (max-width: 1200px) {
    .recommender-grid[b-tsisspsloz] {
        gap: 6px;
    }

    .profile-card[b-tsisspsloz] {
        padding: 10px !important;
    }

    .trust-indicator[b-tsisspsloz] {
        padding: 10px !important;
    }
}

@media (max-width: 1024px) {
    .recommender-grid[b-tsisspsloz] {
        gap: 12px;
    }

    .trust-details-smart[b-tsisspsloz] {
        gap: 8px;
    }

    .profile-card[b-tsisspsloz] {
        padding: 16px !important;
    }

    .trust-indicator[b-tsisspsloz] {
        padding: 16px !important;
    }
}

/* Contact Information Fixes */
.contact-info-grid[b-tsisspsloz] {
    margin-top: 8px;
}

.contact-item[b-tsisspsloz] {
    min-height: 32px; /* Ensure consistent height */
    margin-bottom: 4px;
}

.contact-stack[b-tsisspsloz] {
    width: 100%;
    min-height: 24px;
}

/* Ensure contact links don't overlap */
.contact-link[b-tsisspsloz] {
    max-width: calc(100% - 24px); /* Account for icon width */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

/* Force vertical stacking on smaller screens */
@media (max-width: 960px) {
    .contact-info-grid .mud-grid-item[b-tsisspsloz] {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .contact-item[b-tsisspsloz] {
        margin-bottom: 8px;
    }
}

/* Ensure proper spacing on mobile */
@media (max-width: 768px) {
    .recommender-grid[b-tsisspsloz] {
        gap: 8px;
    }

    .profile-avatar[b-tsisspsloz] {
        width: 40px;
        height: 40px;
    }

    .company-name-truncated[b-tsisspsloz] {
        max-width: 80px;
    }

    .contact-link[b-tsisspsloz] {
        font-size: 0.7rem !important;
        max-width: calc(100% - 20px);
    }
}
/* /Features/Recommendations/Jobs/JobAssignerItem.razor.rz.scp.css */
.item-flex[b-owdtmwc47v] {
    display: flex;
    align-items: center;
}
/* /Features/Recommendations/Jobs/RecommendationJobAssignmentModal.razor.rz.scp.css */
.subText[b-c3ytgdfihs] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-dialog-content[b-c3ytgdfihs] {
    height: 80% !important;
    width: 70% !important;
}
/* /Features/Recommendations/Shared/RecommendationList.razor.rz.scp.css */
.recommendation-button__toggle--left[b-2v0h3en9f8], .recommendation-button__toggle--right[b-2v0h3en9f8] {
    background-color: var(--mud-palette-secondary-lighten);
    border-radius: .2rem;
    position: absolute;
    top: 50%;
    z-index: 10;
    padding: .3rem;
    box-shadow: var(--mud-elevation-1);
    transition: all .2s ease-in-out;
}

.recommendation-button__toggle--left[b-2v0h3en9f8] {
    left: 0;
}

.recommendation-button__toggle--right[b-2v0h3en9f8] {
    right: 0;
}

.recommendation-button__toggle--left:hover[b-2v0h3en9f8], .recommendation-button__toggle--right:hover[b-2v0h3en9f8] {
    background-color: var(--mud-palette-secondary);
}

.medium__height[b-2v0h3en9f8] {
    min-height: 20rem;
}

/* Mobile-specific styles */
.mobile-recommendation-list[b-2v0h3en9f8] {
    padding: 0.5rem !important;
}

@media (max-width: 768px) {
    .mobile-recommendation-list[b-2v0h3en9f8] {
        border-radius: 8px;
    }
    
    /* Hide carousel navigation on mobile for better UX */
    .mobile-recommendation-list .mud-carousel-bullets[b-2v0h3en9f8] {
        display: none;
    }
    
    .mobile-recommendation-list .mud-carousel-controls[b-2v0h3en9f8] {
        display: none;
    }
    
    /* Better mobile carousel spacing */
    .mobile-recommendation-list .mud-carousel-item[b-2v0h3en9f8] {
        padding: 0.25rem;
    }
}
/* /Features/Recommendations/Shared/RecommendationListItem.razor.rz.scp.css */
.recommendation__item[b-moqp7m3j3w] {
    font-family: var(--mud-typography-default-family);
    padding: 2px 0.7rem 2px 2px;
    box-shadow: var(--mud-elevation-1);
    border-radius: 0.3rem;
    height: 100%;
    width: 100%;
    /* width: 20rem;*/
    position: relative;
    background-color: var(--mud-palette-white);
    max-width: 30rem;
    max-height: 8rem;
}

    .recommendation__item:hover[b-moqp7m3j3w] {
        cursor: pointer;
        transform: scale(1.03);
        transition: all .2s ease-in-out;
        background-color: var(--mud-palette-secondary-lighten);
    }

    .recommendation__item--tag[b-moqp7m3j3w] {
        transform: rotate(409deg) translate(0, 0);
        position: absolute;
        top: 13px;
        right: -27px;
        background-color: var(--mud-palette-secondary);
        color: var(--mud-palette-primary);
        width: 75px;
        z-index: 10;
        text-align: center;
        clip-path: polygon(21.1% 0%, 60.1% 0%, 85% 93%, 0% 82%);
    }

.recommendation__items--container[b-moqp7m3j3w] {
    margin: 0.5rem 1rem;
}

.tag-name[b-moqp7m3j3w] {
    margin-right: 0.5rem;
}

.subtitle[b-moqp7m3j3w] {
    color: #B8B8B8;
    font-family: var(--mud-typography-default-family);
    font-weight: 200;
    font-size: 0.7rem;
    font-style: normal;
}

.display-heading[b-moqp7m3j3w] {
    color: var(--mud-palette-primary);
    font-family: var(--mud-typography-default-family);
    font-weight: 500;
    font-style: normal;
}

.candidate-item[b-moqp7m3j3w], .candidate-location[b-moqp7m3j3w] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.candidate-recommender-item[b-moqp7m3j3w], .candidate-location-salary[b-moqp7m3j3w], .recommendation__item-footer[b-moqp7m3j3w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}

.candidate-recommender-item[b-moqp7m3j3w], .candidate-location-salary[b-moqp7m3j3w] {
    margin-bottom: .1rem;
}

.btn[b-moqp7m3j3w]{
    width: 7rem
}

@media (max-width: 960px) {

}

/* New responsive helpers extracted from inline styles */
.badge--top-right-desktop[b-moqp7m3j3w] { top: 8px; right: 8px; }
.badge--top-right-mobile[b-moqp7m3j3w] { top: 6px; right: 6px; }

.name-max[b-moqp7m3j3w] { max-width: 200px; }
.job-max[b-moqp7m3j3w] { max-width: 200px; }
.recommender-max[b-moqp7m3j3w] { max-width: 150px; }

@media (max-width: 960px) {
    .name-max[b-moqp7m3j3w] { max-width: 100%; }
    .job-max[b-moqp7m3j3w] { max-width: 100%; }
    .recommender-max[b-moqp7m3j3w] { max-width: 100%; }
}

.lh-tight-1[b-moqp7m3j3w] { line-height: 1.2; }
.lh-tight-2[b-moqp7m3j3w] { line-height: 1.3; }
/* /Features/Shared/CompanyProfile.razor.rz.scp.css */
.logo[b-v3t007ojpj] {
    box-shadow: var(--mud-elevation-1);
    padding: .5rem;
}

.logo-img[b-v3t007ojpj] {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
}

.company-text[b-v3t007ojpj] {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--mud-palette-primary);
}

.logo-container[b-v3t007ojpj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
/* /Features/Shared/GlobalSpinner.razor.rz.scp.css */
.spinner-backdrop[b-zhccy48cfp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent backdrop */
    z-index: 9999;
    align-items: center;
    justify-content: center;
    overflow-y:hidden;
}

.spinner[b-zhccy48cfp] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: conic-gradient(
        #492D21 0deg 120deg,
        #F2994A 120deg 240deg,
        #492D21 240deg 360deg
    );
    -webkit-mask:
        radial-gradient(farthest-side,
            transparent calc(100% - 8px),
            black calc(100% - 8px)
        );
    mask:
        radial-gradient(farthest-side,
            transparent calc(100% - 8px),
            black calc(100% - 8px)
        );
    animation: ec-spin-b-zhccy48cfp 1.5s ease-in-out infinite;
}

@keyframes ec-spin-b-zhccy48cfp {
    to { transform: rotate(360deg); }
}
/* /Shared/AppBar/AppBar.razor.rz.scp.css */
[b-mat4dm885c] .appbar {
  background: white !important;
}

.appbar__items[b-mat4dm885c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 0;
  height: 100%;
  margin: 0 7rem;
}
.appbar__items--image[b-mat4dm885c] {
  width: 10rem;
  object-fit: contain;
  cursor: pointer;
}
.appbar__items--right[b-mat4dm885c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appbar__items--right-icons[b-mat4dm885c] {
  padding-left: 1rem;
}
.appbar__items--right-links[b-mat4dm885c] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

[b-mat4dm885c] .appbar__link {
  color: #000 !important;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  width: auto !important;
  min-width: 5rem;
}
[b-mat4dm885c] .appbar__link:hover, [b-mat4dm885c] .appbar__link--active {
  background: #492d21;
  color: var(--mud-palette-secondary) !important;
  text-decoration: none !important;
  border-radius: 0.2rem;
  box-shadow: var(--mud-elevation-2);
}


@media(max-width:1370px) {
    .appbar__items[b-mat4dm885c] {
        margin: 0 2rem;
    }
}


@media (max-width: 960px) {
    .appbar__items[b-mat4dm885c] {
        margin: 0;
    }
    
}

[b-mat4dm885c](.mud-nav-link.mud-nav-link-disabled) {
}
/* /Shared/Components/Card/ECCard.razor.rz.scp.css */
.ec-card__hovered:hover[b-pa86h7f2d9] {
    background-color: #FFF7E5;
    cursor: pointer;
}

.ec-card[b-pa86h7f2d9] {
    font-family: var(--mud-typography-default-family);
    padding: 1rem;
    box-shadow: var(--mud-elevation-1);
    border-radius: 0.3rem;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: var(--mud-palette-white);
}
/* /Shared/Components/CompanyBio/CompanyLogo.razor.rz.scp.css */
.img-txt[b-sq0k1lyu3a] {
    display: flex;
    align-items: center;
}

.img[b-sq0k1lyu3a] {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.txt[b-sq0k1lyu3a] {
    margin-left: 5px;
}
/* /Shared/Components/CompanyLogoDisplay.razor.rz.scp.css */
.company-display[b-wf0nd683vu] {
    max-width: 100%;
    overflow: visible; /* Allow tooltip to show */
    display: flex;
    align-items: center;
}

.company-logo[b-wf0nd683vu] {
    flex-shrink: 0;
    background-color: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.company-name-truncated[b-wf0nd683vu] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px; /* Only truncate company names */
    min-width: 0;
    cursor: help;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .company-name[b-wf0nd683vu] {
        max-width: 100px;
        font-size: 0.7rem;
    }
}

/* Hover effect for company display */
.company-display:hover .company-logo[b-wf0nd683vu] {
    transform: scale(1.05);
    transition: transform 0.2s ease;
}

.company-display:hover .company-name[b-wf0nd683vu] {
    color: #492d21;
    transition: color 0.2s ease;
}

/* 13-inch screens (1366px) - very aggressive constraints */
@media (max-width: 1366px) and (min-width: 1200px) {
    .company-name[b-wf0nd683vu] {
        max-width: 60px !important;
        font-size: 0.65rem !important;
    }

    .company-logo[b-wf0nd683vu] {
        width: 16px !important;
        height: 16px !important;
    }
}

/* Smaller laptops */
@media (max-width: 1280px) and (min-width: 1024px) {
    .company-name[b-wf0nd683vu] {
        max-width: 50px !important;
        font-size: 0.6rem !important;
    }

    .company-logo[b-wf0nd683vu] {
        width: 14px !important;
        height: 14px !important;
    }
}
/* /Shared/Components/DropFileZone/ECDropFileZone.razor.rz.scp.css */
.file-dropzone[b-0ivoqmjrf9] {
    background: #E0E0E0;
    min-height: 105px;
    border: 1px dashed #492D21;
}

.drop-zone-active[b-0ivoqmjrf9] {
    border-color: var(--mud-palette-secondary);
    background: #e0e0e0;
}
/* /Shared/Components/ECEmptyData.razor.rz.scp.css */


.title[b-ypgc2mdut4] {
    text-align: center;
    font-size: 16px;
    padding: 12px;
}

.job-img[b-ypgc2mdut4] {
    width: 30% !important;
}

.recommendation-slide-img[b-ypgc2mdut4] {
    width:14rem;
}
.recommendation-page-empty-img[b-ypgc2mdut4] {
    width: 23rem;
}


img[b-ypgc2mdut4] {
    display: block;
    margin: 0 auto;
}

/* Compact variant used when ECEmptyData.Compact = true */
.ec-empty--compact-container[b-ypgc2mdut4] {
    position: static;
}

.ec-empty--compact .title[b-ypgc2mdut4] {
    font-size: 0.8125rem;
    padding: 6px;
}

img.ec-empty-img--compact[b-ypgc2mdut4] {
    width: 160px !important;
    max-width: 160px !important;
    height: auto !important;
}

@media screen and (max-width: 960px) {
    .img-xs[b-ypgc2mdut4] {
        display: block;
        max-width: 14rem;
        margin: 0 auto;
        height: 8rem;        
    }

    .img[b-ypgc2mdut4]{
        width: 80%;
    }

    .recommendation-page-empty-img[b-ypgc2mdut4] {
        width: 80%;
    }
}
/* /Shared/Components/Panel/ECPanel.razor.rz.scp.css */
.ec-panel[b-zobfa5tj6l] {
    font-family: var(--mud-typography-default-family);
    padding: 1rem;
    border-radius: 0.3rem;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: var(--mud-palette-white);
    box-shadow: var(--mud-elevation-2);
}
.ec-panel__primary[b-zobfa5tj6l] {
  background: var(--mud-palette-primary);
  color: #fff;
}

@media (max-width: 960px) {
    .ec-panel[b-zobfa5tj6l] {
        padding: 1rem 0.3rem;*
    }
}
/* /Shared/Components/ProfileBio.razor.rz.scp.css */
.widget-user-header[b-00930e6r6k] {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    height: 135px;
    padding: 1rem;
    text-align: center;
}

.widget-user-username[b-00930e6r6k] {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    line-height: 1.2;
}

.widget-user-desc[b-00930e6r6k] {
    margin-top: 0;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.bg-info[b-00930e6r6k] {
    color: #fff !important;
    background-color: #DDA707;
}

.widget-user-image[b-00930e6r6k] {
    left: 50%;
    margin-left: -60px;
    position: relative;
    top: -60px;
}

.widget-user-image img[b-00930e6r6k] {
    border: 3px solid #fff;
    height: auto;
    width: 120px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    border-radius: 50%;
    vertical-align: middle;
}

.card-footer[b-00930e6r6k] {
    padding: 0 1.25rem;
    margin-top: -50px;
}

.border-right[b-00930e6r6k] {
    border-right: 1px solid #dee2e6;
    margin-bottom: 15px;
}

.description-block[b-00930e6r6k] {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.description-header[b-00930e6r6k] {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.description-text[b-00930e6r6k] {
    text-transform: uppercase;
}
/* /Shared/Components/Statistics/ECStatisticsBanner.razor.rz.scp.css */
.stats-heading[b-htm3z3f4ad] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* /Shared/Components/Statistics/ECStatisticsBannerItem.razor.rz.scp.css */
.stats[b-uy43ktpsz3] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    font-family: var(--mud-typography-default-family);
}

.stats__image[b-uy43ktpsz3] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats__display-number[b-uy43ktpsz3], .stats__display-title[b-uy43ktpsz3] {
    display: block;
    font-family: inherit;
}

.stats__display-title[b-uy43ktpsz3] {
    font-size: 13px;
}
/* /Shared/Components/Stepper/ECStepperHeader.razor.rz.scp.css */
.flex-container[b-u5g98361x6] {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 1rem 1rem 0 0;
 }

.toolbar[b-u5g98361x6] {
    min-width: 25%;
}

.tabs[b-u5g98361x6] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 1rem;
    text-align:center;
}

.tab-item[b-u5g98361x6] {
    border-bottom: 2px solid #E0E0E0;
    width: 100%;
    text-align: center;
    margin-right: .5rem;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.tab-item:hover[b-u5g98361x6] {
    border-bottom-color: var(--mud-palette-primary);
}

h3[b-u5g98361x6] {
    font-size: 14px;
    font-family: var(--mud-typography-default-family);
    font-weight: 500;
    line-height: 27px;
}

.tab-active[b-u5g98361x6] {
    border-bottom-color: var(--mud-palette-primary);
}

.joblist-item-header[b-u5g98361x6] {
    background-color: var(--mud-palette-white);
    box-shadow: var(--mud-elevation-2);
}

@media screen and (max-width: 960px) {
    .toolbar[b-u5g98361x6] {
        min-width: 40%;
        flex: 0;
    }

    .stepper-header[b-u5g98361x6] {
        font-size: 11px;
        max-width: 60px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .flex-container[b-u5g98361x6] {
        padding-right: .2rem;
    }

    .tab-item[b-u5g98361x6] {
        margin-right: .2rem;
    }

    .tabs[b-u5g98361x6] {
        margin-right: .1rem;
        margin-left: .1rem;
    }
}
/* /Shared/Components/Table/ECTableToolBar.razor.rz.scp.css */
.search-bar[b-voeujqt35w] {
    max-width: 150rem;
}
/* /Shared/FooterContent.razor.rz.scp.css */
.footer-content[b-nsd9yjbtr5] {   
    font-family: var(--mud-palette-primary);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    text-align: center;
    color: #6B7280;
}

footer[b-nsd9yjbtr5]{
    text-align:center;
    margin-top: auto;
    padding: 1rem 0;
}

@media (max-width: 960px) {
    .footer-content[b-nsd9yjbtr5] {       
        font-size: 0.75rem;        
    }
}
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.main-content[b-ycibvk6lvh] {
  margin: 0 7rem;
  margin-top: 1rem;
    position: relative;
}

@media(max-width:1370px) {
    .main-content[b-ycibvk6lvh] {
        margin: 1rem 2rem;
    }
}

@media (max-width: 960px) {
    .main-content[b-ycibvk6lvh] {
        margin: .5rem 0;
    }
}

.mud-link:hover[b-ycibvk6lvh] {
    background-color: var(--mud-palette-secondary);
    color: var(--mud-palette-primary);
}

.background-pattern-left[b-ycibvk6lvh] {
    position: fixed;
    left: -5rem;
    bottom: 3rem;
    z-index: -1;
}

.background-pattern-right[b-ycibvk6lvh] {
    position: fixed;
    right: -8rem;
    top: 6rem;
    z-index: -1;
}

.main-layout[b-ycibvk6lvh]{
    display: flex;
    flex-direction: column;
    min-height:100vh;
    justify-content: space-between;
}

.footer-section[b-ycibvk6lvh]{
    margin-top: 0.5rem;
}

.content-section[b-ycibvk6lvh] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    min-height: 85%;
}
/* /Shared/PageGuidance.razor.rz.scp.css */
.guidance[b-ly2mmmjqa1] {
    padding: 1rem;
}

.guidance__description[b-ly2mmmjqa1] {
    margin: 1rem 0;
}

.guidance__point[b-ly2mmmjqa1] {
    margin-top: 0.5rem;
    width: 100%;
}

.guidance-illustration[b-ly2mmmjqa1] {
    max-width: 15rem;
    max-height: 15rem;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 1rem;
}

@media (max-width: 960px) {
    .guidance[b-ly2mmmjqa1] {
        padding: 0;
        min-height: 0;
    }
}
/* /Shared/PageNotFound.razor.rz.scp.css */
.not-found[b-7114lavdak] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.not-found-text[b-7114lavdak] {
    color: var(--mud-palette-primary);
    text-align: center;
    font-family: var(--mud-typography-default-family);    
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.not-found-message[b-7114lavdak] {
    color: #6E6B7B;
    text-align: center;
    font-family: var(--mud-typography-default-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; 
}

.action-button[b-7114lavdak] {
    display: flex;
    align-items: center;  
    width: 10rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.not-found-image[b-7114lavdak] {
   display: block;
   margin: 0 auto;
}
/* /Shared/ProfileImage.razor.rz.scp.css */
.profile-image[b-4wr2i9mjtf] {
    display: flex;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 1;
    user-select: none;
    border-radius: 50%;
    justify-content: center;
    color: var(--mud-palette-white);
    background-color: var(--mud-palette-grey-light);
    background: #F6F6F6;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
}

.image-item[b-4wr2i9mjtf] {
    color: transparent;
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
    text-indent: 10000px;
}

/* Allow the profile image wrapper to fill its container */
.profile-image.fill[b-4wr2i9mjtf] {
    width: 100%;
    height: 100%;
}

/* Square and size variants */
.profile-image.square[b-4wr2i9mjtf] {
    border-radius: 8px;
}

.profile-image.size-64[b-4wr2i9mjtf] {
    width: 64px;
    height: 64px;
}

.profile-image.size-80[b-4wr2i9mjtf] {
    width: 80px;
    height: 80px;
}
