﻿/*=======================================================

                CSS - JobSearch Portal 

========================================================*/

* { margin: 0; padding: 0;}
html { height: 100% }
body { font-family: Arial, Helvetica, sans-serif; min-height: 100vh; display: flex; flex-direction: column; }
.main-content { flex-grow: 1; }
/*#flex-container-page { display: flex; flex-direction:column; min-height: 100vh; min-height: 100svh; }
#flex-container-page > footer { margin-top: auto; }*/
.flex-center { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.flex-box

.clear { clear: both;}
.hidden { display: none; }
.shadow { box-shadow: 2px 3px 10px 3px rgba(0,0,0,0.2);}
.rounded { border-radius: 5px;}
.red { color: red;}

.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both;}

h1, h2, h3, h4 { color:#000000; margin: 0 0 12px 0; }
h1 { font-size: 1.8em;}
h2 { font-size: 1.6em;}
h3 { font-size: 1.17em;}
h4 { font-size: 16px;}

table {
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    border-collapse: collapse;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
table th { text-align: left; }
    table td {
        padding: 14px 10px 14px 20px;
        font-size: 15px;
    }
    table tr:hover {
        background-color: #ebebeb;
    }

#mainTitle {
    margin-top: 20px;
}

#footer { background: black; margin-top: auto; }
#footer p { color: white; }
.footer-copyright { color: #d4deeb; }
.row-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding:8px 0;
    margin:0 auto;
    width:15%;
}
.copyright {
    height: 100px;
    text-align:center;
    align-content:center;
    margin-b
}
p {
    color: #000000;
}
a { text-decoration: none;}
img { width: 100%; height: 100%; }
label:has(+ input[data-val-required]):after, label:has(+ textarea[data-val-required]):after { content: ' *'; color: red; }

.ui-autocomplete { border-radius: 5px; }
.ui-menu-item:hover { border-radius: 5px; background: green; }
.ui-state-focus { border-radius: 5px; background: #efefef; }

#mapWrapper { height: 500px; }
#map { height: 500px; }
#bannerWrap {
    height: 200px;
    overflow: hidden;
    padding-bottom:25px;
}
#bannerWrap img {
    display:block;
    object-fit: cover;
}
.bannerBorder {
    border: none; /* Remove default 3D effect */
    height: 1px; /* Thin line */
    background-color: #ccc; /* Light gray line */
    margin: 0px 0px; /* Spacing */
}
/*toast notifications*/
#toastNote { position: relative; padding-top:10px; }
.toast { padding: 10px; margin: 0 10px 0;  position: relative; margin: 0 0 10px;}
.toast p { margin: 0; color: #280000; font-size: 14px; }
.toast p span { font-size: 22px; margin: 0 5px 0 0; position: relative; top: 2px;}
.toast a.closeToast { position: absolute; right: 20px; top: 9px; font-size: 22px; }

.toast.err { background:#fff0f0; border: 1px solid #f20d0d;}
.toast.err p span { color: #f90000;}
.toast.err a.closeToast { color: #ef1010; }

.toast.succ { background:#f3fff3; border: 1px solid #04af00;}
.toast.succ p span { color: #04af00; }
.toast.succ a.closeToast { color: #04af00; }

.toast.std { background:#f4f4f4; border: 1px solid #a5a5a5;}
.toast.std p span { color: #298ad5;}
.toast.std a.closeToast { color: #858585; }

/* ==================================
    GLOBAL FORM STYLES
=====================================*/
/* ==== Global Form Styles ==== */

.formBox input[type="text"],
.formBox input[type="email"],
.formBox input[type="date"],
.formBox input[type="tel"],
.formBox input[type="time"],
.formBox input[type="datetime-local"],
.formBox input[type="password"],
.formBox input[type="url"],
.formBox select,
.formBox textarea {
	width: 100%;
	box-sizing: border-box;
	font-family: Poppins,Helvetica,sans-serif;
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #d4d5d9 !important;
	border-radius: 5px !important;
	padding: 5px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 14px;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="datetime-local"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #1ab394 !important;
	outline: 0px;
}

.formBox input[type="radio"] { position: relative; top: 2px;}
.formBox input[type="checkbox"] { margin: 0; width: auto; position: relative; top: 3px;}

.formBox { position: relative; margin-bottom: 15px; }
.formBox label { display: block; color: black; font-weight: bold; margin-bottom: 3px; font-size: 14px;  }

    .formBox.hasRadios label,
    .formBox.radioGrp label,
    .formBox.hasCheck label {
        display: inline-block;
        margin-left: 5px;
        font-weight: normal;
        color: #5c5c5c !important;
    }
.formBox.radioGrp h5 { font-size: 14px; margin: 0 0 3px; color: #188dd8; font-weight: bold;}
.formBox.fileBox { border: 2px solid #ccc; padding: 10px;}

.formGroup { margin-right: 20px;}

.formBox.cityStateZip div.csz { margin-right: 3%;}
.formBox.cityStateZip div.stateBox { width: 16%;}
.formBox.cityStateZip div.cityBox { width: 45%;}
.formBox.cityStateZip div.zipBox { width: 30%;}

.formBox.hasTwo .formBox { width: 48%; margin: 0 3% 0 0;}
.formBox.hasTwo .formBox:last-child { margin: 0;}

.formBox.hasThree .formBox { width: 31%; margin: 0 3% 0 0;}
.formBox.hasThree .formBox:last-child { margin: 0;}

.formBox.borderTop { border-top: 1px solid #ccc; padding-top: 20px; margin-top: 25px;}

/* formBoxWrapper is found only in in SSG Custom fields - Check if can be used globally in flagship */
.formBoxWrapper .formBox {width: 42%;margin-right: 4%;float: left;}

input[type="text"].error,
input[type="email"].error, 
input[type="date"].error,
input[type="tel"].error,
input[type="file"].error,
input[type="datetime-local"].error, 
input[type="password"].error,  
input[type="url"].error,  
textarea.error,
select.error { border: 1px solid red !important; background: #fadfdf !important;}

input[type="text"].success,
input[type="email"].success, 
input[type="date"].success,
input[type="date"].success,
input[type="tel"].success,
input[type="file"].success,
input[type="datetime-local"].success, 
input[type="password"].success,  
input[type="url"].success,  
textarea.success,
select.success { border: 1px solid #44db40 !important; background: #e7fce6 !important;}

input.readonly,
input[type="text"]:read-only,
textarea.readonly,
textarea:read-only,
.formBox input:disabled,
.formBox select:disabled,
.formBox textarea:disabled { background: #efefef !important; color: #5c5c5c !important; opacity: 1;}


.formBox p.frmHlpTxt { font-size: 11px; color: #828282; margin: 2px 0 0; }
p.error{ font-size: 11px; color: red; font-weight: normal;}
#errorSummary { display: none; font-size: 12px; padding: 10px; background: #fadfdf; border: 1px solid red; margin-bottom: 20px;}

.formBox.radioGrp h5.required:after,
label.required:after { content: " *"; color: red;}

.flex-container { display: flex; flex-direction: row; }
.cardCol-2 { width: 50%; padding: 0 30px;}
.cardCol-3 { width: 33%; padding: 0 20px;}
.cardCol-4 { width: 25%; padding: 0 20px;}

.contentWrapper { width: 90%; margin: 0 auto 0; position: relative; }
.primaryColor { background: #188dd8; }

/* ======================================================
    Profile Pages
=====================================================*/

/* ==== gloabl profile pages ==== */
.profileContent { padding: 20px 0 50px; border-top: 1px solid #efefef; }
.profileContentTitle { margin: 0 0 10px; }
.profile-sub-title { margin-bottom: 15px; }

/* ==== My Activities ==== */
table.actTable th {
    padding: 14px 10px 14px 20px;
    background: #188dd8;
    color: white;
}

table.actTable th a {
    font-size: 17px;
    font-weight: 600;
    color:white;
}
table.actTable th i{
    display: none;
}

/* ==== my documents ==== */
#newDocBtn { position: absolute; top: 70px; right: 0; }
.docRow {
    border: 2px solid #efefef94;
    background-color: #e1e1e161;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.docRow p { margin: 0; font-size: 14px; }
.docRowLeft { float: left; width: 30%; }
/*.docRowLeft a { font-size: 20px; color: black; }*/
/*.docRowLeft p { font-size: 12px; padding-top: 5px; }*/
.docRowLeft p { font-size: 20px; color: black; }
.docRowRight { float: right; width: 20%; text-align: right; }
.docRowCenter { float: right; width: 25%; padding-top: 8px;}


/* ==================================
    GLOBAL BUTTON STYLES
===================================== */
a { color: #188dd8;}

.ssBtn { display: block; padding: 15px; width: 100%; text-decoration: none; text-align: center;  font-size: 16px; font-weight: 500; border: 1px solid #25265e; border-radius: 5px; box-sizing: border-box; cursor: pointer; }
.ssBtn span { font-size: 18px; position: relative; top: 1px; }

.primBtn { background:#188dd8; color: #fff !important; border: 1px solid #188dd8; }
.primBtn span {}
.primBtn:hover { background:#31b4f8; border: 1px solid #31b4f8; }
.primBtn:hover span {}

.secBtn { background:#efefef; color: #5c5c5c; border: 1px solid #babecb; }
.secBtn span {}
.secBtn:hover { background: #e4e4e4 }
.secBtn:hover span {}

.outBtn {}
.outBtn span {}
.outBtn:hover {}
.outBtn:hover span {}

.ssBtn.btn-lg { font-size: 18px; padding: 12px 20px; }
.ssBtn.btn-med{ font-size:15px; padding: 12px 20px;}
.ssBtn.btn-sm { font-size: 12px; padding: 6px 12px; }

.txt-link { text-decoration: none; cursor:pointer; }
.txt-link:hover { text-decoration: underline; }

.stickyBtnBox { position: fixed; bottom: -5px; left: 0; width: 100%; padding: 20px; background: rgba(248, 248, 248, 0.56) ; z-index: 100; text-align: left; box-sizing: border-box; border-radius: 15px; }
.stickyBtnBox .btnBox { float: left; margin-right: 20px; }

/* check class? */
.ssBtn.smBtn {  padding: 9px; font-size: 14px; float: left; display: inline; width: auto; }

#header { background:#25265e; margin-bottom: 20px; padding: 7px 5% 5px; }
#headerLeft { float: left; width: 40%; max-width: 150px; }
#headerRight { float: right; width: 80px; text-align: right; padding-top: 0.9%; }
#headerRight span { color: #fff; font-size: 26px; }
#headerRight a { display: block; float: left; }

.loginImg { width: 50%; margin: 30px auto 0; }
#welcomeMsg { text-align: center; }
#welcomeMsg a { display: block; background: #fff; border: 2px solid #25265e; color: #25265e; font-size: 11px; font-weight: 600; padding: 12px; margin-bottom: 20px; }
#welcomeMsg a span { font-size: 36px; margin-bottom: 10px; }
#welcomeMsg a:active { background: #efefef; }

.container.errorMsg { text-align: center; background: #fceeee; border: 1px solid #f3c4c4; color: #da5555; padding: 20px; box-sizing: border-box; font-size: 16px; }
a.errorLink { display: block; margin-top: 25px; text-align: center; font-size: 16px; padding: 0 5%; }

#fade { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); z-index: 15; }

/* ==================================
    GLOBAL PAGINATION STYLES
=====================================*/

.navPagination {
    display: flex;
    justify-content: center;
    margin: 0px 0px 40px 0px;
}
.navPagination ul { list-style: none; padding: 0; display: flex;gap: 5px; }
.navPagination .page-item { display: inline; } 
.navPagination .page-link { display: block; padding: 10px 10px; margin: 0 5px; text-decoration: none; border-radius: 4px; transition: background-color 0.3s; }
.navPagination .page-link:hover { background: #e2e6ea; }
.navPagination .page-item.active .page-link { background: #9a9a9a; color: white; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.2); }

/* ==================================
    FIELD VALIDATION STYLES
=====================================*/

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}


input.input-validation-error {
    border: 1px solid #e80c4d!important;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* ================== START OF PAGES ================ */
/* ==================================
    Job Search Loading 
===================================== */
.jobs-overlay {
    display: none; 
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.resultsSpinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: fixed;
}

.searchContent {
    position: absolute;
    top: 30%;
    left: 50%;
}
.loader {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(0deg, #FFFFFF 50%, black 100%);
    animation: spin 1s linear infinite;
}

.inner-circle {
    width: 90%;
    height: 90%;
    background-color: white;
    border-radius: 50%;
}

@keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ==================================
    Upload File
===================================== */
#uploadResumeWrapper h2 { margin: 15px 0 25px; }
#uploadFileBox { border: 1px solid #ccc; padding: 20px 25px 25px; border-radius: 5px;  }
.or { border-top: 1px solid #ccc; margin: 30px 0; position: relative; }
.or p { margin: 0; position: absolute; top: -19px; left: 44%; padding: 5px 15px; font-size: 18px; background: #fff;  color: #5c5c5c; }

@media (min-width: 769px) {
   #uploadResumeWrapper { width: 37.5%; margin: 0 auto; }
   #uploadFileBox .btnBox button { margin: 0 auto; }
}

/* ==================================
    Contact Us
===================================== */
#contactUsWrapper { margin-top: 30px; }
#contactUsWrapper h2 { margin-bottom: 30px; }
.contactUsDetails .bold { margin: 10px 0 5px; font-weight: bold; }

#disclaimer h4, #disclaimer p { font-size: 12px; }

#mapContainer { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden; }
#mapContainer iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 769px) {
    #contactUsWrapper {  }
    #contactUsWrapper .flex-container { flex-direction: column; }
    #contactUsWrapper .cardCol-2 { width: auto; padding: 0px; margin-bottom: 25px; }
}


/* ==================================
    Listing of jobs: Index & Search Results
===================================== */
#jsContent { margin-top: 10px; }

#jsListingSection { margin-bottom: 15px; }
.jsListingGroup { margin-top: 40px; }
.jsListingHeader { font-size: 1.2rem; background: #efefef; padding: 8px 15px; cursor: pointer; border-radius: 5px; }
.jsListingHeader h3 { margin: 0; }
.jsFilter { margin-top: 5px; }
.jsListing { border-bottom: 1px #efefef solid; padding: 15px 15px; }
.jsListing:last-child { border-style: none; }
.jsList { list-style: none; }
.jsListingTitle { font-size: 1.2rem; margin-bottom: 5px }
.jsListingBtn { margin-top: 25%; }
.jsListing.flex-container { justify-content: space-between; }

#showMapBtn { position: absolute; top: 30px; right: 0; }
#showMapBtn span { margin-right: 5px; }

@media (min-width: 768px) {
    .contentWrapper.flexbox {
        display: flex;
        gap: 24px;

    }
    .sidebar {
        flex: 0 0 25%;
        align-self: flex-start; 
        background: #fff;

    }
    #jsListContainer {
        flex: 0 0 75%;
        position:relative;
    }
}

/* ==================================
    Search Header
===================================== */
#searchWrapper {
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;
    margin-bottom: 25px;
}

#searchFormWrapper {
    border-radius: 5px; 
    position: relative;
    z-index: 100;
}
#searchBoxes {
    padding: 6px 16px 0px 16px;
}
.searchBox {
    display: flex;
    flex-direction: column;
    position: initial;
}
    .searchBox label {
        font-size: 1.1em;
        color: #484848;
        padding: 10px 0;
    }
.searchBox input[type="text"] { font-size: 1.1em; color: black; background: #efefef; padding: 10px 0 10px 10px; border-radius: 5px;}
.searchBox .input, select { padding: 7px 12px; font-size: 1em !important; }
.searchBox.btnBox { margin: 0; padding: 0; }
    .searchBox.btnBox button {
        margin: 4px 12px 4px 12px;
        width: auto;
    }

.searchBoxMenu { display: flex; flex-direction: row; }
.searchBoxMenu #labelLoc { width: 65%; }
#searchDist { font-size: 1.1em !important; border: none !important; color: #5c5c5c; margin-left: 0; padding-left: 0; }
    
#searchBtn {}
#searchBtn-mb {  display: none; width: 30%; margin: 0 auto;  }
    
#advSearchBtn { text-align: center; margin-top: 10px; }
#advSearchBtn a { margin: 0 auto; color: #188dd8; text-decoration: none; cursor:pointer; font-size: .9em; }
#advSearchBtn a:hover { text-decoration: underline; } 
#advSearchBtn span { margin-left: 5px; transition: transform 0.5s; }

#advSearchBox { margin: 2% 10% 10px; }

#advSearchContent { opacity: 0; overflow: hidden; transition: opacity 0.5s ease; transition: max-height 0.5s ease-out; }
#advSearchContent.show { opacity: 1; }


.searchBoxButton a { border: 1px solid #9A9A9A; color: black; padding: 5px; border-radius: 5px; margin: 10px 10px; }
.searchBoxButton a:hover { background: #f2f2f2; }
#searchBoxes .flex-container { flex-direction: row; margin: 20px auto 10px; justify-content: center; }

.jsListingBtn a { border-radius: 15px; padding: 5px 10px; }
.jsListingBtn a:hover { background: #9a9a9a; color: white; border: none; }
.jsListingBtn.flexRight { margin: auto 0 auto auto; }

#mb-navBarMenu { position: fixed; top: 0; right: -100%; width: 90%; height: 100%; background-color: white; box-shadow: -2px 0 5px rgba(0,0,0,0.5); transition: right 0.4s ease; z-index: 1000; }
#mb-navBarMenu.show { right: 0; }

.searchBox.selectFilters { border: none; }
.searchBox.selectFilters select { color: #737373; border: 1px solid #737373 !important; }
.searchBox.selectFilters label { font-size: .9em; color: #9a9a9a; padding: 10px 0; }

#searchFilters { display: flex; justify-content: center; gap: 25px; color: #9a9a9a; margin-top: 15px; }
.checkboxDropdown { position: relative; display: inline-block; }

.checkboxDropdownMenu { display: flex; margin: 0; padding: 5px 15px; border: 1px solid; border-radius: 20px; gap: 5px; background: #FFFFFF; color: #B6B8BE;box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2) }
.checkboxDropdownMenu:hover { color: black; }
.checkboxDropdownMenu  .fa-solid { margin-left: 5px; }

.checkboxDropdownContent { display: none; position: absolute; background-color: #fff; border: 1px solid #ccc; min-width: 130px; margin-top: 2px; z-index: 20; border-radius: 3px; padding-left: 10px; box-shadow: 2px 3px 10px 3px rgba(0, 0, 0, 0.2); }
#cityFiltersContainer .checkboxDropdownContent { min-width: 250px; }
.dropdownScrollable { max-height: 150px; overflow-y: auto; padding-top: 8px; }

.checkboxDropdown:hover .checkboxDropdownContent { display: block; }

.state-filter-item,
.city-filter-item { margin-bottom: 5px; }

.activeFilter { color: black; }
.selectedFilter { font-weight: bold; }
.inactiveFilter { cursor: not-allowed; }

#searchDivider { display: flex; align-items: center; text-align: center; font-size: 12px; padding: 0 16px; }
#searchDivider::before, #searchDivider::after { content: ''; flex: 1; border-bottom: 1px solid #ddd; /* You can change the color to match your design */ }
#searchFilterTitle { padding: 0 0 0 5px; }
#searchFilterIcon { padding: 0 5px 0 5px; }

/* Styles for the Selected Filters */
#selectedSearchWrapper {
    border-radius: 5px;
    color: #4c4c4c;
}

.selectFilters {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin: 0 auto;
    padding: 0px 0px 0px 18px;
    margin: 10px 0px 10px 0px;
    width:90%;
}
.selectFilters h4 {
    margin-bottom:5px;
    color: #666666;
}
.categoryFilter {
    padding: 0px 0px 0px 5px;
}
.filterBox {
    padding: 5px 30px 5px 10px;
    border: 1px solid #919191;
    border-radius: 30px;
    margin: 8px 10px 5px 0px;
    position: relative;
    color: #676767;
    font-size: 0.9em;
    background-color: #e4e4e4;
}
.filterBox span {
    position: absolute;
    top:6px;
    right:7px;
}
.filterBox span:hover { color: red; }

#removeFilter {
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 20px;
    background: #e4e4e4;
}
#removeFilter:hover {
    background: #d7d7d7;
}
.hoverLink {
    cursor: pointer;
}
.hoverLink:hover{
    text-decoration: underline;
}
.select-options {
    display: flex;
    flex-wrap:wrap;
}

.selectButton {
    cursor: pointer;
}
/* Styles for the sidebar filter */
.sidebar-filters {
    padding: 0 16px 16px 16px;
}
.filters .filter-dropdown { border-bottom: 1px solid #ddd; margin-bottom: 10px; }
.filter-dropdown .filter-header { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 10px 0; }
.toggle-icon { transition: transform 0.3s ease; }
.filter-dropdown.active .toggle-icon { transform: rotate(45deg); }
.filter-options { display: none; overflow: hidden; transition: max-height 0.3s ease; padding-bottom: 10px; }
.filter-dropdown.active .filter-options { display: block; }
.sub-filter { margin-bottom: 10px; }
.sub-filter label { display: block; margin-bottom: 4px; font-size: 0.9em; color: #333; }
.scrollable-options { max-height: 105px; overflow-y: auto; border: 1px solid #ccc; padding: 5px; border-radius: 4px; background: #fff; }
.scrollable-options ul { list-style: none; padding: 0; margin: 0; }
.scrollable-options li { margin-bottom: 8px; }
.filter-options ul { list-style: none; padding: 0; margin: 0; }
.filter-options li { margin-bottom: 8px; display: flex; }
.filter-options input[type="checkbox"] { margin-right: 6px; }
.filterCount { border: 1px black solid; border-radius: 15px; padding: 2px 7px; margin: 0 auto 0 5px; }

.fillOptions {
    width: 92%;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    display: none;
    flex-direction: column;
}
.titleOptions {
    padding: 10px 10px 10px 10px;
    flex: 1 0 25%;
    min-width: 25%;
}
.titleOptions:hover {
    background: #a4a4a447;
    cursor: pointer;
}
.fillOptions a {
    color:black !important;
}
.scrollWrapper {
    overflow-x: auto;
    width: 100%;
}
/* ==================================
    Nav Bar
===================================== */
#navBarContainer {
    padding: 10px 0;
    width: 100%;
    display:flex;
    align-items:center;
}
#navBarMobileBtn { display: none; }

#navBarLogo {
    height: 60px;
}

/* account option */
.navBarElements {
    padding: 0;
    margin: 0;
    display: flex; /* Makes list items align horizontally */
}

#navBarMenu li a {
    text-decoration: none;
    color: #333;
    padding: 10px 10px; /* Space for bubble */
    font-weight: 500;
    border-radius: 25px; /* Rounded bubble shape */
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; /* */
    margin: -5px;
}

#navBarMenu a:hover {
    color: #fff;
    background-color: #31b4f8;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#navBarMenu {
    padding: 10px 0;
    float: right;
    margin-left: auto;
}
#navBarMenu li { margin-left: 20px; }
#navBarMenu li ul li { margin-left: 0; }
#navBarMenu span, #utilityBarMenu span{ margin-left: 5px; }
#navBarMenu ul, #utilityBarMenu ul { list-style: none; }
#navBarMenu a { color: #000000 }

.ddContent { position: absolute; background-color: #fff; border: 1px #efefef solid; border-radius: 5px; border-top-left-radius: 0; border-top-right-radius: 0; z-index: 15; width: 180px; font-size: .8rem; }
.ddContent li { margin: 0px; padding: 10px 10px; }
.ddContent li:hover { background-color: #efefef; cursor: pointer; }
.ddContent span { margin-right: 8px; }

#LogoutMenuBtn { margin-top: 2px; border-top: 1px solid #efefef; }

#navBarLogo { float: left; }

/* ==== mobile styling for Nav Bar ==== */
#navBarMobileBtn { position: absolute; right: 0; }
#navBarMobileBtn span { font-size: 25px; }

#mb-navBarMenu ul { list-style: none; margin: 60px auto 60px 20px; font-size: 1.2em; }
#mb-navBarMenu li { padding: 10px; }
#mb-navBarMenu li a { font-size: .8em; padding-left: 15px; }
#mb-navBarMenu li a span { padding-right: 10px; color: grey; }
.mb-menuTitle {  }
.mb-menuTitle h4 {  }

#closeMenu { font-size: 24px; position: absolute; top: 25px; right: 35px; display: block; }

#accountDDContent { display: none; }
/* ==================================
    Modal Pop-Up
===================================== */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    justify-content: center; /* center horizontally */
    align-items: center; /* center vertically */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 28%;
    border-radius: 5px;
}
.modal-close {
    float: right;
}
.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-info {
    margin: 20px 50px 20px 50px
}   
.SaveBtn {
    width:20%;
}

#DocUpload {
    padding-top: 10px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}
/* ==================================
    Utility Bar
===================================== */
.utilityBarOption {
    font-size: 1em;
    color: white;
}
.utilityBarOption:hover { text-decoration: underline; }

#utilityBarMenu { padding: 10px 0; z-index: 20; }
#utilityBarMenu span { color: white }
#utilityBarNav li { display: inline-block; }
#utilityBarMenu ul li ul li { display: block; }

/* ==================================
    Job Post (Job Details)
===================================== */
.jpHeader { margin-bottom: 15px; }
.jpTitle { margin: 25px 0 10px;  }
.backArrow { margin-right: 5px; }
#backJobList { font-size: .9rem; margin-top: 15px; }

.jpContent { padding: 20px 0 50px; border-top: 1px solid #efefef; }
.jpContentTitle { margin-bottom: 20px; }
.jpContentTitle h2 { margin-bottom: 5px; }

.jpContentDets { margin-bottom: 30px; }

.jpContentLeft { margin: 0 100px 0 0 ; width: 70% }
.jpContentLeft .jpContentDets h3 { border-top: 1px #efefef solid; border-bottom: 1px #efefef solid; padding: 10px 0 10px; font-size: 1.4em; }

.jpContentRight { font-size: .9em; min-width: 30%; }
.jpContentRight p { margin-bottom: 15px; }

#applyBtn { width: 50%; margin: 0 auto; margin: 25px 0 10px; }
#secApplyBtn { width: 50%; margin: 0 auto; margin: 0 0 100px; }
#applyBtn a { color: #eeeeee }
#stickyApplyBtn { display: none; }

#noResults { width: 80%; margin:0 auto; display: flex; flex-direction: column; align-items: center; }
#noResults p { font-size: 1.5em; }
#noResults #subHeading { margin-top: 15px; font-size: 1.2em; }

.job-description-content p, .job-description-content div { margin-bottom: 1em; }
.job-description-content ul, .job-description-content ol { margin-left: 10px;  padding-left: 10px; list-style-position: outside; }
.job-description-content li { margin-bottom: 0.5em; list-style-type: disc; }

/* ==================================
    Personal Information Form 
===================================== */

.formWrapper { padding-bottom: 20px; }
.formWrapper .flex-container { flex-direction: column; }
.infoCard {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background: linear-gradient(135deg, #efefef47 0%,#f1f1f1b3 100%);
    margin-bottom: 20px;
    padding: 25px 0 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.formWrapper h3 { margin-bottom: 10px; }

#personalInfoSubmitBtn { margin-bottom: 30px; }
#personalInfoSubmitBtn button { width: 20%; }
@media (max-width: 1024px) {
    #personalInfoSubmitBtn button { width: 100%; }
}


/* upload documents */
#fileInputsContainer { margin-top: 10px; }
#attachedFilesContainer { margin-top: 10px; }
#fileInputsContainer input[type="file"] { color: #9a9a9a0b; }
#fileInputsContainer input[type="file"]::file-selector-button { background-color: #9a9a9a; color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; }
#fileInputsContainer input[type="file"]::file-selector-button:hover { background-color: darkgray; }

.fileDisplay { margin-top: 10px; padding: 8px; border: 1px solid #ccc; border-radius: 10px; background: white; }
.file-icon { font-size: 18px; margin-right: 7px; }
.fileName { font-size: 14px; }
.fileSize { font-size: 12px; color: #9a9a9a }
.fileRemove { font-size: 18px; color: crimson; float: right; }
.fileRemove:hover { font-weight: bold; }
.resume-icon { font-size:20px; margin-right:0px; }
#AdditionaDocumentsInfoBox {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .formWrapper .flex-container { flex-direction: row !important; }
    .cardCol-2 { width: 100%; }
}

@media (max-width: 1024px) {
    .cardCol-2 { width: 84%; }
}

/* EEO Form */

#genderLabel, #ethnicityLabel, #veteranLabel, #disabilityLabel { font-size: 16px; font-weight: bold; color: black !important; }
#veteranLabel, #disabilityLabel {  margin-top: 10px; }
#ethnicity { color: black; }
#EEOWrapper p b { font-size: 14px; margin: 10px 0 5px; }
#EEOWrapper .formBox { border-bottom: 1px solid #ccc; padding-bottom: 15px; }

.EEOsubheader { margin-bottom: 10px; }
.EEOtext { margin-bottom: 15px !important; font-size: 14px; }

#veteranDescList { margin: 0 45px; }
#veteranDescListChild { margin: 0 25px; }
#DisabilitySelfIdentificationTitle { margin-bottom:10px; }
#DisabilitySelfIdentificationTitle h4 { margin: 0; }
#DisabilitySelfIdentificationTitle p { font-size: 14px; }
#disabilityList { margin: 0 45px; }

/* ==================================
    Save and Confirmation
===================================== */
#appliedConfirm { width: 80%; margin:0 auto; display: flex; flex-direction: column; align-items: center; }
#appliedConfirm p { font-size: 1.5em; }
#appliedConfirm #subHeading { margin-top: 15px; font-size: 1.2em; }

/* Container for the cards */
.card-container { display: flex; flex-wrap: wrap; justify-content: center; padding: 50px; gap: 20px; }

/* Individual Card Styles */
.card { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 200px; height: 200px; background-color: #ffffff; border: 1px solid #e0e0e0; border-radius: 15px; text-decoration: none; color: #333333; transition: background-color 0.3s ease, box-shadow 0.3s ease; }

/* Icon Styles */
.card .icon { font-size: 40px; margin-bottom: 15px; }

/* Text Styles */
.card span { font-size: 18px; text-align: center; padding: 0 10px; }

/* Hover Effects */
.card:hover { background-color: #f3f3f3; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }
/* ==================================
    Custom Table 
===================================== */
.tableHeader {
    background: #6c7ae0;
}
/* ==================================
    Privacy Policy 
===================================== */
.section li{
    list-style-position: inside;
}
.section h2 {
    margin: 20px 0px 6px 0;
}
/* ==================================
    LogOut
===================================== */

#logoutContent { margin-top: 100px; padding: 50px; border: 1px solid #e0e0e0;  background-color: #f0f8ff; border-radius: 15px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }
#logoutBtnRow { margin-top: 20px; display: flex; gap: 20px; flex-direction: column; }
#logoutBtnRow button { background-color:#0189dd; border-radius:28px; border:1px solid #0667a3; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:17px; padding:6px 21px; text-decoration:none; text-shadow:0px 1px 0px #282c66; }
#logoutBtnRow button:hover { background-color:#48aff0; }
#logoutBtnRow a:hover { color: black; }

/* ==================================
    Account Pages
===================================== */
.contentHeader { margin-bottom: 15px; }
.contentTitle { margin: 25px 0 10px;  }

/* My Information */
.myInfoContent { margin-top: 25px; background-color: #f5f5f5; }
#MyInfoSubmitBtn { margin-bottom: 30px; }
#MyInfoSubmitBtn button { width: 20%; }
@media (max-width: 1024px) {
    #MyInfoSubmitBtn button { width: 100%; }
}
.additionalInfo {
    padding-bottom:30px;
    /*
    background-color: #9a9a9a0b;
    padding: 10px 10px 10px 15px;
    margin-bottom: 30px;
        */
}

/* ==================================
    Footer
===================================== */
footer { background: black; }


#footer-section {
    background: #23272a;
    color: #fff;
    padding: 32px 0 16px 0;
    font-size: 15px;
    box-shadow: 0 -1px 8px rgba(0,0,0,0.07);
}

.footer-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.footer-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px 12px 24px;
    border-bottom: 1px solid #444;
    background: black;
}

.footer-branding {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo-img {
    height: 38px;
    width: auto;
}

.footer-site-name {
    font-size: 1.35em;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.footer-nav {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    opacity: 0.85;
    transition: opacity 0.15s;
}

.footer-nav-link:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-social {
    display: flex;
    gap: 14px;
}

.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    opacity: 0.7;
    transition: opacity 0.18s;
}
.footer-social-icon:hover {
    opacity: 1;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 12px 10px 12px;
}

.footer-links {
    display: flex;
    gap: 26px;
    margin-bottom: 8px;
}

.footer-bottom-link {
    color: #b6bec8;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.85;
    transition: opacity 0.18s;
}

.footer-bottom-link:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-copyright {
    font-size: 14px;
    opacity: 0.7;
}

/* Mobile responsiveness */
@media (max-width: 700px) {
    .footer-main {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 14px 12px 14px;
        gap: 18px;
    }
    .footer-nav, .footer-social {
        margin-top: 6px;
    }
    .footer-nav {
        gap: 12px;
        flex-wrap: wrap;
    }
    .footer-links {
        gap: 14px;
    }
}



/* ==========================================
		CUSTOM MEDIA QUERIES
============================================= */

@media (min-width: 1024px) {
    .contentWrapper { width: 80%; }
}

@media (min-width: 1025px) {
    .contentWrapper { width: 75%; }
}

@media (min-width: 1600px) {
    .contentWrapper { width: 70%; }
}

@media (min-width: 2000px) {
}

@media (max-width: 1600px) {
        body { }
        #advSearchBtn { margin-top: 15px; }
}
@media(max-width: 1024px){
    #DocUpload {
        font-size: 1.2em;
    }
    .SaveBtn{
        width:35%;
    }
    .modal-info{
        margin: 20px 0px;
    }
}
@media (max-width: 769px) {
.modal-content {
    width: 50%;
}
    #DocUpload {
        text-align: center;
    }
#searchBoxes { flex-direction: column; }
#searchFormWrapper { border: none; }
.searchBox { border-radius: 5px; margin: 0 0 10px; }
.searchBox input[type="text"] { background: none; }
    #searchBtn-mb {
        display: block;
        width: 90%;
        margin-bottom: 30px;    
    }
#searchBtn { display: none; }
#advSearchContent .flex-container { display: flex !important; flex-direction: column; }

body { background: white; }

.jsListing .flexRight { margin: auto 0; }
.jsListingBtn { margin-top: 0px; }

#navBarLogo { width: 130px; }
#navBarMenu { display: none; }
#navBarMobileBtn { display: block; }

#mb-navBarMenu { width: 70%; }

.modal-info { margin: 20px 0px 20px 0px; }
.SaveBtn { margin-left:0px; }
.docRowLeft { float: none; margin-bottom: 3px; width: 100%; }
.docRowRight { float: none; margin-bottom: 9px; width: 100%; text-align: left; }
.docRowCenter { float: none; margin-bottom: 3px; width: 100%; }
#jsListContainer {
    position:relative; height: auto;
}

}

@media (max-width: 480px) {
    .modal-content {
        width:80%;
    }
    #newDocBtn {
        position: revert;
        padding-bottom: 10px;
    }
        /*Job List Page*/
        #navBarMobileBtnSearch { display: block; }
        #closeMenuSearch { display: block; z-index: 200; }
        .contentWrapper { width: 92%; }
        .jsListing.flex-container { flex-direction: row; }
        /*Job Details Page*/
        .jpContent.flex-container { display: block; }
        .jpContentLeft { width: 100%; }
        .jpContent #applyBtn { display: none; }
        #stickyApplyBtn { position: fixed; bottom: 0; display: block; }
        .table td { font-size: 13px; }
        table.actTable th { padding: 14px 10px 14px 15px; }
        table.actTable th a { font-size: 15px; }
        .SaveBtn { width: 50%; }
        .modal-card { width:100%; padding: 0px 12px; }
    #newDocBtn {
        top: 65px;
    }
    #uploadButton {
        font-size:12px;
        padding:10px 10px;
    }
    .cardCol-2 {
        width: 80%;
    }


    .flex-container {
        flex-direction: column;
    }

    #navWrapper { border-bottom: 1px solid #ccc; }
}

/* ==============================================
    COLLAPSIBLE DETAILS (USED FOR TCC CLIENTS)
================================================= */

.collapsible {
    background-color: #f3f5f9;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2rem;
    margin-top: 20px;
}

    .collapsible:hover, .collapsible.active {
        background-color: #cccccc;
    }

    .collapsible:active {
        background-color: #cccccc;
    }

    .collapsible.active::after {
        content: "\2212";
    }

.ColorLink {
    color: #188dd8;
}

.collapsible:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


/* Privacy Policy */
