.text-bold{
    font-weight: bold;
}

.hiring {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.list{
    padding-top: 20px;
}

.option {
    border: solid 1px #19D600;
    padding: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    background-color: #D4EEC3;
}

.list .option:hover{
    border: solid 1px #108A00;
    background-color: #FFFDFC;
}


.list .tags:hover{
    border: solid 1px #108A00;
    background-color: #FFFDFC;
}

.list .tags.active{
    border: solid 1px #108A00;
    background-color: #D4EEC3;
    color: #4E8627 !important;
}

.list .tags{
    float: left;
    border: solid 1px #E1E3EB;
    padding: 5px 8px;
    margin: 6px 2px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 13px;
}

.list .option .title{
    font-weight: bold;
    color: #375E1B !important;
}

.list .option .desp{
    font-size: 13px !important;
    color: #4E8627 !important;
}

#hireDevelopers{
    margin-top: 100px;
    margin-bottom: 100px;
}

.btn-primary.back{
    background-color: black;
}

.list{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 33px;
}

.btn-danger.next{
    background-color: #108A00;
    color: #FFFFFF !important;
    margin-left: 15px;
}

.option input, .option input:focus{
    border: solid 1px;
    width: 100%;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding: 8px !important;
    border-radius: 5px;

}

.option label {
    font-size: 15px;
    font-weight: bold;
    color: #375E1B !important;
    margin-bottom: 5px;
}

.mt-10{
    margin-top: 10px !important;
}

.mb-10{
    margin-bottom: 50px !important;
}


.mb-170 {
    margin-bottom: 170px !important;
}

.pr-4 {
    padding-right: 1rem;
}

.font-size-14{
    font-size: 14px;
}

.error {
    position: relative;
    font-size: 13px;
    color: red;
    padding: 7px 0px;
}