<style>
.job-edit-section{

}

.job-edit-section .label{
	margin-top: 30px;
	margin-bottom:0px;
	font-weight: 700;
}

.job-edit-section .btn-send{
	margin-top:20px !important;
	margin-bottom:20px;
  text-transform: uppercase;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-weight: 700;
}
}

.rendered-cities,
.rendered-subjects{
	position: absolute;
	width: 93%;
	background:#fff;
	top: 120px;
	overflow-y:scroll;
	max-height:190px; 
	z-index:200;
}

.cities-relative,
.subjects-relative{
  position:relative;
}

.rendered-cities > div,
.rendered-subjects > div{
  position: relative;
  text-align: left;
  padding-left: 35px !important;
  border-bottom: 2px solid #FF9102 !important;
  font-size: 15px !important;
  color: #fff;
  background: #182333;
  padding: 5px;
  font-weight: 600;
  cursor: pointer;
}

.rendered-cities > div:last-child,
.rendered-subjects > div:last-child{
  border-bottom:none !important
}

.rendered-cities > div:before,
.rendered-subjects > div:before{
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-size: 80%;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-position: center;
}

.rendered-subjects > div:before{
  background-image: url(/themes/guest/assets/own/images/svgs/tools-white.svg);
}

.rendered-cities > div:before{
  background-image: url(/themes/guest/assets/own/images/svgs/city-white.svg);
}

@media(max-width:500px){
  .rendered-cities{
      top: 117px;
  }
}

.field-explanation{
	font-size:11px;
	line-height:12px;
	margin-top:4px;
}

.final-row-container{
	display:flex;
	justify-content: space-between;
	align-items:center;
	align-content:center;
}

.edit-explanation-container{
    display:flex;
    flex-direction:row;
    justify-content: flex-end;
}

.edit-explanation-container .edit-explanation{
    margin-top:-15px;
    display:block;
    font-size:12px;
    border-bottom:1px solid #FDA12B;
    padding-bottom:0px;
    line-height:13px;
}

.btn-ujraaktivalas{
  background:#FDA12B !important;
}

.login-job-edit-section button{
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 800;
}

.login-job-edit-section button:after{
    display: block;
    content: '';
    position: absolute;
    right: -1px;
    top: calc(50% + 1px);
    transform: translateY(-56%);
    height: 30px;
    width: 37px;
    border-radius: 4px;
    background-image: url(/themes/guest/assets/own/images/svgs/arrow1w-orange.svg);
    background-size: 77%;
    background-position: center;
    background-repeat: no-repeat;
}

.login-job-edit-section button i,
.job-edit-section button i{
  color:#FDA12B;
}

.jelszo_vissza_link{
  margin-bottom:10px;
  display:inline-block;
}

@media(max-width:600px){
  .login-job-edit-section button{
    width: 100%;
    text-align: center !important;
  }
}

.login-container .validate{
  color:red;
  margin-top:4px;
  display:none;
}

@media(max-width:768px){
  .final-row-container{
    flex-direction:column;
    align-items: flex-end;
  }

  .job-edit-section .btn-send{
    width: 100% !important;
    text-align: center  !important;
    display: block  !important;
  }

  .btns_hirdetes_container{
    width:100%;
  }

  .del_hirdetes_container{
    margin-bottom: 20px;
    margin-top:30px;
  }
}

.validate{
  color:red;
  margin-top:3px;
}

.validate-with-background{
  margin-top:5px;
}

.email-sent-explanation{
  margin-top: -15px;
}

button.edit-job-btn img{
    height: 32px;
    display: inline-block;
    width: auto !important;
    position: absolute;
    right: 5px;
    top: calc(50% - 17px);    
}
