/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 21 2026 | 06:10:06 */
body {
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

.container-s {
    display: flex;
    flex-direction: column;

}

.filter-search-container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 48px;
}

.filter-section {
    display: flex;
    flex-direction: column;
}

.filter-label {
    font-family: 'Inter Display', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #0A0D14;
    margin-bottom: 8px;
}

.search-form {
    display: flex;
    align-items: center;
    padding: 2px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    width: 270px;
}

.search-input,
.filter-dropdown {
    font-family: 'Inter Display', sans-serif!important;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 24px!important;
    text-align: left!important;
    color: #6B7280!important;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
}

.search-input:focus-visible {
    border: none;
    outline: none;
}

.search-icon {
    height: 24px;
    cursor: pointer;
    color: #a1a1a1;
    padding: 0px;
    margin: 0;
}

.search-border {
    border-width: 0px !important;
}

.filter-dropdown {
    padding: 12px 24px 12px 12px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    width: 270px;
    appearance: none;
    background-color: #fff;
    background-image: url('https://tcognition.com/wp-content/uploads/2024/05/open.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.jobs-accordion {
    /*margin-bottom: 10px;*/
    border: 1px solid #E5E7EB;
    border-radius: 8px;
}

.accordion-item {
    border-top: 1px solid #E5E7EB;
}

.first-accordion {
    border-top: none;
}

#left {
    padding-right: 8px;
}

#right {
    padding-left: 8px;
}

.jobs-accordion .job-title {
    border-radius: 8px;
    background: #FFFFFF;
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter Display', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #0A0D14;
    gap: 16px;
}

.jobs-accordion .job-title div {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

.jobs-accordion .job-title .apply-link {
    font-family: 'Inter Display', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #2390C1;
    margin-right: 16px;
    text-decoration: none;
}

.jobs-accordion .accordion-icon {
    padding: 9px 6px;
    margin: 0;
}

.job-details.hidden {
    display: none;
}

.jobs-accordion .job-details {
min-height: 320px;
    padding: 16px 0px;
    margin: 0px 16px;
    border-top: 1px solid #E5E7EB;
    border-radius: 0;
    background: #FFFFFF;
    font-family: 'Inter Display', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 400;
    color: #575757;
    max-height: 150px;
    overflow-y: auto;
}

.jobs-accordion .job-details p {
padding: 8px 0px;
    margin: 0;
}

.jobs-accordion .job-details strong {
    font-weight: 600;
}

.hidden {
    display: none;
}

.read-more {
font-weight:500!important;
    color: #2390C1;
    cursor: pointer;
text-decoration:underline!important;
}

.read-less {
font-weight:500!important;
    color: #E30016;
    cursor: pointer;
text-decoration:underline!important;
}

.pagination {
    display: flex;
    gap: 0px;
    flex-direction: row;
    justify-content: flex-end;
	margin: 24px 0px;
}


.pagination button {
    background-color: #fff;
    color: #6B7280;
    padding: 10px;
    cursor: pointer;
    font-family: 'Inter Display', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    display: flex; /* Align items in a flex container */
    align-items: center; /* Center align items vertically */
    justify-content: center; /* Center align items horizontally */
    gap: 8px; /* Gap between icon and text */
    border: none; /* Remove default button border */
}

.pagination button img {
    height: 24px; /* Adjust the height of the icon */
}

#prevBtn {
	background-color: #ffffff00;
    border-radius: 6px 0px 0px 6px;
    border-width: 1px 0.5px 1px 1px;
    border-color: #E5E7EB;
    border-style: solid;
}

#nextBtn {
    background-color: #ffffff00;
    border-radius: 0px 6px 6px 0px;
    border-width: 1px 1px 1px 0.5px;
    border-color: #E5E7EB;
    border-style: solid;
}

.no-listing{
	padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

/* --------------------------------------------------------------------
   Copy-link button (solid black rounded square with white icon, with tooltip)
   Sized in em so it scales with font-size/zoom rather than staying fixed.
   -------------------------------------------------------------------- */
.copy-link-btn {
    position: relative;
    background-color: #0A0D14;
    border: none;
    cursor: pointer;
    width: 2.5em;
    height: 2.5em;
    font-size: 16px;
    padding: 8px!important;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0.5em;
    line-height: 0;
    flex-shrink: 0;
}

.copy-link-btn svg {
    width: 60%;
    height: 60%;
}

.copy-link-btn:hover,
.copy-link-btn.copied {
    background-color: #2390C1;
    color: #fff;
}

.copy-link-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    background: #0A0D14;
    color: #fff;
    font-family: 'Inter Display', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 10;
}

.copy-link-btn:hover::after,
.copy-link-btn:focus-visible::after {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .copy-link-btn {
        font-size: 18px; /* slightly larger tap target on mobile */
    }
}

/* --------------------------------------------------------------------
   Disabled pagination buttons (Prev/Next at the start/end of results)
   -------------------------------------------------------------------- */
.pagination button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

@media (max-width: 768px) {

    .filter-search-container {
        flex-direction: column;
        align-items: flex-start;
		margin-bottom: 24px;
    }

    .search-form,
    .filter-dropdown {
        width: 100%;
        margin-bottom: 10px;
    }

    .pagination {
        margin: 24px 0px;
		display: flex;
    	gap: 0px;
    	flex-direction: row;
    	justify-content: flex-end;
    }
	

    .filter-section {
        background-color: #fff;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}