@charset "UTF-8";
/* CSS Document */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

:root {
  --dark-blue: #0b1f4d;
  --secondary-dark-blue: #123c7c;
  --brown: #8b5e34;
  --brown-hover: #a97142;
  --soft-dark-blue: #eef4ff;
  --soft-brown: #f7efe6;
}


/**************************Global Body Variables*******************************/

a {
  color: var(--brown);
  text-decoration: none;
}

a:hover {
  color: var(--brown-hover);
  text-decoration: underline;
  text-shadow: 1px 1px #b5b2b291;
}
body {
  /*background-image: repeating-linear-gradient(135deg, hsla(35,0%,71%,0.09) 0px, hsla(35,0%,71%,0.09) 1px,transparent 1px, transparent 11px),repeating-linear-gradient(45deg, hsla(35,0%,71%,0.09) 0px, hsla(35,0%,71%,0.09) 1px,transparent 1px, transparent 11px),linear-gradient(90deg, rgb(248,248,248),rgb(248,248,248));*/
}

.pkp_structure_page {
  margin: 0 auto;
  box-shadow: none;
}
.carousel-inner {
  position: absolute;
}
/***************************************************************************/

.aimcolumn {
  float: left;
}

.aimleft {
  width: 25%;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 30px;
  background: white;
}

.aimright {
  width: 74%;
  height: auto;
  padding: 10px 20px 10px 35px;
  background-color: #e9ecef;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .aimcolumn {
    width: 100%;
  }
  .aimleft {
    padding-top: 10px;
  }
}
/**************************Editorial Board*************************************/
.editorial-list {
  position: relative;
}
.editorial-list li {
  margin-bottom: 1.125rem;
}
.editorial-list .img-profile {
  position: absolute;
  width: 95px;
  height: 105px;
  border: 1px solid #ddd;
  padding: 0.5rem;
}
.editorial-list .img-profile .imgthumb {
  width: 80px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
  object-fit: fill;
}
.editorial-list .img-profile img {
  width: 100%;
  height: 100%;
}
.team-content {
  margin-left: 100px;
  min-height: 130px;
}
.team-content .ico-label {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}
.team-aff ul li {
  margin-bottom: 0;
}
.team-aff ul li .tm_label {
  display: inline-block;
  width: 80px;
}

.team-aff ul li .ico-label {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}
/**************************cover image*************************************/

.obj_issue_toc .cover {
  display: none;
}

/**************************Submission block*************************************/

.cmp_manuscript_button,
.block_make_submission a,
.obj_galley_link {
  background-color: var(--dark-blue);
  color: white;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.cmp_manuscript_button:hover,
.block_make_submission a:hover,
.obj_galley_link:hover {
  background-color: var(--brown);
  color: #fff;
  text-decoration: none;
}
/**************************MENU HEADER*************************************/

#navigationPrimary > li > a {
  color: var(--dark-blue);
}
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
  color: var(--dark-blue);
}
.pkp_nav_list li.profile {
  padding: 0px 8px 2px 5px;
  border: 1px solid #e6dfdf;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-radius: 8px;
  font-size: 16px;
  box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.2);
  margin-left: 8px;
  margin-right: 5px;
}
.pkp_navigation_user > li > a {
  color: whitesmoke;
}
.pkp_navigation_primary_row {
  background-color: white;
  border-bottom: 3px solid var(--brown);
  -webkit-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
  -moz-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
  box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
}
#navigationPrimary ul a {
  color: var(--dark-blue);
}

#navigationPrimary ul a:hover {
  background-color: var(--soft-brown);
  color: var(--dark-blue);
}

#navigationPrimary > li > a:hover {
  color: var(--brown-hover);
}

/**************************HEADER*************************************************/
.pkp_structure_head {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  /*
  background-image: linear-gradient(to right top, #000000, #000000, #000000, #000000, #000000);
   background-color:#3575d3;
  background-image: linear-gradient(to right top, #000000, #0e0a0c, #171316, #1d191f, #212028, #23252e, #242a34, #253039, #26353c, #283a3e, #2c3f40, #314341);
 
background-image: linear-gradient(135deg, transparent 0%, transparent 17%,rgba(87, 146, 234,0.6) 17%, rgba(87, 146, 234,0.6) 59%,transparent 59%, transparent 64%,rgba(34, 81, 222,0.6) 64%, rgba(34, 81, 222,0.6) 100%),linear-gradient(45deg, transparent 0%, transparent 2%,rgb(87, 146, 234) 2%, rgb(87, 146, 234) 46%,rgb(114, 178, 239) 46%, rgb(114, 178, 239) 54%,transparent 54%, transparent 63%,rgb(7, 48, 216) 63%, rgb(7, 48, 216) 100%),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
  
  
  
  background-image: linear-gradient(to right top, #002e3b, #003341, #013848, #013e4e, #024355, #044a5d, #075065, #0a576d, #106179, #156c85, #1b7691, #20819d);
  */
  margin-bottom: 0.25em;
}
.pkp_site_name .is_img img {
  display: block;
  max-height: none;
  width: auto;
  height: auto;
}

/**************************MAIN SITE**********************************************/

.pkp_page_index .homepage_image img {
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.pkp_page_index .additional_content {
  border-top: 0px solid #ddd;
  padding: 10px 0px 0px 3px;
  text-align: justify;
}

.pkp_structure_content {
  font-size: 15px;
  margin-bottom: 0.3em;
  -webkit-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
  -moz-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
  box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
}

/**************************ISSUES ARCHIVE*****************************************/
.obj_issue_summary {
  margin: 0em 3em 0em 1.6em;
  padding-left: 1em;
  border-left: 1px solid var(--dark-blue);
}
.obj_issue_summary .description {
  text-align: justify;
}
.page_issue_archive .issues_archive > li {
  margin: 0em 0em 0em 0em;
  padding: 2em 0em 0em 0.7em;
}

/**************************ARTICLES SUMMARY***************************************/
.obj_issue_toc .sections:not(:first-child) {
  margin-top: 0em;
}
.obj_article_summary {
  background-color: transparent;
  font-size: 14px;
  font-family: sans-serif;
  text-align: justify;
  border: 1px solid var(--dark-blue);
  border-left: 4px solid var(--brown);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 3px 3px var(--dark-blue);
}
.obj_issue_toc .description {
  text-align: justify;
}
.obj_issue_toc .section > h2 {
  border-bottom: 0px;
  border-left: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  text-transform: none;
  padding: 0.15em 1em;
  background-color: #fafbfb;
  width: 100%;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}
.obj_article_summary .pages:before {
  content: "\f0f6";
  width: 20px;
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 13px;
}
ul.galleys_links {
  list-style: none;
}

.obj_article_summary {
  padding: 0em 1.5em;
}

.obj_article_summary .cover {
  display: block;
  float: left;
  width: 70px;
  height: auto;
  margin-right: 15px;
}

.obj_article_summary > .title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
}

.obj_article_summary > .title a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: var(--dark-blue);
}

.obj_article_summary > .title a:hover {
  color: var(--brown);
  text-decoration: underline;
}
.obj_article_summary .authors {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}
.doi_summary {
  padding: 0.4em 0.7em;
  margin-top: 0.3em;
}

.doi_summary a {
  text-decoration: none !important;
}
.doi_summary a:hover {
  text-decoration: underline !important;
}
.obj_article_summary > .galleys_links {
  list-style: none;
  margin-bottom: 0.5em;
}
.obj_article_summary > .galleys_links a {
  color: #fff;
  background-color: var(--dark-blue);
}
.obj_article_summary > .galleys_links a:hover {
  background-color: var(--brown);
  color: #fff;
  text-decoration: none;
}
/**************************ARTICLES DETAILS***************************************/

.item.authors .email:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 14px;
}
.item.authors span.name:before {
  content: "\f007";
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 14px;
}

.item.authors {
  font-size: 14px;
}

.item.authors span.affiliation:before {
  content: "\f19c";
  font-family: "FontAwesome";
}
.obj_article_details > .page_title {
  font-weight: 600;
}

.obj_article_details .doi a {
  color: var(--dark-blue);
  font-family: "Source Sans Pro", sans-serif;
}

.obj_article_details .doi a:hover {
  color: var(--brown-hover);
  font-family: "Source Sans Pro", sans-serif;
}

.obj_article_details .entry_details .item.galleys .galleys_links {
  padding: 0;
  background-color: #fff;
}

.obj_article_details .entry_details .item.galleys .galleys_links a {
  color: #fff;
  background-color: var(--dark-blue);
}

.obj_article_details .entry_details .item.galleys .galleys_links a:hover {
  background-color: var(--brown);
  color: #fff;
}

.obj_article_details .entry_details .sub_item:not(:first-child) .label {
  display: inline-block;
  padding: 0.5em 0;
  margin: 0 20px;
  width: 83%;
  border-bottom: 1px solid var(--dark-blue);
}

.obj_article_details .entry_details .item > .value ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.obj_article_details .entry_details .item > .value ul li {
  padding: 5px 0;
}

.obj_article_details .main_entry .label {
  border-bottom: 0px;
  border-left: 0px;
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.obj_article_details .item {
  padding: 1em 0em 2em 2.5em;
}

.obj_article_details .main_entry .item .label {
  font-size: 16px;
}

.obj_article_details .galleys_links a:hover {
  background-color: var(--brown);
  color: #fff;
  text-decoration: none;
}

.obj_article_details .entry_details .cover_image img {
  width: 200px;
}

/**************************SIDEBAR***********************************************/

.pkp_structure_sidebar:before {
  border-left: 1px solid #ddd;
}

.pkp_block {
  padding: 0px 3px 5px 5px;
  font-size: 14px;
  line-height: 20px;
}
.block_make_submission {
  padding: 15px 3px 5px 5px;
}

.pkp_block .title {
  width: 100%;
  background-color: var(--dark-blue); /* Menu Sidebar */
  height: 30px;
  font-size: 13px;
  color: #fff;
  padding-top: 0.4em;
  margin-bottom: 0px;
  border: 0px;
  text-align: center;

  font-family: "Source Sans Pro", sans-serif;
}

.pkp_block .content {
  background-color: #ffffff;
}

.pkp_block .content ul li {
  padding: 0px 0;
  background-color: #f4f4f2;
}

.pkp_block li {
  border-radius: 0;
  position: relative;
  background-color: #f1f1f1;
  display: block;
}

.pkp_block ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.pkp_block ul > li a {
  color: #495464;
  padding: 0.75rem 1rem;
  display: flex;
}

.pkp_block ul > li a:hover {
  text-decoration: none;
  background-color: var(--soft-brown);
  color: var(--dark-blue);
}
/**************************Announcement block*************************************************/

.block_announcements_article {
  padding: 1em 1em 1em;
  background-color: var(--dark-blue);
  color: #fff;
  border-left: 4px solid var(--brown);
}

/**************************DOI ARTIKEL*************************************************/
.doi_container {
  margin-top: 1px;
}
.doi_link {
  background-size: 14px !important;
  height: 20px !important;
  background: url(../images/doiwarna.svg) no-repeat center left;
  padding: 5px 0 5px 23px;

  color: var(--brown);
  text-decoration: none;
}
.galley_stat {
  background-size: 18px !important;
  background: url(../images/bar_galley.jpg) no-repeat center left;
  padding: 3px 0px 0px 23px;
}
.article_stat {
  background-size: 18px !important;
  height: 20px !important;
  background: url(../images/bar_artikel.jpg) no-repeat center left;
  padding: 11px 0px 5px 23px;
}
/**************************MEDIA*************************************************/

/* Tablet vertikal */
@media all and (min-width: 376px) and (max-width: 990px) {
  .obj_article_details .item {
    padding: 2em 0.5em 0em 1.5em;
  }
  .pkp_block {
    padding: 0px 0px 20px 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .pkp_site_nav_toggle {
    position: absolute;
    right: 0;
    top: 25%;
    width: 4em;
    margin-top: -5em;
  }
  .pkp_site_name .is_img img {
    max-height: 90px;
    margin-top: -5px;
  }
  .has_site_logo .pkp_site_name,
  .has_site_logo .pkp_navigation_primary_wrapper {
    text-align: center;
    left: 0;
    padding-left: 0px;
  }
  .pkp_navigation_user > li > a {
    color: var(--dark-blue);
  }
  .pkp_site_nav_menu {
    top: -65%;
  }
  .pkp_site_nav_menu a {
    color: var(--dark-blue);
  }
  .pkp_nav_list li.profile {
    margin-left: 8px;
    margin-right: 25px;
    text-align: center;
    margin-bottom: 5px;
  }
  .pkp_structure_head {
    height: 25vh;
  }
}

/* Smartphone dan tablet kecil */
@media all and (max-width: 376px) {
  .pkp_structure_main {
    padding: 0px 10px 10px 10px;
    overflow: auto;
    margin-bottom: 1.5em;
  }

  .pkp_block {
    padding: 0px 0px 20px 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .pkp_footer_content {
    width: 100%;
    float: none;
  }
  .pkp_site_nav_toggle {
    position: absolute;
    right: 0;
    top: 60%;
    width: 4em;
    margin-top: -5em;
  }
  .pkp_structure_main {
    padding: 0px 10px 10px 10px;
    overflow: auto;
    margin-bottom: 1.5em;
  }

  .obj_article_details .item {
    padding: 2em 0.5em 0em 0.5em;
  }

  .carousel-inner {
    position: relative;
  }

  .pkp_site_name .is_img img {
    max-height: none;
    margin-top: -5px;
  }
  .has_site_logo .pkp_site_name,
  .has_site_logo .pkp_navigation_primary_wrapper {
    text-align: center;
    left: 5px;
    padding: 0px;
  }
  .pkp_navigation_user > li > a {
    color: var(--dark-blue);
  }
  .pkp_site_nav_menu {
    top: -65%;
  }
  .pkp_site_nav_menu a {
    color: var(--dark-blue);
  }
  .pkp_structure_head {
    height: 25vh;
  }
}

/**************************Services*************************************/
section {
  padding: 0px 0;
}
section .section-title {
  text-align: center;
  color: var(--dark-blue);
  margin-bottom: 50px;
  text-transform: uppercase;
}
#what-we-do {
  background: transparent;
}
#what-we-do .card {
  padding: 1rem !important;
  border: none;
  margin-bottom: 1rem;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-image:
    radial-gradient(
      circle at 28% 29%,
      rgba(237, 237, 237, 0.04) 0%,
      rgba(237, 237, 237, 0.04) 50%,
      rgba(136, 136, 136, 0.04) 50%,
      rgba(136, 136, 136, 0.04) 100%
    ),
    radial-gradient(
      circle at 8% 78%,
      rgba(156, 156, 156, 0.04) 0%,
      rgba(156, 156, 156, 0.04) 50%,
      rgba(37, 37, 37, 0.04) 50%,
      rgba(37, 37, 37, 0.04) 100%
    ),
    radial-gradient(
      circle at 29% 46%,
      rgba(251, 251, 251, 0.04) 0%,
      rgba(251, 251, 251, 0.04) 50%,
      var(--soft-brown) 50%,
      var(--soft-brown) 100%
    ),
    linear-gradient(90deg, var(--soft-dark-blue), var(--soft-brown));
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}
#what-we-do .card:hover {
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block {
  padding-left: 50px;
  position: relative;
}
#what-we-do .card .card-block a {
  color: var(--dark-blue) !important;
  font-weight: 700;
  text-decoration: none;
}
#what-we-do .card .card-block a i {
  display: none;
}
#what-we-do .card:hover .card-block a i {
  display: inline-block;
  font-weight: 700;
}
#what-we-do .card .card-block:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 39px;
  color: var(--brown);
  left: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#what-we-do .card .block-1:before {
  content: "\f25e";
}
#what-we-do .card .block-2:before {
  content: "\f0eb";
}
#what-we-do .card .block-3:before {
  content: "\f00c";
}
#what-we-do .card .block-4:before {
  content: "\f155";
}

#what-we-do .card:hover .card-block:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
#what-we-do .card-title {
  margin: auto;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.carousel-indicators {
  bottom: -15px;
}
/**********************
/***** Brand footer *******
/*********************/
.pkp_brand_footer {
  display: none;
}

/************************************
/***** Article detail page *******
/***********************************/
.obj_article_details .page_title {
  text-align: left;
}

.obj_article_details > .subtitle {
  text-align: left;
}

.obj_article_details .item.doi {
  text-align: left;
  text-decoration: none;
  padding: 10px 0 10px 0;
}

.obj_article_details .item.keywords {
  text-transform: capitalize;
}

.item.abstract {
  text-align: justify;
  padding-top: 0px;
}
/************************************
/***** Indexing Logos *******
/***********************************/
img.indexings {
  width: 170px;
}

.pkp_nav_list ul a:hover {
  display: block;
  padding-left: 0.357rem;
  border-left: 0.357rem solid var(--brown) !important;
  color: var(--dark-blue);
}

.pkp_navigation_primary > li > a:focus {
  background: var(--brown) !important;
  color: #fff;
  outline: 0;
}

#customblock-menubar ul {
  padding-left: 0 !important;
}

#customblock-menubar ul li {
  list-style: none !important;
  margin-bottom: 8px;
}

#customblock-menubar ul li a {
  display: block;
  padding: 8px 10px 8px 30px;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 14px;
}

/* ICON BERBEDA SETIAP ITEM */
#customblock-menubar ul li:nth-child(1) a {
  background-image: url("data:image/svg+xml,%3Csvg fill='%238b5e34' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3C/svg%3E");
}

#customblock-menubar ul li:nth-child(2) a {
  background-image: url("data:image/svg+xml,%3Csvg fill='%238b5e34' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20l4-1 9-9-3-3-9 9-1 4z'/%3E%3C/svg%3E");
}

#customblock-menubar ul li:nth-child(3) a {
  background-image: url("data:image/svg+xml,%3Csvg fill='%238b5e34' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2v20M5 9l7-7 7 7' stroke='%238b5e34' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

/* 4 - Publication Ethics (Balance Scale) */
#customblock-menubar ul li:nth-child(4) a {
  background-image: url("data:image/svg+xml,%3Csvg fill='%238b5e34' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v18M5 7h14M7 7l-3 5h6l-3-5zm10 0l-3 5h6l-3-5z'/%3E%3C/svg%3E");
}

/* 5 - Plagiarism Policy (Shield) */
#customblock-menubar ul li:nth-child(5) a {
  background-image: url("data:image/svg+xml,%3Csvg fill='%238b5e34' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l8 4v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6l8-4z'/%3E%3C/svg%3E");
}

/* 6 - Copyright Notice (C symbol) */
#customblock-menubar ul li:nth-child(6) a {
  background-image: url("data:image/svg+xml,%3Csvg fill='%238b5e34' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='%238b5e34' stroke-width='2'/%3E%3Ctext x='12' y='16' font-size='10' text-anchor='middle' fill='%238b5e34'%3EC%3C/text%3E%3C/svg%3E");
}

/* 7 - Abstract Indexing (Book) */
#customblock-menubar ul li:nth-child(7) a {
  background-image: url("data:image/svg+xml,%3Csvg fill='%238b5e34' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h14v16H4zM18 4l2 2v14H6'/%3E%3C/svg%3E");
}

/* 8 - APC (Money) */
#customblock-menubar ul li:nth-child(8) a {
  background-image: url("data:image/svg+xml,%3Csvg fill='%238b5e34' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='6' width='18' height='12' rx='2'/%3E%3Ccircle cx='12' cy='12' r='3' fill='white'/%3E%3C/svg%3E");
}

/* 9 - Gen AI Policy (Chip / AI) */
#customblock-menubar ul li:nth-child(9) a {
  background-image: url("data:image/svg+xml,%3Csvg fill='%238b5e34' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='7' width='10' height='10' rx='2'/%3E%3Cpath d='M9 1v4M15 1v4M9 19v4M15 19v4M1 9h4M1 15h4M19 9h4M19 15h4' stroke='%238b5e34' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

/* Hover effect */
#customblock-menubar ul li a:hover {
  background-color: var(--soft-brown);
  color: var(--dark-blue);
  padding-left: 34px;
}
