/*Body and Abstrack*/
.main_entry .item.abstract {
	text-align: justify;
}


/* Ubah warna latar belakang halaman artikel */
.page_article {
    background-color: #ffffff;
}


/* Ubah warna judul artikel */
.page_article h1 {
    color: #004080;
    font-size: 2em;
    font-weight: bold;
}

/* Ubah tampilan nama penulis */
.author-string {
    font-style: italic;
    color: #666;
}

/* Tambahkan border dan padding pada abstrak */
.article-abstract {
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/* Ubah tampilan link ke file PDF */
.obj_galley_link {
    background-color: #004080;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}

.obj_galley_link:hover {
  background: #1a5fb4!important;
  color: #e1e1e2 !important;
}
/*
Copyright sanguilmu.com

Design by: Thoha Firdaus


*/

.pkp_structure_page {
  margin: 0 auto;
  max-width: 1160px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .pkp_structure_page {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* ========edit lebar head ------------- = --*/
.has_site_logo .pkp_site_name,
.has_site_logo .pkp_navigation_primary_wrapper {
  width:1989;
}
/* =================en edit header head ============== */
.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
  position: relative;
  padding-top: 0;
}

/* Struktur Sidebar */
.kepala {
  background-color: #16095f;
     /* background: url('https://journal.ipb.ac.id/public/journals/56/pageHeaderLogoImage_en.png');) repeat;*/

  color: #fff;
  padding: 1rem;
  border-bottom: 0.3rem solid #000000;
  font-weight: bold;
}

.badan {
  /* background-color: rgb(83, 248, 111); */
  margin-top: -12px;
}

.badan a {
  display: block;
  text-decoration: none;
  padding: 0.8rem;
  background-color: #f1f1f1;
  color: #000000;
  border-bottom: rgb(255 255 255) 0.2rem solid;
  transition: 0.4s;
  /* margin: 0.5rem 0rem 0.5rem 0rem; */
  position: relative;
  z-index: 1;
}

.badan .fa {
  padding-right: 10px;
}

.badan a:hover {
  background-color: #fbdfdf;
  box-shadow: gray 0px 0px 1px 0px;
  color: black;
}

.badan a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: #1c0583;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 800ms;
}

.badan a:hover::after {
  transform: scaleX(1);
}

/* Table of content */

.obj_article_summary {
 box-shadow: 0 3px 10px 2px var(--shadow-color);
  /*box-shadow: 3px 2px 5px;*/
  padding: 20px;
  border-radius: 10px;
  background: #e1e1e2;
  border: solid 1px #D9E0E0 !important;
}

.obj_article_summary:hover {
  background: white;
  color: #241f31;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.obj_article_summary {
    padding-bottom: 15px !important;
    border-bottom: solid 4px #D9E0E0 !important;
    font-size: 14px;
    padding-top: 12px;
}

.pkp_structure_main h1 {
  font-weight: 600;
  font-size: 20px;
}

.pkp_structure_main a {
  color: #000052 !important;
}

.pkp_structure_main a:hover {
  color: #1B60F1 !important;
}

.obj_galley_link {
  font-weight: 700;
  text-transform: Capitalize !important;
  background: #fff !important;
  color: #ffffff !important;
  border: solid 1px #39393b !important;
}

.obj_galley_link:hover {
  background: #C1D5DA!important;
  color: #C1D5DA !important;
}

/* Footer */
.pkp_structure_footer_wrapper {
  background: #f1f1f1;
  border-bottom: 20px solid #000052;
  border-top: 4px solid #000052;
}

.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pkp_brand_footer {
  float: right;
  width: 20%;
  padding-bottom: 10px;
  padding-top: 50px;
}

/*Body and Abstrack*/
.main_entry .item.abstract {
  text-align: justify;
}

body {
  font-family: Lora, geneva, sans-serif !important;
}

/* Struktur Header */
.pkp_site_name_wrapper {
  width: 100% !important;
}

.pkp_screen_reader {
  margin: 0px !important;
}


.pkp_navigation_primary_row {
  background: #ffffff;
  font-weight: bold;
  border-top: 1px solid #000052;
  padding-left: 30px;
  padding-right: 30px;
}

/*=============BANNER==================*/
/* ---------edit banner ----*/
/*.pkp_structure_head {
  position: relative;
  opacity: 0.99;
  background-color: #ffffff;
  }
.pkp_structure_head {
  border-bottom: none !important;
  }

  .pkp_structure_head:before {
  margin-top: -1px;
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
}*/
/*--------------- end edit banner --------*/
<!--------------- bannnner2 ==== -->
/*.pkp_structure_head:before {
    z-index: -1;
    background: url('https://journal.ipb.ac.id/public/journals/56/pageHeaderLogoImage_en.png');
    opacity: 0.18;
    box-shadow: inset 8px 3px 20px 1px rgba(0, 0, 0, 0.75);
    border: 1px solid #9a9a9a;*/
}
.pkp_structure_head {
  position: relative;
  opacity: 0.99;
  background-color: #ffffff;
  background: url('https://journal.ipb.ac.id/public/journals/56/pageHeaderLogoImage_en.png');
    opacity: 0.18;
}

/*.pkp_structure_head {
    background: url('https://journal.ipb.ac.id/public/journals/56/pageHeaderLogoImage_en.png') repeat;
  /*background: url(/plugins/themes/ACahyaExtra/images/shattered.png) repeat;*/
   /* border-bottom: 3px solid #fff
}*/
<!--------------- end bannnner2 ==== -->
.pkp_site_name {
  margin: 0 !important;
  padding: 0px;
}

.pkp_site_name > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name_wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

/* Ukuran Header */

.pkp_site_name .is_img img {
  max-height: 150% !important;
  max-width: 100% !important;
}

.pkp_site_name a {
  margin: auto !important;
}

/* Settingan Header */

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
  padding: 0 !important;
  margin: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
  margin: 0 !important;
  padding: 0 20px !important;
  line-height: 40px !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
  font-family: robot, geneva, sans-serif;
  color: #2d2d35!important;
  font-weight: bold !important;
  transition: 0.2s;
}

/* ====== warna untuk pilih menu =========*/
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
  /*background: #71aceb;
  background: linear-gradient(99deg,rgba(113, 172, 235, 1) 0%, rgba(58, 115, 214, 1) 33%, rgba(20, 79, 179, 1) 62%);*/
  background-image: linear-gradient( 180.7deg,  rgba(3,50,186,1) -3.6%, rgba(42,97,255,1) 87.9% );
  /*background:#0b57d0;*/
  color: #FFFFFF !important;
  border-radius: 1px !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul,
.pkp_navigation_primary_row
  .pkp_navigation_primary_wrapper
  ul
  li
  ul
  li
  a:hover {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul {
  background: #ffffff !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li {
  border-bottom: solid 1px white !important;
}

.pkp_navigation_primary_row
  .pkp_navigation_primary_wrapper
  ul
  li
  ul
  li:last-child {
  border-bottom: none !important;
}

.pkp_site_name_wrapper {
  background: #000052;
  margi-bottom: 0px !important;
}

/*html,
body {

  background: url(https://i.ibb.co/MsbGbGX/spikes.webp);
}*/

.pkp_site_nav_toggle {
  background: #2d0688 !important;
}

.pkp_navigation_search_wrapper {
  background: #ffffff;
  border-radius: 20px;
  transition: 0.5s;
}

.pkp_navigation_search_wrapper a {
  color: #1e2229;
}

.pkp_navigation_search_wrapper a {
  color: #080F70;
}

.pkp_navigation_search_wrapper:hover {
  border-radius: 0px;
  color: #080F70;
}

.additional_content {
  text-align: justify;
}

/* Current issue section */
.current_issue_title {

  background-image: radial-gradient( circle farthest-corner at 32.7% 49.8%,  rgba(28,88,238,1) 0%, rgba(0,39,137,1) 100.2% );
   /*background-image: radial-gradient( circle farthest-corner at -24.7% -47.3%,  rgba(48,79,216,1) 0%, rgba(34,48,86,1) 66.8%, rgba(15,23,42,1) 100.2% );*/

    color: white;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.obj_article_details .page_title {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 1px 3px;
}

.meta .authors {
 /* background: url(https://i.ibb.co/wwXb1Bh/icon-group.png) 1px 2px no-repeat*/
    rgba(0, 0, 0, 0);
  font-weight: bold;
  margin-top: 4px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.description {
  text-align: justify;
}

.profile a {
  background: #ffffff ;
  color: #000052 !important;
}

.pkp_navigation_user_wrapper {
  padding-left: 0;
  padding-right: 30px;
  padding-top: 1px;
}

.pkp_navigation_user.pkp_nav_list .profile a {
  border-radius: 6px !important;
 padding-left: 18px;
  padding-right: 8px;
}

.dropdown-menu {
  background: #000052 !important;
}

.dropdown-menu li a:hover {
  color: #000052 !important;
}

.obj_issue_toc .heading .cover img {
  box-shadow: 4px 2px 5px gray;
}

.pkp_structure_content.has_sidebar {
  padding-top: 0px;
}

.pkp_structure_main .page {
  padding-top: 20px;
}

@media (max-width: 600px) {
  /* For mobile phones: */

  .pkp_structure_main {
    padding-top: 20px !important;
  }
}

@media (max-width: 991px) {
  .pkp_structure_main {
    margin-top: 0px !important;
  }

  .pkp_site_name_wrapper {
    padding-bottom: 0px;
  }

  .pkp_site_name_wrapper {
    padding-top: ;
  }

  .pkp_navigation_search_wrapper {
    margin: center !important;
    padding: 10px !important;
  }

  .pkp_structure_main {
    padding-top: 100px;
  }
}

@media (max-width: 360px) {
  .pkp_structure_main {
    padding-top: 0px !important;
  }
}

.deskripsi {
  border: 2px #1b035a solid;
  padding: 10px;
  background-color: #f1f1f1;
  text-align: left;
}

.pkp_block.block_custom {
  padding-left: 15px;
  padding-right: 15px;
}

.cmp_announcements.highlight_first {
  background-color: #f1f1f1;
}

.pkp_brand_footer {
display: none;
}

/* Atasi teks nama file panjang di OJS agar tidak overflow */
.pkp_controllers_grid td,
.pkp_controllers_grid td a {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    max-width: 100% !important;
    display: block !important;
}
/*Animasi Halus*/
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
/*Custom Loading*/
.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* sidemenu */
.vertical-menu a.active {
background-color: #020c38; /* Warna pada header menu */
color: white; /*Warna font*/
font-family: arial; /*Jenis font*/
}


/* Block */
/* Container menu vertikal */
/* Sidebar menu container */
.vertical-menu {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Judul menu aktif */
.vertical-menu .active {
    font-family: Arial, sans-serif;
    background: #007bff;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 14px;
    border-bottom: 1px solid #ddd;
}

/* Link menu */
.vertical-menu a {
    position: relative;
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    transition: background 0.3s ease;
}

/* Ikon Font Awesome */
.vertical-menu a i {
    margin-right: 8px;
    color: #007bff;
}

/* Hover background */
.vertical-menu a:hover {
    background: #f8f9fa;
}

/* Progress bar animasi saat hover */
.vertical-menu a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: #007bff;
    transition: width 0.4s ease;
}

.vertical-menu a:hover::after {
    width: 100%;
}

/*============vertikal---=====*/

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
		#cssmenu {
		  position: relative;
		  margin: 0;
		  font-family: 'Roboto Condensed';
		  line-height: 1;
		  width: 250px;
		}
		.align-right {
		  float: right;
		}
		#cssmenu ul {
		  margin: 0;
		  padding: 0;
		  list-style: none;
		  display: block;
		}
		#cssmenu ul li {
		  position: relative;
		  margin: 0;
		  padding: 0;
		}
		#cssmenu ul li a {
		  text-decoration: none;
		  cursor: pointer;
		}
		#cssmenu > ul > li > a {
		  color: #000000;
		  text-transform: capitalize;
		  display: block;
		  padding: 9px;
		  border-top: 1px solid #0d207d;
		  border-left: 1px solid #ffffff;
		  border-right: 1px solid #ffffff;
		  background: #ffffff;
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		  letter-spacing: 1px;
		  font-size: 14px;
		  font-weight: 300;
		  -webkit-transition: all 0.25s ease-in;
		  -moz-transition: all 0.25s ease-in;
		  -ms-transition: all 0.25s ease-in;
		  -o-transition: all 0.25s ease-in;
		  transition: all 0.25s ease-in;
		  position: relative;
		}
		#cssmenu > ul > li:first-child > a {
		  border-top-left-radius: 3px;
		  border-top-right-radius: 3px;
		}
		#cssmenu > ul > li:last-child > a {
		  border-bottom-left-radius: 3px;
		  border-bottom-right-radius: 3px;
		  border-bottom: 1px solid #ffffff;
		}
		#cssmenu > ul > li:hover > a,
		#cssmenu > ul > li.open > a,
		#cssmenu > ul > li.active > a {
		  background: #deddda;
		  color: #1a5fb4;
		}
		#cssmenu ul > li.has-sub > a::after {
		  content: "";
		  position: absolute;
		  display: block;
		  width: 0;
		  height: 0;
		  border-top: 13px solid #000000;
		  border-botom: 13px solid transparent;
		  border-left: 125px solid transparent;
		  border-right: 125px solid transparent;
		  left: 0;
		  bottom: -13px;
		  bottom: 0px;
		  z-index: 1;
		  opacity: 0;
		  -webkit-transition: all .2s ease;
		  -moz-transition: all .2s ease;
		  -ms-transition: all .2s ease;
		  -o-transition: all .2s ease;
		  transition: all .2s ease;
		}
		#cssmenu ul > li.has-sub > a::before {
		  content: "";
		  position: absolute;
		  display: block;
		  width: 0;
		  height: 0;
		  border-top: 13px solid #151515;
		  border-botom: 13px solid transparent;
		  border-left: 125px solid transparent;
		  border-right: 125px solid transparent;
		  left: 0;
		  bottom: -12px;
		  bottom: -1px;
		  z-index: 3;
		  opacity: 0;
		  -webkit-transition: all .2s ease;
		  -moz-transition: all .2s ease;
		  -ms-transition: all .2s ease;
		  -o-transition: all .2s ease;
		  transition: all .2s ease;
		}
		#cssmenu ul > li.has-sub::after {
		  content: "";
		  display: block;
		  position: absolute;
		  width: 0;
		  height: 0;
		  border: 7px solid transparent;
		  border-top-color: #dddddd;
		  z-index: 2;
		  right: 20px;
		  top: 24.5px;
		  pointer-events: none;
		}
		#cssmenu ul > li:hover::after,
		#cssmenu ul > li.active::after,
		#cssmenu ul > li.open::after {
		  border-top-color: #ffffff;
		}
		#cssmenu ul > li.has-sub.open > a::after {
		  opacity: 1;
		  bottom: -13px;
		}
		#cssmenu ul > li.has-sub.open > a::before {
		  opacity: 1;
		  bottom: -12px;
		}
		#cssmenu ul ul {
		  display: none;
		}
		#cssmenu ul ul li {
		  border-left: 1px solid #1a5fb4;
		  border-right: 1px solid #1a5fb4;
		}
		#cssmenu ul ul li a {
		  background: #f1f1f1;
		  display: block;
		  position: relative;
		  font-size: 15px;
		  padding: 14px 20px;
		  border-bottom: 1px solid #000000;
		  color: #1a5fb4;
		  font-weight: 300;
		  -webkit-transition: all 0.25s ease-in;
		  -moz-transition: all 0.25s ease-in;
		  -ms-transition: all 0.25s ease-in;
		  -o-transition: all 0.25s ease-in;
		  transition: all 0.25s ease-in;
		}
		#cssmenu ul ul li:first-child > a {
		  padding-top: 18px;
		}
		#cssmenu ul ul ul li {
		  border: 0;
		}
		#cssmenu ul ul li:hover > a,
		#cssmenu ul ul li.open > a,
		#cssmenu ul ul li.active > a {
		  background: #e4e4e4;
		  color: #000000;
		}
		#cssmenu ul ul > li.has-sub > a::after {
		  border-top: 13px solid #dddddd;
		}
		#cssmenu ul ul > li.has-sub > a::before {
		  border-top: 13px solid #e4e4e4;
		}
		#cssmenu ul ul ul li a {
		  padding-left: 30px;
		}
		#cssmenu ul ul > li.has-sub::after {
		  top: 18.5px;
		  border-width: 6px;
		  border-top-color: #777777;
		}
		#cssmenu ul ul > li:hover::after,
		#cssmenu ul ul > li.active::after,
		#cssmenu ul ul > li.open::after {
		  border-top-color: #1a5fb4;
		}

		/*index kotalbuatn */
        div.blueTable {
  width: 148px;
  height: 203px;
  text-align: left;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.blueTable .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

/*------gigir-menu-class-----*/
vertical-menu a.active {
background-color: #020c38; /* Warna pada header menu */
color: white; /*Warna font*/
font-family: arial; /*Jenis font*/
}


/* Block */
/* Container menu vertikal */
/* Sidebar menu container */
.gigir-menu {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    background: #fff;
    /*border: 0px solid #ddd;*/
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Judul menu aktif */
.gigir-menu .active {
    font-family: Arial, sans-serif;
    background: #007bff;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 14px;
    /*border-bottom: 1px solid #ddd;*/
}

/* Link menu */
.gigir-menu a {
    position: relative;
    display: block;
    padding: 6x 2x;
    color: #333;
    text-decoration: none;
    font-size: 14px;
   /* border-bottom: 1px solid #eee;*/
    transition: background 0.3s ease;
}

/* Ikon Font Awesome */
.gigir-menu a i {
    margin-right: 8px;
    color: #f6d32d;
}

/* Hover background */
.gigir-menu a:hover {
    background: #0d2447;
}

/* Progress bar animasi saat hover */
.gigir-menu a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: #1c71d8;
    transition: width 0.4s ease;
}

.gigir-menu a:hover::after {
    width: 100%;
}
/*batas-gigir-menu-------*/
/* ===== Sidebar Menu dengan Font Awesome ===== */

/* ===== Sidebar Menu dengan Font Awesome ===== */
<!-- Font Awesome 6 (CDN) -->
<link rel="stylesheet"
      href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
      integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
      crossorigin="anonymous" referrerpolicy="no-referrer" />
.menu-side {
  background: #f5c211;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.menu-side .sidebar-title {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .2px;
  padding: 14px 16px;
  border-radius: 4px;
  background: rgba(24, 95, 239, 0.01);
background: linear-gradient(180deg, rgba(24, 95, 239, 0.96) 0%, rgba(9, 43, 102, 1) 3%, rgba(16, 99, 224, 1) 51%, rgba(22, 131, 240, 1) 75%);
  background: -webkit-linear-gradient(to right, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */


  /*background: linear-gradient(to left, #155446, #123167); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 /* background: linear-gradient(to left, #336cac, #0c45a9);
/*background: linear-gradient(180deg, #f7f7f9, #f1f1f4);*/
  border-bottom: 1px solid #e9e9ee;
  color: #ffffff;
}

.menu-side ul {
  list-style: none;
  margin: 0;
  padding: 8px;
}

.menu-side li {
  margin: 4px 0;
}

.menu-side a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border-bottom: 1px solid #77767b;
  color: #222;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  /*background: #F1F1F1;*/
  text-decoration: none;
  transition: background .2s ease, transform .06s ease, color .2s ease;
}

/* Ikon Font Awesome */
.menu-side a i {
  width: 20px;            /* menjaga alignment */
  font-size: 16px;
  color: #6b7280;         /* abu-abu sedang */
  transition: color .2s ease, transform .2s ease;
}

/* Hover effect */
.menu-side a:hover {
background-image: radial-gradient( circle 710px at 5.2% 7.2%,  rgba(37,89,222,1) 0%, rgba(37,89,222,1) 7.5%, rgba(4,4,29,1) 44.7% );  /*background: #1c71d8;*/
  color: #ffffff;
  transform: translateX(2px);
}
.menu-side a:hover i {
  color: #0b57d0;
  transform: translateX(1px);
}

/* State aktif */
.menu-side a.active {
  background: #e8f0fe;
  color: #0842a0;
  font-weight: 600;
}
.menu-side a.active i {
  color: #0842a0;
}

/* Aksesibilitas: fokus keyboard */
.menu-side a:focus {
  outline: 2px solid #0b57d0;
  outline-offset: 2px;
}




/*m--------menu-side---------------*/

