.main-content {
    margin: 50px 120px;
}

h1 {
    font-size: 24px;
    text-align: center;
}

/* admin page styling */

#add-job-offer .hidden-input{
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}
#add-job-offer .wrapper{ 
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
#add-job-offer .wrapper .select-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px;
    cursor: pointer;
    width: 150px;
    border: 2px solid transparent;
}
#add-job-offer .wrapper .select-icon .image-wrapper{
    min-height: 66px;
    margin-bottom: 20px;
}
#add-job-offer .wrapper .select-icon .image-wrapper .icon{
    height: 55px;
    width: auto;
}
#add-job-offer .wrapper .select-icon:hover .image-wrapper .icon{
    height: 60px;
}
#add-job-offer .wrapper .select-icon.active{
    border-color: black;
}
#add-job-offer .wrapper .select-icon.active .image-wrapper .icon{
    height: 60px;
}
#add-job-offer .wrapper .select-icon .title{
    margin: 0;
    text-align: center;
}
#add-job-offer .input-wrapper{
    display: flex;
    justify-content: space-between;
}
#add-job-offer .input-wrapper .btn.del-field{
    background: url('../img/icons/trash-icon.svg') center no-repeat ;
    background-size: 20px 20px;
}

#add-job-offer .subtitle{
    font-size: 18px;
    font-weight: 700;
}
#add-job-offer .origin-lang{
    font-style: italic;
}