﻿.news_page_position {
    width: 100%;
}

.news_page .news_page_position .news_page_item {
    transition: 0.25s;
    cursor: pointer;
}

.block {
    margin: 2px 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    padding: 10px 15px;
    color: black;
}

.news_page .news_page_position .news_page_item:hover {
    background-color: #f24c4c;
    color: #fff;
}

.title-news_page {
    padding: 10px 15px;
    color: #f24c4c;
}

.news_page .news_page_item.active {
    background-color: #f24c4c;
    color: #fff;
}

.article_list {
    width: 100%;
}

    .article_list .article_item {
        background-color: #e5e6e8;
        padding: 15px;
    }

        .article_list .article_item .text {
            font-size: 14px;
            line-height: 1.2;
        }

        .article_list .article_item .title {
            font-weight: bold;
        }

/*.article_list a {
    color: #0e295c;
}*/

.title-related-post {
    font-size: 14px;
}

.title-recruit {
    /*font-size: 22px;*/
    color: #f24c4c;
    /*font-weight:bold;*/
    /*text-transform:uppercase;*/
    padding: 10px 10px;
}

.job-card {
    /*border: 1px solid #e0e0e0;*/
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.job-info {
    display: flex;
    align-items: center;
}

.company-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 15px;
}

.favorite {
    color: #ccc;
    cursor: pointer;
}

    .favorite:hover {
        transform: scale(1.3);
        color: red;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.job-card:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}

.news_page_detail {
    /*padding:10px;*/
}
.job-image {
    width: 100%;
    height: 100%;
    max-height: 150px;
    object-fit: cover;
    border-radius: 8px;
}

.job-details h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.job-details small {
    color: #666;
    display: block;
    line-height: 1.4;
}

.job-meta {
    font-size: 14px;
    color: #555;
}
/*Pagingnation*/
.pagination .page-item .page-link {
    color: #f24c4c;
    border-radius: 6px;
    margin: 0 2px;
    border: 1px solid #ddd;
}

.pagination .page-item.active .page-link {
    background-color: #f24c4c;
    color: #fff;
    border-color: #f24c4c;
}

.pagination .page-item.disabled .page-link {
    color: #999;
    pointer-events: none;
    background-color: #f8f9fa;
}
