.apply-btn {
    width: auto;
    height:auto;
    display: inline-flex;
    align-items: center;
    background-color: white!important;
    color: #ea7826;
}

.apply-btn:hover {
    background-color:white;
    border: 0;
}

.apply-btn-txt {
    color: #ea7826;
    padding: 10px 20px;
    font-size: 14px;
    font-weight:600;
}
.apply-menu{
    left: 0px!important;
}
.apply-item {
    color: #ea7826!important;
    padding: 10px 20px;
}


.dropdown-item:focus, 
.dropdown-item:active, 
.dropdown-item:focus-visible {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.filter-div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 1vh 1vw;
    margin: 1vh 1vw;
}

.fil-btn {
    background-color: white !important;
    color: #1B5288;
    box-shadow: none!important;
    text-shadow: none;
}

.fil-btn:hover {
    background-color: #ea7826 !important;
    color: white;
    border: 1px solid #1B5288;

}
.jobsTitleBox {
    align-items: center!important;
    justify-content: center!important;
}

.job-fil-container {
    background-color: #EFF7FF;
    padding: 5vh 5vw;
    border-radius: 16px;
}
.fil-header {
    width:auto;
}

.fil-btn:hover , .fil-btn:focus {
    background-color: #EA7826 !important;
    color: white;
    border: 1px solid #1B5288;
}
.tagline {
    color:#0D4781;
    display: flex;
    justify-content: center;
    font-size:2rem;
}