/**
 * @version     CVS: 1.0.0
 * @package     com_direktori_pegawai
 * @copyright   2024 Altfa Technologies
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Altfa Technologies <support@altfa.com.my>
 */

 .dir-search-box .form-control{
   height: auto !important;
   padding: 8px 14px 12px !important;
   border: 1px solid #c9c9c9 !important;
   border-radius: 5px;
 }

 .table.table-striped thead th,
 .table.table-striped tbody td{
   padding: 14px 12px !important;
 }

 h5.department-title{
   background-color: #3dc8dd;
   padding: 12px;
   margin-bottom: 5px !important;
 }

 .bg-info-dark{
   background-color: #17a2b8 !important;
   font-weight: 600 !important;
 }
