@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap');

:root {
    /* Palette */
    --bp-morocco-brown: #411a00;
    --bp-light-brown: #c8b5a7;
    --bp-mauve: #AB9294;
    --bp-coral-reef: #c8b5a78f;
    --bp-background: #c8b5a75e;
    --bp-goose-down: #794429;
    --bp-accent2: #ff6124;
    --bp-base-text: #24282B; /*This may be redundant*/
    --accent: #A79F9E;
    --section-header: #411A00;
    --base-text: #24282B;
    --primary: #794429;
    --bp-title-font: 'Libre Baskerville';
    --bp-textbox-font: 'IBM Plex Sans';
    --bp-featured: #89ABB0;
    --bp-hyperlink-col: #0A66C2;
    --boarders: #24282BBF;
    --action-blue: #095083;
    --dark-blue-teal: #2D4450;
    --blue-grey-med: #ABBBC2;
    --hovers: #ABBBC2;
    --chip-select: #ABBBC2;
    --cell-background: #f2f2f2;
    --filter-area-background: #f2f2f2ad;
}


@font-face {
    font-family: "LibreBaskervilleBold";
    src: url(/fonts/LibreBaskerville-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "LibreBaskerville";
    src: url('/fonts/LibreBaskerville-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "IBMPlexSansLight";
    src: url('/fonts/IBMPlexSans-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: "IBMPlexSans";
    src: url("/fonts/IBMPlexSans-Regular.ttf");
}

 

 

/* General Reset */
body {
    font-family: Inter, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #F0F4F8;
}

.talent-report-container {
    width: 100%;
    margin: 0 auto;
}

.page-container {
    width: 1440px;
    margin: 0 auto; /* Center page horizontally */
    padding: 0px 0; /* Adjust vertical spacing */
    display: flex;
    flex-direction: column;
    /* gap: 30px; /* Add spacing between sections */ */
}

/* Imported from Pro app.css -------------------------  */


.page-title {
    color: var(--base-text);
    font-family: LibreBaskervilleBold;
    font-size: 42px;
}

.detail-title {
    color: var(--section-header, var(--bespoke-morocco-brown, #411A00));
    /* $Page-Title */
    font-family: LibreBaskerville;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.detail-h1 {
    color: var(--blue-grey-med);
    font-feature-settings: 'clig' off, 'liga' off;
    /* h1 */
    font-family: LibreBaskervilleBold; 
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.detail-summary-accent {
    color: var(--accent);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "IBMPlexSans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

/*icon breathing room*/
.fa-regular, .fa-solid {
    padding: 0 0.5rem;
    min-width: 1.875rem;
    text-align: center;
}

.detail-h2-brown { /*Change this to detail-h2 & Find/Replace All*/
    color: var(--dark-blue-teal);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: LibreBaskervilleBold;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
}

.detail-daterange { /*Remove if not used anywhere*/
    color: var(--base-text);
    text-align: right;
    font-family: "IBMPlexSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail-basetext {
    color: var(--base-text);
    font-family: "IBMPlexSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail-hyperlink {
    color: var(--action-blue);
    font-family: "IBMPlexSans";
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.detail-iconbox {
    width: 50px;
    height: 50px;
    padding-right: 16px;
    flex-shrink: 0;
}

.detail-iconbox16x16 {
    width: 16px;
    height: 16px;
    padding-right: 9px;
    flex-shrink: 0;
}

.detail-persontext {
    color: var(--base-text);
    /* h5 */
    font-family: "IBMPlexSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail-metric {
    color: var(--base-text);
    text-align: right;
    font-family: "IBMPlexSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.detail-h3 {
    color: var(--base-text);
    font-feature-settings: 'clig' off, 'liga' off;
    /* h3 */
    font-family: "IBMPlexSans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
}

.detail-summary {
    color: var(--featured, #89ABB0);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "IBMPlexSans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
}

.card-bluetext {
    color: #89ABB0;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "IBMPlexSans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-subtextitalic {
    color: var(--base-text);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "IBMPlexSans";
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.card-petext {
    color: var(--base-text);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "IBMPlexSans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 98.5%; /* 12.805px */
}

.card-icon16x16 {
    width: 16px;
    height: 16px;
}

.card-sectortext {
    color: var(--base-text);
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "IBMPlexSans";
    font-size: 9px;
    font-style: normal;
    font-weight: 200;
    line-height: 123%; /* 11.07px */
}

.card-button {
    background-color: var(--bp-morocco-brown);
}

    .card-button a {
        text-decoration: none;
        color: antiquewhite;
    }



.detail-button {
    background-color: var(--bp-morocco-brown);
    width: 142px;
    height: 37px;
}


/*Detail page employment history position separator bar thickness*/
hr:not([size]) {
    height: 0.25rem;
}

.paragraph {
    font-family: "IBMPlexSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 0.75rem;
    display: inline-block;
}


/*icon breathing room*/
.fa-regular, .fa-solid {
    padding: 0 0.5rem;
    min-width: 1.875rem;
    text-align: center;
}

/* end Pro view imports  -----------------------------  */

/* Header */
.top-header {
    background-color: #02233E;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
}

.header-left {
    display: flex;
    align-items: center;
}

.logo {
    height: 40px;
    margin-right: 10px;
}

.table {
    margin-top: 0.5rem;
}

.calibrator-title {
    font-size: 24px;
    font-weight: bold;
}

.header-actions .btn {
    margin-left: 10px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.btn.primary {
    background-color: #4CAF50;
    color: white;
}

.btn.secondary {
    background-color: #B0BEC5;
    color: #02233E;
}

/* Stats Section */
.stats-section {
    display: flex;
    justify-content: space-evenly;
    background-color: #E8E8E8;
    padding: 20px 0;
    margin: 20px 0;
}

.stat-item {
    text-align: center;
}

    .stat-item p {
        margin: 0;
        color: #555;
        font-size: 14px;
    }

    .stat-item h2 {
        margin: 5px 0;
        font-size: 36px;
        font-weight: bold;
        color: #02233E;
    }

/* Main Content */
.main-content {
    display: flex;
    align-items: flex-start;
    background-color: white;
    padding: 40px 20px;
    border-radius: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.report-image img {
    max-width: 350px;
    border-radius: 8px;
}

.report-details {
    margin-left: 30px;
    flex: 1;
}

.report-title {
    font-size: 28px;
    font-weight: bold;
    color: #02233E;
}

.report-subtitle {
    font-size: 18px;
    margin-top: 10px;
    color: #555;
}

.report-text {
    margin: 20px 0;
    line-height: 1.5;
    color: #333;
}

.topics-list {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

    .topics-list li {
        margin: 5px 0;
        font-size: 14px;
    }

.report-button {
    margin-top: 20px;
    font-size: 16px;
}

/* Winning Results Section */
.winning-results {
    text-align: center;
    padding: 40px 0;
    background-color: #F4F4F4;
}

    .winning-results h2 {
        font-size: 24px;
        font-weight: bold;
        color: #02233E;
    }

    .winning-results p {
        font-size: 16px;
        color: #555;
        margin: 10px 0;
    }

.custom-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #02233E;
    color: white;
    padding: 10px 20px;
}

.custom-modal h2 {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
}

.close-button {
    background: none;
    border: none;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
}

.custom-modal .modal-content {
    padding: 20px;
    font-size: 14px;
    color: #333;
}

.form-section {
    display: grid;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

.input-field {
    width: 100%;
}

.custom-modal .modal-footer {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
    background-color: #E8F1F8;
}

.btn-continue {
    background-color: #3CB371;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
}

.btn-new-search {
    background-color: #4CAF50;
    color: white;
    border-radius: 8px;
    padding: 8px 12px;
}



.bp-formcontrol {
    min-height: 40px;
    border-radius: 4px !important;
}

.bp-inputcontrol {
    color: var(--boarders);
    background-color: #ffffff00;
    border-width: 0rem;
    padding: 0rem 1.25rem;
    width: 100%;
    padding: .25rem 1.25rem;
    border: hidden;
}

.loading-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8rem;
    height: 8rem;
    background-color: transparent;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
    }

        .loading-progress circle:last-child {
            stroke: var(--dark-blue-teal);
            stroke-dasharray: 440;
            stroke-dashoffset: 440;
            animation: rotate 2s linear infinite, progress 2s ease-in-out infinite;
        }

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes progress {
    100% {
        stroke-dashoffset: 0; /* End with no offset (so the circle appears full) */
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none !important;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


@font-face {
    font-family: "LibreBaskervilleBold";
    src: url(/fonts/LibreBaskerville-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "LibreBaskerville";
    src: url('/fonts/LibreBaskerville-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: "IBMPlexSansLight";
    src: url('/fonts/IBMPlexSans-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: "IBMPlexSans";
    src: url("/fonts/IBMPlexSans-Regular.ttf");
}

.nav-bar {
    color: var(--base-text);
    font-family: "IBMPlexSans";
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}