.job-item {
    /* margin-bottom: 20px; */
    padding: 15px;
    /* border-bottom: 1px solid #e0e0e0; */
}

.icon-arrow {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.job-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    /* max-width: 400px; */
    margin: 10px auto;
}

.job-row p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.job-row .salary {
    font-weight: bold;
    color: #007bff;
}

.job-details {
    flex: 3;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.mt-20 {
    margin-top: 10px;
}

.f-14 {
    font-size: 14px;
}

.button-size {
    height: 45px;
    width: 100%;
}

.span {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    padding: 5px 10px;
    background: #f2f2f3;
    color: #8d8592;
    border-radius: 4px;
    font-size: 0.85rem;
}

.job-item p {
    margin: 0;
    color: #666;
}

.job-header {
    border-right: 1px solid #6f6b7d;
    margin-right: 5px;
}

.related-job-item {
    font-size: 14px;
}
.related-job-item h4 {
    font-size: 18px !important;
}
.related-job-item span {
    font-size: 12px !important;
}
.job-item span {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    background: #f2f2f3;
    color: #8d8592;
    border-radius: 4px;
    font-size: 0.85rem;
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.ml-45 {
    margin-left: 27px;
}
.ml-29 {
    margin-left: 29px;
}
.font18 {
    font-size: 18px;
}
.font16 {
    font-size: 16px;
}
.font14 {
    font-size: 14px;
}
.font12 {
    font-size: 12px;
}
.mbt-2 {
    margin-bottom: -17px !important;
}

.avatar {
    position: relative;
    width: 2.375rem !important;
    height: 2.375rem;
    cursor: pointer;
}

.t-tag {
    font-size: 16px;
    font-weight: 700;
}

.btn-outline-dribbble {
    background: transparent;
    border-color: #65a6d7;
    color: #65a6d7;
}

.btn-outline-dribbble:hover {
    color: #007bff !important;
    border-color: #007bff !important;
}

.border-data {
    color: #dbdade;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 1;
}
#active-filters .salary-filter-pill {
    background-color: white !important;
    color: #65a6d7 !important;
}

.text-none {
    text-transform: none !important;
}

/* job detial blur*/
.blurred {
    filter: blur(5px);
    pointer-events: none;
}

.responsive-btn {
    margin-left: auto;
    width: auto;
}

@media (max-width: 767.98px) {
    .responsive-btn {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

.expired-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-radius: 0.375rem;
}

.expired-text {
    color: #dc3545;
    font-weight: bold;
    font-size: 0.75rem;
}

.blur-content {
    filter: blur(1px);
}

.tag-inline-spacing * {
    margin: 0.5rem 0.375rem 0 0 !important;
}

.share-job-whatsapp {
    background-color: #25d366;
    border: #25d366;
}
