@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito');
body{
	font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
body>div {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .container_job_details {
      width: 1250px;
  }
}
.sp-job-disc {
  margin-top: 20px;
}
.submitButtonformAddsupplier{
	display: flex;
	justify-content: center;
}
.jobdetalfullpage {
  background-color: #f5f7fa;
  padding-top: 7px;
}
label {
  font-weight: 300;
}
.exp_min{
min-width: 167px;
}
.exp_max{
min-width: 167px;
}
.jobdType_label{
min-width: 167px;
}
.at4-hide {
    display: none!important;
    opacity: 0!important;
    z-index:-9999999999999;
        position: absolute;
}
#at4-share{
	display: none;
}
.at4-show {
    display: none!important;
    opacity: 0!important;
    z-index:-9999999999999;
     position: absolute;
}
/* header design   */
.HeaderImageContainer  {
    width: 100%;
    height: 136px;
    position: relative;
}
.messageEmail{
	color: red;
	font-weight: 600;
	    font-size: 14px;
}
  /* sub menus tooltip */
.jobetailButtonShow[tooltip] {
    position: relative; /* opinion 1 */
  }
  
  /* Applies to all tooltips */
  .jobetailButtonShow[tooltip]::before,
  .jobetailButtonShow[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  .jobetailButtonShow[tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }
  .jobetailButtonShow[tooltip]::after {
    content: attr(tooltip); /* magic! */
    
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    
    /* 
      Let the content set the size of the tooltips 
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
      border-radius: 2.3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0);
    background: #1F78C9;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
  }
  
  /* Make the tooltips respond to hover */
  .jobetailButtonShow[tooltip]:hover::before,
  .jobetailButtonShow[tooltip]:hover::after {
    display: block;
  }
  
  /* don't show empty tooltips */
  .jobetailButtonShow[tooltip='']::before,
  .jobetailButtonShow[tooltip='']::after {
    display: none !important;
  }
  
  /* FLOW: DOWN */
  .jobetailButtonShow[tooltip][flow^="up"]::before {
    top: -8%;
    border-top-width: 0;
    border-bottom-color: #1F78C9;
    transform: rotate(180deg) !important;
    left: 17px !important;
  }
  .jobetailButtonShow[tooltip][flow^="up"]::after {
    top: calc(-87% + 5px);
  }
  .jobetailButtonShow[tooltip][flow^="up"]::before,
  .jobetailButtonShow[tooltip][flow^="up"]::after {
    left: 44%;
    transform: translate(-50%, 0.5em);
  }
  
  /* KEYFRAMES */
  @keyframes tooltips-verts {
    to {
      opacity: .9;
      transform: translate(-50%, 0);
    }
  }
  
  .jobetailButtonShow[tooltip][flow^="up"]:hover::before,
  .jobetailButtonShow[tooltip][flow^="up"]:hover::after {
    animation: tooltips-verts 300ms ease-out forwards;
  }
  
  
    /* sub menus tooltip */
.jobetailButtonShow2[tooltip] {
    position: relative; /* opinion 1 */
  }
  
  /* Applies to all tooltips */
  .jobetailButtonShow2[tooltip]::before,
  .jobetailButtonShow2[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  .jobetailButtonShow2[tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }
  .jobetailButtonShow2[tooltip]::after {
    content: attr(tooltip); /* magic! */
    
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    
    /* 
      Let the content set the size of the tooltips 
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
      border-radius: 2.3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0);
    background: #1F78C9;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
  }
  
  /* Make the tooltips respond to hover */
  .jobetailButtonShow2[tooltip]:hover::before,
  .jobetailButtonShow2[tooltip]:hover::after {
    display: block;
  }
  
  /* don't show empty tooltips */
  .jobetailButtonShow2[tooltip='']::before,
  .jobetailButtonShow2[tooltip='']::after {
    display: none !important;
  }
  
  /* FLOW: DOWN */
  .jobetailButtonShow2[tooltip][flow^="up"]::before {
    top: -8%;
    border-top-width: 0;
    border-bottom-color: #1F78C9;
    transform: rotate(180deg) !important;
    left: 17px !important;
  }
  .jobetailButtonShow2[tooltip][flow^="up"]::after {
    top: calc(-87% + 5px);
  }
  .jobetailButtonShow2[tooltip][flow^="up"]::before,
  .jobetailButtonShow2[tooltip][flow^="up"]::after {
      left: 37%;
    transform: translate(-50%, 0.5em);
  }
  
  /* KEYFRAMES */
  @keyframes tooltips-verts {
    to {
      opacity: .9;
      transform: translate(-50%, 0);
    }
  }
  
  .jobetailButtonShow2[tooltip][flow^="up"]:hover::before,
  .jobetailButtonShow2[tooltip][flow^="up"]:hover::after {
    animation: tooltips-verts 300ms ease-out forwards;
  }
  
    /* sub menus tooltip */
.ShareCvbtn[tooltip] {
    position: relative; /* opinion 1 */
  }
  
  /* Applies to all tooltips */
  .ShareCvbtn[tooltip]::before,
  .ShareCvbtn[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  .ShareCvbtn[tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }
  .ShareCvbtn[tooltip]::after {
    content: attr(tooltip); /* magic! */
    
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    
    /* 
      Let the content set the size of the tooltips 
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
      border-radius: 2.3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0);
    background: #1F78C9;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
  }
  
  /* Make the tooltips respond to hover */
  .ShareCvbtn[tooltip]:hover::before,
  .ShareCvbtn[tooltip]:hover::after {
    display: block;
  }
  
  /* don't show empty tooltips */
  .ShareCvbtn[tooltip='']::before,
  .ShareCvbtn[tooltip='']::after {
    display: none !important;
  }
  
  /* FLOW: DOWN */
  .ShareCvbtn[tooltip][flow^="up"]::before {
    bottom: 44px;
    border-top-width: 0;
    border-bottom-color: #1F78C9;
    transform: rotate(178deg) !important;
    left: 14px !important;
  }
  .ShareCvbtn[tooltip][flow^="up"]::after {
    top: calc(-71% + -2px);
  }
  .ShareCvbtn[tooltip][flow^="up"]::before,
  .ShareCvbtn[tooltip][flow^="up"]::after {
      left: 41%;
    transform: translate(-50%, 0.5em);
  }
  
  /* KEYFRAMES */
  @keyframes tooltips-verts {
    to {
      opacity: .9;
      transform: translate(-50%, 0);
    }
  }
  
  .ShareCvbtn[tooltip][flow^="up"]:hover::before,
  .ShareCvbtn[tooltip][flow^="up"]:hover::after {
    animation: tooltips-verts 300ms ease-out forwards;
  }
  
   /* sub menus tooltip */
.SocialMediaIcontag[tooltip] {
    position: relative; /* opinion 1 */
  }
  
  /* Applies to all tooltips */
  .SocialMediaIcontag[tooltip]::before,
  .SocialMediaIcontag[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  .SocialMediaIcontag[tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }
  .SocialMediaIcontag[tooltip]::after {
content: attr(tooltip);
    font-family: Helvetica, sans-serif;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 2.3ch;
    box-shadow: 0 1em 2em -0.5em rgb(0 0 0);
    background: rgb(255 255 255);
    color: #000;
    z-index: 1000;
        font-weight: 600;
  }
  
  /* Make the tooltips respond to hover */
  .SocialMediaIcontag[tooltip]:hover::before,
  .SocialMediaIcontag[tooltip]:hover::after {
    display: block;
  }
  
  /* don't show empty tooltips */
  .SocialMediaIcontag[tooltip='']::before,
  .SocialMediaIcontag[tooltip='']::after {
    display: none !important;
  }
  
  /* FLOW: DOWN */
  .SocialMediaIcontag[tooltip][flow^="up"]::before {
       top: -16%;
    border-top-width: 0;
    border-bottom-color: rgb(255 255 255);
    transform: rotate(179deg)!important;
  }
  .SocialMediaIcontag[tooltip][flow^="up"]::after {
 top: calc(-91% + 5px);
  }
  .SocialMediaIcontag[tooltip][flow^="up"]::before,
  .SocialMediaIcontag[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
  }
  
  /* KEYFRAMES */
  @keyframes tooltips-verts {
    to {
      opacity: .9;
      transform: translate(-50%, 0);
    }
  }
  
  .SocialMediaIcontag[tooltip][flow^="up"]:hover::before,
  .SocialMediaIcontag[tooltip][flow^="up"]:hover::after {
    animation: tooltips-verts 300ms ease-out forwards;
  }
  
  
  
  
.HeaderImageContainer img {
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0px 0px;
    object-fit: cover;
}
.BodyContentContainer5child{
	    padding: 12px 0px 0px 19px;
}
.jobDescriptionHead h4{
	    font-weight: 600;
}
.sp-job-disc {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
        margin-right: 20px;
    margin-left: 20px;
}
.BodyContentContainer{
    background: white;
    border: 2px solid #dfe1e6;
    padding: 0 20px 13px 20px;
        border-radius: 0px 0px 12px 12px !important;
}
.BodyContentContainer1Left{
	position: relative;
}
.jobSpecializationImages{
	      width: 88px;
    height: 80px;
        background: #1F78C9;
    border: 5px solid #FFFFFF;
    border-radius: 14px;
    padding: 8px;
    position: absolute;
    top: -51px;
}
.JobSpecializationLogo{
	    width: 100%;
    height: 100%;
    fill: #ffff;
    display: inline-block;
}
.ShareCvbtn{
    outline: none;
    background: #1F78C9;
    color: #fff;
    border-radius: 10px;
    border: none;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 7px;
    margin-right: 15px;
    transition: 0.6s;
    box-shadow: -2px 3px 23px -6px rgb(163 163 163 / 92%);
    padding: 10px 15px!important;
    white-space: nowrap;
}
.ShareCvbtn svg{
  width: 20px;
  height: 20px;
  fill: #fff;
}
.ShareCvbtn:hover{
  background-color: #1782FF;
}
.applyNowDiv{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2rem;
  align-items: center;
  gap: 3rem;
}
.applyNowDiv p {
  margin-top: 1rem;
}
.applyNowDiv button{
  padding: 8px;
}
/* .ShareCvbtn:hover svg{
  fill: #fff;
} */
.shareButton{
	width: 21.76px;
height: 22.77px;
fill: #1F78C9;
}
.callButton{
	width: 21.76px;
height: 22.77px;
fill: #1F78C9;
}

.shareButtonbtn{
	outline: none;
        width: 47px;
    height: 45px;
     background: #fff;
    backdrop-filter: blur(2px);
    border-radius: 28px;
    border: none;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 15px;
    transition: 0.6s;
    box-shadow: -2px 3px 23px -6px rgb(163 163 163 / 92%);
}
.ShareTalentLink{
	      margin-left: 11px;
    font-weight: 600;
     color: white;
}
.callBackLink{
	  margin-left: 11px;
	  color: #1F78C9;
	    font-weight: 600;
}
.callButtonbtn{
outline: none;
   width: 47px;
    height: 45px;
       background: #fff;
    backdrop-filter: blur(2px);
    border-radius: 28px;
    border: none;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 0.6s;
    box-shadow: -2px 3px 23px -6px rgb(163 163 163 / 92%);
}
.callButtonbtn:hover{
    background: #1F78C9; 
}
.callButtonbtn:hover .callButton{
    fill:  #fff;
}
.callButtonbtn:hover .callBackLink{
    color:  #1782FF;
}
.jobSpecializationText{
	    margin-top: 55px;
 }
.jobSpecializationText h3{
	    font-weight: 600;    margin-left: 8px;
}
.jobSpecializationPara h6{
	    font-size: 16px;
    font-weight: 600;  
}
.BodyContentContainer1{
	    display: flex;
    justify-content: space-between;

}
.BodyContentContainer1Right{
	display: flex;
    flex-direction: column;
    margin-top: 31px;
}
.button2All{
	display: flex;
}
.BodyContentContainer1Right2{
	display: flex;
	    margin-top: 15px;
}
.BodyContentContainer1Right1{
	margin-top: 15px;
	display: flex;
	    justify-content: right;
}
.jobSpecializationPara{
	       margin: 17px 0 0 8px;
}
.totalApplicant{
	margin-right: 14px;
	    position: relative;
}
.postedDate{
	    text-align: right;
}
.postedDate span{
	    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #A9A9A9;
}
.totalApplicant span{
	font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #656565;
}
.totalApplicant::before{
	    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ede4e4;
    border-radius: 50px!important;
    left: -29px;
    top: 8px;
}
.BodyContentContainerFirstChild1{
	   width: 64%;
    background: white;
    border: 2px solid #dfe1e6;
    border-radius:  12px !important;
}
.BodyContentContainerFirstChild2{
	    width: 34%;
	    background: white;
    border: 2px solid #dfe1e6;
    border-radius: 12px !important;
    padding: 20px;
}
.BodyContentContainerFirstChildNodeChild2 { 
    margin-top: 20px;
}
.experienceBlockParent{
	display: flex;
    justify-content: space-between;
        flex-direction: column;
        margin-bottom: 0px;
}
.BodyContentContainerFirst{
	display: flex;
	       margin: 27px 0 27px 0;
	     justify-content: space-between;
}

.experienceBlock{
  display: flex;
    flex-direction: row;
        background: #ffffff;
    border-radius: 5px!important;
      text-align: left;
       padding: 0px 0px 0px 0px;
       margin-bottom: 10px;
}
.PrimarySkillsBody span:first-child{
	margin-left: 0;
}
.SecondarySkillsBody span:first-child{
	margin-left: 0;
}
.experienceBlockBody{
	display: flex;
    flex-direction: column;
}
.jobTypeBlockHead h4{
	  color: #000000;
    font-weight: 600;
    margin: 0;
}
.jobTypeBlockBody span{
	    font-weight: 600;
}
.experienceBlockBody span{
	    font-weight: 500;
}
.experienceBlockHead h4{
	 color: #000000;
    font-weight: 600;
    margin: 0px 0 0px 0;
}
.jobTypeBlockBody span{
	       font-weight: 500;
}
.BodyContentContainer2{
	    padding: 19px;
}
.jobTypeBlock{
          display: flex;
    flex-direction: row;
  background: #ffffff;
       border-radius: 5px!important;
   padding: 0px 0px 0px 0px;
}
.firstLocationtext:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #1F78C9;
    border: 1px solid #1F78C9;
    border-radius: 50px!important;
    left: 2px;
    top: 8px;
}
.firstLocationtext{
	 position: relative;
    padding-left: 15px;
    font-weight: 500;
    white-space: normal;
    word-break: break-word;
}
.locationBlockHead h4{
	color: #000000;
    font-weight: 600;
}
.locationBlock{
    display: flex;
    flex-direction: column;
   background: #ffffff;
    width: revert;
    border-radius: 5px!important;
    justify-content: right;
    text-align: left;
       padding: 0px 0px 0px 0px;
    height: max-content;
        margin-top: 0px;
}
.locationBlockBody{
	 display: flex;
    flex-direction: column;
        padding-left: 8px;
}
.BodyContentContainer3Child ,.BodyContentContainer4Child{
	    display: flex;
    flex-direction: column;
      background: white;
    padding: 14px 10px 14px 0px;
    border-radius: 5px!important;
    height: max-content;
}
.ContactNumber{
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.ContactNotext{
	color: white;
	    margin-right: 18px;
}
.SocialMediaIcon{
   display: flex;
   align-items: center;
}
.SocialMediaIcon a{
  border-radius: 50px!important;
  border: 1px solid #fff;
      padding: 14px 15px;
  display: flex;
  align-items: center;
  margin-right: 12px;
  cursor: pointer;
      background: #e1e1e152;
}
.EmailDSvg{
	width: 18px;
	height: 18px;
	fill: #fff;
	display: inline-block;
}

.PrimarySkillsBody span ,.SecondarySkillsBody span{
    background: #1F78C9;
    border-radius: 19px;
    width: fit-content;
    color: white;
    padding: 4px 10px 4px 10px;
       font-size: 13px;
    margin-top: 8px;
        margin-right: 6px;
         text-transform: capitalize;
    display: inline-block;
        word-break: break-all;
    text-align: left;
    white-space: normal;
}
.SecondarySkillsHead h4{
	    font-weight: 600;
	margin:0;
}
.jobDescriptionBody p, .jobDescriptionBody li {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
      color: #000000;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    padding-right: 10px;
}
.PrimarySkillsHead h4{
	margin:0;
	    font-weight: 600;
}
.BodyContentContainer5{
    margin-top: 30px;
    margin-left: 8px;
}
.jobDescriptionBody{
    padding-left: 7px;
}
.footerContentContainer{
    background-color: white;
    border-radius: 0 0px 12px 12px!important;
    border: 2px solid #dfe1e6;
    margin-bottom: 1rem;
}
.footerContentContainer{
    display:flex;
    justify-content: center;
        border-radius: 12px !important;
}
.footerContentContainerChild{
     display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 17px;
        margin-bottom: 17px;
}

/* floating label  */

.floating-box-email-refer{
    position: relative;
  }
  .floating-box-email-refer:before{
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translate3d(0, -50%, 0);
    transition: all .15s linear 0s;
  }
  .floating-box-email-refer .floating-email-refer{
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    color: #999;
    transform: translate3d(0, -50%, 0);
    transition: all .15s linear 0s;
  }
  .floating-box-email-refer.active-refer-input .floating-email-refer{
    top: 28%;
    color: #1782FF;
    font-size: 14px;
    font-weight: 400;
  }
  .did-floating-input-refer:focus-visible{
        border: 2px solid #1782FF;
        outline: none;
}
.formLabelParent{
   display: flex;
   align-items: flex-start;
}
#emailReferInput-error{
    position: absolute;
    bottom: -26px;
    left: 30px;
    font-weight: 400;
    font-size: 16px;
}
.floating-box-email-refer{
    display: flex;
    flex-direction: column;
}
.footerContentContainerChildBody{
      margin-top: 8px;
}
.generateLinkbtn{
border: 2px solid #1F78C9;
    background: #1F78C9;
    border-radius: 15px;
    color: white;
    transition: 0.5s;
        border-radius: 0px 8px 8px 0px;
    padding: 12.4px 15px 10.5px 19px;
}
.generateLinkbtn:hover{
	background: rgb(255, 255, 255);
	color: #1F78C9;
}
.footerContentContainerChildHead{
	    display: flex;
    align-items: center;
    justify-content: center;
}
.referalPage{
    font-size: 12px;
    border: 2px solid     #1F78C9;
    background:      #1F78C9;
    border-radius: 50px;
    color: white;
    transition: 0.5s;
    padding: 2px 8px 2px 8px;
    height: min-content;
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.shareButtonbtn:hover{
 	background: #1F78C9;
   text-decoration: none;
}

.shareButtonbtn:hover .ShareTalentLink{
    color: #1782FF
 }
 .shareButtonbtn:hover .shareButton{
    fill:  #fff;
 }
.referalPage:hover {
	background: #F2F5FF;
	color: #1782FF;
    text-decoration: none;
}
.referalPage:hover .learnMoreSvg{
    fill: #1782FF;
}
.referalPage:focus .learnMoreSvg{
    fill: #1782FF;
}
.footerContentContainerChildHead h4{
        font-size: 22px;
}
.learnMoreSvg{
    width: 14px;
    height: 14px;
    fill: #fff;
    display: inline-block;
        margin-left: 5px;
}

/* popup code referal  */

.view-modal-referal-link, .popup-referal-modal{
        position: fixed;
    left: 50%;
  }
  .copyBtnreferal{
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
  }
  .view-modal-referal-link{
    top: 50%;
    color: #7d2ae8;
    font-size: 18px;
    padding: 10px 25px;
    background: #fff;
    transform: translate(-50%, -50%);
  }
  .popup-referal-modal{
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    top: -150%;
    max-width: 580px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out,
                opacity 0.2s 0s ease-in-out,
                transform 0.2s 0s ease-in-out;
  }
  .popup-referal-modal.show-referal-box{
    top: 50%;
    opacity: 1;
    pointer-events: auto;
    transform:translate(-50%, -50%) scale(1);
    transition: top 0s 0s ease-in-out,
                opacity 0.2s 0s ease-in-out,
                transform 0.2s 0s ease-in-out;
  
  }
  .popup-referal-modal :is(header, .icons-social-media-referal, .field-referal-link){
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .popup-referal-modal header{
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
  }
  header span{
    font-size: 21px;
    font-weight: 600;
  }
  header .close-referal-modal, .icons-social-media-referal a{
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  header .close-referal-modal{
    color: #878787;
    font-size: 17px;
    background: #f2f3fb;
    height: 33px;
    width: 33px;
    cursor: pointer;
  }
  header .close-referal-modal:hover{
    background: #ebedf9;
  }
  .popup-referal-modal .referal-content{
    margin: 20px 0;
  }
  .popup-referal-modal .icons-social-media-referal{
    margin: 15px 0 20px 0;
        padding-left: 0;
  }
  .referal-content p{
    font-size: 16px;
  }
  .copySvgLink{
    width: 25px;
    height: 25px;
    margin: 0 8px;
    transform: rotate(360deg);
  }
  .referal-content .icons-social-media-referal a{
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
  }
  .icons-social-media-referal a i{
    transition: transform 0.3s ease-in-out;
  }
  .facebookSvg,.twitterSvg ,.instagramSvg ,.whatsapSvg ,.telegramSvg{
     width: 20px;
    height: 20px;
  }
  .facebookLink{
    border-color: #b7d4fb!important;
  }
  .twitterLink{
    border-color: #b6e7fc!important;
  }
  .instagramLink{
    border-color: #f5bccf!important;
  }
  .whatssapLink{
    border-color: #bef4d2!important;
  }
  .telegramLink{
    border-color: #b3e6ff!important;
  }
  .facebookLink:hover{
    background: #eee;
  }
  .twitterLink:hover{
    background: #eee
  }
  .instagramLink:hover{
    background: #e1306c
  }
  .whatssapLink:hover{
    background: #25D366
  }
  .telegramLink:hover{
    background: #0088cc
  }
  .facebookLink:hover svg{
    fill: #ffffff;
  }
  .twitterLink:hover svg{
    fill: #ffffff;
  }
  .instagramLink:hover svg{
    fill: #ffffff;
  }
  .whatssapLink:hover svg{
    fill: #ffffff;
  }
  .telegramLink:hover svg{
    fill: #ffffff;
  }
  .facebookSvg{
    fill: #1877F2;
  }
  .twitterSvg{
    fill: #46C1F6
  }
  .instagramSvg{
    fill: #e1306c
  }
  .whatsapSvg{
    fill: #25D366
  }
  .telegramSvg{
    fill: #0088cc
  }
  
  .referal-content .field-referal-link{
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
  }
  .field-referal-link.active-referal-box{
    border-color: #1782FF
  }
  .field-referal-link i{
    width: 50px;
    font-size: 18px;
    text-align: center;
  }
  .field-referal-link.active-referal-box i{
    color: #1782FF
  }
  .field-referal-link input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
  }
  .field-referal-link button{
    color: #fff;
    padding: 5px 18px;
    background: #1782FF
  }
  .field-referal-link button:hover{
    background: #1782FF
  }
  
  .closeModalReferal{
    fill: #A9A9A9;
    width: 15px;
    height: 15px;
  }
  
  
  
  
  .floating-label-block .floating-label {
         color:#000 !important; 
         font-size:14px;
           transform: translateX(-16px);
         }


.did-floating-input-refer::placeholder {
	/*font-size: 14px;*/
    display: none;
    opacity: 0;
   visibility: hidden;
}
.did-floating-input-refer {
	    font-size: 14px;
    display: block;
    width: 100%;
    border: 2px solid #DEE2E9;
    box-sizing: border-box;
       color: #000000;
    font-size: 95%;
        padding: 16px 13px 8px 6px;
    border-radius: 8px 0px 0px 8px!important;
    width: 210px;
    border: 2px solid #1F78C9;
    border-right: 0;
        font-weight: 500;
}
.did-floating-input-refer:focus ~ .did-floating-label-refer {
    top: 7px!important;
	 font-size: 10px;
}
.did-floating-input-refer:not(:placeholder-shown) ~ .did-floating-label-refer {
	top: 3px!important;
	 font-size: 10px;
}

.referalPage:focus{
	outline: none;
	outline-offset: unset;
  background: #F2F5FF;
	color: #1782FF;
	text-decoration: none;
}
.referalPage:focus-visible{
	outline: none;
	outline-offset: unset;
	color: white;
	text-decoration: none;
	border-color: #1782FF;
}
  .did-floating-label-refer {
      color: #999;
     font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500!important;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 9px;
    top: 14px!important;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

@media  (max-width: 1212px) {
     .container_job_details {
    width: 1130px;
}
.topBatBoxParent .top-bar{
	width: 1130px;
}
}
@media  (max-width: 1190px) {
  /* Your desktop styles here */
     .container_job_details {
    width: 930px;
}
.topBatBoxParent .top-bar{
	      width: 930px;
    margin: 0px 17px;
}
}
@media  (max-width: 872px) {
  /* Your desktop styles here */
     .container_job_details {
    width: 803px;
}
}
@media  (max-width: 841px) {
  .ContactNumber {
    right: -5px;
    bottom: 6px;
}


  /* Your desktop styles here */
  .container_job_details {
    width: 674px;
}
.top-bar{
	     width: 674px!important;
}
     .BodyContentContainerFirst {
    flex-direction: column;
    width: 100%;
}
.BodyContentContainerFirstChild1 {
    width: 100%;
    margin-bottom: 20px;
}
.BodyContentContainerFirstChild2 {
  width: 100%;
}
}

@media  (max-width: 700px) {
		.jobetailButtonShow[tooltip][flow^="up"]::before, .jobetailButtonShow[tooltip][flow^="up"]::after {
    left: -42%;
    transform: translate(-50%, 0.5em);
}
.jobetailButtonShow[tooltip][flow^="up"]::before {
   display: none;
}
  /* Your desktop styles here */
  .container_job_details {
        width: 540px;
}
.popup-referal-modal {
   max-width: 464px;
}
.topBatBoxParent .top-bar{
	    width: 540px!important;
}
.topBatBoxParent .topbar-container{
	      flex-direction: column;
}
}
@media  (max-width: 576px) {
	.button2All{
    flex-direction: column;
    gap: 7px;
    align-items: center;
  }
  .ShareCvbtn svg{
    width: 16px;
    height: 18px;
    fill: #fff;
  }
  .BodyContentContainer1Right{
    justify-content: center;
  }
  .EmailDSvg {
    fill: #0077ed;
  }
  .callButtonbtn{
    display: none;
  }
  .SocialMediaIcon a{
    background-color: #fff;
  }

  /* Your desktop styles here */
  .container_job_details {
            width: 471px;
}
.popup-referal-modal {
   max-width: 464px;
}
}

@media  (max-width: 501px) {
	.exp_min_value{
	    width: 129px;
}
.exp_max_value{
	    width: 129px;
}
.exp_min_value span{
	      text-align: left;
    white-space: normal;
    word-break: break-word;
}
.exp_max_value span{
	      text-align: left;
    white-space: normal;
    word-break: break-word;
}
  /* Your desktop styles here */
.container_job_details {
     width: 100%;
}
  .generateLinkbtn {
    padding: 12.4px 15px 10px 19px;
      border-radius: 8px 8px 8px 8px!important;
    margin-top: 15px;
}
.popup-referal-modal {
    max-width: 365px;
}
.did-floating-input-refer {
    border-radius: 8px 8px 8px 8px!important;
     border: 2px solid #1F78C9;
}
.formLabelParent {
    display: flex;
   flex-direction: column;
   justify-content: center;
       align-items: center;
}

.postedDate {
    text-align: center;
}
.BodyContentContainer1Right1 {
    justify-content: center;
}
.jobSpecializationImages {
        width: 65px;
    height: 64px;
         top: -33px;
}

}
@media  (max-width: 417px) {
  .SocialMediaIcon a{
      border: 1px solid #0077ed;
  }
  .EmailDSvg{
    fill: #0077ed;
  }
  .ContactNumber {
    right: 25px;
    bottom: 25px;
  }
  .ContactNotext {
    color: #0077ed;
    font-weight: 600;
}
}
@media  (max-width: 366px) {
  /* Your desktop styles here */
.container_job_details {
       width: 100%;
}
.popup-referal-modal {
    max-width: 274px;
}
.did-floating-input-refer {
   width: 200px;
}
.generateLinkbtn {
    padding: 2px 6px 2px 6px;
        font-size: 14px;
}
.floating-box-email-refer-btn {
    margin-left: 0px;
}
.footerContentContainerChildHead{
	    flex-direction: column;
}
.footerContentContainerChildHead h4 {
    margin-right: 0px;
}
.referalPage {
    margin-left: 15px;
}
.footerContentContainerChildBody {
    margin-top: 10px;
}
.ContactNotext{
	display: none;
}
.sp-job-disc {
    margin-bottom: 100px;
}
.floating-box-email-refer-btn{
	margin-right: 0px;
    margin-top: 6px;
}
.referalPage {
    margin-left: 0px;
}
.sp-job-disc {
    margin-bottom: 94px;
}
}

@media  (max-width: 342px) {
.container_job_details {
     width: 100%;
}
}

@media  (max-width: 342px) {
.exp_min{
    min-width: 123px;
}
.exp_max{
    min-width: 123px;
}
.jobdType_label{
    min-width: 123px;
}
.container_job_details {
       width: 100%;
}
.jobSpecializationImages {
    width: 54px;
    height: 55px;
    top: -2px;
       left: 81px;
}
.jobSpecializationText h3 {
    margin-left: 0px;
}
.jobSpecializationText{
	text-align: center;
}
.jobSpecializationPara {
    text-align: center;
}
.callButton {
    width: 14.76px;
    height: 14.77px;
}
.callBackLink {
    font-size: 12px;
}
.button2All{
  flex-direction: column;
}
.shareButton {
    width: 15.76px;
    height: 15.77px;
}
.ShareTalentLink {
    font-size: 13px;
}
.shareButtonbtn {
  margin-bottom: 10px;
}
.experienceBlockHead h4 {
    font-size: 13px;
}
.experienceBlockBody span {
    font-size: 12px;
}
.jobTypeBlockHead h4 {
    font-size: 13px;
}
.jobTypeBlockBody span {
    font-size: 12px;
}
.locationBlockHead h4 {
   font-size: 13px;
}
.locationBlockBody span {
    font-size: 12px;
}
.firstLocationtext:before {
    width: 7px;
    height: 7px;
    top: 4px;
}
}
#datepickerContainer{
  position: absolute;
  right: -10%;
  top: 0;
}