/* Søg Job */

h1.sg_overskrift
	{
	grid-column: 1/-1;
	text-align: center;
	grid-row: 2/3;
	font-size: 3rem;
    line-height: 1;
	font-weight: 700;
		color: rgb(64 62 67 / var(--tw-text-opacity));
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-top: 0;
		margin-bottom: 0;
		
	}
	
	
h1.sg_job_overskrift
	{
	grid-column: 1/-1;
	text-align: center;
	grid-row: 2/3;
	font-size: 3rem;
    line-height: 1;
	font-weight: 900;
		color: rgb(64 62 67 / var(--tw-text-opacity));
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-top: 0;
		margin-bottom: 0;
		
	}
	
h1.sg_employee_overskrift
	{
	grid-column: 1/-1;
	text-align: center;
	grid-row: 2/3;
	font-size: 3rem;
    line-height: 1;
	font-weight: 700;
		color: rgb(64 62 67 / var(--tw-text-opacity));
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-top: 0;
		margin-bottom: 0;
		
	}
	
	
.search_employee_loop_container {
    grid-column: 1/-1; 
    grid-row: 6/7;  
    width: 95%;
    margin: 0 auto;
    display: flex;  
    flex-wrap: wrap;  /* Allows items to wrap when needed */
    align-items: stretch; /* Ensures all cards take the same height */
    gap: 10px; /* Adds spacing */
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.employee_search_loop {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}




@media (max-width: 768px) {
    .employee_search_loop {
        flex: 1 1 100%; /* Stack elements on smaller screens */
        max-width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.job_card {
	grid-column: 1/-1;
	grid-row: 2; 
	display: grid; 
	grid-template-columns: auto 5px auto 5px auto 5px auto; 
	grid-template-rows: 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px; 
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 24px;
    width: 340px;
    position: relative;
    transition: 0.3s;
    min-height: 250px;
    margin-bottom: 10px;

    /* Apply animation */
    opacity: 0;
    animation: fadeIn 0.5s ease-out forwards;
}




.job_card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


.job_type_loop {
    grid-column: 1/-1;
    grid-row: 2; 
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center; /* Ensures all items align vertically */
}

.job_tag {
    background: #e0e0ff;
    color: #5a5aad;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: bold;
    line-height: 1; /* Ensures consistent line height */
}

.fulltime { background: #ece1ff; color: #5a5aad; }
.parttime { background: #ffe0e0; color: #ad5a5a; }
.remote { background: #e0f7ff; color: #007acc; }
.hybrid { background: #e5ffe0; color: #4caf50; }


.employee_title {
	grid-column: 1/-1;
	grid-row: 4; 
    font-size: 1.125rem;
	line-height: 1.75rem;
    font-weight: 600;
	--tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
    margin-bottom: 5px;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		text-align: left; 
}

.preferred_type {
	grid-column: 1/-1;
	grid-row: 6; 
	    --tw-text-opacity: 1;
color: rgb(126 105 171 / var(--tw-text-opacity));
    font-size: 0.875rem;
    line-height: 2rem;
	margin-top: 0.25rem;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.job_description {
	grid-column: 1/-1;
	grid-row: 8; 
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
	margin-bottom: 1rem;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.job_details {
    grid-column: 1/-1;
    grid-row: 10; 
    display: flex;
    gap: 0.5rem;
    justify-content: space-between; /* Ensures spacing between items */
    align-items: center;
    flex-wrap: wrap; /* Allows items to wrap to the next line */
    color: rgb(107 114 128 / var(--tw-text-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: ui-sans-serif, system-ui, sans-serif, 
                 "Apple Color Emoji", "Segoe UI Emoji", 
                 "Segoe UI Symbol", "Noto Color Emoji";
}

.job_details span {
    display: flex;
    align-items: center;
}

.location {
    order: 1; /* Location is always first */
	margin-right: 30px; 
}

.salary {
    order: 2; /* Salary comes second */
	margin-right: 30px; 
	
}

.post_time {
    order: 3; /* Date comes last */
}

.job_details span i {
    margin-right: 5px;
}

.job_details > :not(.location) {
    margin-right: auto; /* Push salary and date to the right when location is missing */
}



.view_details {
		grid-column: 1/-1;
	grid-row: 14; 
    display: inline-block;
    text-decoration: none;
    --tw-text-opacity: 1;
    color: rgb(155 135 245 / var(--tw-text-opacity));
font-weight: 500;
gap: 0.5rem;
    transition: 0.3s;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		margin-top: 20px;

}

.view_details:hover {
    color: #4b49ac;
}

/* General Styling for Action Icons */
/* Action Icons Container */
.action_icons {
    grid-column: 7;
    grid-row: 1;
    display: flex;
    gap: 10px;
    margin-top: 10px;
    position: relative;
}

/* Favorite Icon */
.favorite_icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.favorite_icon i {
    color: #6c757d; /* Neutral gray */
}

/* Hover Effect for Favorite Icon */
.favorite_icon:hover i {
    color: #007bff; /* Blue on hover */
}

/* Share Icon */
.share_icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.share_icon i {
    color: #6c757d; /* Neutral gray */
}

/* Hover Effect for Share Icon */
.share_icon:hover i {
    color: #007bff; /* Blue on hover */
}

/* Share Dropdown */
.share_dropdown {
    position: relative;
}

.share_links {
    display: none;
    position: absolute;
    top: 20px; /* Moves dropdown to overlap halfway with the share icon */
    right: 0; /* Aligns dropdown to the right edge of the share icon */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Ensure Dropdown Stays Visible When Hovering Over It */
.share_dropdown:hover .share_links {
    display: block;
}

.share_links a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}

/* Hover Effect for Share Links */
.share_links a:hover {
    color: #007bff; /* Blue on hover */
}

.share_links a i {
    font-size: 16px;
}


	
h3.loop_duration_title {
        grid-column: 5 / 20;
        grid-row: 9 / 10;
        font-size: 18px;
        margin-top: 15px;
		display: none; 
    }
	
.loop_duration {
        grid-column: 7 / 20;
        grid-row: 9 / 10;
        font-size: 18px;
        margin-top: 15px;
		display:none;
    }
	
h3.loop_deadline_title {
        grid-column: 5 / 20;
        grid-row: 10 / 11;
        font-size: 18px;
        margin-top: 15px;
		display:none; 
    }

.loop_deadline {
        grid-column: 9 / 20;
        grid-row: 10 / 11;
        font-size: 18px;
        margin-top: 15px;
		display:none; 
    }
	
	
a.sgresultat_knap1_profile {
        grid-column: 17 / 22;
        grid-row: 5 / 6;
        margin: 2px 0px 2px 0px;
		display:none;
    }
	
a.sgresultat_knap2_profile {
        grid-column: 17 / 22;
        grid-row: 6 / 7;
        margin: 2px 0px 2px 0px;
		display:none; 
    }
	
.sgresultatfoldud_profile
{
	grid-column: 2/22;
	grid-row: 15/16;
	margin-top:15px;
	font-size: 20px;
	display: none; 
	}

.knap_sg_top
{
	grid-column: 1/-1;
	grid-row: 4/5;
        display: inline-flex;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 50% !important;
        padding: 0.5rem 1rem !important;
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
        font-weight: 500 !important;
        color: rgb(255, 255, 255) !important;
        background-color: rgba(64, 62, 67, 1) !important;
        border-radius: 15px !important;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
        cursor: pointer !important;
        transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1) !important;
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
		margin: 0 auto; 
		margin-bottom: 20px; 
	}

.knap_sg_bund
{
	grid-column: 1/-1;
	grid-row: 8/9;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 50% !important;
        padding: 0.5rem 1rem !important;
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
        font-weight: 500 !important;
        color: rgb(255, 255, 255) !important;
        background-color: rgba(64, 62, 67, 1) !important;
        border-radius: 15px !important;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
        cursor: pointer !important;
        transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1) !important;
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
		margin: 0 auto; 
	

	}
	
	
.sgresultat
{
	grid-column: 1/-1;
	grid-row: 10/11;
	}
	
	
a.search_results_more {
    color: #5a5aad;
    font-size: 18px; /* Slightly larger size for visibility */
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 5px;
}

a.search_results_more:hover {
    color: white;
    background-color: #5a5aad;
    border-radius: 5px;
    padding: 5px 10px;
    transform: scale(1.1);
}

a.search_results_more::before {

    font-size: 16px;
}

/* Centering in the grid */
.sgresultat_more {
    grid-column: 1/-1;
    grid-row: 12/13;
    text-align: center;
}



/* Job details */

/* General Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Job Details Page - Mobile Version */

/* Job Details Grid */
.employee-details-grid {
	grid-column: 1/-1; 
	grid-row: 2;
	display: grid; 	
    grid-template-columns: auto 5px auto 5px auto 5px auto 5px auto;
    grid-template-rows: 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px;
    width: 60%;
    margin: 0 auto;

}


@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.back-to-jobs {
    grid-column: 1/-1;
    grid-row: 2;
	width: 90%;
	margin: 0 auto;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgb(75, 85, 99);
    text-decoration: inherit;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.back-link:hover {
    color: rgb(55, 65, 81);
}

.icon {
    width: 0.875rem;
    height: 0.875rem;
}


.job_detail_action {

}

.detail_favorite_icon,
.detail_share_icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.125rem;
    color: rgb(107, 114, 128);
    transition: color 0.2s ease-in-out;
}

.detail_favorite_icon:hover,
.detail_share_icon:hover {
    color: rgb(55, 65, 81);
}

.detail_share_dropdown {
    position: relative;
}

.detail_share_links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    z-index: 10;
}

.detail_share_dropdown:hover .detail_share_links,
.detail_share_icon:hover + .detail_share_links {
    display: block;
}

.detail_share_links a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgb(107, 114, 128);
    font-size: 0.75rem;
    text-decoration: none;
    padding: 0.25rem 0;
}

.detail_share_links a:hover {
    color: rgb(55, 65, 81);
}




/*Employee loop */


.employee_card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.employee_image img {
width: 150px;
        height: 150px;
        border-radius: 12px;
        object-fit: cover;
        border: 1px solid #ddd;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.employee_info {
    margin-top: 15px;
}

.employee_role {
    color: #666;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.experience, .english_level {
    font-size: 0.9em;
    margin-top: 5px;
    color: #444;
}

.english_level i {
    color: gold;
}

.preferred_type .job_tag {
    background: #e0e0ff;
    color: #5a5aad;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: bold;
    line-height: 1; /* Ensures consistent line height */
}




.employee_video_preview {
  margin-top: 20px;
  text-align: left;
}

.employee_video_preview video {
  width: 30%;
  max-width: 600px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}



.employee_description {
    font-size: 0.9em;
    color: #555;
    margin-top: 10px;
    line-height: 1.4;
	margin-bottom: 10px; 
}



.skills .skill_tag {
    display: inline-flex;
    align-items: center;
    background-color: rgb(250, 245, 255); /* bg-purple-50 */
    color: rgb(126, 34, 206); /* text-purple-700 */
    font-size: 0.75rem; /* text-xs */
    line-height: 1rem;
    font-weight: 600; /* font-semibold */
    padding: 0.125rem 0.625rem; /* py-0.5 px-2.5 */
    border: 1px solid rgb(233, 213, 255); /* border-purple-200 */
    border-radius: 9999px; /* rounded-full */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}



.employee_details {
    margin-top: 15px;
}

.location
{
    font-size: 0.9em;
    display: block;
    margin-top: 5px;
    color: #666;
}

.salary {
    font-size: 1.125rem;
    display: block;
    margin-top: 5px;
    color: rgb(126, 34, 206); /* text-purple-700 */
    font-weight: 600; /* font-semibold */
    padding: 0.75rem; /* p-3 */
    background-color: rgb(250, 245, 255); /* bg-purple-50 */
    border-radius: 0.5rem; /* rounded-lg */
    display: flex;
    align-items: center; /* items-center */
    justify-content: space-between; /* justify-between */
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); /* shadow-sm */
}


.view_details {
    background-color: #333;
    color: #fff;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    width: 200px;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    min-width: 100px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: block; /* Ensure it's treated as a block for easier centering */
    margin: 0 auto; /* Center horizontally */
	margin-top: 15px; 
}


.view_details:hover {
    color: #333; 
	background-color: white; 
	border: 1px solid #333; 
}

.tab_buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.tab_button {
    background: #eee;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
}

.tab_button.active {
    background: #6a5acd;
    color: white;
}

.tab_content {
    display: none;
    margin-top: 15px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
}


/* Back to Search Button */
.back-to-search {
        grid-column: 1 / -1;
        grid-row: 2;
}

.back-link {
        display: flex;
        align-items: center;
        font-size: 1rem;
        font-weight: 500;
        color: rgb(107, 114, 128);
        text-decoration: none;
        transition: color 0.2s ease-in-out;
}

.icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* Employee Header */
.employee_header {
    grid-column: 1/-1; 
    grid-row: 4; 
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

/* Employee Name */
.employee_name {
font-size: 1.875rem;
        line-height: 2.25rem;
        font-weight: 700;
        margin-top: .75rem;
        margin-bottom: .5rem;
        --tw-text-opacity: 1;
        color: rgb(17 24 39 / var(--tw-text-opacity));
}

/* Employee Profile Picture */
.employee_profile_pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ccc;
}


/* Employee Detail Action */
.employee_detail_action {
	grid-column: 2/-1; 
	grid-row: 2; 
display: flex; /* Use flexbox for horizontal alignment */
    justify-content: flex-end; /* Align items to the right */
    align-items: center; /* Vertically align items */
    gap: 1rem; /* Space between icons */
}

.action_icons {
    grid-column: 7;
    grid-row: 1;
    display: flex;
    gap: 10px;
    margin-top: 10px;
    position: relative;
}


.detail_favorite_icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.detail_favorite_icon i {
    color: #6c757d; /* Neutral gray */
	display: none;
}

.detail_favorite_icon:hover i {
    color: #007bff; /* Blue on hover */
}



.detail_share_dropdown {
    position: relative;
}



.detail_share_icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.detail_share_icon i {
    color: #6c757d; /* Neutral gray */
}

/* Hover Effect for Share Icon */
.detail_share_icon:hover i {
    color: #007bff; /* Blue on hover */
}

.detail_share_links {
    display: none;
    position: absolute;
    top: 20px; /* Moves dropdown to overlap halfway with the share icon */
    right: 0; /* Aligns dropdown to the right edge of the share icon */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.detail_share_dropdown:hover .detail_share_links {
    display: block;
}

.detail_share_links a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 1rem;
    color: #333;
}

.detail_share_links i {
    margin-right: 5px;
}

.detail_share_links a:hover {
    color: #007bff; /* Blue on hover */
}

.detail_share_links a i {
    font-size: 16px;
}

/* Employee Meta */
.employee-meta {
	grid-column: 1/-1; 
	grid-row: 10; 
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.location {
        font-size: 14px;
        font-weight: 500;
        color: rgb(17, 24, 39);
        margin: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
}

.employee_location {
    font-weight: bold;
    color: #333;
}

/* Employee Summary */
.employee-summary {
	grid-column: 1/-1; 
	grid-row: 10; 
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    }


.summary-item {
        --tw-bg-opacity: 1;
        background-color: rgb(241 240 251 / var(--tw-bg-opacity));
        padding: 1rem;
        border-radius: .75rem;
}

.summary-item h3 {
        font-size: 16px;
        color: rgb(126, 105, 171);
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.25rem;
        font-weight: 500;
}

.summary-item p {
        font-size: 14px;
        font-weight: 500;
        color: rgb(17, 24, 39);
        margin: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
}

/* Employee Bio */
.employee-bio {
	grid-column: 1/-1;
	grid-row: 12; 
    padding: 10px;
    background: #fff;
    border-radius: 12px;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

h2.bio-title {
    font-size: 20px;
    font-weight: bold;
	line-height: 1.6;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
padding-left: 10px; 
	
}

h2.video-title {
    font-size: 20px;
    font-weight: bold;
	line-height: 1.6;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
padding-left: 10px; 

	
}


.employee_bio_full {
font-size: 16px;
color: #383838;
    line-height: 1.6;
    padding-left: 10px;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.employee_detail_skills {
	grid-column: 1/-1;
	grid-row: 14; 
    padding: 10px;
    background: #fff;
    border-radius: 12px;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

h2.detail-skills-title {
    font-size: 20px;
    font-weight: bold;
	line-height: 1.6;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
padding-left: 10px; 
	
}


.employee_detail_skills ul {
    font-size: 16px;
}

.employee_detail_skills ul {
    font-size: 16px;
    list-style-type: disc;
    margin-left: 20px;
    column-count: 2; /* Splits the list into two columns */
    column-gap: 40px; /* Adjusts spacing between the columns */
}

.employee_detail_skills li {
    margin-bottom: 5px;
    display: list-item; /* Ensures bullet points are preserved */
    break-inside: avoid-column; /* Prevents breaking items across columns */
}



/* Employee Contact */
.employee-contact {
	grid-column: 1/-1; 
	grid-row: 16; 
    margin-top: 20px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 5px;
}

.employee-contact h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.employee-contact p {
    font-size: 14px;
    color: #555;
}

.employee-contact a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}


.pagination {
        text-align: center;
        margin-top: 20px;
    }
.pagination_button {
        display: inline-block;
        padding: 10px 20px;
        margin: 5px;
        background-color: #007bff;
        color: white;
        text-decoration: none;
        border-radius: 5px;
    }
.pagination_button:hover {
        background-color: #0056b3;
    }



    .employee_sgresultat_more {
			grid-column: 1/-1; 
		grid-row: 10; 
        text-align: center;
        margin-top: 20px;
    }
    .employee_search_results_more {

        display: inline-block;
        padding: 10px 20px;
        margin: 5px;
        background-color: #007bff;
        color: white;
        text-decoration: none;
        border-radius: 5px;
    }
    .employee_search_results_more:hover {
        background-color: #0056b3;
    }



.card_buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.card_buttons .btn {
    padding: 8px 14px;
    font-size: 0.9rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.card_buttons .btn-primary {
    background-color: white;
    color: rgb(17 24 39 / var(--tw-text-opacity));
    border: 1px solid #ccc;
}

.card_buttons .btn-primary:hover {
    background-color: #e2e2e2;
}

.card_buttons .btn-secondary {
    background-color: white;
    color: rgb(17 24 39 / var(--tw-text-opacity));
    border: 1px solid #ccc;
}

.card_buttons .btn-secondary:hover {
    background-color: #e2e2e2;
}

.stat_media_buttons {
	grid-column: 1/-1;
	grid-row: 8; 
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: nowrap; /* prevent wrapping */
}

.stat_media_buttons .btn {
    flex: 1 1 0;
    padding: 10px 0;
    font-size: 0.95rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.stat_media_buttons .btn.btn-primary {
    background-color: white;
    color: rgb(17 24 39 / var(--tw-text-opacity));
    border: 1px solid #ccc;
}


.stat_media_buttons .btn.btn-secondary {
    background-color: white;
    color: rgb(17 24 39 / var(--tw-text-opacity));
    border: 1px solid #ccc;
}

.stat_media_buttons .btn:hover {
    background-color: #e2e2e2;
}

.stat_media_buttons .btn.btn-secondary:hover {
    background-color: #ccc;
}

.stat_media_buttons .btn.btn-primary:hover {
    background-color: #ccc;
}

.stat_media_buttons .disabled {
    background-color: #ccc !important;
    color: #666;
    pointer-events: none;
    cursor: not-allowed;
}
