div#navlist {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding-bottom: 20px;
 }

 .job-card-main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
 }

 .checkbox-type.type-1 {
    display: inline-block;
 }

 .heading-section-4 {
    font-size: 24px;
 }

 .job-card-harizontal {
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0px 7px 22px rgb(143 134 196 / 9%);
    padding: 20px 20px;
    align-items: center;
    border-radius: 18px;
    margin-bottom: 15px;
 }

 .job-card-harizontal:hover {
    box-shadow: 0px 7px 22px rgb(143 134 196 / 30%);
 }


 /* Always show job type/experience/location on cards - override Bootstrap .collapse */
 .job-card-harizontal .job-info-card-collapse.collapse {
    display: block !important;
 }

 .info-card {
    display: inline-block;
 }

 .job-info {
    display: flex;
    width: 25%;
    align-items: center;
 }

 .job-title a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
 }

 h5.job-title {
    margin: 0;
 }


 .job-author a {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #5F4BDB;
    text-decoration: none;
    font-family: "Poppins", Roboto, Arial, sans-serif;
 }

 .info-card-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 53px;
    text-align: center;
    margin-right: 10px;
 }

 .bg-ufo-green-100 {
    background-color: #2bc155;
 }

 .bg-rajah {
    background-color: #fba556;
 }

 .bg-red {
    background-color: #FF5353;
 }

 .job-action button.btn.btn-book {
    box-shadow: unset;
    background-color: #FF5353;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 40px;
 }

 .job-action a.btn.btn-apply.flex-fill {
    box-shadow: unset;
    /* background-color: #f0eeff; */
    background-color: #414143;
    padding: 10px 30px;
    /* color: #5f4bdb; */
    color: #fafafa;
    font-weight: 600;
 }

 .job-action a.btn.btn-apply.flex-fill:hover {
    color: #fff;
    /* background-color: #5f4bdb; */
    background-color: #F15B29;
 }


 .info-card-content {
    display: inline-block;
    vertical-align: middle;
 }

 .job-image {
    display: inline-block;
    vertical-align: top;
 }

 .job-image img {
    border-radius: 15px;
    min-width: 80px;
    min-height: 80px;
 }

 .job-info-inner {
    display: inline-block;
    padding: 0 0 0 15px;
 }

 .job-info-card {
    display: inline-block;
 }

 .info-card-content-title {
    display: inline-block;
    width: 20%;
 }

 h6.info-card-title {
    margin-bottom: 0;
    font-size: 1.0625rem;
    font-weight: 500;
    color: #363848;
 }

 .rounded-pill {
    color: #fff;
 }

 .btn-filter {
    border-radius: 50%;
    border: 1px solid #bdc3c7;
    box-shadow: unset;
    height: 40px;
    line-height: 30px;
    ;
 }

 .select-box-filter {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #fafafa;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='currentColor' d='M6 8L2 4h8z'/%3E%3C/svg%3E");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border: 1px solid #ccc;
    color: #333;
    padding: 2px 32px 2px 12px;
    border-radius: 25px;
 }

 .pretty.p-switch .state label:after,
 .pretty.p-switch .state label:before {
    top: -2px;
 }

 .pagination-links {
    text-align: center;
    margin: 0 10px 0 10px;
    display: inline;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 50px;
    background-color: #414143;
 }

 .pagination-bar {
    width: 100%;
    text-align: center;
    padding-top: 30px;
 }

 .pagination-bar a.next,
 .pagination-bar a.prev {
    font-weight: 500;
    font-size: 20px;
 }

 .pagination-links a {
    color: white;
    padding: 10px 15px;
    text-decoration: none;
 }



 .pagination-links a.active {
    background-color: #f15a29;
    border-radius: 50%;
 }

 .prev:before {
    content: 'Previous';
 }

 .next:before {
    content: 'Next';
 }

 .job-info-card-collapse {
    display: block;
    width: 20%;
 }

 .navlist-right {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

 .navlist-right > * {
  margin: 5px;
}

 @media screen and (max-width: 1200px) {
    div#navlist {
       padding: 0 15px 20px;
    }
    .job-card-main {
       padding: 0 15px;
    }
 }

 @media screen and (max-width: 991px) {
    /* .job-info {
       width: 25%;
       display: flex;
       padding-bottom: 20px;
    } */

    .job-info {
       width: 100%;
       padding-bottom: 20px;
    }

    .job-info-inner {
       padding: 0px;
    }

    .job-card-harizontal .job-info-card-collapse.collapse {
       display: inline-flex !important;
       width: 32.4%;
       padding-bottom: 20px;
    }

    .info-card-content-title {
       display: inline-flex;
       width: 33%;
       padding-bottom: 20px;
    }

    .job-action {
       text-align: center;
       margin: 0 auto;
       display: block;
    }

    .job-card-harizontal {
       display: block;
    }

    .job-card-main {
       padding: 0 15px;
    }

    h6.info-card-title {
       font-size: 0.900rem;
    }

    .info-card-desc {
       font-size: 15px;
    }

    .job-action .info-card-icon.bg-red.rounded-pill {
       margin-right: 0;
    }

    .job-action a.btn.btn-apply.flex-fill {
       padding: 10px 85px;
       margin-right: 10px;
    }

    .info-card-content-title .info-card-content {
       padding-top: 5px;
    }
 }

 @media screen and (max-width: 768px) {
 div#navlist {
    display: block;
 }
}
 @media screen and (max-width: 640px) {

    .job-info {
       width: 100%;
       padding-bottom: 10px;
    }

    .job-info-inner {
       padding: 0px;
    }

    .job-action {
       display: flex;
       padding: 0px 0px 15px 0px;
       width: 100%;
    }

    .info-card-content-title {
       display: inline-block;
       width: 49%;
       padding-bottom: 10px;
    }

    .job-card-harizontal .job-info-card-collapse.collapse {
       display: inline-flex !important;
       width: 49%;
       padding-bottom: 10px;
    }

    .job-action a.btn.btn-apply.flex-fill {
       margin-right: 10px;
    }

    .info-card-icon.bg-red.rounded-pill {
       justify-content: end;
       margin-right: 0;
    }
 }

 @media screen and (max-width: 420px) {
    .job-info {
       width: 100%;
       padding-bottom: 10px;
    }

    .job-card-harizontal .job-info-card-collapse.collapse {
       display: block !important;
       width: 100%;
       padding-bottom: 10px;
    }

    .info-card-content-title {
       display: block;
       width: 100%;
       padding-bottom: 10px;
    }

    .prev:before {
       content: "\00AB";
       font-size: 25px;
    }

    .next:before {
       content: "\00BB";
       font-size: 25px;
    }
}

/* Dark Mode Styles for Jobs Page */
html.dark-mode .select-box-filter {
    background-color: #2a2a2a !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23e0e0e0' d='M6 8L2 4h8z'/%3E%3C/svg%3E") !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
    background-size: 12px 12px !important;
    border-color: #3a3a3a !important;
    color: #e0e0e0 !important;
}

html.dark-mode .select-box-filter option {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
}

html.dark-mode .select-box-filter option:checked,
html.dark-mode .select-box-filter option:hover {
    background-color: #3a3a3a !important;
    color: #e0e0e0 !important;
}

html.dark-mode h6.info-card-title {
    color: #e0e0e0 !important;
}