@media (min-width: 1200px) {
    .items-wrapper-list-v2 {
      margin-bottom: 30px;
    }
}

.items-wrapper-list-v2 {
    margin-bottom: 15px;
}

.listing-2-list.v2 {
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 0 -1px;
}

.date_icon {
    font-size: 15px !important;
}

@media (min-width: 768px) {
    .listing-2-list {
      padding: 25px;
      margin-bottom: 30px;
    }
}

.listing-2-list {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 15px;
}

.employer-logo {
    overflow: hidden;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.listing-2-list .listing-2-list-content {
    padding-left: 15px;
}

.listing-2-list .category-listing-2 {
    margin-bottom: 3px;
}

.layout-listing-2 .category-listing-2 a {
    font-weight: 600;
    color: #159E76;
    font-size: 14px;
}

.title-wrapper > :first-child {
    margin-left: 0;
}

@media (min-width: 1200px) {
    .listing-2-title {
      font-size: 20px;
    }
}

.listing-2-title {
    font-size: 18px;
    margin: 0;
}

.title-wrapper > * {
    display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: 0 !important;
    margin-left: 7px;
}

span.featured {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #504CFE;
    color: #fff;
}

.listing-2-list .listing-2-metas {
    margin-top: 8px;
}

.listing-2-metas {
    color: #686A71;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .listing-2-metas > div {
      margin-right: 15px;
    }
}

.listing-2-metas > div {
    display: inline-block;
    margin-right: 5px;
}

.listing-2-metas svg, .listing-2-metas i {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    margin-right: 2px;
}

.listing-2-metas > div:last-child {
    margin-right: 0;
}

@media (min-width: 1200px) {
    .listing-2-metas > div {
      margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .listing-2-list .right-action.v2 > * {
      margin-right: 20px;
    }
}

.listing-2-list .right-action.v2 > * {
    margin: 0 10px 0 0;
      margin-right: 10px;
}

.listing-2-list .listing-2-metas-bottom {
    margin-top: 15px;
}

.listing-2-metas-bottom > div {
    display: inline-block;
    margin-right: 5px;
}

.type-listing-2 {
    display: inline-block;
    color: #121212;
    background: #F1F1F1;
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: 500;
}

.urgent {
    display: inline-block;
    color: #dc3545;
    background: rgba(220, 53, 69, 0.2);
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .listing-2-list .right-action.v2 > * {
      margin-right: 20px;
    }
}

.listing-2-list .right-action.v2 > * {
    margin: 0 0px 0 0;
}

.listing-2-salary i {
    font-size: 16px;
    color: #000;
    vertical-align: text-bottom;
    margin-right: 1px;
}

.listing-2-salary span {
    font-weight: 600;
    font-size: 1rem;
    color: #000;
}

.btn-follow:not(.st_text) {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    color: #E5E5E5;
    background: transparent;
}

.btn-action-listing-2 {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 1rem;
    position: relative;
    color: #e6edf5;
    line-height: 1;
}

.listing-2-list .right-action.v2 > :last-child {
    margin-right: 0;
}

.listing-2-list .right-action .btn {
    padding: 6px 20px;
    margin-left: 10px;
}

.btn-theme {
    color: #fff;
    background-color: #149F76;
    border-color: #16A279;
}

.listing-2-list:hover {
    -webkit-box-shadow: 0 10px 25px 0 #365F681A;
    box-shadow: 0 10px 25px 0 #365F681A;
    border-color: #13A57A;
    z-index: 1;
}

.btn-action-listing-2::before {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
}

.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
    color: #fff;
    background-color: #0c6b4f;
    border-color: #0c6a4e;
}

.layout-listing-2 .category-listing-2 a:hover {
    text-decoration: none;
}

.type-listing-2:hover {
    text-decoration: none;
}

.pos3-link:hover {
    text-decoration: none;
}

.pos5-icon {
    position: relative !important; 
    top: 3px !important; 
    font-size: 16px !important;
}

.l2-btn {
    display: inline-block;
    color: #fff;
    background-color: #0c6b4f;
    border-color: #0c6a4e;
    font-weight: 400;
    color: #2d3436;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}