.filler-job-form i{
    position: absolute;
    top: 20;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    z-index: 1;
    color: #766df4;
    font-size: 20px;
}
.filler-job-form .choices__inner, .filter-job-input-box, .filter-job-input-box.form-select {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    font-size: 14px;
    height: 44px;
    padding: 6px 6px 6px 45px;
    border-radius: 6px;
}

.form-control, .form-select {
    padding: 10px;
    font-size: 14px;
    border-color: #dbdfe2;
    font-weight: 500;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.625rem 1.25rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

/*button, input, optgroup, select, textarea {*/
/*    margin: 0;*/
/*    font-family: inherit;*/
/*    font-size: inherit;*/
/*    line-height: inherit;*/
/*}*/
.mc4wp-form-fields{
    height: 47px;
    margin-left: 20px;
    width: 232px;
}
select{
    border: 0px;
    height: auto !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #5e6fb5 !important;
    border-color: #5e6fb5 !important;
}
.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.625rem 1.25rem;
    font-size: .9375rem;
    border-radius: 0.25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
/*a {*/
/*    color: white !important;*/
/*    text-decoration: none !important;*/
/*}*/


.job-box {
    overflow: hidden !important;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}
.mt-5 {
     margin-top: 3rem!important;
}
.job-box .bookmark-label {
    width: 200px !important;
    position: absolute !important;
    top: -5px !important;
    left: -84px !important;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    z-index: 1 !important;
    color: #fff !important;
    background: rgba(118,109,244,.15) !important;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
    padding: 6px !important;
    font-size: 20px !important;
    padding-top: 8px!important ;
}
.text-center {
    text-align: center!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.card {
    position: relative !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
    background-color: #fff !important;
    background-clip: border-box !important;
    border: 1px solid #eff0f2;
    border-radius: 0.4rem !important;
}
.fs-18 {
    font-size: 18px !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
}
.bg-soft-success {
    background-color: rgba(4,133,101,.15)!important;
    color: #048565!important;
}
.badge {
    display: inline-block;
    padding: 0.313rem 1.5rem;
    font-size: 75%;
    font-weight: 500;
    /*line-height: 1;*/
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #5e6fb5 !important;
}
.bg-light {
    color: #5e6fb5 !important;
    --bs-bg-opacity: 1 !important;
    background-color: #ebebeb !important;
}
@media (min-width: 768px) {
    .text-md-end {
        text-align: right !important;
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.pagination .page-item .page-link {
    border-radius: 40px;
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 4px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item.disabled .page-link {
    color: #adb5bd;
    pointer-events: none;
    background-color: #f8f9fa;
    border-color: #e2e5e8;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-link {
    position: relative;
    display: block;
    color: #74788d;
    background-color: #fff;
    border: 1px solid #e2e5e8;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #5e6fb5 !important;
    border-color: #766df4;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.pagination .page-item .page-link {
    border-radius: 40px;
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 4px;
    color: #0b0b0b !important;
}

svg{
    height: 23px;
    align-self: center;
    margin-left: 7px;
    /*color: #5e6fb5 !important;*/
    fill: #5e6fb5 !important;;
}

/*.uil-briefcase-alt:before{*/
/*    content: '\e8ac';*/
/*}*/
