*{
    padding: 0;
    margin: 0;
}
/* 
.recruit .box-list a .arrow{
    height: 30px;
    width: 30px;
  transition: .4s ease-in-out;
} */
/* 
.recruit .box-list a:hover .arrow{
  transform: rotate(45deg);
}
.recruit .box-list a:hover .arrow path {
  fill: var(--theme-pink) !important;
} */
/* .recruit .box-list a:hover .title {
  color: var(--theme-pink);
} */




.career-form input:focus, .form-control:focus {
  box-shadow: none;
  outline: 0px;
}


.customized-choose-file{
  width: 100%;
  background: none;
	position:relative;
  padding: 16px 0px;
	z-index: 1;
  font-size: 14px;
  color: #717171;
  /* border-radius: 15px !important; */
  border-bottom: solid 1px #c2c2c2;
  /* margin-top: -30px; */
}
.customized-choose-file input[type="file"] {
	width:100%;
	height:100%;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	cursor:pointer
}
.customized-choose-file span {
	position:absolute;
	right:0;
  top: 3px;
	text-align:center;
	z-index: 2;
	padding: 10px;
	background: #B206DE;
	box-sizing: border-box;
	color: #fff;
	border-radius:5px;
	margin-right:10px;
}

#file-name{
  color: green;
}
  
  .career-form form.h_form {
    border-radius: 12px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    border: 2px solid rgb(255 255 255 / 17%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }

  .career-form form.h_form select{
      border: 0;
      width: 100%;
      border-bottom: 1px solid #c2c2c2;
      border-radius: 0px;
      padding: 16px 0;
      transition: all 0.3s;
      outline: 0;
      position: relative;
      z-index: 1;
      background: transparent;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
  }




.apply-btn-cmn {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  margin-left: var(--mr-left);
  color: #000;
  cursor: pointer;
  background-color: transparent;
}
.apply-btn-cmn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  color: #fff;
  transition: all 0.3s linear;
  background: #B206DE;
  transform-origin: center;
  opacity: 0;
  z-index: -1;
}
.apply-btn-cmn:hover::before {
  opacity: 1;
  width: 200px;
  height: 50px;
  color: #fff;

}
.apply-btn-cmn .icon-arrow {
  fill: #000;
  display: inline-block;
  width: 15px;
  transform: rotate(-45deg);
  margin-left: 10px;
  transition: all 0.3s linear;
}
.apply-btn-cmn:hover {
  color: #ffff;
  border: none;
}
.apply-btn-cmn:hover svg {
  fill: #fff;
  transform: rotate(-0deg);
}


.xtra{
    padding-top:150px;
    padding-bottom: 100px;
}




