.comd-img-slider {

    margin-top: 10%;

}



.hov-gray:hover{

    /*background-color: gray;*/

}





.hov-gray:hover {

    border: 2px solid #ffa200 !important;

    border-radius: 10px !important;

}





.textalign {

    text-align: justify;

}





.shadow-sm {

    box-shadow: 0 1rem 1rem rgb(0 0 0 / 27%) !important;

}



/* pagination.css */



/* Center align the pagination */

.pagination {

    justify-content: center;

    margin-top: 30px;

}



/* Customize the appearance of the page links */

.page-item .page-link {

    color: #007bff !important; /* Default link color */

    border: 1px solid #dee2e6;

    padding: 8px 12px;

    transition: background-color 0.3s ease;

}



/* Add hover effect */

.page-item .page-link:hover {

    background-color: #f8f9fa; /* Light grey background on hover */

    color: #0056b3; /* Darker link color on hover */

}



/* Style the active page */

.page-item.active .page-link {

    background-color: #007bff; /* Bootstrap's primary color */

    color: white !important;

    border-color: #007bff;

}



/* Disable the pointer events for disabled links */

.page-item.disabled .page-link {

    color: #6c757d; /* Disabled link color */

    pointer-events: none;

    background-color: #e9ecef;

    border-color: #dee2e6;

}



.welfare_more a{color: #0d6fc4 !important;}







h5.card-title.text-primary {

    font-size: initial;

}



.news_bar.pt-4 {

    margin-top: -26px !important;

    margin-bottom: 10px;

}




.white_bg{
    background-color: white;
    padding-top: 0px;
}


.hot_news_bar {
    border: 1px solid orange;
    padding: 5px;
    margin: 10px;
    border-radius: 5px;
}


.news_homepage {
    background-color: #6969694a;
    padding-top: 10px;
    padding-bottom: 10px;
}


.left_summary {
    border: 1px solid #ffa5003d;
    border-radius: 10px;
    padding: 10px;
    /* background-color: #80808014; */
    box-shadow: 0 1rem 1rem rgb(0 0 0 / 27%) !important;
}



/*SNOW FLEX */



/*end snow*/


