h3 a{
    color: #1c2045;
}
.search_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: medium none;
    padding: 10px 20px;
}

.aa-Panel{
    /* position: fixed !important; */
    z-index: 999;
}

.aa-SubmitButton{
    margin-top: 9% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.aa-ItemContent{   
    display: flex !important;
    align-items: center !important;
    justify-content: start !important;
}

#button_no_results{
    background-color: #7052FB;
    border-color: #7052FB;
    color: #fff;
    transition: all 0.3s ease;
}
.button_searchv2{
    background-color: #7052FB;
    border-color: #7052FB;
    color: #fff;
    transition: all 0.3s ease;
}
.button_searchv2:hover{
    transition: all 0.3s ease;
    background-color: #5841c0;
    border-color: #5841c0;
    color: #fff;
}

#button_no_results:hover{
    transition: all 0.3s ease;
    background-color: #5841c0;
    border-color: #5841c0;
    color: #fff;
}

.card_effect{
    overflow: hidden !important;
    cursor: default !important;
    transition: all 350ms ease !important;
}

.card_effect:hover{
    box-shadow: 5px 5px 20px rgb(0 0 0 / 40%) !important;
    transform: translateY(-2%) !important;
}

@media screen and (min-width: 1024px){
    .dynamic-height{
        height: 100%;
    }
}

.single_jobs {
    border-color: #CCCCCC !important;
}
.single_jobs:hover {
    border-color: #7052fb !important;
}

.tags_index {
    margin: 0px 3px 0px 3px;
}

.tag {
    display: inline-block; 
    padding: 5px 8px;
    border-radius: 5px;
    margin-block: 5px;
    background-color: #E7E7E7 !important;
}

.category_box{
    background: #E6F3FF;
    color: #0A8CFF;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.card_tag_category {
    overflow: hidden !important;
    cursor: default !important;
    transition: all 300ms ease !important;
}

.card_tag_category:hover{
    box-shadow: 2px 2px 12px rgb(0 0 0 / 40%) !important;
    transform: translateY(-1%) !important;
}