/*
 Theme Name:   Ecostaff Directory Child
 Theme URI:    https://ecostaff.co/
 Description:  Ecostaff ecommerce company directory child theme
 Author:       Ecostaff
 Author URI:   https://ecostaff.co/
 Template:     careerup
 Version: 1.9.28
 Text Domain:  careerup-child
*/

.btn-login.login:after {
    content: '';
    background: url('/wp-content/uploads/2023/05/login_btn_icon.svg');
    margin-left: 10px;
    width: 11px;
    height: 11px;
    display: inline-block;
}

span.highlight {
    color: #7BB52F;
}

.widget-features-box .top-inner {
    background-color: #fff !important;
}

.widget-features-box .top-inner:before {
    background-color: #fff !important;
}

@media (min-width: 768px) {
    .widget-features-box .top-inner {
        height: 130px;
        width: 70px;
    }
}

.widget-features-box .features-box-image {
    top: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    transform: translate(-50%, 30px);
}

/* v1.9.26 - Company claim foundation */
.ecostaff-claim-cta {
    margin-top: 10px;
}
.ecostaff-claim-pending-note {
    display: block;
    margin-top: 8px;
    color: #667085;
    line-height: 1.45;
}
.ecostaff-claim-contact-context {
    margin: 0 0 18px;
    padding: 13px 15px;
    border: 1px solid #dbe7ca;
    border-left: 4px solid #7bb52f;
    border-radius: 8px;
    background: #f7fbf1;
    color: #243047;
    font-weight: 600;
}
