html,
body {
    background: #fff;
}

@media (min-width: 992px) {
    html,
    body {
        font-size: 100%;
    }
}

body a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    /*-ms-transition: 0.5s all ease;*/
    text-decoration: none;
}

body a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.form-control {
    border-radius: 0;
}

table {
    width: 100% !important;
}

.text-orange, text-orange:active, text-orange:hover {
    color: #ff6600;
}

.text-pink, .text-pink:active, .text-pink:hover {
    color: #ff00ff;
}

.text-blue, text-blue:active, text-blue:hover {
    color: #1d7089;
}

.text-dblue, .text-dblue:active, .text-dblue:hover {
    color: #4599b2;
}

.text-yellow, .text-yellow:active, .text-yellow:hover {
    color: #fceb4d;
}

.text-gblue, .text-gblue:active, .text-gblue:hover {
    color: #1d7089;
}

.text-lblue, .text-lblue:active, .text-lblue:hover {
    color: #0099cc;
}

.text-grey, .text-grey:active, .text-grey:hover {
    color: #878787;
}

.text-limeyellow, .text-limeyellow:active, .text-limeyellow:hover {
    color: #ffffcc;
}

.bg-dblue {
    background: #4599b2;
}

.bg-blue {
    background: #78c5fb;
}

.bg-dblue2 {
    background: #0066cc;
}

.bg-limeyellow {
    background: #ffffcc;
}

.bg-warnyellow {
    background: #fffcf0;
}

.bg-grey {
    background: #878787;
}

.bg-violet {
    background: #3877c4;
}

.bg-mblue {
    background: #1c7186;
}

.qm {
    color: #000033;
    font-size: 10pt;
    font-family: Tahoma;
    background-color: #ffffcc;
    padding: 5px;
    text-align: left;
    border: #ff9933 1px solid;
    display: none;
}

.modalBackground {
    background: rgba(0, 0, 0, 0.7);
}

.modalPopup {
    z-index: 100000 !important;
}

iframe {
    z-index: 100001 !important;
}

/*Navbar Menus*/

.navbar {
    background: rgba(1, 60, 94, 1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    padding: .5rem 1rem;
}

.navbarSub {
    background: rgba(28, 113, 134, 1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    padding: .25rem 1rem;
}

.navbar .navbar-nav > li > a {
    color: #fff;
    display: inline-block;
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 1);
    /*margin-left: auto;*/
}

.navbar-toggler-icon {
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
}

#navMenuList {
    justify-content: flex-start;
}

#navMenuList li a {
    margin: 0 5px;
}

#navMenuList .dropdown-item {
    margin: auto;
}

.jobPostBtn {
    /*height: 72px;
    background: url('../images/btn_home_rec_postjob.png') no-repeat center top;
    width: 205px;*/
    display: flex;
}

.applyJobBtn {
    /*height: 72px;
    background: url('../images/btn_jobseeker_top.png') no-repeat center top;
    width: 205px;*/
    display: flex;
}

/*.jobPostBtn:hover {
    background-position: center -72px;
}*/

.navbar-brand {
    width: 240px;
}

@media (max-width: 360px) {
    .responsiveLink p {
        font-size: 10pt;
    }
}

@media (max-width: 599px) {
    .navbar-brand {
        margin: auto;
    }

    #navJobBtn {
        display: none;
    }

    #navResJobBtn {
        display: flex;
        margin: 1rem 0;
    }
}

@media (min-width: 600px) {
    #navJobBtn {
        display: flex;
    }

    #navResJobBtn {
        display: none;
    }
}

@media (max-width: 991px) {
    .navLogin {
        visibility: hidden;
        display: none;
    }

    .navLoginMob {
        visibility: visible;
        display: flex;
    }

    .mobNavcard {
        border: 1px solid rgba(0, 0, 0, 0.175);
        justify-content: center;
    }

    .mobileSectionNav {
        background: #013c5e;
        color: #fff;
        margin-bottom: 1rem;
        width: 100%;
        padding: 0.5rem 1.5rem;
    }

    .responsiveLink {
        visibility: visible;
        display: flex;
        text-transform: uppercase;
        align-items: center;
        width: 100%;
        width: -moz-available;
        width: -webkit-fill-available;
        width: fill-available;
    }
    
    .responsiveLink p {
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    #navLoginText {
        display: flex;
        align-items: center;
        text-transform: uppercase;
    }

    .navLogin {
        visibility: visible;
        display: flex;
        justify-content: flex-end;
        float: right;
        right: 25px;
        position: absolute;
    }

    .navLoginMob {
        visibility: hidden;
        display: none;
    }

    .responsiveLink {
        visibility: hidden;
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1050px) {
    #navMenuList li a {
        margin: 0 1px;
    }
}

/*@media (min-width: 1150px) {
    #navLoginText {
        margin: 0 0 0 10rem;
    }
}*/

@media (min-width: 1150px) and (max-width: 1218px) {
    #navMenuList li a {
        font-size: 11pt;
    }
}

/*Home Page*/

#homeIntro {
    padding: 1rem 0 0;
}

/*.pageBroadCast {
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    height: 30px;
    margin-bottom: 0.5em;
}

.BroadCastContent {
    width: max-content;
    display: flex;
    position: absolute;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: pageBroadCast 20s linear infinite;
    animation-play-state: running;
}

.pageBroadCast span {*/
    /*font-size: 10vw;*/
    /*padding: 0 2vw;
    text-align: center;
}

.pageBroadCast:hover .BroadCastContent {
    animation-play-state: paused;
}

@keyframes pageBroadCast {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}*/

.searchDeskView {
    display: block;
}

.searchMobileView {
    display: none;
}

.searchFieldBG {
    background: #b1b980;
    padding: 1rem;
}

.homeSignUpCard {
    background: #fbf5c1;
    justify-content: center;
    text-align: center;
}

.homeRegBtn {
    background: #2c2c2c;
    color: #fff;
}

.jobSearchBtn {
    background: #013c5e;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
}

.jobSearchBtn:hover, .jobSearchBtn:active, .jobSearchBtn:focus {
    background: #013c5e;
    color: #fff;
}

.jobseekerBanner {
    background: #ff9934;
    border: 1px solid #fff;
    padding: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jobseekerBtn {
    background: #fff;
    color: #333;
    border-radius: 0;
    font-size: 100%;
    font-weight: 600;
    border: 1px solid #fff;
    width: 100%;
}

.jobseekerBtn:hover, .jobseekerBtn:active, .jobseekerBtn:focus {
    background: #fff;
    color: #333;
}

.recruiterBanner {
    background: #138808;
    border: 1px solid #fff;
    padding: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recruiterBtn {
    background: #fff;
    color: #333;
    border-radius: 0;
    font-size: 100%;
    font-weight: 600;
    border: 1px solid #fff;
    width: 100%;
}

.recruiterBtn:hover, .recruiterBtn:active, .recruiterBtn:focus {
    background: #fff;
    color: #333;
}

.advertRow {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.advertRow img {
    margin-bottom: 1rem;
}

.advertRow p {
    font-size: 10pt;
}

.canName {
    font-size: 13pt;
}

.canInfo {
    font-size: 10pt;
}

.pmJobseekerImg {
    width: 90px;
}

.pmJobseekerLink {
    font-size: 10pt;
}

.standardJobLink {
    font-size: 10pt;
}

.pmJobBg {
    background: #fbf5c1;
    border: #ffcc00 1px solid;
    padding: 1rem;
}

.pmJobLogo {
    max-width: 120px;
    max-height: 100px;
    width: 110px;
    height: 85px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    margin-right: 1rem;
}

.pmHJobLogo {
    max-width: 120px;
    max-height: 100px;
    /*margin: 0 auto;*/
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    width: 110px;
    /*padding: 0.5rem;*/
    margin-bottom: 0.5rem;
}

.pmHJobLogo img {
    margin: 0 auto;
    padding: 0;
}

.pmJobLink {
    font-size: 10pt;
}

.pmHJobBg {
    background: #fffcf0;
    padding: 1rem;
    border: 1px solid #f8f0d2;
}

.pmHJobLink {
    font-size: 10pt;
}

.homeEventLogo {
    max-width: 100px;
    max-height: 100px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 0.5rem;
}

.jobTitle {
    font-size: 13pt;
}

.jobSubInfo {
    font-size: 10pt;
}

.jobSeparator {
    border-bottom: 2px solid #f8f0d2;
}

@media (min-width: 576px) {
    .jobseekerBanner, .recruiterBanner {
        width: 49%;
    }
}

@media (max-width: 767px) {
    .pmJobseekerCol {
        margin-bottom: 1rem;
    }

    .pmJobseekerImg {
        width: 100px;
        margin-bottom: 1rem;
    }

    .pmJobCol {
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .searchDeskView {
        display: none;
    }

    .searchMobileView {
        display: block;
    }

    .homeColReverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .pmJobCol {
        margin-bottom: 2rem;
    }

    .pmJobLogo {
        max-width: 150px;
        width: 150px;
    }

    .pmHJobLogo {
        max-width: 150px;
        width: 150px;
    }
}

@media (max-width: 1199px) {
    .pmColInverse {
        flex-direction: column-reverse;
    }

    .pmJobLogo {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1200px) and (max-width: 1254px) {
    .pmJobLogo {
        width: 90px;
        height: 80px;
    }
}

@media (min-width: 1255px) and (max-width: 1344px) {
    .pmJobLogo {
        width: 100px;
        height: 90px;
    }
}

@media (min-width: 1345px) {
    .pmJobLogo {
        width: 110px;
        height: 100px;
    }
}

.colSpacing {
    justify-content: space-evenly;
}

/*Public Master Section*/

#publicMaster {
    padding: 1rem 0;
}

#publicMaster .adImg {
    display: flex;
    margin: 0 auto;
}

/*Job Description*/

.jd-memSubscribe-col {
    /*display: grid;*/
    justify-content: center;
    background: #59a7e2;
    padding: 2rem;
}

.jd-memSubscribe-btn, .jd-memSubscribe-btn:hover, .jd-memSubscribe-btn:active {
    border: #c6c6c6 5rem;
    border-radius: 5rem;
    background: linear-gradient(0deg, #cecece, #fafafa);
    color: #0868b2;
    font-size: 10pt;
    padding: 0.5rem 1.5rem;
    letter-spacing: 2px;
}

.jd-pmJobBg {
    background: #f6f6f6;
    border: #e5e5e5 1px solid;
    padding: 1rem;
}

.jd-pmJobSection-head {
    color: #fd7e01;
}

.jd-pmJobLogo {
    max-width: 110px;
    max-height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    margin-right: 0.5rem;
}

.jd-pmJobLink {
    font-size: 10pt;
}

.jd-pmjobTitle {
    font-size: 13pt;
    display: inline-flex;
}

.jd-pmjobSubInfo {
    font-size: 10pt;
}

.jd-jobTitleRow {
    padding: 1rem;
}

.jd-jobSaveRow {
    padding: 1rem;
}

.saveJobBtn, .saveJobBtn:active, .saveJobBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.jd-jobSaveRow p {
    text-align: right;
}

.jd-jobSectorRow {
    padding: 1rem;
    background: #4d97c1;
}

.jd-sectorLabel, .jd-sectorContent {
    margin-bottom: 0.5rem;
}

.jd-sectorContent:last-child {
    margin-bottom: 0;
}

.jd-jobDescription {
    padding: 1rem;
}

.jd-jobDescription a {
    word-break: break-word;
}

.jd-fileAttachRow {
    padding: 1rem;
}

.jd-memSubscribe-row {
    background: #4d97c1;
    padding: 1rem;
}

.jd-logo {
    height: 120px;
    margin-bottom: 1.5rem;
}

@media (max-width: 350px) {
    .jd-memSubscribe-btn {
        font-size: 9pt;
    }
}

@media (min-width: 351px) and (max-width: 365px) {
    .jd-memSubscribe-btn {
        font-size: 9pt;
    }
}

@media (max-width: 485px) {
    .jd-memSubscribe-col {
        padding: 1rem;
    }

    .jd-memSubscribe-btn {
        letter-spacing: 1px;
    }
}

@media (max-width: 575px) {
    .jd-jobTitleRow {
        padding: 0;
    }

    .jd-jobSaveRow {
        padding: 1rem 0;
    }

    .saveJobBtn {
        margin-bottom: 1rem;
        width: 49%;
        padding: 0.25rem 0rem;
        font-size: 10pt;
    }

    .jd-jobSaveRow p {
        font-size: 9pt
    }

    .jd-jobSectorRow {
        padding: 1rem 0;
    }

    .jd-jobDescription {
        padding: 1rem 0;
    }

    .jd-fileAttachRow {
        padding: 1rem 0;
    }

    .jd-memSubscribe-row {
        padding: 1rem 0;
    }
}

@media (max-width: 767px) {
    .jd-pmJobLogo {
        margin-bottom: 0.5rem;
    }

    .jd-pmJobCol {
        margin-bottom: 1rem;
    }

    .jd-sectorLabel {
        margin-bottom: 1rem;
    }
}

/*Search Job*/

.searchJobBtn, .searchJobBtn:active, .searchJobBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.jobResultBtn, .jobResultBtn:active, .jobResultBtn:hover {
    background: #013c5e;
    color: #fff;
    border-radius: 0;
}

.advSearchLink {
    font-size: 10pt;
}

.jobResultTitle {
    font-size: 13pt;
    display: inline-flex;
}

.jobResultSubInfo {
    font-size: 10pt;
}

.jobResultSeparator {
    border-bottom: 2px solid #f8f0d2;
}

.multiCheckOpt {
    /*width: 60%;*/
    height: 10em;
    border: solid 1px #c0c0c0;
    overflow: auto;
    padding: 10px 0;
    display: flex;
}
 
.multiCheckOpt label {
    display: inline;
    line-height: 1.7;
    color: #333;
    margin-bottom: 0.5rem;
}
 
/*.multiCheckOpt-on {
    color: #ffffff;
    background-color: #000099;
}*/

.multiCheckOpt input {
    margin: 0 12px;
    /*width: 7%;*/
    scale: 1.5;
}

/*Search Resume*/

.searchCVBtn, .searchCVBtn:active, .searchCVBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.searchPopBtn, .searchPopBtn:active, .searchPopBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.searchCancelBtn, .searchCancelBtn:active, .searchCancelBtn:hover {
    background: #ededed;
    color: #333;
    padding: 0.25rem 1.8rem;
    border: 1px solid #ddd;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

/*Resume Credit*/

.cvCreditBtn, .cvCreditBtn:active, .cvCreditBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

/*Value Membership*/

.vmPriceTable {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.vmPriceTable .vmPriceList {
    border: 1px solid #ddd;
}

.vmTitle {
    /*display: grid;
    justify-content: center;
    align-content: stretch;
    align-items: center;*/
    font-size: 10pt;
    margin: 1rem;
}

.vmTitle .vmPrice {
    font-size: 25pt;
}

.vmEndorseDate {
    font-size: 13pt;
}

.vmEndorseInfo {
    font-size: 10pt;
}

.vmPriceTable .list-group .list-group-item {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vmPriceTable .list-group .list-group-item p {
    font-size: 10pt;
}

.vmPriceTable .list-group .list-group-item > i {
    text-align: center;
}

.pmRegisterBtn, .pmRegisterBtn:active, .pmRegisterBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

@media (max-width: 991px) {
    .vmPriceTable .vmPriceList {
        margin-bottom: 3rem;
    }

    .vmPriceTable .vmPriceList:last-child {
        margin-bottom: 0rem;
    }
}

@media (min-width: 992px) {
    .vmPriceTable {
        display: flex;
        align-items: flex-end;
    }

    .vmTitle {
        min-height: 150px;
    }
}

/*Resume Broadcasting*/

.broadCastPriceTable {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.broadCastTitle {
    /*display: grid;
    justify-content: center;
    align-content: stretch;
    align-items: center;*/
    font-size: 10pt;
    margin: 1rem;
}

.broadCastTitle .broadCastPrice {
    font-size: 25pt;
}

.broadCastPriceTable .list-group .list-group-item {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.broadCastPriceTable .list-group .list-group-item p {
    font-size: 10pt;
}

.broadCastPriceTable .list-group .list-group-item > i {
    text-align: center;
}

.broadCastRegisterBtn, .broadCastRegisterBtn:active, .broadCastRegisterBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.broadCastPriceTable .broadCastPriceList {
    border: 1px solid #ddd;
}

@media (max-width: 991px) {
    .broadCastPriceTable .broadCastPriceList {
        margin-bottom: 3rem;
    }

    .broadCastPriceTable .broadCastPriceList:last-child {
        margin-bottom: 0rem;
    }
}

@media (min-width: 992px) {
    .broadCastPriceTable {
        display: flex;
        align-items: flex-end;
    }

    .broadCastTitle {
        min-height: 130px;
    }
}

/*RFP & Tender*/

.rfpSearchBtn, .rfpSearchBtn:active, .rfpSearchBtn:hover {
    background: #013c5e;
    color: #fff;
    border-radius: 0;
}

.rfpTitle {
    font-size: 13pt;
    display: inline-flex;
}

.rfpSubInfo {
    font-size: 10pt;
}

.rfpSeparator {
    border-bottom: 2px solid #f8f0d2;
}

.rfpLogo {
    max-width: 100px;
    max-height: 100px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    justify-content: center;
}

@media (max-width: 575px) {
    .rfpLogo {
        height: 100px;
        width: 100px;
        margin-bottom: 1rem;
    }
}

/*Standard Jobs*/

.standardJobBtn, .standardJobBtn:active, .standardJobBtn:hover {
    background: #013c5e;
    color: #fff;
    border-radius: 0;
}

.standardJobTitle {
    font-size: 13pt;
    display: inline-flex;
}

.standardJobInfo {
    font-size: 10pt;
}

.standardJobSeparator {
    border-bottom: 2px solid #f8f0d2;
}

.standard-memSubscribe-col {
    display: grid;
    justify-content: center;
    background: #59a7e2;
    padding: 2rem;
}

.standard-memSubscribe-btn, .standard-memSubscribe-btn:hover, .standard-memSubscribe-btn:active {
    border: #c6c6c6 5rem;
    border-radius: 5rem;
    background: linear-gradient(0deg, #cecece, #fafafa);
    color: #0868b2;
    font-size: 10pt;
    padding: 0.5rem 1.5rem;
    letter-spacing: 2px;
}

/*Highlighted Jobs*/

.highlightedJobBtn, .highlightedJobBtn:active, .highlightedJobBtn:hover {
    background: #013c5e;
    color: #fff;
    border-radius: 0;
}

.highlightedJobTitle {
    font-size: 13pt;
    display: inline-flex;
}

.highlightedJobInfo {
    font-size: 10pt;
}

.highlightedJobSeparator {
    border-bottom: 2px solid #f8f0d2;
}

.highlighted-memSubscribe-col {
    display: grid;
    justify-content: center;
    background: #59a7e2;
    padding: 2rem;
}

.highlighted-memSubscribe-btn, .highlighted-memSubscribe-btn:hover, .highlighted-memSubscribe-btn:active {
    border: #c6c6c6 5rem;
    border-radius: 5rem;
    background: linear-gradient(0deg, #cecece, #fafafa);
    color: #0868b2;
    font-size: 10pt;
    padding: 0.5rem 1.5rem;
    letter-spacing: 2px;
}

/*Recruiter Login*/

.empLoginBtn, .empLoginBtn:active, .empLoginBtn:hover {
    background: #dfdfdf;
    color: #202020;
    padding: 0.25rem 1.8rem;
    border: 1px solid #464646;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.empLoginAlign {
    align-items: center;
}

.empLoginInfoCol {
    max-height: 100%;
    height: 250px;
    display: inline-grid;
    justify-content: center;
    align-content: center;
}

.empRegInfoCol {
    max-height: 100%;
    height: 250px;
    display: inline-grid;
    justify-content: center;
    align-content: center;
}

.empForgotPasswordBtn, .empForgotPasswordBtn:active, .empForgotPasswordBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

@media (max-width: 991px) {
    .empLoginInfoCol {
        height: auto;
        text-align: center;
        padding: 1.5rem 3rem !important;
    }

    .empLoginInfoCol p {
        margin: 0 !important;
    }

    .empRegInfoCol {
        height: auto;
        text-align: center;
        padding: 1.5rem 3rem !important;
    }

    .empMobView {
        display: none;
        visibility: hidden;
    }

    .empResView {
        background: #4599b2 !important;
        padding: 1rem !important;
        border: none !important;
        border-bottom: 1px solid #dee2e6 !important;
    }

    .empResView .row {
        padding: 0 !important;
    }
}

/*Jobseeker Registration*/

.jsRegisterBtn, .jsRegisterBtn:active, .jsRegisterBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.jsRegisterAlign {
    align-items: center;
    justify-content: center;
}

.jsRegisterInfoCol {
    max-height: 100%;
    height: 300px;
    display: inline-grid;
    justify-content: center;
    align-content: center;
}

.jsLogInfoCol {
    max-height: 100%;
    height: 300px;
    display: inline-grid;
    justify-content: center;
    align-content: center;
}

.jsRegVMList {
    color: #fff;
    font-size: 10pt;
}

.jsRegVMBenefit {
    --icon-size: .8em;
    --gutter: .5em;
    padding: 0 0 0 var(--icon-size);
    color: #fff;
    list-style: none;
}

.jsRegVMBenefit li {
    padding-left: var(--gutter);
    margin-left: 0;
    display: flex;
    align-items: baseline;
}

.jsRegVMBenefit li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: var(--icon-size);
    margin-left: -1.3em;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .jsRegisterInfoCol {
        display: none;
        visibility: visible;
    }

    .jsLogInfoCol {
        height: auto;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jsRegisterInfoCol {
        height: 500px;
    }

    .jsLogInfoCol {
        height: 500px;
    }
}

/*Jobseeker Login*/

.jsLoginBtn, .jsLoginBtn:active, .jsLoginBtn:hover {
    background: #dfdfdf;
    color: #202020;
    padding: 0.25rem 1.8rem;
    border: 1px solid #464646;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.jsLoginAlign {
    align-items: center;
}

.jsLoginInfoCol {
    max-height: 100%;
    height: 250px;
    display: inline-grid;
    justify-content: center;
    align-content: center;
}

.jsRegInfoCol {
    max-height: 100%;
    height: 250px;
    display: inline-grid;
    justify-content: center;
    align-content: center;
}

.jsForgotPasswordBtn, .jsForgotPasswordBtn:active, .jsForgotPasswordBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.jsCancelResetBtn, .jsCancelResetBtn:active, .jsCancelResetBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

@media (max-width: 991px) {
    .jsLoginInfoCol {
        height: auto;
        text-align: center;
        padding: 1.5rem 3rem !important;
    }

    .jsLoginInfoCol p {
        margin: 0 !important;
    }

    .jsRegInfoCol {
        height: auto;
        text-align: center;
        padding: 1.5rem 3rem !important;
    }

    .canMobView {
        display: none;
        visibility: hidden;
    }

    .canResView {
        background: #4599b2 !important;
        padding: 1rem !important;
        border: none !important;
        border-bottom: 1px solid #dee2e6 !important;
    }

    .canResView .row {
        padding: 0 !important;
    }
}

/*Job Posting*/

.postJobBtn, .postJobBtn:active, .postJobBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.postingBtn, .postingBtn:active, .postingBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.freePostCardTitle {
    display: block;
    background: #171717;
    margin: 0;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.highlightCardTitle {
    display: block;
    background: #1e66c0;
    margin: 0;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.premiumCardTitle {
    display: block;
    background: #fe9807;
    margin: 0;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

@media (max-width: 992px) {
    .jobPostingCard {
        margin-bottom: 2rem;
    }
}

/*Search CV Result*/

.searchModBtn, .searchModBtn:active, .searchModBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.searchSaveBtn, .searchSaveBtn:active, .searchSaveBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.cvActionBtn, .cvActionBtn:active, .cvActionBtn:hover {
    background: #e5e5e5;
    padding: 0.25rem 1.8rem;
    border: 1px solid #d9cfc6;
    font-weight: 500;
    border-radius: 0.5rem;
}

.canSelect {
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.canSelect input {
    width: 3%;
    scale: 1.2;
}

.jsListCard input {
    scale: 1.2;
}

.jsPMCard {
    background: #e5f6ff;
}

.jsRegCard {
    background: #f8f9fa;
}

.jsfeatured {
    text-align: end;
    font-style: italic;
    font-weight: 700;
}

.jsNameInfo {
    font-size: 14pt;
}

.jsSearchInfo {
    font-size: 11pt;
}

@media (max-width: 575px) {
    .searchSaveBtn, .searchModBtn {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .searchSaveBtn, .searchModBtn {
        letter-spacing: 0.5px;
    }
}

/*Events*/

.submitEventBtn, .submitEventBtn:active, .submitEventBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

.eventTitle {
    font-size: 13pt;
    display: inline-flex;
}

.eventSubInfo {
    font-size: 10pt;
}

.eventSeparator {
    border-bottom: 2px solid #f8f0d2;
}

.eventLogo {
    max-width: 100px;
    max-height: 100px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    justify-content: center;
}

.eventsJD a {
    word-break: break-word;
}

@media (max-width: 575px) {
    .eventLogo {
        margin-bottom: 1rem;
    }
}

/*Jobseeker Payment*/

.jsPayBtn, .jsPayBtn:active, .jsPayBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

/*Admin Login*/

.admLoginBtn, .admLoginBtn:active, .admLoginBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

/*Change Password*/

.changePwdBtn, .changePwdBtn:active, .changePwdBtn:hover {
    background: #fda754;
    color: #fff;
    padding: 0.25rem 1.8rem;
    border: 1px solid #fc5300;
    font-weight: 500;
    border-radius: 0.5rem;
    letter-spacing: 2px;
}

/*Footer*/

#footerMenu {
    background: #176b84;
    color: #fff;
    padding: 1rem 1.5rem;
}

.fNavMenuCol {
    display: flex;
}

.fMenuHead {
    color: #fff;
}

.fNavMenuList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fNavMenuList li {
    margin: 0.5rem 0;
}

.fNavMenuList li a:nth-child(even) {
    margin: 0;
}

#footerMenu a {
    color: #d7d7d7;
}

#footerMenu p {
    font-size: 100%;
    margin: 0;
}

.footerIcon {
    font-size: 10pt;
    color: #d7d7d7;
}

#footerMenu a:hover {
    color: #fff;
}

.disclaimLink {
    text-align: center;
}

.disclaimLink a::after {
    content: "|";
    margin: 0 10px;
}

.disclaimLink a:last-child::after {
    content: "";
    margin: 0;
}

@media (max-width: 575px) {
    .fNavMenuCol {
        justify-content: normal;
    }
}

@media (min-width: 576px) {
    .fNavMenuCol {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    #footerMenu p {
        text-align: center;
        margin-bottom: 0.5rem;
        display: flow-root;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #footerMenu p {
        font-size: 10pt;
        margin: 0;
    }

    .disclaimLink a::after {
        content: "|";
        margin: 0 5px;
    }
}

#footer {
    background: #013c5e;
    color: #fff;
    padding: 1rem 0.5rem;
}

#footer a {
    color: #d7d7d7;
}

#footer p {
    font-size: 12pt;
    margin: 0;
}

#footer a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .copyPara {
        text-align: left;
    }
    
    .rxExtPara {
        text-align: right;
    }
}

@media (max-width: 767px) {
    #footer p {
        text-align: center;
        margin-bottom: 0.5rem;
        display: flow-root;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #footer p {
        font-size: 10pt;
        margin: 0;
    }
}

/*Error Pages*/

#errorPage {
    padding: 5rem 0;
    display: grid;
    justify-content: center;
}