#filter{
    padding-bottom: 0;
}
#filter .container{
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 16px;
    padding: 0 32px;
}

#filter .container .form-group{
    padding: 12px;
}

#filter .search{
    position: relative;
    padding: 0;
}

#filter .search i{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #4343439E;
}

#filter .btn-search{
    padding: 12px;
}

#filter .btn-search button{
    width: 100%;
    height: 100%;
    padding: 12px 48px;
    border: 0;
    background: #E76E1B;
    border-radius: 100px;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

#search{
    border: 0;
    background: #F3F6F9;
    border-radius: 48px;
    padding-left: 42px !important;
    padding: 12px 8px;
    color: #4343439E;
}
#job{
    padding-top: 30px;
}
#job .box{
    padding: 32px;
    /* background-color: #E76E1B; */
}

#job .box .content{
    /* background-color: #E76E1B; */
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0px 10px 20px 0px #0000001F;
    
}

#job .box .content h5{
    font-family: Roboto;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.0002em;
    text-align: left;
}
#job .box .content .location i{
    color: #5E6666;
}
#job .box .content .location p{
    color: #5E6666;
    margin: 0 12px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.017em;
    text-align: left;
}

#job .box .content button{
    width: 100%;
    height: 100%;
    padding: 12px 48px;
    border: 0;
    background: #E76E1B;
    border-radius: 100px;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

#job .modal{
    --bs-modal-width: 80vw;
    --bs-modal-max-width: 1200px; 
    
}

#job .modal-body{
    padding: 32px;
}
#job .modal-body .content{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
#job .modal-body .border-s{
    border-left: 1px solid #4343433D;
    ;
}
@media(max-width:991px){
    #job .modal-body .border-s{
        border-left: 0px;
    }
}

#job .modal-body .content h5{
    color: #121C45;
    font-family: Roboto;
    font-size: 23px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.0002em;
    text-align: left;
}

#job .modal-body .content .group h6{
    color: #5E6666;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.0002em;
    text-align: left;
    margin-bottom: 16px;

}
