@font-face {
  font-family: 'icomoon';
  src: url('icomoon031b.eot?eztkop');
  src: url('icomoon031b.eot?eztkop#iefix') format('embedded-opentype'),
    url('icomoon031b.ttf?eztkop') format('truetype'),
    url('icomoon031b.woff?eztkop') format('woff'),
    url('icomoon031b.svg?eztkop#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-company:before {
  content: "\e91d";
}

.icon-dev:before {
  content: "\e900";
  color: #7c66ff;
}

.icon-analytic:before {
  content: "\e901";
  color: #ff5fbf;
}

.icon-design:before {
  content: "\e902";
  color: #a55fff;
}

.icon-dev1:before {
  content: "\e903";
  color: #2869fe;
}

.icon-tech:before {
  content: "\e904";
  color: #ffc24a;
}

.icon-video-square:before {
  content: "\e919";
}

.icon-task-square:before {
  content: "\e91a";
}

.icon-document-download:before {
  content: "\e91b";
}

.icon-video:before {
  content: "\e91c";
}

.icon-send:before {
  content: "\e905";
}

.icon-close2:before {
  content: "\e938";
}

.icon-logout:before {
  content: "\e906";
}

.icon-medal-star:before {
  content: "\e907";
}

.icon-teacher:before {
  content: "\e909";
}

.icon-briefcase:before {
  content: "\e90a";
}

.icon-profile-fill:before {
  content: "\e90b";
}

.icon-chat:before {
  content: "\e90c";
}

.icon-cup:before {
  content: "\e90d";
}

.icon-clipboard-text:before {
  content: "\e90e";
}

.icon-wallet-2:before {
  content: "\e90f";
}

.icon-tick:before {
  content: "\e946";
}

.icon-profile:before {
  content: "\e910";
}

.icon-camera:before {
  content: "\e911";
}

.icon-map:before {
  content: "\e912";
}

.icon-star:before {
  content: "\e913";
}

.icon-document-text:before {
  content: "\e916";
}

.icon-arr-left:before {
  content: "\e908";
}

.icon-arr-right:before {
  content: "\e917";
}

.icon-home-2:before {
  content: "\e918";
}

.icon-typo:before {
  content: "\e931";
}

.icon-timeline:before {
  content: "\e932";
}

.icon-toast:before {
  content: "\e933";
}

.icon-treeview:before {
  content: "\e934";
}

.icon-stepper:before {
  content: "\e935";
}

.icon-sw:before {
  content: "\e936";
}

.icon-spin:before {
  content: "\e937";
}

.icon-social:before {
  content: "\e939";
}

.icon-progress:before {
  content: "\e93a";
}

.icon-radio:before {
  content: "\e93b";
}

.icon-range:before {
  content: "\e93c";
}

.icon-modal:before {
  content: "\e945";
}

.icon-menubar:before {
  content: "\e94c";
}

.icon-listgroup:before {
  content: "\e950";
}

.icon-language:before {
  content: "\e953";
}

.icon-input:before {
  content: "\e955";
}

.icon-gallery1:before {
  content: "\e95f";
}

.icon-dropdown:before {
  content: "\e962";
}

.icon-divider:before {
  content: "\e963";
}

.icon-chart:before {
  content: "\e968";
}

.icon-card:before {
  content: "\e96b";
}

.icon-btn:before {
  content: "\e96c";
}

.icon-avt:before {
  content: "\e96d";
}

.icon-badge:before {
  content: "\e96e";
}

.icon-btn-group:before {
  content: "\e971";
}

.icon-alert:before {
  content: "\e972";
}



/* CSS untuk ikon modern */
.modern-icon {
    font-size: 30px; /* Ukuran ikon yang lebih besar untuk visibilitas */
    color: #333; /* Warna ikon yang elegan, bisa sesuaikan dengan tema */
    transition: all 0.3s ease; /* Animasi halus saat ikon di-hover */
    line-height: 1;
    text-align: center;
}

/* Efek hover untuk memberikan interaksi lebih */
.modern-icon:hover {
    color: #007bff; /* Warna ikon saat hover, bisa ganti dengan warna yang lebih sesuai */
    transform: scale(1.1); /* Efek zoom sedikit untuk memberikan kesan dinamis */
}

/* Menambahkan efek shadow agar ikon terlihat lebih modern */
.category-job a.box-img {
    display: inline-block;
    padding: 15px;
    border-radius: 10px; /* Sudut yang lebih halus */
    background-color: #f8f8f8; /* Warna latar belakang yang cerah */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Bayangan lembut di belakang ikon */
    transition: all 0.3s ease;
}

.category-job a.box-img:hover {
    background-color: #e6f7ff; /* Warna latar belakang saat hover */
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.2); /* Bayangan lebih besar saat hover */
}

/* Menyesuaikan judul agar tetap terlihat modern */
.category-job .title {
    font-size: 16px;
    font-weight: 500;
    color: #555; /* Warna teks yang lembut */
    margin-top: 10px;
    transition: color 0.3s ease;
}

.category-job .title:hover {
    color: #007bff; /* Warna judul saat hover */
}

/* CSS untuk ikon modern dengan warna yang berbeda */
.modern-icon {
    font-size: 30px; /* Ukuran ikon yang lebih besar */
    transition: all 0.3s ease; /* Animasi halus saat ikon di-hover */
    line-height: 1;
    text-align: center;
}

/* Ikon untuk Admin Online */
.admin-icon {
    color: #4CAF50; /* Warna hijau segar untuk admin online */
}

/* Ikon untuk Pengaduan */
.complaint-icon {
    color: #FF5722; /* Warna oranye cerah untuk pengaduan */
}

/* Ikon untuk Kesehatan & Pendidikan */
.health-education-icon {
    color: #2196F3; /* Warna biru yang menenangkan untuk kesehatan & pendidikan */
}

/* Ikon untuk Pariwisata & Budaya */
.tourism-culture-icon {
    color: #FFC107; /* Warna kuning cerah untuk pariwisata & budaya */
}

/* Efek hover untuk memberikan interaksi lebih */
.modern-icon:hover {
    transform: scale(1.1); /* Efek zoom sedikit */
}

/* Menambahkan bayangan dan border radius untuk tampilan lebih modern */
.category-job a.box-img {
    display: inline-block;
    padding: 15px;
    border-radius: 10px; /* Sudut yang lebih halus */
    background-color: #f8f8f8; /* Warna latar belakang cerah */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Bayangan lembut */
    transition: all 0.3s ease;
}

.category-job a.box-img:hover {
    background-color: #e6f7ff; /* Warna latar belakang saat hover */
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.2); /* Bayangan lebih besar saat hover */
}

/* Menyesuaikan judul agar tetap terlihat modern */
.category-job .title {
    font-size: 16px;
    font-weight: 500;
    color: #555; /* Warna teks lembut */
    margin-top: 10px;
    transition: color 0.3s ease;
}

.category-job .title:hover {
    color: #007bff; /* Warna judul saat hover */
}