


.section {
    padding: 80px 0;
    position: relative;
}
.section-title {
    position: relative;
}
.section-title .title {
    letter-spacing: 0.5px;
    font-size: 28px !important;
}
@media (max-width: 768px) {
    .section-title .title {
        font-size: 24px !important;
    }
}
h5,
.fs-5,
.h5,
.fs-5 {
    font-size: 18px !important;
}
.bg-soft-primary {
    background-color: rgba(59, 130, 246, 0.05) !important;
    color: #3b82f6 !important;
}
.text-danger {
    color: #ef4444 !important;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #ed2d2d !important;
}
.text-dark {
    color: #1e293b !important;
}
a.text-dark:hover,
a.text-dark:focus {
    color: #151d2a !important;
}
.text-muted {
    color: #94a3b8 !important;
}
a.text-muted:hover,
a.text-muted:focus {
    color: #8596ae !important;
}
.d-flex .flex-1 {
    flex: 1;
}
@media (max-width: 425px) {
    .sm-rounded-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
}
.rounded {
    border-radius: 6px !important;
}
.card {
    color: #1e293b;
    border: none;
}
.card .card-body {
    padding: 1.5rem;
}
.card .card-img {
    position: relative;
}
.card .card-img .card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, transparent 35%, rgba(22, 28, 45, 0.9) 100%);
    transition: all 0.5s ease;
}
.card:hover .card-img .card-overlay {
    opacity: 1;
}
.btn-primary {
    background-color: #3b82f6 !important;
    border: 1px solid #3b82f6 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(59, 130, 246, 0.1);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
    background-color: #3b82f6 !important;
    border-color: #3b82f6 !important;
    color: #fff !important;
}
.btn {
    padding: 8px 22px;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn.btn-icon {
    height: 39px;
    width: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.btn.btn-icon .icons {
    height: 16px;
    width: 16px;
    font-size: 16px;
}
.avatar.avatar-small {
    height: 65px;
    width: 65px;
}
.form-label {
    font-size: 15px !important;
}
.progress-box .progress .progress-bar {
    border-radius: 6px;
    animation: animate-positive 3s;
    overflow: visible !important;
}
.sticky-bar {
    position: sticky;
    top: 80px;
}
.fea.icon-sm {
    height: 16px;
    width: 16px;
}
.job-post {
    transition: all 0.5s ease;
}
.job-post .title:hover,
.job-post .company:hover {
    color: #3b82f6 !important;
}
.job-post .like {
    -webkit-text-fill-color: #dee2e6;
}
.job-post .like:hover,
.job-post .like:focus {
    -webkit-text-fill-color: #ef4444;
}
.job-post.job-type-three {
    border: 1px solid transparent;
}
.job-post.job-type-three:hover {
    background-color: rgba(59, 130, 246, 0.05) !important;
    border-color: #cddffd;
}
.job-post.job-post-list:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(30, 41, 59, 0.15) !important;
}
@media (max-width: 767px) {
    .job-post.job-post-list .bookmark {
        position: absolute;
        top: 12px;
        right: 12px;
    }
    .job-post.job-post-list .w-full {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .job-post.job-post-list .w-310px {
        width: 310px !important;
    }
    .job-post.job-post-list .w-250px {
        width: 250px !important;
    }
    .job-post.job-post-list .w-100px {
        width: 100px !important;
    }
    .job-post.job-post-list .w-130px {
        width: 130px !important;
    }
}