.skill-items {
    background: gray;
    padding: 8px;
    margin-left: 4px;
    color: white;
    line-height: 38px;
}

.logo-5job {
    width: 162px;
    height: 48px;
}

.tag_skill{
    float: left;
    margin: 0px 0px 2px 0px;
}
.close-remove {
    cursor: pointer;
    border-radius: 0 !important;
}
.close-remove:hover {
    background: #dc3545 !important;
    color:#fff !important;
    border: 1px solid #dc3545;
}
.job-listing-details h2 {
    font-size: 2.3rem;
    font-weight: 500;
}
.job-listing-details h3 {
    font-size: 2.0rem;
    font-weight: 500;
}
.job-listing-details h4 {
    font-size: 1.8rem;
    font-weight: 500;
}

.post-sidebar {
    position: sticky;
    top: 0;
    height: 100%;
}
.autocomplete-suggestions {
    height: 200px;
    background: #f8fafc;
    overflow: auto;
}
.autocomplete-suggestions strong {
    color: red;
}
.autocomplete-suggestion:hover {
    background: #1aafff;
}

/**
# Custom heading
*/
h1 {
    font-size: 2.8rem!important;
    font-weight: 500!important;
}
h2 {
    font-size: 2.4rem!important;
    font-weight: 500!important;
}

h3 {
    font-size: 2rem!important;
    font-weight: 500!important;
}

h4 {
    font-size: 1.7rem!important;
    font-weight: 500!important;
}

.weekDays-selector input {
    display: none!important;
}

.weekDays-selector input[type=checkbox] + label {
    display: inline-block;
    border-radius: 6px;
    background: #dddddd;
    height: 40px;
    width: 30px;
    margin-right: 3px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.weekDays-selector input[type=checkbox]:checked + label {
    background: #2AD705;
    color: #ffffff;
}

a.login-modals {
    color: blue;
    text-decoration: underline;
}

b.salary {
    color: red;
}

p.applied {
    color: #2AD705;
    font-weight: bold;
}