/************************general classes************************/
body{
    background-color:#F7F7F8;
}
.body-container-wrapper{
    position:relative;
}

.header-jp{
    background-color: #1e2341;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
/**Colors**/
.dark-gray{
    color:#737B7D;
}
.gray{
    color:#E4E5E8;
}
.light-gray{
    color:#F7F7F8;
}
.black{
    color:#0D0C0C;
}
.white{
    color:#fff;
}
.dark-blue{
    color:#1E2341;
}
.blue{
    color:#BED2EB;
}
.dark-green{
    color:#4FB5AA;
}
.green-bg{
    background-color:#C1E7E3;
}
.gold{
    color:#CC9966;
}
.red{
    color:#CC9966;
}
.red-bg{
    background-color:#F6DEE0;
}
.red-circle{
    background-color: #EE0004;
    color: white;
    border: 1px solid #EE0004;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-top: 6px;
    margin-right: 10px;
    padding-top: 2px;
    font-size: 12px;
    }
/**Margin**/
.m-b-10 {
  margin-bottom: 10px;
}
.m-t-5{
    margin-top: 5px;
}
/**Width**/
.w-100{
    width:100%;
}
/***Position****/
.relative{
    position:relative;
}
/**Flex**/
.flex{
    display:flex;
}
.justify-center{
    justify-content:center;
}
.flex-col{
    flex-direction:column;
}
/**Row**/
.row{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    padding: 10px 0;
}
/**Column**/
.col-1-3{
    width: 33.33%;
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-right: 10px;
}
.col-1-3:last-child{
    padding-right: 0;
}
.color-dark-gray{
    color:#737B7D;
}
/**Border**/
.border-top{
    border-top: 1px solid #E4E5E8;
}
/**Text**/
.text-center{
    text-align:center;
}
.text-left{
    text-align:left;
}
.text-right{
    text-align:right;
}
.text-uppercase{
    text-transform:uppercase;
}
.text-lowercase{
    text-transform:lowercase;
}
.text-trans-none{
    text-transform:none;
}
.font-12{
    font-size:12px;
}
.line-hight-160{
    line-height:160%;
}
/*********************Icons*******************************/
.icon-26{
    width:26px;
}
.icon-20{
    width:20px;
}
.search-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 47%;
    transform: translateY(-50%);
}
.search-icon-title{
    left: 18px;
}
.work-icon-gray{
    width: 18px;
    height: auto;
}
.reset-icon-wrap{
    padding-top: 2px;
    padding-left: 15px;
}
.list-loc-icon{
    left:0 !important;
}
.pd-cit{
    padding-left: 8px !important;
}

/************************Buttons************************/
.btn-social{
    margin: 0;
    width: 30px;
    height: 30px;
    background: #E4E5E8;
    border: none;
    font-size: 10px;
    color: black;
    text-transform: none;
    margin-right: 10px;
    font-family: lato;
    margin-top: 10px;
}
.btn-social:last-child{
    margin-right: 0;
}
.btn-social img{
    width: 30px;
}
.det-btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-bottom: 0;
    display:none !important;
}
.btn-card{
    background-color: #c1e7e3 !important;
    border-color: #c1e7e3 !important;
    color: #0d0c0c !important;
    font-variant: titling-caps !important;
    cursor: pointer !important;
    margin: 0 !important;
    font-variant: titling-caps !important;
    line-height: 100% !important;
    padding: 10px 18px !important;
    font-size: 16px !important;
}
.btn-card:hover {
    background-color: #9fbbb8 !important;
    border-color: #9fbbb8 !important;
}
#btn-reset{
    margin: 0;
    background: transparent;
    border: 1px solid darkgray;
    padding: 10px 20px;
    font-weight: 400;
    font-family: 'AzoSans Regular';
    display: flex;
    justify-content: space-between;
}
.btn-wrapper{
    display:flex;
    justify-content: space-between;
    width:100%;
    padding: 20px;
    flex-direction: row-reverse;
}

.btn-job{
    margin: 0 !important;
    background-color: white !important;
    border: 0 !important;
    padding: 10px 20px !important;
    position: absolute;
    right: 10px !important;
    top: 10px !important; 
}
.btn-job:hover{
    background-color: white !important;
    border: none !important;
}
.btn-bottom-desktop{
    display:none;
}

.btn-arrow{
    width: 20px;
    rotate: -90deg;
}
.btn-sort{
    font-size: 12px !important;
    font-family: inherit !important;
    color: #4fb5aa !important;
    font-weight: 100 !important;
    margin: 0 !important;
    padding: 5px !important;
    position: absolute !important;
    right: 55px;
    top: 100px;
    z-index: 1;
    background: transparent !important;
    border: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.btn-sort:focus{
    outline: none !important;
    border-radius: 0 !important;
}
#sort-date-btn{
    right:130px;
}
.sort-btn-txt{
    margin-top: 5px;
}
.pag-left{
    rotate: 180deg;
}
/***********************Container wrap content***********************/
.container {
    padding:20px;
    margin: auto;
}
@media only screen and (min-width: 768px) {
    .container{
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: 80%;
    }
}
/***********************Headline***********************/
.header{
    background:#1e2341 !important;
}
.headline-container, .headline-container h1{
    font-size: 34px !important;
    text-align:center !important;
    padding-bottom:0 !important;
}
.pop-headline{
    line-height:100%;
    text-transform: none;
}
/************************Search***********************/
/* Dark gray placeholder color */
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #000 !important; /* Or any other dark color like #111, #444 */
  opacity: 1 !important;  /* Ensures the color isn't faded */
}

/* Vendor prefixes for better compatibility */
input::-webkit-input-placeholder {
  color: #000 !important; 
  opacity: 1 !important; 
}
input:-moz-placeholder {
  color: #000 !important; 
  opacity: 1 !important; 
}
input::-moz-placeholder {
  color: #000 !important; 
  opacity: 1 !important; 
}
input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.search-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
.row-search{
    border: 1px solid #E4E5E8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    margin-bottom: 10px;
    flex-direction: column;
}
.pt-input{
    padding-left:43px;
    border:none;
}
.selection-hr {
    line-height: 150%;
    padding: 20px;
    width: 95%;
    background: white;
    position: relative;
    display:block;
    padding-left:50px;
    border-bottom: 1px solid #E4E5E8;
}
.selection-hr:last-child {
    border-bottom:0 !important;
}
.selection-hr:first-child {
    padding-left:20px;
}
.select-styled {
  background-position: right center;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  color: #737B7D;
}
.select-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width:250px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 500;
  font-size: 12px;
  max-height: 400px;
  overflow: scroll !important;
}
.select-options li {
  padding: 5px 10px;
  color: #737B7D;
  font-size: 12px;
  margin-bottom:0;
  cursor: pointer;
}
.select-header{
    padding-left:13px;
    color:#737B7D;
}
#city-header{
    color:#737B7D;
}
.pt-input{
    padding-left:43px;
}
#city{
    padding: 5px 10px;
    color: #737B7D;
    font-size: 16px;
    margin-bottom:0;
    cursor: pointer;
}
.custom-select{
}
.select-options li:hover {
  background: #f0f0f0;
}
/****Filter***/
.filter-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-wrapper {
    justify-content: space-between;
}

.selection-hr input{
    font-size: 16px;
    color:#737B7D;
    width: 100%;
}
.search-active {
    background-color: #dcefee !important;
}
.search-active p{
   font-weight:bold;
}

/**********************Accordion***************************/
.ext-filter-header {
    border-bottom: 1px solid #E4E5E8;
    cursor: pointer;
    background: white;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.article-title::before {
    content: url('https://www.hrg-hotels.com/hubfs/Website/_icons/filter.png');
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 20px; 
    position:absolute;
    top:7px;
    left:20px;
    opacity: 0.5;
}
.article-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 2em;
    background:white;
    font-size: 1em;
    font-weight: normal;
    color: #737B7D;
    cursor: pointer;
    padding-left: 50px;
    width:47%;
}
.accordion-container .content-entry i {
    position: absolute;
    top: 12px;
    right: 12px;
    font-style: normal;
    font-size: 1.625em;
    color: black;
}
#arrow-cont{
    height: 100%;
    width: 20px;
    margin: auto;
}
#arrow-cont img{
    width: 20px;
}
#arrow-cont.arrow-open{
    rotate: 180deg;
    margin:auto;
}
.accordion-content {
    display: none;
    padding-left: 2.3125em;
    display:flex;
    justify-content: space-evenly;
    padding: 20px;
    height:462px; 
    flex-direction:column;    
}
.filter-set{
    display:flex;
    width:42%;
    padding-top: 4px;
}
.acc-col{
    display:flex;
    flex-wrap:wrap;
    margin-top:10px;
}
#content {
		width: 100%;
}
#description {
    width: 90%;
    margin: 1.875em auto;
}
#description p {
    line-height: 1.5;
}

#description h2 {
		text-align: center;
}
.badge{
    background: #f2f2f2;
    padding: 4px 8px;
    margin-right: 10px;
    color: #000000;
    cursor:pointer;
    margin-bottom:10px;
    text-align: center;
    width:46%
}
.badge p{
    font-size:12px;
}
.badge:hover{
    background: #c1e7e3;
}
/***first column***/
.acc-col-inner{
    flex-wrap: wrap;
    }
/******Acc New**/
.ext-filter-cont{
    display: none;
}

.ext-filter-wrap {
    position: relative;
    background: white;
    margin-bottom: 10px;
}
.ext-filter-header {
    border-bottom: 1px solid #E4E5E8;
    cursor: pointer;
    background:white;
}
/**********************Accordion END***************************/
/**********************JobList***************************/
.job-list{
width:100%;
display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job-list-item{
    margin-bottom: 10px;
    width:100%;
    position:relative;
    background: white;
    cursor: pointer;
    padding:20px;
}
@media (min-width: 768px) {
    .job-list-item{
        width: 49.4%;
    }
}
.job-header{
   /** padding: 20px 20px 0 20px;**/
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.job-header h3{
    font-size: 1.4rem;
    text-transform: none;
}
.job-header h3:hover{
    color:#4FB5AA;
}
.key-row{
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    flex-wrap: wrap;
}
.key-container{
    text-align:center;
background: #DCEFEE;
    padding: 4px 8px;
    margin-right: 10px;
    color: #024c44;
    width: 46%;
    margin: 5px;
}
.key-container p{
    	font-size:12px;
}
.keywords-list-view{
    background:none;
    color:#737B7D;
}
/**********************PopUp***************************/
.pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px;
  z-index: 1000;
  max-height: 700px;
  width: 90%;
  background:#F7F7F8;
  scroll-behavior: smooth;
  overflow: scroll;
  cursor: default;
}
.close {
    padding: 5px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size:30px;
}
.layer {
  /* Add your styling properties here */
  height: 100%;
  width: 100%;
  position: fixed;
  background: #6c6f6e75;
  top: 0;
}
.pop-logo{
    width: 100%;
    display: flex;
    justify-content: center;
}
.pop-title h2{
    font-size: 16px;
    margin:0;
}
.pop-title {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.pop-key-wrap {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    flex-wrap:wrap;
}
.pop-up-window{
    display: flex;
    flex-wrap: wrap;
}
.pop-content {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
}
.cont-pop{
    margin:40px 0;
    border-bottom: 1px solid #E4E5E8;
}
.cont-pop:last-child{
    border-bottom: none;
}
.cont-pop div img{
max-width:100%;
}
.pop-content h3{
    font-size: 16px;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 20px;
}
.pop-content p{
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pop-content ul li{
    font-size: 12px !important;
    margin-bottom: 0;
}
.pop-col-01{
    width:100%;
}
.pop-col-02{
    width:100%;
}
.pop-card{
    background: white;
    border: 1px solid #E4E5E8;
    padding: 20px;
    display: flex;
    margin-top: 10px;
}
.pop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
    width: 100%;
}
.pop-apply{
    position: absolute;
    z-index: 10000;
    right: 20px;
    top: 180px;
}
.pop-apply-mobile{
    display:none;
    position: fixed;
    margin-top: 40px:;
    top: 220px;
    z-index: 10000;
    right: 20px;
}
.btn-apply{
    margin:0;
    padding: 8px 12px;
}
.col-1-2{
    width: 50%;
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-right: 10px;
}
.pop-card-col-1-2:first-child{
    border-right: 1px solid #E4E5E8;
}
.pop-company-name{
    padding-right:10px;
}
.apply-btn-wrap{
    display:flex;
    flex-direction:column;
    width:100%;
  }
  .whatsapp-icon{
    width: 50px;
  }
  .apply-item{
    display:flex;
    justify-content:center;
    margin-bottom:20px;
  }
  .m-b-0{
    margin-bottom:0 !important;
  }
    @media (min-width: 992px) {
      .apply-btn-wrap {
          flex-direction: row;
          justify-content: flex-start;
      }
      .apply-item {
        justify-content: end;
        flex-direction: column;
    }
    .whatsapp-icon{
      margin-left:20px;
    }
  }
/**********************PopUp END***************************/

/**********************Message Container***************************/
#message-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    flex-direction: column;
}
#message-container{
    display: flex;
    justify-content: flex-start;
    background:#DCEFEE;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background: #DCEFEE;
    padding: 20px;
    position:relative;
    height:150px;
}
.not-found-graphic{
    margin-top:50px;
}
.message-icon{
    position:absolute;
    top:16px;
}
.message-txt{
    padding-left: 40px;
}
.red{
    color:#EE0004;
}
.green{
    color:#024c44;
}
.company-list-item{
    display:flex;
}
.comp-col1{
    padding:0 20px;
}
.comp-col2 h5{
    margin-bottom:10px;
}
.item-location, .item-location p{
    position:relative;
    padding-left:20px;
}
/**********************Message Container END***************************/
/************************Pagination*******************************************/
.pagination{
    width: 100%;
    display: flex;
    justify-content: center;
}
.pag-item{
    border-radius: 100%;
    border: 3px solid white;
    width: 30px;
    background: white;
    height: 30px;
    text-align: center;
    padding-top: 4px;
    margin: 0 10px;
}
.pag-center{
    border: 1px solid #CC9966;
    background:#CC9966;
    color: white !important;
}
.pop-logo img{
    width: 100px;
    }
.arrow-pag{
    cursor: pointer;
}
/***************************************************************************************************/
/**********************Placeholder-menu to remove in live version***************************/
#header-jp{
    background-color: #1e2341;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
#header-jp a{
    color: #000;
    text-decoration: none;
}
#header-jp a:hover{
    color: #000;
    text-decoration: none;
}
#menu-jp{
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
#menu-jp ul li, #menu-jp ul{
    color: white;
    text-decoration: none;
    list-style: none;
    display: inline;
}
#hero-banner{
height: 400px;
background: #cdc7c7;
display: flex;
justify-content: center;
}
.hero-innner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-col{
    padding: 10px;
}
/**********************Media Queries***************************/
/**********************Tablet***************************/
@media only screen and (min-width: 768px) {

    .search-icon{
        left: -6px;
    }
    .btn-bottom-desktop{
        display:block;
    }
    .selection-hr {
        width:90%;
    }
    .btn-wrapper{
        width: 96%;
    }
    .filter-set{
    width:43%;
    }
    .accordion-content {
        flex-direction:row;    
    }
    .acc-col{
    flex-direction: column;
    }
    .accordion-content {
        height: 230px;
    }
    #content {
        width: 70%;
        margin: 0 auto;
    }
    .badge{
        width: 100%;
    }
    .cont-col-inner{
        display: flex;
        justify-content: space-between;
        }
    .acc-col-inner{
        width: 45%;
        }
    .first-col{
        width:44%;
        }
    .key-row{
            flex-direction:row;
        }
    .key-container{
        width: auto;
        }
    .key-container:first-child{
        margin-left: 0;
    }
    .pop-content {
        display: flex;
        flex-direction:row;
        width: 100%;
    }
    .pop-col-01{
        width:60%;
    }
    .pop-col-02{
        width:40%;
    }
    .pop-card{
        background: white;
        border: 1px solid #E4E5E8;
        padding: 20px;
        display: flex;
        margin-left: 10px;
        margin-top:0;
    }
    .pop-up{
        width: 90%;
        padding:50px;
        top:57%;
        max-width:1500px;
        }
    .pop-header {
        flex-direction: row;
        width:auto;
    }
    .pop-key-wrap {
        flex-direction: row;
    }
    .pop-up-window{
        display:block;
    }
    .pop-logo{
        width: 10%;
        display: block;
        margin-right: 20px;
        margin-top: -15px;
    }

    .pop-title{
        width: 80%;
        text-align: left;
        margin-top: 0;
    }
    .pop-apply{
        top: auto;
        position: relative;
        width: 25%;
        display: flex;
        justify-content: flex-end;
        right: auto;
    }
    .pop-apply-mobile{
        display:none;
    }
    .det-btn{
    display:block !important;
    }
}
/**********************Tablet END***************************/
/*************between 1000 and 1198px**************/
@media only screen and (min-width: 1000px) {
    .headline-container{
        margin-top:50px;
    }
    .row-search{
        flex-direction: row;
    }
    .selection-hr {
        width: 18%;
        padding-left:20px;
        border-right: 1px solid #E4E5E8;
        border-bottom:none;
        padding-right: 10px;
        margin-right:10px;
    }
    .selection-hr input {
    width: 100%;
        }
    .search-icon-title{
        left: 18px !important;
        }
    .first-col{
        width:34%;
        }
    .search-icon {
        left: 4px;
    }
    .pt-input{
        padding-left: 20px;
    }
    .select-header{
        padding-left:6px;
    }
    .custom-select {
    margin-left: -10px; 
    }
    .btn-wrapper {
    justify-content: flex-start;
    width: 30%;
    }
    #btn-reset{
        padding:7px 20px;
        margin-right: 20px;
    }
    .btn-sort{
        top:10px;
    }
    #message-container{
        height:auto;
    }
}

@media only screen and (min-width: 1198px) {
    #message-wrapper{
        width:80%;
    }
}
/*************between 1000 and 1198px END**************/
/******************Laptop************************/
@media only screen and (min-width: 1280px){
    .filter-wrapper {
        justify-content: space-between;
    }
    .filter-set{
        width:46%;
        }
    .pop-header {
        justify-content: flex-start;
        }
    .pop-card{
        padding:50px 30px;
    }
    .pop-company-name{
        margin-top: -10px;
    }
    .btn-social{
       margin-top:0;
    }
}
/******************Desktop************************/
  @media screen and (min-width: 1346px) {
  .first-col{
    width:30%;
    }
  }