/* === Filter Bar Styling === */

.aiojp-filter-bar form .aiojp-filter-select,
.aiojp-filter-bar form .aiojp-filter-search{
    display: flex;
    align-items: center;
}
.aiojp-filter-search input{
	outline: none;
}
.aiojp-filter-bar form .aiojp-filter-search{
    position: relative;
}
.aiojp-job-list p{
	width: 100%;
	text-align: center;
}
#job-apply-form #resume{
	width: 100%;
}
.aiojp-filter-bar form .aiojp-filter-search img {
    position: absolute;
    left: 11px;
}
#job-apply-form label{
	margin-top: 15px;
	margin-bottom: 7px;
}
.aiojp-apply-wrap{
	margin-top: 30px;
}
#submit-application{border: 0 none; margin-top: 20px;}
    .aiojp-filter-bar {
    max-width: 753px;
    margin: 0 auto clamp(2.25rem, 6.697vw + -0.961rem, 4.063rem);
}

.aiojp-filter-search {
	margin-bottom: 24px;
}

.aiojp-filter-categories {
    display: flex;
    gap: 12px 36px;
	justify-content: center;
    flex-wrap: wrap;
}

div.aiojp-filter-categories a {
	font-size: clamp(1.25rem, 0.924vw + 0.807rem, 1.5rem);
}

.aiojp-filter-categories a {
    font-weight: 400;
    border-bottom: 5px solid transparent;
	color: white;
	padding-bottom: 5px;
}

.aiojp-filter-categories a:hover,.aiojp-filter-categories a.active {
   border-bottom: 5px solid white;
   color: white;
}

.aiojp-single-job{
	background-color: transparent;
    background-image: radial-gradient(at top left, #CAEAFF 0%, #065EBC 100%);
	margin-top: -9px;
}
.inner-container-job{
	padding-top: 172px;
	max-width: 1336px;
	margin: 0 auto;
	padding-bottom: 105px;
}
.job-title{
	color: white;
}
.aiojp-job-meta{
	width: 516px;
    text-align: left;
}
.aiojp-filter-bar select,
.aiojp-filter-bar input[type="text"] {
    padding: 10px 12px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    min-width: 140px;
    flex: 1 1 140px;
}

.aiojp-filter-bar input[type="text"] {
	background-image: url(https://iinfinity.tw/wp-content/uploads/2025/12/search-icon.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left 28px center;
    padding: 13px 13px 13px 75px;
    font-size: 24px;
    border-radius: 100px;
    border: none;
	border-color: none;
}

.aiojp-filter-bar input[type="text"]::-webkit-input-placeholder {
    color: #CACACA;
}
.aiojp-filter-bar input[type="text"]:-moz-placeholder {
    color: #CACACA;
}
.aiojp-filter-bar input[type="text"]::-moz-placeholder {
    color: #CACACA;
}
.aiojp-filter-bar input[type="text"]:-ms-input-placeholder {
    color: #CACACA;
}

.aiojp-filter-bar button {
    background: white;
    color: #1976d2;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
}

.aiojp-filter-bar button:hover {
    background: #e3f2fd;
}

.aiojp-filter-bar #clear-filters {
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0;
}

.aiojp-filter-bar #clear-filters:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* === Home Page Search Bar Styling === */
#aiojp-home-search-form {
    display: flex;
    gap: 12px;
    background: #FFFFFF;
    padding: 8px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    justify-content: space-between;
}

#aiojp-home-search-form input[type="text"] {
    padding: 0;
    min-width: 200px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    width: fit-content;
    font-weight: 400;
}

#aiojp-home-search-form input[type="text"]:focus-visible{
    border: none;
	border-color: none;
    outline: none;
	box-shadow: none;
	outline-color: none!important;
}

#aiojp-home-search-form input[type="text"]::-webkit-input-placeholder {
    color: #CACACA;
}
#aiojp-home-search-form input[type="text"]:-moz-placeholder {
    color: #CACACA;
}
#aiojp-home-search-form input[type="text"]::-moz-placeholder {
    color: #CACACA;
}
#aiojp-home-search-form input[type="text"]:-ms-input-placeholder {
    color: #CACACA;
}

#aiojp-home-search-form button[type="submit"] {
    cursor: pointer;
    transition: background 0.3s ease;
    line-height: 13px;
    letter-spacing: 0px;
    fill: #F7F7F7;
    color: #F7F7F7;
    background-image: linear-gradient(180deg, #91D6FF 0%, #2180EE 100%);
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    width: 160px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
}

#aiojp-home-search-form button[type="submit"]:hover {
    background-color: #0d47a1;
}
form#aiojp-home-search-form div img {
    padding: 0 8px;
}
/* === Overall Layout === */
.aiojp-job-layout {
    display: flex;
    gap: 20px;
    margin: 30px 0 64px;
}

/* === Left Job List === */
.aiojp-job-list {
    display: flex;
	flex-wrap: wrap;
    gap: 32px;
	width: 100%;
	max-height: 1245px;
    overflow-y: auto;
}

.aiojp-job-list::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.aiojp-job-list::-webkit-scrollbar-track {
  background: #DBF0FF; 
  border-radius: 10px;	
}
 
/* Handle */
.aiojp-job-list::-webkit-scrollbar-thumb {
  background: #004B9A; 
	border-radius: 10px;
}

.apply-button {
	justify-content: flex-end;
	border-top: 1px solid rgba(30, 30, 30, 0.2);
	margin-top: 16px;
	padding-top: 16px;
}

.apply-button span {
	padding: 8px 16px;
	background: linear-gradient(180deg, #91D6FF 0%, #2180EE 100%);
	border-radius: 32px;
	color: white;
	transition: all .3s ease-in-out;
}

.apply-button span:hover {
	background: linear-gradient(180deg, #2180EE 0%, #91D6FF 100%);	
}

.aiojp-job-list a {
	display: block;
	width: 31.5%;
}

form#aiojp-home-search-form div {
    display: flex;
    align-items: center;
}
.aiojp-job-item {
    background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 13px 16px;
    transition: background 0.3s ease;
    cursor: pointer;
	height: 100%;
	box-sizing: border-box;
}
.aiojp-job-item.active-job{
    background: linear-gradient(to bottom, #FFFFFF, #DAF0FF);
    border-color: #2180EE;
}
.aiojp-job-item .job-title {
    font-size: 18px;
    font-weight: bold;
}

.aiojp-job-item .job-location, .aiojp-job-item .job-experience {
    font-size: 14px;
    color: #666;
}

/* === Right Job Detail Section === */
div#aiojp-job-detail{
    width: 65%;
}
.aiojp-job-detail {
    background: #ffffff;
    border-radius: 50px;
    padding: 20px 35px 24px 35px;
    border: 1px solid #2180EE;
}

.aiojp-job-detail h2 {
    color: #2180EE;
    font-size: 24px;
    margin-bottom: 10px;
}

.aiojp-job-detail .job-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.aiojp-job-detail .job-meta div {
    font-size: 14px;
    color: #555;
}

.aiojp-job-detail .job-description {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.aiojp-job-detail .skills {
    margin-bottom: 20px;
}

.aiojp-job-detail .skills span {
    display: inline-block;
    background: #2180EE;
    color: #fff;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 20px;
    font-size: 14px;
}

.aiojp-job-detail .apply-btn {
    cursor: pointer;
    transition: background 0.3s ease;
    line-height: 13px;
    letter-spacing: 0px;
    fill: #F7F7F7;
    color: #F7F7F7;
    background-image: linear-gradient(180deg, #91D6FF 0%, #2180EE 100%);
    border-style: none;
    border-radius: 24px;
    width: 160px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
}


/* === Placeholder (before selecting a job) === */
.aiojp-placeholder {
    text-align: center;
    color: #888;
    margin-top: 100px;
}

.aiojp-placeholder h3 {
    font-weight: bold;
    font-size: 1.5rem;
}

span.skill-item {
    background: #2784EF;
    color: #fff;
    padding: 7px 17px;
    border-radius: 24px;
    display: inline-block;
    font-size: 14px;
	margin-right: 7px;
}
.aiojp-apply-wrap p{
	color: green;
	font-weight: bold;
}
.aiojp-job-detail .alojp-info-div {
    background: #EFF8FF;
    padding: 10px 16px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
	border-radius: 24px;
}
.aiojp-job-detail .alojp-info-div span {
    width: 33%;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 31px;
    display: flex;
    align-items: center;
}
.aiojp-job-detail .alojp-info-div span img {
    padding-right: 6px;
}
.aiojp-job-detail .aiojp-main-heading {
    font-size: 32px;
    font-weight: 400;
    color: #2180EE;
}
.aiojp-job-detail h4.aiojp-sub-heading {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 40px 0 16px 0;
}

.aiojp-job-detail p.aiojp-text-item {
    font-size: 16px;
    font-weight: bold;
	text-transform: uppercase;
    color: #000;
    margin: 0px;
}

.aiojp-job-detail ul {
    padding-left: 29px;
}
.aiojp-job-detail ul li:last-child {
    display: none;
}
form#aiojp-search-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-job.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    padding: 0 40px 0px 20px;
    max-width: fit-content;
}

.aiojp-job-item {
	color: #1E1E1E;
}

form#aiojp-search-form select option {
    color: #000;
}

div#aiojp-job-results .aiojp-job-item h4, div#aiojp-job-results .aiojp-job-item p {
    display: flex;
    align-items: center;
}

div#aiojp-job-results .aiojp-job-item p.aiojp-clock{
    margin-top: 8px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
div#aiojp-job-results .aiojp-job-item p.aiojp-clock span{
    display: flex;
    align-items: center;
}
div#aiojp-job-results .aiojp-job-item p.aiojp-clock .aiojp-img-time-two{
    display: none;
}
div#aiojp-job-results .aiojp-job-item p.aiojp-clock span:last-child img{
    margin-right: 0;
    margin-left: 4px;
}
div#aiojp-job-results .aiojp-job-item.active-job p.aiojp-clock{
    color: #2180EE;
}
div#aiojp-job-results .aiojp-job-item.active-job p.aiojp-clock .aiojp-img-time-two{
    display: block;
}
div#aiojp-job-results .aiojp-job-item.active-job p.aiojp-clock .aiojp-img-time-one {
    display: none;
}
div#aiojp-job-results .aiojp-job-item h4 img, div#aiojp-job-results .aiojp-job-item p  img{
    margin-right: 11px;
}


.aiojp-job-detail .aiojp-heading-flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.aiojp-job-detail .apply-btn:nth-child(2){
    display: none;
}


