.job-details-table .styled-gomb{
  position: relative;
  display: inline-block;
  padding: 10px 35px 10px 20px !important;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  color: #eee!important;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: o_impact;
  background-image: linear-gradient(0deg, #404d5f, #182333);
  border-radius: 60px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0, .3);
  margin-top:10px;
  margin-bottom:10px;
}

.job-details-table .styled-gomb:before{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: calc(50% - 13px);
    right: 6px;
    background-color: #182333;
    border-radius: 60px;
    background-position: center;
    background-size: contain;
    background-image: url(/themes/guest/assets/own/images/svgs/arrow1w-orange.svg);
}

.job-details-table .styled-gomb:hover{
  transform:scale(1.03);
}

.munka-jelentkezes-overlay .o-close{
    border:3px solid #FDA12B;
}

.job-details-table .flex-table-row .alap-cella-content{
    display:flex;
    justify-content: space-between;
    align-items:center;
}

/*768 és 880*/
@media(min-width:768px) and (max-width:880px){
    .job-details-table .styled-gomb{
        padding: 5px 5px;
        font-size:14px;
    }

    .job-details-table .flex-table-row{
        font-size:14px;
    }
}

@media(max-width:670px){
    .job-details-table .flex-table-row .alap-cella-content{
        font-size:14px;
        flex-direction:column;
    }
}

@media(max-width:450px){
    .job-details-table .styled-gomb{
        padding: 5px 5px;
        font-size:13px !important;
        line-height:16px !important;
    }

    .job-details-table .flex-table-row{
        font-size:12px;
    }
}

@media(max-width:500px){
    .job-details-table .flex-table-row{
        flex-direction:column;
        align-items: flex-start;
    }

    .job-details-table .styled-gomb{
        margin-left:0px !important;
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media(max-width:320px){
    .job-details-table .styled-gomb{
        font-size:13px !important;
        line-height:16px !important;
    }
}

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

.edit-explanation-container .edit-explanation{
    font-size:12px;
    margin-top:-20px;
    border-bottom:1px solid #FDA12B;
    padding-bottom:0px;
}

.job-details-table .title{
    position:relative;
    padding-left:38px;
}

.job-details-table .title::before {
  display: block;
  content: '';
  position: absolute;
  left: 8px;
  top: calc(50%);
  transform: translateY(-56%);
  height: 24px;
  width: 24px;
  border-radius: 4px;
  background-color: rgba(253, 161, 43,1);
  background-image: url(/themes/guest/assets/own/images/svgs/wrench-right-white.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.widget-csatlakozz:nth-child(1){
  margin-top:0px;
}

@media(max-width:768px){
  .sidebar-right{
    margin-top:30px;
  }
  .widget-csatlakozz:nth-child(1){
    margin-top: 50px;
  }  

  .edit-explanation-container{
    margin-top: 20px;
  }
}

.widget-csatlakozz:nth-child(2){
  margin-top:20px;
}

.widget-csatlakozz a{
  text-transform: uppercase;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-weight: 600;
}

.job-show-section{
  margin-bottom:-70px;
  margin-top:-50px !important
}

#sidebar-jelentkezem{
  position:relative;
}

#sidebar-jelentkezem .megszerzem-1{
    position: absolute;
    top: 8px;
    left: 10px;
    color: #F2712F;
    font-size: 25px;
    letter-spacing: 1px;
    font-family: o_impact;
    text-transform: uppercase;  
    font-weight:500;
}

#sidebar-jelentkezem .megszerzem-2{
    position: absolute;
    top: 40px;
    left: 10px;
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    font-family: o_impact;
    text-transform: uppercase;  
    font-weight:500;
    max-width: 180px;
}

.sidebar-item{
  position:relative;
}

.sidebar-item::before{
    display: block;
    content: '';
    position: absolute;
    left:0px;
    width:0%;
    bottom:0px;
    height:5px;   
    background:#FA8E03;
}

.sidebar-item:hover::before{
    transition:0.8s;
    width:100%;
}

.styled-cta-section{
  margin-bottom:0px !important;
}

.betelt{
  color:red !important;
  border-bottom:3px solid red !important;
}

.error-response-divs{
  color:red !important;
}

.error-response-divs strong{
  border-bottom:3px solid red !important;  
}

.error-response-divs .error-alap{
  /*max-width:75%;*/
  display:inline-block;
}

@media(max-width:768px){
  .error-response-divs{
    flex-direction:column !important;
  }
}

.munka-jelentkezes-overlay button{
    display: inline-block;
    padding: 10px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 20px;
    font-weight: 700;
    background: #FDA12B !important;
    border-radius: 10px;
    border: 3px solid #182333 !important;
    color:#fff;
}

.mar-betelt{
  color:red;
  font-weight:600;
}

.name-response,
.email-response,
.phone-response{
  color:red;
  font-weight:600;
}