body {
  background-color: snow;
  font-family: "Roboto", sans-serif;
  padding: 0px;
  margin: 0px;
}
.w-100 {
  width: 100%;
  margin:  0px;
}
.blue{
  color: dodgerblue;
}
.bg-grey {
  background-color: grey;
}

#searchFilterHeader,#searchbar-container{
  /* border : 1px solid blue; */
  margin: 0px;
  height: 80px;
  position: sticky;
  /* position: relative; */
  top: 0px;left: 0px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 14px 30px;
  z-index: 10;
  box-sizing: border-box;
  min-width: 1320px;
}

#searchFilterHeader > div > img, #searchbar > div > img{
  height: 30px;
  position: relative ;
  top: 10px;
  margin-right: 10px;
}

#save_as_alert_btn,#modify-search-btn{
  background-color: #4a90e2;
  color: white;
  /* font-weight: 600; */
  width: max-content;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 5px;
  font-size: 0.8em;
  border: none;
  height: 35px;
  width: 120px;
  position: relative;
  top: 8px;
}


#main {
  width: 1300px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
#main > div {
  /* border: 1px solid red; */
  margin: 5px auto;
}
#filterContainer > div {
  width: 300px;
  height: 1200px;
  /* position:fixed; */
  position: sticky;
  top: 100px;
  /* left:0px; */
  /* padding: 20px; */
}
#filterContainer > div > div {
  background-color: white;
  margin: 3px;
  padding: 5px 10px;
}
#filterContainer > div > form > div {
  background-color: white;
  margin: 2px;
  padding: 5px 10px;
}

#form-header{
  /* border: 1px solid red; */
  height: 30px;

}
#form-header * {
  margin: 0px;
  position: sticky;
  top:0px;
}
#form-header>p:nth-child(1){
  padding: 2px
}
#form-header>p:nth-child(2){
  border: 1px solid purple;
  padding: 5px;
}

#filterContainer form{
  height: 70vh;
  overflow-y: scroll;
}

#exp-value{
  /* border: 1px solid red; */
  width: fit-content;
  height: 30px;
  width: fit-content;
  padding : 7px;
  text-align: center;
  box-sizing: border-box;
  background-color: dodgerblue;
  color: white;
  font-weight: 700;
  margin: auto;
  border-radius: 5px;
}

#jobCardsContainer {
  width: 570px;
}

#filter-icon{
  position: relative;
  top: 2px;
}


#featured {
  width: 350px;
  margin: 20px;
  
}

#recmd-reg{
  /* border : 1px solid orange; */
  padding: 20px;
  position: sticky;
  top: 200px;
  background-color: white;
  z-index: 2;

}

#recmd-reg h4{
  font-weight: lighter;
}
#recmd-reg > p {
  font-weight: 100;
  font-size: 0.8em;
} 
#recmd-reg button{
  background-color: orange;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
}
#freshness {
  padding: 5px;
  border: none;
  outline: none;
  
}

.card {
  /* border: 1px solid grey; */
  margin: 5px;
  background-color: white;
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: 1s;
}
.card:hover {
  box-shadow: rgba(83, 102, 207, 0.336) 0px 2px 11px;
}
.small-grey-txt {
  color: grey;
  font-weight: 100;
  font-size: 0.8em;
}
.d-flex {
  display: flex;
  padding: 0px;
}
.card .d-flex {
  margin-top: -20px;
}
.card  .d-flex>div{
  position: relative;
  top:10px;
}
.card .d-flex>div>img{
  position: relative;
  top:2px;
}
.card img{
  z-index: 0;
}

.jc-sb {
  justify-content: space-between;
}
.d-flex > * {
  margin-right: 10px;
}
.col {
  flex-direction: column;
}
.med-font {
  font-size: 0.9em;
}

.bold-font {
  font-weight: 700;
}
.posted{
  /* border: 1px solid red; */
  background-color: #d7f2e3;
  font-size: 0.6em;
  display: inline-block;
  /* width: 80px; */
  padding: 2px;
  box-sizing: border-box;
}

.save-btn{
  color: grey;
  background-color: white;
  font-size: 0.75em;
  position: relative;
  left: 380px;
  border:none;
}

.save-btn:hover{
  color: dodgerblue;
}

[type="checkbox"] {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position:relative;
  bottom: 2px;
}
[type='range']{
    width: 90%;
    display: block;
    margin: auto;
}

#filterContainer ::-webkit-scrollbar{
  width: 3px;
}
::-webkit-scrollbar-thumb{
  background-color: rgba(128, 128, 128, 0.479);
  border-radius: 2px;
}
::-webkit-scrollbar-track{
  background-color: white;

}

#featured-comp{
  padding: 20px;
  background-color: white;
  position: relative;
  top: 80px

}
#company-container{
  display: grid;
  grid-template-columns: repeat(2,160px);
  gap: 10px 10px;

}
#company-container img{
  height:38px;
  width: 110px;
}

/* navigation styling */
#box4{
  background-color: #2e3339;
  padding: 20px;
  color:rgb(231, 216, 216);
  font-size: 0.9em;
  display: flex;
  justify-content: center;
  /* width:700px; */
}
#box4 h5{
  font-weight: 100;
}

#box4 .col{
  margin: 20px 40px;
  /* width: 25%; */
}

.col h5{
  margin: 8px 0px;
}
.followus{
  display: flex;
}

.followus img{
  height: 30px;
  
}
#app-stores img{
  height: 40px;
  width: 120px;
  border-radius: 6px;
}


#marquee-container{
  display: flex;
  justify-content: center;
  width: 700px;
  margin: auto;
}

#marquee-container p{
  width: 140px;
  position: relative;
  top: 15px
}
#copyrights p{
  background-color: 
#e2e2e2;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  font-size: small;
  margin: 0px;
}

.social{
  background:url('https://static.naukri.com/s/4/100/i/socialSharing.png');
  height: 28px;
  width: 28px;
  margin: 2px;
}

#fb-icon{
  background-position: 0px 0px;
}
#twitter-icon{
  background-position: 0px -84px;
}
#linkedin-icon{
  background-position: 0px -56px;
}

