/* public : รวม <style> 1 บล็อกที่เดิมอยู่ในหน้า public.aspx
   ย้ายออกมาเพื่อให้ CSP ไม่ต้องพึ่ง 'unsafe-inline' ใน style-src */

        table.dataTable tbody th, table.dataTable tbody td {
            padding: 0px 0px;
        }

        @media (min-width: 576px) {
            .col-sm-6 {
                width: 33%;
            }
        }

        tbody, td, tfoot, th, thead, tr {
            border-style: hidden;
        }

        .content-footer {
            z-index: -1 !important;
        }

        #pagination-public {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .paginationjs-prev, .paginationjs-next, .paginationjs-page {
            box-sizing: border-box !important;
            display: inline-block !important;
            min-width: 3.2em !important;
            padding: 0.5em 0.5em !important;
            margin-left: 0.1em !important;
            text-align: center !important;
            text-decoration: none !important;
            cursor: pointer !important;
            color: #333 !important;
            border: 1px solid #d3d3d3 !important;
            border-radius: 55% !important;
        }

        li.paginationjs-page.J-paginationjs-page.active {
            background-color: #000000;
        }

        .paginationjs .paginationjs-pages li.active > a {
            height: 30px;
            line-height: 30px;
            background: #000000 !important;
            color: #fff;
        }

        .detail-news {
            box-shadow: unset !important;
        }

        .detail-news {
            margin-top: 10px;
        }

        .arrow-icon1 {
            margin: -12px 0 !important;
        }
       
    