/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 20-Nov-2021, 16:27:19
    Author     : Jafran Mjm
*/

@import 'config';

/*body:after{ 
    content: ' ';
    position: absolute;
    top: -20px;
    right: 0;
    width: 100%; 
    height: calc(100%);
    background: #f0f0f0;
    z-index: -1;
}*/
.category-dtls {
    padding: 30px;
    color: #fff;
    margin-bottom: 30px;
    background: $clr_3;
    h5 {
        font-weight: bold;
        font-size: 30px;
    }
}

.date {
    display: block;
    margin-top: -7px;
    margin-bottom: 13px;
    color: #7f6e6e;
    font-size: 12px;
}

// .pagination{
//     li {
//         float: right;
//         margin-left: 20px;
//         a{
//             display: inline-block;
//             min-width: 20px;
//             line-height: 20px;
//             text-align: center;
//             font-weight: bold;
//             font-size: 18px;
//             &:hover{
//                 color: #0057b9;
//             }
//             &.active{
//                 background: #000;
//                 color: #fff;
//                 &:hover{
//                 color: #fff;
//                 }
//             }
//         }
//     }
// }
.pagination {
    .nav-links {
        .page-numbers {
            display: inline-block;
            min-width: 20px;
            line-height: 20px;
            text-align: center;
            font-weight: bold;
            font-size: 18px;
            &:hover {
                color: #0057b9;
            }
        }
        .current {
            background: #000;
            color: #fff;
            &:hover {
                color: #fff;
            }
        }
    }
}