/* /Components/AccountHeaderComponent.razor.rz.scp.css */
/* /Components/HistoricWorks/AreaChartRangeSlider.razor.rz.scp.css */
/*.slider-overlay {
    position: absolute;*/
    /*top: 30px;*/
     /*width: 100%;
    z-index: 10;
    background-color: #02233E;
    
}

.custom-range-slider .k-slider-track {
    background-color: #02233E !important; 
    caret-color:red;
}

.custom-range-slider .k-slider-track {
    background-color:red;
    opacity: 0.8;   
}

.custom-range-slider .k-slider-handle {
    background-color: red;   
    border-color: #02233E !important;
    scrollbar-track-color:red;

  
}

.custom-range-slider .k-slider-track {
    background-color: #02233E !important;*/ /* Change the slider track color */
/*}
.custom-range-slider .k-slider-track {
    background-color: #02233E !important;*/ /* Change the slider track color */
/*}
.custom-range-slider .k-slider-selection {
    background-color: #b6ff00 !important;*/ /* Highlight color for the selected range */
    /*opacity: 0.8;*/ /* Adjust the opacity for a semi-transparent effect */
/*}
.custom-range-slider .k-slider .k-draghandle {
    border-color: var(--kendo-color-primary, #02233e);
    color: var(--kendo-color-on-primary, #02233e);
    background-color: #02233E;
}*/
/* /Components/PlacementCandidates/PlacementCandidate.razor.rz.scp.css */
.profile-card[b-o0tozfpmig] {
    width: 405px;
    height: 132px;
    display: flex;
    align-items: center;
    background-color: white;
}

    .profile-card .profile-image-container[b-o0tozfpmig] {
        position: relative;
        top: 1px;
    }

    .profile-card .profile-image[b-o0tozfpmig] {
        width: 130px;
        height: 130px;
        top: -1px;
        border-radius: 50%;
        position: relative;
        z-index: 2;
    }

    .profile-card .profile-header[b-o0tozfpmig] {
        position: absolute;
        top: 0.1px;
        left: 62px;
        background-color: #6E839B;
        height: 52px;
        width: 348px;
        padding-left: 80px;
        display: flex;
        align-items: center;
        z-index: 1;
    }

        .profile-card .profile-header span[b-o0tozfpmig] {
            color: white;
            font-weight: bold;
            font-size:1.125rem;
        }

        .profile-card .profile-header .add-button[b-o0tozfpmig] {
            margin-left: auto;
            margin-right: 10px;
            color: white;
            font-weight: bold;
        }

    .profile-card .profile-details[b-o0tozfpmig] {
        margin-left: 15px;
        width: 260px;
        height:75px;
    }

        .profile-card .profile-details .profile-position[b-o0tozfpmig] {
            color: #455262;
            margin-top: 2rem;
            font-family: 'Inter', sans-serif;
            font-size: 1.125rem;
            font-weight: 700;
            line-height: 1.125rem;
        }

        .profile-card .profile-details .profile-date[b-o0tozfpmig] {
            color: #455262;
            margin-top: 5px;
            width: 210px;
            height: 19px;
        }

/* /Components/PlacementCandidates/PlacementCandidatesList.razor.rz.scp.css */
.placements-grid[b-ehv9mux4nd] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns per row */
    gap: 30px; /* Adjust spacing between items */
    padding: 0 15px;
}

.placementHeader[b-ehv9mux4nd] {
    margin-bottom: 0px;
    text-align: center;
    margin: 20px 0;
    font-size: 36px;
    position: relative;
    font-weight: bold;
    color:#02233E;
}

/* Media query for smaller screens */
@media (max-width: 1024px) {
    .placements-grid[b-ehv9mux4nd] {
        grid-template-columns: repeat(2, 1fr); /* 2 columns per row */
    }
}

@media (max-width: 768px) {
    .placements-grid[b-ehv9mux4nd] {
        grid-template-columns: 1fr; /* 1 column per row */
    }

    .placementHeader[b-ehv9mux4nd] {
        font-size: 1.2em;
    }

    .placement-candidate[b-ehv9mux4nd] {
        font-size: 0.9em; /* Reduce size of candidate content */
    }

    .candidate-grid[b-ehv9mux4nd] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding-left: 20px;
    }

    @media (max-width: 768px) {
        .candidate-grid[b-ehv9mux4nd] {
            grid-template-columns: repeat(2, 1fr); /* 2 candidates per row for tablets */
        }
    }

    @media (max-width: 480px) {
        .candidate-grid[b-ehv9mux4nd] {
            grid-template-columns: 1fr; /* 1 candidate per row for mobile */
            padding-left: 10px; /* Adjust padding for smaller screens */
        }
    }
/* /Components/YearStats.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
/* /Layout/NavMenu.razor.rz.scp.css */
