body{

    background:#f4f6f9;

    font-family:'Noto Sans Devanagari',sans-serif;

}

.card{

    border-radius:12px;

}

.card-header{

    font-size:18px;

    font-weight:600;

}

.table th{

    background:#0d6efd;

    color:#fff;

}

.table-hover tbody tr:hover{

    background:#f8f9fa;

}

.select2-container{

    width:100%!important;

}

.search-btn{

    width:170px;

}

.result-count{

    font-size:15px;

    font-weight:600;

}

.spinner{

    display:none;

}

.pdf-link{

    text-decoration:none;

}

footer{

    font-size:14px;

}